html{
	scroll-behavior: smooth;
}
#header .header-main{
	height: 4.75rem !important;
	top: 1rem;
}
.home-page{
	margin-top: -4.75rem;
}
.header-bg-color{
	background-color: transparent !important;
}
#header .header-main .container {
    padding: 0 2.25rem;
    align-items: center;
    width: calc(100% - (2 * var(--section)));
	background-color: white;
	border-radius: 0.625rem;
}
.header-wrapper.stuck{
	box-shadow: none;
}
#header .header-nav-main>.menu-item>a{
	font-weight: 500;
}
#header #logo {
    width: 7.8125rem;
}
#header #logo img {
    width: 7.8125rem;
    height: auto;
    object-fit: contain;
}
#header .button.btn__secondary{
	background: #E7253A;
	color: white;
}
#header .button.btn__secondary:hover{
	background: #ac0819;s
	color: white;
}
.html_top_right_text .button.btn__secondary{
	margin-right: 0;
}
.html_top_right_text .button.btn__secondary span{
	position: relative;
	margin-right: 0.5rem;
	padding-right: 0.5rem;
}
.html_top_right_text .button.btn__secondary span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px){
	#header .header-main .container {
		padding: 0 var(--section);
		width: inherit;
		background-color: inherit;
		border-radius: inherit;
	}
	.home-page {
		margin-top: 0rem;
	}
	#header .header-main {
		top: 0;
		background: white;
	}
}
/* home-banner */
.home-banner{
	overflow: hidden;
	height: 43.0625rem;
}
.slider-banner{
	height: 100%;
}
.slider-banner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.swiper-button {
	width: 2.125rem;
	height: 2.125rem;
	border: 1px solid white;
	position: absolute;
	bottom: 2.44rem;
	right: var(--section);
	z-index: 2;
	border-top-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	background: hsl(0deg 0% 100% / 25%);
	padding: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.swiper-button:hover{
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
}
.swiper-button:hover img{
	filter: brightness(0) invert(20);
}
.swiper-button.swiper-prev {
	right: calc(var(--section) + 3.375rem);
}
.swiper-button.swiper-prev img{
	rotate: 180deg;
}
.swiper-button img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.swiper-button-lock {
	display: none !important;
}
@media (max-width: 768px) {
	.home-banner{
		height: 11.8125rem;
	}
	.swiper-button{
		bottom: 1rem;
	}
	.swiper-button.swiper-prev {
		right: calc(var(--section) + 2.75rem);
	}
}
/* home-solution */
.home-solution{
	padding: 4.87rem var(--section) 3.69rem;
}
.home-solution .title-header {
	margin-bottom: 3.75rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.home-solution .title-header h2{
	margin-bottom: 0;
}
.home-solution .title-header p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
	max-width: 39.9375rem;
	color: var(--black-bold);
}
.solution-row {
	display: grid;
	grid-template-columns: 1fr 41.625rem;
	column-gap: 6.54rem;
	position: relative;
}
.list-solution {
	display: flex;
	flex-direction: column;
	row-gap: 2.62rem;
	justify-content: flex-start;
	align-items: center;
}
.item-solution .icon-box{
	display: flex;
	column-gap: 1.56rem;
	align-items: flex-start;
}
.item-solution .icon-box .content h4{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	color: var(--theme-color);
	margin-bottom: 0.56rem;
}
.item-solution .icon-box .content p{
	line-height: normal;
	margin: 0;
	color: var(--black);
}
.item-solution .icon-box .img {
	background: white;
	border-radius: 6.25rem;
	flex-shrink: 0;
	width: auto;
}
.item-solution .icon-box .img img {
	width: 5.89881rem;
	height: 5.89881rem;
	object-fit: contain;
	padding: 1.44rem;
	box-shadow: 0px 4.171px 31.283px 0px rgba(172, 172, 172, 0.25);
	border-radius: 6.25rem;
}
.number-list {
	border-radius: 0.5rem;
	background: var(--Linear, linear-gradient(90deg, #017DC5 0%, #023F88 100%));
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 5.9375rem;
	padding: 0 2rem;
	max-width: 38.1875rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2.5rem;
	position: relative;
	z-index: 1;
	column-gap: 2rem;
}
.number-list__item{
	display: flex;
	align-items: center;
	column-gap: 0.69rem;
	position: relative;
}
.number-list__item:nth-child(1)::before{
	position: absolute;
	top: 50%;
	right: -0.875rem;
	transform: translateY(-50%);
	content: '';
	height: 70%;
	width: 1px;
	background-color: #33B2E5;
}
.number-list__item .number-des{
	color: rgba(255, 255, 255, 0.90);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.number-list .number-run{
	font-size: 3.75rem;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: white;
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
}
.number-list .number-run .charter{
	line-height: 1;
	font-size: 2rem;
	display: flex;
	align-items: stretch;
}
@media (max-width: 768px) {
	.home-solution {
		padding: 2.25rem var(--section) 2.63rem;
	}
	.home-solution .title-header p {
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 2.69rem;
	}
	.solution-row {
		grid-template-columns: minmax(0, 1fr);
	}
	.list-solution {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 1.75rem;
	}
	.item-solution .icon-box {
		column-gap: 1.19rem;
	}
	.home-solution .title-header h2 {
		margin-bottom: 0.94rem;
		max-width: 100%;
	}
	.home-solution .title-header {
		margin-bottom: 0;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.item-solution .icon-box .img img {
		width: 4.5625rem;
		height: 4.5625rem;
		padding: 1rem;
	}
	.item-solution .icon-box .content h4{
		font-size: 1.125rem;
	}
	.solution-row .col-right .img{
		margin-top: 0.8rem;
	}
	.number-list__item {
		display: flex;
	}
	.number-list{
		padding: 0;
		max-width: 100%;
		background: transparent;
		margin: 0;
		height: auto;
		column-gap: 0.8rem;
	}
	.number-list__item{
		flex-direction: column;
		background: var(--Linear, linear-gradient(90deg, #017DC5 0%, #023F88 100%));
		border-radius: 0.5rem;
		padding: 0.5rem;
	}
	.number-list .number-run {
		font-size: 2.75rem;
	}
	.number-list__item .number-des{
		text-align: center;
		font-size: 0.9375rem;
	}
	.solution-row .col-left{
		    margin-bottom: 2.5rem;
	}
}
/*home-whychoose*/
.home-whychoose{
	padding: 3.69rem var(--section);
	background: linear-gradient(180deg, #0071BB 0%, var(--Color, #023F88) 70.53%);
}
.home-whychoose .title-main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.31rem;
}
.home-whychoose .title-main h2{
	color: white;
	margin-bottom: 0rem;
}
.home-whychoose .title-main .btn__secondary{
	flex-shrink: 0;
}
.whychoose-row .list-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0.87rem;
	flex-wrap: wrap;
}
.whychoose-row .list-box .box-image{
	display: flex;
	align-items: center;
	column-gap: 2.87rem;
	justify-content: space-between;
}
.whychoose-row .list-box .box-image .img img{
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
}
.whychoose-row .list-box .box-image .img{
	display: flex;
	width: 8rem;
	height: 8rem;
	padding: 0.125rem 0.1875rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	background: white;
	border-radius: 6.25rem;
}
.whychoose-row .list-box .list-box_item{
	border-radius: 0.625rem;
	border: 1px solid #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100%);
	padding: 1.21rem 2.19rem 1.63rem; 
}
.whychoose-row .list-box .list-box_item img{
	transition: all 0.3s;
}
.whychoose-row .list-box .list-box_item:hover img{
	scale: 1.1;
}
.whychoose-row .list-box__item--1{
	max-width: 58%;
	flex-basis: 58%;
}
.whychoose-row .list-box__item--2{
	flex: 1;
}
.whychoose-row .list-box .list-box_item:nth-child(3) {
	order: 1;
}
.whychoose-row .list-box .list-box_item .title-box{
	color: #023F88;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	padding-bottom: 0.91rem;
	margin-bottom: 0.75rem;
	line-height: 160%;
	border-bottom: 1px solid #9ADAFF;
}
.whychoose-row .list-box .list-box_item .desc{
	color: var(--black-bold);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 768px){
	.home-whychoose{
		padding: 2.75rem var(--section);
	}
	.whychoose-row .list-box{
		flex-direction: column;
	}
	.whychoose-row .list-box .list-box_item {
		max-width: 100%;
		flex-basis: 100%;
		padding: 1.21rem 1rem 1.63rem;
	}
	.whychoose-row .list-box .box-image{
		flex-direction: column;
		row-gap: 1.25rem;
	}
	.whychoose-row .list-box .list-box_item .title-box{
		font-size: 1.125rem;
	}
	.whychoose-row .list-box .box-image .img {
		width: 6rem;
		height: 6rem;
	}
}
/*home-product*/
.home-product{
	padding: 4.37rem var(--section) 0;
}
.home-product .title-main h2{
	margin-bottom: 0;
}
.product-row{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.87rem;
	row-gap: 2.12rem;
}
.product-item .image-cover{
    padding: 0;
	height: 12.625rem;
	border-radius: 0.625rem 0.625rem 0rem 0rem;
}
.product-item .box-image{
	height: 100%;
	display: flex;
    flex-direction: column;
}
.product-item .box-image .nation{
    position: absolute;
    top: 0.88rem;
    right: 0.88rem;
}
.product-item .box-image .nation img{
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}
.product-item .box-text{
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    background: #F9F9F9;
	padding: 1.31rem 1.5rem;
	flex: 1;
}
.product-item .box-text .infor ul li{
    margin-left: 1.1rem;
	margin-bottom: 0.313rem;
}
.product-item .box-text .infor ul li::marker{
	color: var(--theme-color2);
}
.product-item .box-text .infor ul li span{
	font-size: 1rem;
	color: var(--black);
}
.product-item .box-text .infor ul li .desc{
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--black-bold);
}
.product-item .box-text .infor ul li:nth-child(4) .desc{
	color: var(--theme-color2);
}
.product-item .box-text .title{
    color: #023F88;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
	padding-bottom: 0.87rem;
	margin-bottom: 0.69rem;
	border-bottom: 1px solid #E9E9E9;
}
.product-item .group-btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.06rem;
	border-top: 1px solid #E9E9E9;
}
.product-item .button{
	margin: 0 !important;
}
.product-item .button svg{
	margin-bottom: 0.05rem;
}
.product-item .button span, .button.btn__primary span,.button.btn__secondary span{
	padding-right: 0.5rem;
	margin-right: 0.313rem;
	position: relative;
}
.button.btn__primary svg{
	margin-bottom: 0.05rem;
	margin-left: 0;
}
.product-item .button span::before, 
.button.btn__primary span::before,
.button.btn__secondary span::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.8);
}
.button.btn__primary{
	border-radius: 6.25rem;
	background: linear-gradient(90deg, #017DC5 0%, #023F88 100%);
	border: 0;
	box-shadow: none !important;
}
.button.btn__primary:hover{
	color: white;
	background: linear-gradient(90deg, #023F88 0%, #017DC5 100%);
}
.button.btn__primary:hover svg {
    transform: rotate(0deg);
}
.product-item .button-view{
	background-color: transparent;
	color: var(--black-bold);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: normal;
	box-shadow: none !important;
	border: 0;
	padding: 0;
	min-height: auto;
/* 	display: none; */
}
.product-item .button-view:hover{
	color: var(--theme-color2);
}
.tab-product{
	flex: 1;
	justify-content: flex-end;
}
.tab-product .tab a{
	border-radius: 6.25rem;
    border: 1px solid var(--Color-3, #3CB3E6);
    background: linear-gradient(90deg, #FFF 0%, #DEF4FF 100%);
    min-width: 11.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    height: 2.875rem;
    padding: 0 1.94rem;
}
.tab-product .tab.active a{
	color: var(--theme-color2);
}
.tab-product .tab a::before{
	display: none;
}
.tab-product__content{
	padding-top: 2.94rem;
}
.home-whychoose .title-main .button.btn__secondary{
	margin: 0;
	background: #E7253A;
}
.home-whychoose .title-main .button.btn__secondary:hover{
	background-color: #ac0819;
}
@media (max-width: 768px){
	.home-whychoose .title-main{
		flex-direction: column;
		align-items: flex-start;
	}
	.home-whychoose .title-main .button.btn__secondary{
		margin-top: 1.25rem;
	}
	.home-whychoose .title-main{
		margin-bottom: 1.5rem;
	}
	.home-product{
		    padding: 2.75rem var(--section) 0;
	}
	.product-row {
    	grid-template-columns: minmax(0, 1fr);
	}	
	.product-item .box-text .infor ul li .desc, .product-item .button-view{
		font-size: 1rem;
	}
	.product-item .box-text{
		padding: 1.3rem 1rem;;
	}
	.product-item .box-text .title{
		font-size: 1.25rem;
	}
	.tab-product {
		flex: 1;
		justify-content: space-between;
		display: flex;
		flex-wrap: nowrap;
		padding-top: 1.5rem;
	}
	.tab-product .tab a{
		min-width: 10rem;
		height: 2.25rem;
	}
	.tab-product__content {
		padding-top: 1.5rem;
	}
}
/* home-route */
.home-route{
	padding: 3.75rem var(--section) 0;
}
.route-row{
	display: grid;
	grid-template-columns: 1fr 31.1875rem;
	column-gap: 1.38rem;
	align-items: center;
}
.home-route .title-main h2{
	margin-bottom: 1.37rem;
	padding-bottom: 1.62rem;
	border-bottom: 1px solid #E9E9E9;
}
.route-row .list-route{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.81rem;
	row-gap: 3rem;
}
.route-row .list-route .item-num{
	background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color);
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
	letter-spacing: -0.075rem;
    line-height: normal;
	width: fit-content;
}
.route-row .list-route .item-num::after{
	content: "";
	width: 3.4375rem;
	height: 3.4375rem;
	background: linear-gradient(180deg, #C9EAFF 0%, rgba(201, 234, 255, 0.00) 100%);
	position: absolute;
	border-radius: 50%;
	right: -1rem;
}
.route-row .list-route .content p{
	color: var(--black-bold);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
@media(max-width: 768px){
	.home-route{
		    padding: 2.75rem var(--section) 0;
	}
	.route-row .list-route, .route-row{
		grid-template-columns: minmax(0, 1fr);
	}
	.route-row .list-route{
		row-gap: 1.5rem;
	}
	.route-row .list-route .item{
		display: flex;
		align-items: center;
		column-gap: 1rem;
	}
	.route-row .list-route .item-num::after {
		width: 2rem;
		height: 2rem;
	}
	.route-row .list-route .item-num{
		font-size: 2.75rem;
	}
	.route-row .list-route .content p {
		font-size: 1rem;
		font-weight: 500;
	}
}
/* home-review */
.home-review{
	padding: 3.75rem var(--section);
	background: var(--Linear, linear-gradient(90deg, var(--Color, #023F88) 0%, var(--Color-2, #0071BB) 100%));
}
.home-review .title-main h2{
	margin-bottom: 1.81rem;
	color: white;
}
.review-item{
	padding: 0.5rem;
}
.review-item .box-image{
	display: flex;
	align-items: center;
	column-gap: 1.1rem;
}
.review-item .box-image .img{
	width: auto;
	flex-shrink: 0;
}
.review-item .box-image .img img{
	width: 4.83863rem;
	height: 4.83863rem;
	border-radius: 6.25rem;
}
.box-review{
	border-radius: 0.625rem;
	padding: 1.31rem 1.94rem 2.91rem;
	background-image: url(/wp-content/uploads/2025/04/Vector-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.box-review .text p:nth-child(1){
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}
.box-review .text p:nth-child(2){
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0.28rem;
	line-height: normal;
}
.box-review .box-text{
	padding: 1.22rem 0rem 0rem;
}
.box-review .box-text p{
	max-height: 7.55rem;
	overflow: auto;
	padding-right: 0.313rem;
}
.box-review .box-text p::-webkit-scrollbar-thumb{
	background-color: silver;
}
.swiper-pagination{
	position: static;
	padding-top: 2.53rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet{
	position: relative;
	border: 1px solid white;
	background-color: transparent;
	width: 14px;
	height: 14px;
}
.swiper .swiper-pagination .swiper-pagination-bullet::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 14px;
	background-color: transparent;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active::before{
	background-color: #F3B31B;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #F3B31B;
}
@media (max-width: 768px){
	.home-review{
		padding: 2.75rem var(--section);
	}
	.box-review{
		padding: 1.31rem 1rem 2rem;
	}
	.box-review .box-text p{
        height: 7.5rem;
        overflow: scroll;
	}
	.box-review .text p:nth-child(1) {
		font-size: 1rem;
	}
	.review-item .box-image .img img {
		width: 3.83863rem;
		height: 3.83863rem;
	}	
}
/*Vấn đề đang gặp*/
.home-question{
	padding: 4.19rem var(--section) 0;
}
.home-question .title-main h2{
	margin-bottom: 2.38rem;
}
.home-question__row {
	display: grid;
	grid-template-columns: 29.375rem 1fr;
	column-gap: 4.25rem;
	align-items: start;
}
.home-question__row .col-left .image-cover{
	padding: 0;
	height: 41.4375rem;
}
.icon-up{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-up img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}
button.btn-accordion{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 1.31rem 0;
    border-bottom: 1px solid #E9E9E9;
}
button.btn-accordion.active{
	border-bottom: 0;
	margin-bottom: 0.5rem;
    padding-bottom: 0;
}
button.btn-accordion .minus{
	display: none;
}
button.btn-accordion.active .minus{
	display: block;
}
button.btn-accordion.active .plus{
	display: none;
}
.question-content {
    max-height: 0;
    transition: ease-in-out 0.3s;
    overflow: hidden;
    box-sizing: border-box;
}
.question-content p{
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}
button.btn-accordion span{
	font-size: 1.25rem;
	color: var(--black-bold);
	font-weight: 500;
	line-height: normal;
}
@media (max-width: 767.98px){
	.home-question{
		padding: 2.75rem var(--section) 0;
	}
	.home-question__row{
		grid-template-columns: minmax(0, 1fr);
		row-gap: 1.38rem;
	}
	.home-question__row .col-left .image-cover {
		height: 29.4375rem;
	}
	.home-question__row .col-right{
		order: -1;
	}
	button.btn-accordion span {
		font-size: 1.125rem;
		text-align: left;
	}
	button.btn-accordion{
		align-items: flex-start;
		column-gap: 0.875rem;
	}
	.home-question .title-main h2{
		margin-bottom: 0.875rem;
	}
	button.btn-accordion.active{
		margin-bottom: 1rem;
	}
}
/*form*/
.sec-bg .bg-fill {
    height: 70%;
    bottom: 0;
    top: auto;
}
.home-form{
	padding: 4.94rem var(--section) 0;
}
.home-form .form-row{
	display: grid;
	grid-template-columns: 1fr 34.0625rem;
	column-gap: 7.12rem;
}
.home-form .form-home {
    width: 100%;
    max-width: 100%;
}
.home-form .form-content input {
    background: white;
    border-radius: 0.5rem;
    color: var(--black);
    padding: 0.69rem 1.25rem;
}
.home-form .form-content input::placeholder{
	color: var(--black);
	font-weight: 400;
}
.home-form .form-content {
    grid-gap: 1rem;
}
.form-item{
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}
.home-form .form-content .form-item__2{
	grid-column: span 2;
}
.home-form .form-content textarea{
	box-shadow: none !important;
	border-radius: 0.5rem;
	border: 0;
}
@media (min-width: 767.98px) and (max-width: 1024px){
	.home-form .form-row {
		align-items: end;
	}
	.home-form .form-row .col-left{
		padding-bottom: 2rem;
	}
}
@media (max-width: 767.98px){
	.home-form{
		padding: 2.75rem var(--section) 0;
	}
	.home-form .form-row{
		grid-template-columns: minmax(0, 1fr);
		row-gap: 1.5rem;
	}
	.form-item{
		grid-column: span 2;
	}
	.home-form .form-submit {
		margin-top: 1.06rem;
	}
	
}
/*footer*/
.footer-container{
	background: #023F88;
	padding: 1.25rem var(--section) 1.75rem;
}
.footer-row{
	display: grid;
	grid-template-columns: 1fr 9.75rem 17.25rem 17.25rem;
	column-gap: 4rem;
}
.footer-row .col-1 .img{
	width: 15.3125rem;
	height: auto;
}
.footer-row .col-1 .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-row .title{
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: normal;
}
.footer-row .col-2,
.footer-row .col-3,
.footer-row .col-4{
	padding-top: 0.875rem;
}
.footer-row .col-3 .title,
.footer-row .col-4 .title{
	margin-bottom: 0.313rem;
}
.footer-row .col-4 .email .title{
	margin-top: 0.87rem;
}
.footer-row .desc{
	margin-bottom: 0rem;
	line-height: normal;
}
.absolute-footer{
	display: none;
}
.list-social{
	display: flex;
	column-gap: 1.25rem;
}
.list-social .img{
	width: auto;
	flex-shrink: 0;
}
.list-social img{
	width: 2.39938rem;
	height: 2.39938rem;
	object-fit: contain;
}
.view-map{
	font-size: 0.875rem;
	font-style: italic;
	margin-bottom: 0rem;
	color: #3CB3E6 !important;
}
.view-map:hover{
	color: white !important;
}
@media (max-width: 767.98px){
	.footer-row{
		grid-template-columns: minmax(0, 1fr);
		row-gap: 1.5rem;
	}
	.footer-row .col-4 .email .title{
		margin-top: 1.5rem;
	}
	.footer-row .col-2,
	.footer-row .col-3,
	.footer-row .col-4{
		padding-top: 0rem;
	}
}


/* Lightbox Styles */
.lightbox-goldBoard {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.lightbox-goldBoard.active {
    display: block;
    opacity: 1;
}

.lightbox-goldBoard__content {
    position: relative;
    max-width: 40rem;
    width: 100%;
    margin: 2% auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    animation: fadeIn 0.3s ease;
}
.goldBoard-popup{
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding-right: 0.35rem;
}
.goldBoard-popup ul{
	margin-left: 1.2rem;
}
.goldBoard-popup::-webkit-scrollbar{
	width: 0.15rem;
}
.goldBoard-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    color: var(--theme-color2);
    cursor: pointer;
    transition: color 0.3s;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
}

.goldBoard-popup .close:hover {
    color: #E7253A;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767.98px){
	.lightbox-goldBoard__content{
		margin: 5%;
		width: 100%;
		padding: 2rem 1rem 1rem;
	}
}
