* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
.single-post__main * {
	font-family: "Inter 28pt", sans-serif !important;
}

@media (min-width: 767.98px) {
	::-webkit-scrollbar {
		width: 0.5rem;
		height: 5rem;
	}

	/* ::-webkit-scrollbar-track {
	background-color: #63A147;
	border-radius: 10px;
} */

	::-webkit-scrollbar-thumb {
		background-color: #129346;
		border-radius: 10px;
	}
}

:root {
	--init-font-size: 1.1111111111111112vw;
	--theme-color: #129346;
	--theme-color2: #FC8422;
	--black: #373536;
	--black-200: #636363;
	--section: 5.625rem;
	--1: 0.0625rem;
	--2: 0.125rem;
	--3: 0.1875rem;
	--4: 0.25rem;
	--5: 0.3125rem;
	--6: 0.375rem;
	--7: 0.4375rem;
	--8: 0.5rem;
	--9: 0.5625rem;
	--10: 0.625rem;
	--11: 0.6875rem;
	--12: 0.75rem;
	--13: 0.8125rem;
	--14: 0.875rem;
	--15: 0.9375rem;
	--16: 1rem;
	--17: 1.0625rem;
	--18: 1.125rem;
	--19: 1.1875rem;
	--20: 1.25rem;
	--21: 1.3125rem;
	--22: 1.375rem;
	--23: 1.4375rem;
	--24: 1.5rem;
	--25: 1.5625rem;
	--26: 1.625rem;
	--27: 1.6875rem;
	--28: 1.75rem;
	--29: 1.8125rem;
	--30: 1.875rem;
	--31: 1.9375rem;
	--32: 2rem;
	--33: 2.0625rem;
	--34: 2.125rem;
	--35: 2.1875rem;
	--36: 2.25rem;
	--37: 2.3125rem;
	--38: 2.375rem;
	--39: 2.4375rem;
	--40: 2.5rem;
	--41: 2.5625rem;
	--42: 2.625rem;
	--43: 2.6875rem;
	--44: 2.75rem;
	--45: 2.8125rem;
	--46: 2.875rem;
	--47: 2.9375rem;
	--48: 3rem;
	--49: 3.0625rem;
	--50: 3.125rem;
	--51: 3.1875rem;
	--52: 3.25rem;
	--53: 3.3125rem;
	--54: 3.375rem;
	--55: 3.4375rem;
	--56: 3.5rem;
	--57: 3.5625rem;
	--58: 3.625rem;
	--59: 3.6875rem;
	--60: 3.75rem;
	--61: 3.8125rem;
	--62: 3.875rem;
	--63: 3.9375rem;
	--64: 4rem;
	--65: 4.0625rem;
	--66: 4.125rem;
	--67: 4.1875rem;
	--68: 4.25rem;
	--69: 4.3125rem;
	--70: 4.375rem;
	--71: 4.4375rem;
	--72: 4.5rem;
	--73: 4.5625rem;
	--74: 4.625rem;
	--75: 4.6875rem;
	--76: 4.75rem;
	--77: 4.8125rem;
	--78: 4.875rem;
	--79: 4.9375rem;
	--80: 5rem;
	--81: 5.0625rem;
	--82: 5.125rem;
	--83: 5.1875rem;
	--84: 5.25rem;
	--85: 5.3125rem;
	--86: 5.375rem;
	--87: 5.4375rem;
	--88: 5.5rem;
	--89: 5.5625rem;
	--90: 5.625rem;
	--91: 5.6875rem;
	--92: 5.75rem;
	--93: 5.8125rem;
	--94: 5.875rem;
	--95: 5.9375rem;
	--96: 6rem;
	--97: 6.0625rem;
	--98: 6.125rem;
	--99: 6.1875rem;
	--100: 6.25rem;
}

html {
	font-size: var(--init-font-size);
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* overflow-x: hidden; */
	margin: 0;
	padding: 0;
}

input:autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

input:-webkit-autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.3rem
}
.title-main h1,
.title-main h2,
.title-main h3 {
	font-size: 2.25rem;
	font-weight: 700;
}

.wpcf7 form .wpcf7-response-output {
	display: none
}
.page-section{
	padding: 3.5rem calc(var(--section) * 1.5) !important;
}
.page-section h1{
	font-size: 2.25rem;
    font-weight: 700;
	margin-bottom: 2rem;
}
.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	background: 0 0;
	padding: 0;
	line-height: 1.4;
	right: 0;
	bottom: 0;
	font-size: 0.6875rem;
	opacity: 1;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	display: none
}

.has-hover .image-cover:hover img {
	transform: scale(1.08)
}

table,
td,
th {
	border: 1px solid rgba(0, 0, 0, .1)
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%
}

td,
th {
	padding: 8px
}

th {
	border-width: 0 1px 1px 0
}

td {
	border-width: 0 1px 1px 0
}

td,
th {
	padding: var(--8);
}

td:first-child,
th:first-child {
	padding-left: var(--8)
}

td:last-child,
th:last-child {
	padding-right: var(--8)
}

@keyframes up-down {
	50% {
		transform: translateY(var(--15))
	}
}

@media (max-width: 767.98px) {
	:root {
		--init-font-size: 4.2667vw;
		--section: 1rem;
	}
	.page-section{
		padding: 2.5rem var(--section) !important;
	}
	.page-section h1{
		font-size: 1.4rem;
	}
	.page-section blockquote{
		padding: 0 1rem;
	}
}

/* Header */
#top-bar {
	min-height: 2.5rem;
	background: linear-gradient(90deg, #E12E2D 0%, #A12F32 100%);
}

#top-bar .container {
	padding-left: var(--section);
	padding-right: var(--section);
	align-items: center;
}

#top-bar .text-topbar {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#top-bar .hotline-topbar img {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
}

#top-bar .hotline-topbar a {
	display: inline-flex;
	align-items: center;
	gap: 0.56rem;
	position: relative;
	padding-right: 2.06rem;
	margin-right: 2.06rem;
}

#top-bar .hotline-topbar span {
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}

#top-bar .hotline-topbar a:after {
	content: "";
	width: 1px;
	height: 1rem;
	position: absolute;
	right: 0;
	background: rgba(255, 255, 255, 0.15);
}

#top-bar .hotline-topbar a:last-child {
	margin-right: 0;
	padding-right: 0;
}

#header .header-bg-color{
	background: linear-gradient(90deg, #129346 0%, #08509F 100%);
}
#header .header-main .container {
	padding-left: var(--section);
	padding-right: var(--section);
	align-items: center;
}

#header .header-main {
	height: 4.375rem !important;

}

#header .header-main .top-divider {
	background-color: #DEDEDE;
	border-top: 0.0625rem solid;
}

#header #logo img {
	width: 11.75rem;
	height: 2.1875rem;
	object-fit: contain
}

#header #logo {
	width: 11.75rem;
}

#header .header-zalo {
	width: 9.75rem;
	height: 2rem;
	flex-shrink: 0;
	border-radius: 6.25rem;
	background: #0069F4;
	display: inline-flex;
	justify-content: center;
	gap: 0.31rem;
	color: #FFF;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0;
}

#header .header-zalo svg {
	width: 0.9375rem;
	height: 0.9375rem;
}

#header .header-zalo:hover {
	background-color: var(--theme-color)
}

#header .header-nav-main {
	justify-content: center;
}

#header .header-nav-main>.menu-item>a {
	color: white;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25rem;
	padding: var(--20) 0;
}

#header .header-nav-main>.menu-item>a:hover,
#header .header-nav-main>.menu-item.active>a {
	color: var(--theme-color2)
}

#header .header-nav-main>.menu-item>a .icon-angle-down {
	opacity: 1;
	    margin-left: 0.313rem;
    font-size: 1.125rem;
}
#header .flex-col.hide-for-medium.flex-right,
#header .header-nav.header-nav-main.nav.nav-right{
	height: 100%;
}
#header .header-nav-main>.menu-item {
	margin: 0 1.03rem
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
	display: none
}

#header .menu-item-has-children>.sub-menu {
	padding: 0;
	border: 0;
	box-shadow: none;
	min-width: 15.1875rem;
	flex-direction: column;
	display: flex;
	left: 0rem;
	top: calc(100% + 0.313rem);
}
#header .menu-item-has-children>.sub-menu{
	border-radius: 0.313rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#header .menu-item-has-children>.sub-menu li:first-child,
#header .menu-item-has-children>.sub-menu li:first-child a{
	border-top-left-radius: 0.313rem;
	border-top-right-radius: 0.313rem;
}
#header .menu-item-has-children>.sub-menu li:last-child,
#header .menu-item-has-children>.sub-menu li:last-child a{
	border-bottom-left-radius: 0.313rem;
	border-bottom-right-radius: 0.313rem;
}
#header .menu-item-has-children>.sub-menu .menu-item {
	width: 100%;
	position: relative;
}

#header .header-nav-main>.menu-item-has-children>.sub-menu .menu-item a {
	margin: 0;
	padding: var(--13) var(--20);
	line-height: var(--20);
	border-bottom: 0;
	font-size: var(--15);
	color: #313131;
	font-weight: 400;
	background-color: #fff;
	text-transform: none;
	text-wrap-mode: nowrap;
}

#header .menu-item-has-children>.sub-menu .menu-item a:hover{
	background-color: var(--theme-color);
	color: #fff
}

#header .menu-item-has-children>.sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none !important;
}

#header .header-nav-main>.menu-item-has-children>.sub-menu .menu-item:hover .sub-menu {
	display: block !important;
}
#header .header-nav-main>.header-search a{
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid white;
	border-radius: 6.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 0;
}
#header .header-nav-main>.header-search a i{
	height: 100%;
	width: 100%;
}
#header .header-nav-main>.header-search a i.icon-search:before,
#header .mobile-nav i.icon-search:before{
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	background-image: url(/wp-content/uploads/2025/04/iconsearch.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#header .header-nav-main>.header-search a:hover{
	background: var(--theme-color2);
	color: white;
	border-color: var(--theme-color2);
}
#header .style-btn{
	padding: 0.25rem;
	border: 1px dashed var(--theme-color2);
	border-radius: 6.25rem;
}
#header .style-btn a{
	background-color: var(--theme-color2);
	border-radius: 6.25rem;
	padding: 0rem 1.13rem !important;
	height: 2rem;
	line-height: 2rem !important;
	color: white !important;
}
/* End header */
body .container,
body .container-width,
body .full-width .ubermenu-nav {
	max-width: calc(100% - var(--section)*2);
}

body .row {
	max-width: calc(100% - var(--section)*2 + 30px);
}

/* Slider */
.slick-dots li button {
	color: #fff;
	padding: 0;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	overflow: hidden;
	display: none;
}

.slick-dots li {
	margin: 0 5px !important;
	width: 12px;
	height: 12px;
	background-color: var(--theme-color);
	opacity: .2;
	cursor: pointer;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 0;
	margin-top: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#main .slider-home {
	padding: 0
}

.carousel-full>.item:nth-of-type(n+2) {
	display: none
}

.admin-bar #main .slider-home .image-cover {
	padding-top: calc(100vh - 112px) !important;
}


.popup-custom-full .bg_overlay_popup {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	cursor: pointer;
}

.popup-custom-full .popup-content {
	max-width: 650px;
}

.popup-custom-full .popup-content .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.popup-custom-full .title-sub {
	color: #2d2d2d;
	font-family: var(--medium) !important;
	margin-bottom: 0;
	font-size: var(--20);
}

.um-login .um-notice.err {
	display: none;
}

.popup-custom-full .popup-content .title i {
	font-size: 22px;
	color: #2d2d2d;
}

.popup-custom-full .content p {
	text-align: center;
}

.popup-custom-full .content .title-form {
	margin-bottom: 10px;
	font-size: var(--23);
	text-align: center;
	color: var(--theme-color);
	font-weight: bold;
}

.popup-custom-full .tb-box {
	padding: 25px 25px 35px;
}

.popup-custom-full .submit button,
.popup-custom-full .submit a {
	margin: 20px 0 0;
	background-color: var(--theme-color);
	color: #fff;
	font-weight: normal;
	text-transform: none;
	padding: 0 30px;
	border-radius: 99px;
	text-align: center;
	border: 1px solid var(--theme-color);
	font-size: var(--16);
}

.popup-custom-full .submit button:hover {
	background-color: #fff;
	color: var(--theme-color);
}

.popup-custom-full .submit {
	text-align: center;
}

.popup-custom-full {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.modal_show_tb .close_tb {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.popup-custom-full.show {
	display: flex;
}

.popup-custom-full .popup-content {
	position: absolute;
	z-index: 9999999999;
	background-color: #fff;
	border-radius: 0.4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 650px;
	height: auto;
	padding: 0;
}

.section-bg img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-bg img.banner-mb {
	display: none
}

section {
	position: relative;
}
.btn-1{
	padding: 0.25rem;
	border: 1px dashed var(--theme-color2);
	border-radius: 6.25rem;
	width: fit-content;
}
.button.btn__primary {
	height: 2rem;
	min-height: unset;
	border-radius: 99rem;
	padding: 0 1.5rem;
	font-weight: 500;
	font-size: 1rem;
	border: 1px solid var(--theme-color2);
	background-color: #FFF0E4;
	box-shadow: none;
	color: var(--theme-color2);
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button.btn__primary:hover {
	background-color: var(--theme-color2);
	color: white;
}

.button.btn__secondary {
	height: 2.5rem;
	min-height: unset;
	border-radius: 99rem;
	padding: 0 1.5rem;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid var(--theme-color2);
	background-color: var(--theme-color2);
	box-shadow: none;
}

.button.btn__secondary:hover {
	background-color: #fff;
	color: var(--theme-color2);
}

svg.icon path {
	fill: currentColor
}

.button.btn__outline {
	height: 2.5rem;
	min-height: unset;
	border-radius: 99rem;
	padding: 0 1.5rem;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid var(--theme-color);
	background-color: #fff;
	box-shadow: none;
	color: #2A2A2A;
}

.button.btn__outline svg {
	margin-left: 0.56rem;
	transition: transform .5s;
	width: 0.625rem;
	height: 0.625rem;
	flex-shrink: 0;
}

.button.btn__outline:hover {
	color: #fff;
	background-color: var(--theme-color);
}

.button.btn__outline:hover path {
	stroke: currentColor
}

.button.btn__outline:hover svg {
	transform: rotate(45deg);
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	transform: unset;
	border-radius: 9rem;
	opacity: 1;
	background-color: #C0C0C0;
	margin: 0 0.34375rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 2.5625rem;
	background-color: var(--theme-color2);

}

/* contact btn */

@media screen and (max-width: 767.98px) {
	#header .header-main .top-divider {
		border: 0
	}

	#header .header-main {
		border-bottom: 0.0625rem solid #DEDEDE;
	}

	.home-form .home-form__wrapper {
		flex-direction: column;
		padding: var(--30) 0 0;
	}

	.home-form .home-form--left {
		padding: 0 var(--16) var(--30);
		margin: 0;
	}

	.home-form .title-color-p p {
		font-size: var(--20);
		margin-bottom: var(--20);
	}

	.home-form .title-color-p p br {
		display: none
	}

	.home-form .form-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.home-form .form-content .wpcf7-form-control-wrap:last-child {
		grid-column: unset
	}

	.home-form .home-form--right .img-main {
		margin-top: var(--50);
		margin-left: 5%;
		width: 85%;
	}

	.home-form .home-form--right {
		margin: 0
	}

	.home-form .home-form--right .icon-form {
		width: 3.5rem;
		height: auto;
	}

	.home-form .box-number {
		width: 7rem;
		height: auto;
		left: 0.5rem;
	}

	.home-form {
		padding-bottom: var(--60)
	}
}

/* End home-form */
@-webkit-keyframes phonering-cricle {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	50% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-circle-fill {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

.list-shortcut-desktop {
	position: fixed;
	z-index: 1000000000;
	right: 20px;
	bottom: 50%;
	transform: translatey(50%);
}

.list-shortcut-desktop>a {
	border-radius: 50%;
	box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 20px
}

.list-shortcut-desktop .zalo {
	background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
	background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
	background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -50px;
	position: relative
}

.list-shortcut-desktop .call:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 107, 17, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
	animation: phonering-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: -1
}

.list-shortcut-desktop .call:after {
	content: '';
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 100%;
	border: 2px solid #FF6B11;
	background-color: transparent;
	-webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
	animation: phonering-cricle 1.2s infinite ease-in-out;
	transition: all .5s;
	opacity: 0.5;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* end contact btn */

@media screen and (min-width: 850px) {
	#main-menu {
		display: none
	}


}

@media screen and (max-width: 849.98px) {
	#footer .absolute-footer .pull-left {
		float: left
	}

	#footer .absolute-footer .pull-right {
		float: right
	}

	#header .hide-for-medium {
		display: flex !important;
		flex: unset;
	}



	#header .btn-menumobi {
		width: 30px;
		height: 3.6rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	#header .btn-menumobi .icon-nav {
		width: 22px;
		height: 16px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer
	}

	#header .btn-menumobi span {
		display: block;
		position: absolute;
		height: 2px;
		width: 65%;
		left: 35%;
		background: white;
		border-radius: 9px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	#header.transparent .btn-menumobi span {
		background: #fff
	}

	#header .btn-menumobi span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#header .btn-menumobi span:nth-child(2) {
		top: 8px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
		width: 100%;
		left: 0;
	}

	#header .btn-menumobi span:nth-child(3) {
		top: 16px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}

	#header .btn-menumobi.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -3px;
		left: 2px;
		width: 100%;
	}

	#header .btn-menumobi.active span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}

	#header .btn-menumobi.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 12px;
		left: 2px;
		width: 100%;
	}

	.header-main li.html.custom {
		display: block !important;
		margin-right: 12px;
	}

	#main-menu .toggle {
		display: none
	}

	#main-menu.mobile-sidebar .menu-item a {
		color: white !important;
		padding: 14px 30px 14px 30px;
		font-size: 1.4rem;
		font-weight: 500;
		text-transform: none;
		border: none;
		border-radius: 0 !important;
		border-bottom: 0;
	}

	#main-menu.mobile-sidebar .menu-item .expand-icon {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url(/wp-content/uploads/2024/12/plus.svg);
		background-size: 1rem;
		background-repeat: no-repeat;
		background-position: center;
	}

	#main-menu.mobile-sidebar .menu-item .expand-icon.expanded {
		background-image: url(/wp-content/uploads/2024/12/minus.svg);
	}

	#main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
		border-top: 0;
		background-color: transparent;
		border-bottom: 0;
	}

	#main-menu.mobile-sidebar .menu-item.show>a {
		color: var(--theme-color) !important;

	}

	#main-menu.mobile-sidebar .menu-item.show>.expand-icon {}

	#main-menu.mobile-sidebar .menu-item .sub-menu a {
		font-family: var(--regular);
		padding: 10px 0 10px 30px !important;
		border-bottom: 0;
		font-size: 14px;
		display: block;
	}

	#main-menu.mobile-sidebar .menu-item .sub-menu .sub-menu {
		padding-left: 1rem
	}

	#main-menu .nav .children {
		position: unset;
		opacity: 1;
		width: 100%;
		transform: unset;
		padding: 0;
		margin: 0;
	}

	#main-menu .nav .children .menu-item {
		position: relative;
		margin: 0;
		padding-left: 0;
	}

	.mobile-sidebar .logo-mobile {
		padding: 22px 30px;
		border-bottom: 1px solid #ddd;
	}

	.mobile-sidebar .logo-mobile img {
		height: 60px;
		object-fit: contain;
	}

	.mfp-close {
		opacity: 1 !important;
		top: 25px;
		right: 20px;
	}

	.mobile-sidebar .info_menu {
		margin-top: auto;
		display: block;
		padding: 20px 30px 30px;
	}

	.mobile-sidebar .info_menu ul {
		list-style: none;
	}

	.mobile-sidebar .info_menu ul li {
		color: #070707;
		font-size: 14px;
		padding-left: 25px;
		position: relative;
	}

	.mobile-sidebar .info_menu ul li i {
		position: absolute;
		left: 0;
		top: 5px;
		color: var(--theme-color);
	}

	#main-menu.mobile-sidebar {
		width: 100%;
		height: calc(100vh - 3.75rem);
		position: fixed;
		top: 3.75rem;
		right: 0;
		z-index: 1000;
		overflow: auto;
		transition: unset;
		padding: 0;
		border-bottom: 1px solid #cbcbcb;
		background: linear-gradient(90deg, #129346 0%, #08509F 100%);
		display: none;
		overflow-y: auto;
		padding-top: 4rem;
	}
	#main-menu .sidebar-menu.no-scrollbar{
		height: calc(100lvh - 7.75rem);
		position: relative;
		overflow: hidden;
	}
	#main-menu .sidebar-menu.no-scrollbar::before{
		content: '';
		position: absolute;
		bottom: 0;
		right: -3.5rem;
		opacity: 0.02;
		z-index: 1;
		border-radius: 50%;
		transform: translate(0, 50%);
		background: white;  
		width: 15.79663rem;
		height: 15.79663rem;
	}
	#main-menu .sidebar-menu.no-scrollbar::after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 3.5rem;
		opacity: 0.04;
		z-index: 1;
		border-radius: 50%;
		transform: translate(0, 50%);
		background: white;  
		width: 15.79663rem;
		height: 15.79663rem;
	}

	#main-menu.mobile-sidebar img {
		width: 28px;
		height: 28px;
		object-fit: cover;
		border-radius: 50%;
	}

	#main-menu.mobile-sidebar .gtranslate_wrapper {
		display: flex;
		gap: 12px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	#main-menu.mobile-sidebar .gtranslate_wrapper li {
		width: fit-content
	}

	#main-menu.mobile-sidebar .gtranslate_wrapper li a {
		padding-left: 0
	}

	#main-menu.mobile-sidebar .html_top_right_text {
		padding: 14px 30px;
	}

	#main-menu.mobile-sidebar a.glink.gt-current-lang {
		font-weight: normal !important;
		color: var(--theme-color);
	}
}

@media screen and (min-width: 768px) {

	#header .flex-col.show-for-medium.flex-right,
	#header .flex-col.show-for-medium.flex-left {
		display: none
	}

	#header .header-main .flex-col:nth-of-type(3) {
		flex: 1;
	}
}

@media screen and (max-width: 767.98px) {
	body .progress-wrap {
		right: 15px;
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::before {
		width: 32px;
		height: 32px;
	}

	body .progress-wrap::after {
		height: 16px;
		width: 16px;
	}

	#header .hide-for-medium {
		display: none !important;
	}

	#header #logo {
		width: 10rem
	}
	.title-main h2,
	.title-main h1,
	.title-main h3{
		font-size: 1.4rem;
	}
	[data-aos=fade-right],
	[data-aos=fade-left],
	[data-aos=fade-up-right],
	[data-aos=fade-up-left],
	[data-aos=fade-down-right],
	[data-aos=fade-down-left] {
		transform: translate3d(0, 100px, 0);
	}

	.sec-footer .col-right .col-inner {
		flex-direction: column;
		gap: var(--30);
	}

	.sec-footer .col-right {
		padding-left: 1rem
	}

	.address-list {
		margin-top: 0;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: var(--20);
	}

	#footer .social-footer span {
		font-size: var(--12);
		margin-right: var(--5);
	}

	#footer .social-footer {
		margin-bottom: var(--10)
	}

	#footer .absolute-footer .pull-left {
		float: unset;
		text-align: center;
	}

	#footer .copyright-footer {
		font-size: var(--12)
	}

	#header .header-main {
		height: 3.75rem !important;

	}

	.page-banner .about-nav {
		display: none !important;
	}

	.section-bg img.banner-pc {
		display: none
	}

	.section-bg img.banner-mb {
		display: block
	}
		#header .mobile-nav .header-search{
		width: 30px;
		height: 3.6rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#header .mobile-nav i.icon-search:before{
		width: 1.2rem;
		height: 1.2rem;
	}
	body.custom-search .mfp-content input[type=search]{
		height: 2.75rem !important;
		padding: 0 1.5rem !important;
	}
    body.custom-search .searchform-wrapper {
        font-size: 1rem;
        width: calc(100% - 2rem);
        margin-left: 0;
    }
	body.custom-search .searchform .button.icon i {
		font-size: 1rem;
		padding-right: 0.5rem;
	}
	body.custom-search .mfp-close-btn-in .mfp-close{
		width: 2.75rem;
		height: 2.75rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/04/icon-up-org.svg);
    height: 1.125rem;
    width: 1.125rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media (max-width: 1024px) {
    .progress-wrap::after {
        height: 1.5rem;
        width: 1.5rem;
    }
}
.progress-wrap .icon {
	position: absolute;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	color: var(--theme-color);
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap .icon path {
	fill: currentColor;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--theme-color2);
	stroke-width: 4px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline-block;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
	display: flex;
	line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	position: relative;
	padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	vertical-align: middle;
	zoom: 1;
	display: inline-block;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	font-family: var(--bold);
	text-align: center;
}

#wrapper .processing:before {
	width: 20px !important;
	height: 20px !important;
	aspect-ratio: 1;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	position: fixed;
	background: var(--theme-color);
	animation: clockwise 1200ms infinite linear;
	border: 0 !important;
	top: 50%;
	left: 50%;
	border: 1px solid #fff !important;
	z-index: 9999999999999;
}

.processing:after {
	z-index: 9999999999999;
	content: "";
	width: 20px;
	aspect-ratio: 1;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	position: FIXED;
	left: 50%;
	top: 50%;
	mix-blend-mode: darken;
	background: var(--theme-color2);
	margin-left: -5px;
	animation: counter-clockwise 1200ms infinite linear;
	border: 1px solid #fff !important;
}

@keyframes clockwise {
	0% {
		transform: translateX(0);
		width: 20px;
	}

	25% {
		width: 25px;
	}

	50% {
		transform: translateX(100%);
		width: 20px;
	}
}

@keyframes counter-clockwise {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-100%);
	}
}

@media screen and (min-width:1600px) {
	:root {
		--init-font-size: 1vw;
		--section: calc(5.625rem * 2);
	}
}

@media screen and (max-width: 767.98px) {
	.list-shortcut-desktop {
		left: 10px;
		bottom: 60px;
	}

	.list-shortcut-desktop>a {
		margin-bottom: 16px;
	}

	.slider [data-animate],
	[data-animate] {
		animation-fill-mode: forwards;
		-webkit-backface-visibility: hidden;
		opacity: 0 !important;
		transition: filter 1.3s, transform 1s, opacity .5s ease-in;
		will-change: filter, transform, opacity;
	}

	.slider [data-animate=fadeInLeft],
	[data-animate=fadeInLeft],
	.slider [data-animate=fadeInRight],
	[data-animate=fadeInRight] {
		transform: translate3d(0, 70px, 0);
	}

	.row-slider.slider [data-animated=true],
	.slider .is-selected [data-animated=true],
	[data-animated=true] {
		animation-delay: .1s;
		opacity: 1 !important;
		transform: translateZ(0) scale(1)
	}

}
/*
* Footer
*/
#footer{
	background: var(--theme-color);
}
#footer ul{
	margin: 0;
}
#footer ul li{
	list-style: none;
	margin-left: 0;   
	margin-bottom: 0.313rem;
}
.footer-top{
	padding: 1.19rem var(--section) 1.6rem;
	background: linear-gradient(90deg, rgba(18, 147, 70, 1) 0%, rgba(8, 80, 159, 0.2) 30%, rgba(8, 80, 159, 0.2) 80%, rgba(18, 147, 70, 1) 100%);
	align-items: center;
}
.footer-row{
	display: grid;
	grid-template-columns: 22.38rem 1fr;    
	column-gap: 5.81rem;
}
.footer-main{
	padding: 0 var(--section);
}
.footer-main .footer-row{
	padding-top: 1.63rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-container .footer-main .col-right{
	display: grid;
	grid-template-columns: 15.5rem 9rem 1fr;    
	column-gap: 4.5rem;
}

.footer-container .footer-main .col-1 .slogan{
	color: white;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem;
	padding-bottom: 1.06rem;
	border-bottom: 1px solid var(--silver);
}
.footer-container .footer-main .col-1 .list-info li{
	display: flex;
	align-items: flex-start;
	column-gap: 0.68rem;
	margin-bottom: 0.313rem !important;

}
.footer-container .footer-main .col-1 .list-info li .desc{
	color: white;
	font-weight: 400;
}

.footer-container .footer-main .col-1 .list-info li .img{
	width: 1.125rem;
	flex-shrink: 0;
	height: auto;
}
.footer-container .footer-main .col-1 .list-info li img{
	height: 1.38063rem;
	object-fit: contain;
}
.footer-container .footer-main .col-1 .list-info li .des{
	color: var(--black);
	font-size: 0.9375rem;
	font-weight: 400;
}
.footer-container .footer-main .col-1 .list-info li .des span{
	font-weight: 500;
}
.footer-container .footer-main .title p{
	color: white;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0.81rem;
}

.footer-container .footer-main ul li a{
	color: white;
}
.footer-container .footer-main ul li a:hover{
	color: var(--theme-color2);
}
.footer-container .footer-main .col-4 .map iframe{
	height: 7.5625rem;
	border-radius: 0.625rem;
}


.footer-top .box-social .list-social{
	display: flex;
	align-items: center;
	column-gap: 1.19rem;
	justify-content: space-between;
}
.footer-top .box-social .list-social img{
	object-fit: cover;
	width: 2.875rem;
	height: 2.875rem;
}
.footer-top .img-logo{
	flex-shrink: 0;
	width: 17rem;
}
.footer-top .img-logo img{
	height: 3.45875rem;
	width: 100%;
	object-fit: contain;
}
.footer-top .box-social .box-image{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.94rem;
}
.footer-top .box-social .box-image .text-content{
	flex-shrink: 0;
}
.footer-top .box-social .title{
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.footer-top .box-social .desc{
	margin: 0;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}
.absolute-footer{
	display: none;
}
.footer-end {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.63rem;
	padding-bottom: 0.63rem;
	color: white;
}

.footer-end .list-policy ul{
	display: flex;
	align-items: center;
	column-gap: 1.06rem;
}
.footer-end .list-policy ul li:nth-child(n+2){
	padding-left: 1.38rem;
	margin-left: 1.38rem;
	border-left: 1px solid var(--silver);
}
.footer-end .desc{
	font-size: 0.875rem;
}
.footer-end .list-policy ul li a{
	font-size: 1rem;
	color: var(--black);
	font-weight: 500;
}
.footer-end .list-policy ul li a:hover{
	color: var(--theme-color);
}
.diwe-vn{
	color: white;
}
.diwe-vn:hover{
	color: var(--theme-color2);
}
.list-social span.title{
	display: none;
}

@media (max-width: 767.98px) {
	.footer-main{
		margin-top: 5.5rem;
	}
	.footer-container .footer-row,
	.footer-container .footer-main .col-right{
		grid-template-columns: minmax(0, 1fr);
		position: relative;
	}
	.footer-top.footer-row::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 2 * var(--section));
		height: 1px;
		background: rgba(255, 255, 255, 0.30);
	}
	.footer-container .footer-row .box-social{
		position: absolute;
		bottom: -4rem;
		left: 1rem;
	}
	.footer-container .footer-main .col-1 .list-info li{
		column-gap: 0.56rem;
	}
	.footer-container .footer-main .col-right .col-2,
	.footer-container .footer-main .col-right .col-3,
	.footer-container .footer-main .col-right .col-4{
		padding-top: 1.5rem;
		margin-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.30);
	}
	.footer-top .box-social .box-image .text-content{
		display: none;
	}
	.footer-top .box-social .list-social{
		justify-content: flex-start;
	}
	.footer-top .box-social .list-social img {
		width: 2.25rem;
		height: 2.25rem;
	}
	.footer-top .box-social .list-social {
		column-gap: 0.75rem;
	}
	.footer-top .box-social span.title{
		display: block;
		color: #FFF;
		font-size: 1rem;
		font-weight: 500;
	}
	.footer-container .footer-main .col-4 .map iframe {
		height: 12.5625rem;
		border-radius: 0.313rem;
	}
	.footer-top .img-logo img{
		width: 13rem;
	}

}

/* page contact */
.contact{
	padding: 3rem var(--section) 2.81rem;
}
.contact .sec-container .grid-2{
	display: grid;
	grid-template-columns: 30.25rem 1fr;
	column-gap: 8.56rem;
	align-items: end;
}
.contact .sec-container .title-main h1{
	padding-bottom: 0.75rem;
	margin-bottom: 3.31rem;
	border-bottom: 1px solid #d9d9d9;
}
.contact .sec-container .grid-2 .col-left .title-main h2{
	color: var(--theme-color);
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}
.contact .sec-container .grid-2 .col-left .title-main p{
	color: #636363;
	text-align: justify;
	font-size: 1rem;
	line-height: 1.25rem;   
	margin-bottom: 0;
}
.contact .sec-container .grid-2 .col-right .img{
	text-align: center;
	margin: 0 auto;
}
.contact .sec-container .grid-2 .col-right .img img{
	height: 21.3125rem;
	object-fit: cover;
	width: auto;
}
.submit-contact input[type=email], 
.submit-contact input[type=number],     
.submit-contact input[type=search], 
.submit-contact input[type=tel], 
.submit-contact input[type=text], 
.submit-contact input[type=url]{
	box-shadow: none;
	border: 1px solid #d9d9d9;
	border-radius: 6.25rem;
}
.submit-contact label{
	padding-left: 1rem;
	color: #A8A8A8;
	font-weight: 600;
}
.submit-contact .form-content{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3rem;
}
.contact .sec-container .grid-2 .col-right .form-submit .btn-1{
	margin-top: 1rem;
}
.contact .sec-container .grid-2 .col-right .form-submit .button.btn__primary{
	height: 2.5rem;
	background-color: var(--theme-color2);
	color: white;
}
.contact .sec-container .grid-2 .col-right .form-submit .button.btn__primary:hover{
	background-color: rgb(255, 240, 228);
	color: var(--theme-color2);
}
@media (max-width: 767.98px) {
	.contact {
		padding: 3rem var(--section) 1rem;
	}
	.contact .sec-container .title-main h1{
		margin-bottom: 2.31rem;
	}
	.contact .sec-container .grid-2,
	.submit-contact .form-content{
		grid-template-columns: minmax(0, 1fr);
	}
	.contact .sec-container .grid-2{
		row-gap: 2rem;
	}
	.contact .sec-container .grid-2 .col-left{
		display: flex;
		flex-direction: column;
		row-gap: 1.38rem;
	}
	.contact .sec-container .grid-2 .col-left .img{
		order: -1;
	}
	.contact .sec-container .grid-2 .col-left .title-main h2{
		font-size: 1.35rem;
	}
}

/* search */
body.open {
	height: 100lvh;
	overflow: hidden;
}
body.custom-search .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.off-canvas.off-canvas-undefined.mfp-ready {
	height: auto;
	background: #fff0
}

body.custom-search .mfp-container.mfp-s-ready.mfp-inline-holder {
	position: static;
	height: auto;
	padding: 0
}

body.custom-search .mfp-content {
	padding: 1.2rem;
	background: #fff
}

body.custom-search .mfp-content input[type=search] {
	box-shadow: none!important;
	border-radius: 6.25rem;
	height: 3.75rem;
	font-size: 1rem!important;
	padding: 0 4.5rem 0 1.5rem!important;
	border: 1px solid #ddd!important;
	font-family: sans-serif
}

body.custom-search .mfp-content input[type=search]:placeholder {
	font-size: 0.9375rem!important;
	color: #000!important
}

body.custom-search .mfp-close-btn-in .mfp-close {
	color: currentColor;
	top: 50%!important;
	transform: translateY(-50%);
	right: var(--section);
	width: 3rem;
	height: 3rem
}

body.custom-search .mfp-close-btn-in .mfp-close svg {
	width: 1.35rem;
	height: 1.35rem
}

body.custom-search .mfp-close-btn-in .mfp-close:hover svg {
	stroke: var(--theme-color)
}

body.custom-search .searchform .button.icon {
	padding: 0;
	background: transparent!important;
	border: 0;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	box-shadow: none!important;
	min-width: auto;
	min-height: fit-content;
	height: fit-content;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center
}

body.custom-search .searchform .button.icon i {
	color: var(--theme-color);
	font-size: 1.35rem
}

body.custom-search #search-lightbox {
	font-size: 1.5em;
	margin: 0 auto;
	max-width: 40rem
}