section {
	padding-left:unset;
	
}
body {
	background: #fff;
}
.row {
    margin-right: unset;
    margin-left: unset;
}
a:focus {
	outline: unset;
}
a:hover {
	text-decoration: none;
}
.ic-menu .nav-links {
	width: 100%;
}
.ic-menu .btn-inmenu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 10px;
}
.ic-menu .form-menu {
	position: unset;
}
.ic-menu .search-box-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.ic-menu .search-button {
	padding: 8px 12px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #db3832;
	background-color: unset;
	margin-right: 5px;
}
.ic-menu .search-button:hover {
	background-color: #146076;
	color: #fff;
}
.ic-menu .search-form {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  top: 90px; /* Tuỳ chỉnh theo chiều cao menu */
  right: -10px;
  width: 400px;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Hiển thị khi thêm class */
.ic-menu .search-form.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}




.ic-menu .search-form input {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
	color: #232323;
  overflow: hidden;
  height: 40px;
}

.ic-menu .search-form button {
	padding: 10px 15px;
	font-size: 14px;
	background: #146076;
	color: white;
	border: none;
	border-radius: unset;
	height: 40px;
}
.ic-menu .search-line {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ic-menu .ngon-ngu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.ic-menu .ngon-ngu .icon-ngon-ngu {
	width: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.ic-menu .ngon-ngu .icon-ngon-ngu img {
	width: 100%; 
	height: auto;
}








.swiper {
    width: 100vw;
	max-width: 100%;
	margin-left: calc(50% - 50vw);
    overflow: hidden;
    position: relative; 
    min-width:0;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}


.slide-img {
    width: 100%;
    height: auto;
}

.slide-img img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.2); 
}
.swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;

    transform:scale(1);
    transition:transform 10s linear;
}

.swiper-slide-active img{
    transform:scale(1.12);
}


.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px; 
    border-radius: 4px;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.sect-name {
	display: flex;
	flex-direction: column;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 20px 10px 0px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.sect-name .second-name {
	font-size: 20px;
	font-weight: 500;
	text-transform: unset;
}
.sect-name::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #00174f;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.sec-about-us {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec-about-us .content-01 p {
	text-align: justify;
}

.sec-about-us .banner-sect01 img{
	width: 100%;
}



.sec-about-us {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    overflow: hidden; 
}

.sec-about-us .sect-name {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 0;
}

.sec-about-us .content-01 .lead-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #00174f;
    margin-bottom: 20px;
    text-align: justify;
}


.sec-about-us .content-01 .desc-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75; 
    color: #555555;    
    margin-bottom: 15px;
    text-align: justify;
}


.sec-about-us .banner-sect01 {
    position: relative;
    padding: 20px; 
    max-width: 90%;
    margin-left: auto; 
}

.sec-about-us .banner-sect01 img {
    width: 100%;
    height: 460px;    
    object-fit: cover; 
    border-radius: 2px;
    position: relative;
    z-index: 2;       
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
}


.sec-about-us .banner-sect01::before {
    content: "";
    position: absolute;
    

    top: 0px;        
    left: 40px;        
    right: 0px;
    bottom: 40px;

    border: 3px solid #0d3b66; 
    z-index: 1;        
    pointer-events: none;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .sec-about-us {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .sec-about-us .banner-sect01 {
        max-width: 100%;
        margin-top: 50px; 
        padding: 10px;
    }
    
    .sec-about-us .banner-sect01 img {
        height: auto; 
    }
    

    .sec-about-us .banner-sect01::before {
        top: 0px;
        left: 20px;
        bottom: 20px;
    }
}












.sect-business {
    background-color: #0d3b66;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    overflow: hidden;
}

.container-business {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    width: 100%;
}

.sect-business .sect-name {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
}
.sect-business .sect-name .main-name {
    color: #ffffff;
}
.sect-business .sect-name .second-name {
    color: rgba(255, 255, 255, 0.7); 
}
.sect-business .sect-name::after {
    background-color: #f4a261; 
}

.business-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.business-box {
    padding: 50px 40px;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 280px;
    z-index: 1; 
    display: flex;
    flex-direction: column;
}

.box-cooperation { background-color: #164e83; border-radius: 30px 0 0 0; }
.box-creation { background-color: #1a5f9f; border-radius: 0 30px 0 0; }
.box-communication { background-color: #113f6b; border-radius: 0 0 0 30px; }
.box-closeness { background-color: #0f365c; border-radius: 0 0 30px 0; }

.box-cooperation .box-content,
.box-communication .box-content {
    max-width: 70%;
    margin-right: auto;
    text-align: left;
}
.box-cooperation .box-icon,
.box-communication .box-icon {
    display: flex;
    justify-content: flex-start;
}

.box-creation .box-content,
.box-closeness .box-content {
    max-width: 70%;
    margin-left: auto; 
    text-align: right; 
}
.box-creation .box-icon,
.box-closeness .box-icon {
    display: flex;
    justify-content: flex-end; 
}

.biz-title-en { 
    font-size: 24px;
    color: #f4a261;
    font-weight: bold; 
    margin-bottom: 5px;
}
.biz-title-vi { 
    font-size: 16px; 
    font-weight: 500; 
    color: #fff; 
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.biz-desc-en { 
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px; 
    line-height: 1.4;
}
.biz-desc-vi { 
    font-size: 13px; 
    opacity: 0.7; 
    font-style: italic; 
    line-height: 1.4;
}

.box-icon { 
    margin-top: 20px;
}
.icon-img { 
    width: 45px;
    height: auto;
    display: block;
    object-fit: contain;
}

.business-graphic-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;  
    height: 340px; 
    z-index: 10;   
    pointer-events: none; 
}

.business-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
.center-circle {
    width: 150px;
    height: 150px;
    background-color: #092c4e;
    border: 6px solid #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.center-logo { 
    width: 45px;
    height: auto;
}
.center-text { 
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.arc-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%; 
    display: flex;
    z-index: 11;
}
.arc-decor span { 
    font-size: 10px; 
    font-weight: bold; 
    letter-spacing: 1px; 
    position: absolute;
}

.arc-green {
    background: #52b788;
    clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%); 
}
.arc-green span { 
    top: 28%;
    left: 16%;
    transform: rotate(-45deg);
    color: #fff;
}

.arc-orange {
    background: #f4a261;
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%); 
}
.arc-orange span { 
    top: 28%;
    right: 22%; 
    transform: rotate(45deg); 
    color: #fff;
}

.arc-blue {
    background: #4ea8de;
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%); 
}
.arc-blue span {
    bottom: 28%;
    left: 14%;
    transform: rotate(45deg);
    color: #fff;
}

.arc-pink {
    background: #b5179e;
    clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%); 
}
.arc-pink span { 
    bottom: 28%;
    right: 22%;
    transform: rotate(-45deg);
    color: #fff;
}

.business-box:hover {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

@media (max-width: 1024px) {
    .business-box { 
        padding: 35px 25px;
    }
    .biz-title-en {
        font-size: 20px;
    }
    .biz-title-vi {
        font-size: 14px;
    }
    .business-graphic-core {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media (max-width: 768px) {
    .sect-business { 
        padding: 40px 15px;
    }
    .business-grid { 
        grid-template-columns: 1fr;
        gap: 15px; 
    }
    .business-graphic-core { 
        display: none !important; 
    }
    
    .business-box {
        background-color: #113f6b; 
        border-radius: 15px !important; 
        padding: 25px;
        min-height: auto;
    }
    
    .box-content {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }
    .box-icon {
        justify-content: flex-start !important;
    }
}





.sec-mission {
    background-color: #f7f9fa; 
    padding: 60px 40px;
    position: relative; 
    overflow: hidden;    
}


.sec-mission::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-02.jpg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: 0.2; 
    z-index: 1; 
    pointer-events: none; 
}

.mission-content {
	position: relative;
    z-index: 2;
}

.sec-mission .sect-name {
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 0;
}

.mission-quote-box {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 15px; 
    margin-top: 25px;
}

.quote-icon {
    font-size: 80px;
    font-weight: bold;
    color: #0d3b66; 
    line-height: 0.65;
    user-select: none;
}

.quote-text-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 5px;
}

.text-en {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
}

.text-vi {
    font-size: 15px;
    font-weight: 400;
    font-style: italic; 
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .sec-mission {
        padding: 40px 20px;
    }
    .text-en {
        font-size: 18px;
    }
    .quote-icon {
        font-size: 60px;
    }
}



.sec-services {
    background-color: #ffffff; 
    padding: 100px 20px;
    font-family: sans-serif;
}

.container-services {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.sec-services .sect-name {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
    width: 100%;
}

.service-card {
    background-color: #f8f9fa;
    border-radius: 8px;       
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-content {
    display: flex;
    flex-direction: column;
}

.service-title-en {
    font-size: 20px;
    font-weight: 700;
    color: #0d3b66; 
    line-height: 1.3;
    margin-bottom: 6px;
}

.service-title-vi {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.service-desc {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.6;
    text-align: justify; 
}

.service-card:hover {
    background-color: #ffffff;
    border-top-color: #0d3b66; 
    transform: translateY(-5px); 
    box-shadow: 0 15px 35px rgba(13, 59, 102, 0.08); 
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .sec-services {
        padding: 60px 15px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service-card {
        padding: 30px 20px;
    }
}





.sec-products {
    background-color: #f7f9fa; 
    padding: 100px 20px;
    font-family: sans-serif;
}

.container-products {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.sec-products .sect-name {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
}

.product-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin: 15px 5px; 
    border: 1px solid #eaeaea;
}

.product-img {
    width: 100%;
    height: 240px; 
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s ease;
}

.product-info {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
}

.product-title-en {
    font-size: 19px;
    font-weight: 700;
    color: #0d3b66; 
    line-height: 1.3;
    margin-bottom: 5px;
}

.product-title-vi {
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.product-desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    text-align: justify;
}

.product-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(13, 59, 102, 0.1);
}

.product-item:hover .product-img img {
    transform: scale(1.08); 
}

.products-slider .owl-dots {
    margin-top: 25px !important;
}
.products-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cccccc;
    transition: all 0.3s ease;
}
.products-slider .owl-theme .owl-dots .owl-dot.active span, 
.products-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0d3b66 !important; 
    width: 24px;
}

@media (max-width: 768px) {
    .sec-products {
        padding: 60px 15px;
    }
}





.sec-news {
    background-color: #ffffff; 
    padding: 100px 20px;
    font-family: sans-serif;
}

.container-news {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.sec-news .sect-name {
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
    width: 100%;
}

.news-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.news-img-box {
    width: 100%;
    height: 220px; 
    overflow: hidden;
    position: relative;
}

.news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.6s ease;
}

.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0d3b66; 
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.news-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}

.news-title {
    font-size: 17px;
    font-weight: 700;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.news-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-btn-wrapper {
    margin-top: auto; 
    display: flex;
    justify-content: flex-start;
}

.news-more-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0d3b66;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(13, 59, 102, 0.08);
    border-color: rgba(13, 59, 102, 0.15);
}

.news-card:hover .news-img-box img {
    transform: scale(1.08);
}

.news-card:hover .news-title {
    color: #0d3b66;
}

.news-card:hover .btn-arrow {
    transform: translateX(5px);
}


@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .sec-news {
        padding: 60px 15px;
    }
    .news-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .news-content {
        padding: 20px 15px;
    }
}








.sect-partner {
    background-color: #f7f9fa; 
    padding: 80px 20px;
    font-family: sans-serif;
}
.sect-partner .partner-container {
	display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.sect-partner .sect-name {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
}

.partner-logo-item {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    height: 90px;             
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px 2px;         
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;   
    object-fit: contain;     
    
    opacity: 0.6;
    filter: grayscale(100%);  
    transition: all 0.3s ease;
}

.partner-logo-item:hover {
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(13, 59, 102, 0.06); /* Đổ bóng nhẹ tone xanh mờ */
    border-color: rgba(13, 59, 102, 0.15);
}

.partner-logo-item:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.partner-slider .owl-dots {
    margin-top: 20px !important;
}
.partner-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #cccccc;
    transition: all 0.3s ease;
}
.partner-slider .owl-theme .owl-dots .owl-dot.active span, 
.partner-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0d3b66 !important; /* Chấm màu xanh chủ đạo giống phần sản phẩm */
    width: 20px;
}






.main-footer {
    background-color: #092c4e;
    color: #ffffff;
    padding: 80px 0 0 0;       
    position: relative;
    border-top: 5px solid #f4a261;  */
}

.main-footer a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.main-footer .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.main-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.main-footer .footer-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 35px; 
}


.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .text-md-start { text-align: left !important; }
    .text-md-end { text-align: right !important; }
    .mt-md-0 { margin-top: 0 !important; }
}
@media (min-width: 992px) {
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
}


.footer-title {
    font-size: 17px;
    font-weight: 700;
    color: #f4a261; 
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.25);
}

.footer-logo {
    width: 65px;
    height: auto;
    margin-bottom: 15px;
    display: inline-block;
}
.footer-logo img {
    width: 100%;
    object-fit: contain;
}
.company-name-en {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.3px;
}
.company-name-vi {
    font-size: 12.5px;
    font-weight: 600;
    color: #a0c4ff;
    margin-top: 4px;
    margin-bottom: 12px;
}
.footer-company-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    text-align: justify;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.contact-icon {
    width: 18px;
    font-size: 14px;
    color: #f4a261; 
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    flex: 1;
}
.contact-link-inline:hover {
    color: #f4a261;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.menu-item {
    display: block;
}
.menu-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: inline-block;
}
.menu-link:hover {
    color: #f4a261;
    transform: translateX(6px);
}

.footer-map-wrapper {
    width: 100%;
    height: 170px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    background-color: #051c33; 
    margin-top: 25px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.copyright-text {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
}
.footer-bottom-links {
    display: flex;
    gap: 20px;
    justify-content: inherit; 
}
.bottom-link {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
    display: inline-block;
}
.bottom-link:hover {
    color: #f4a261;
}

.text-center { text-align: center; }
.align-items-center { align-items: center; }
.mt-2 { margin-top: 8px; }


