﻿/*#region GLOBAL */
:root {
	font-size: 0.875rem;

	--content-size: 1410px;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Font_montserat/Montserrat-Light.ttf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Font_montserat/Montserrat-Regular.ttf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Font_montserat/Montserrat-Medium.ttf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Font_montserat/Montserrat-SemiBold.ttf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Font_montserat/Montserrat-Bold.ttf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


.ellipsis_1,
.ellipsis_2,
.ellipsis_3,
.ellipsis_4,
.ellipsis_5 {
	display: -webkit-box !important;
	max-width: 100%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis_1 {
	-webkit-line-clamp: 1;
}

.ellipsis_2 {
	-webkit-line-clamp: 2;
}

.ellipsis_3 {
	-webkit-line-clamp: 3;
}

.ellipsis_4 {
	-webkit-line-clamp: 4;
}

.ellipsis_5 {
	-webkit-line-clamp: 3;
}

input:focus-visible,
textarea:focus-visible {
	outline: none !important;
	box-shadow: unset !important;
	border-color: var(--second-color) !important;
}

input:focus,
textarea:focus {
	outline: none !important;
	box-shadow: unset !important;
	border-color: var(--second-color) !important;
}


body {
	font-family: 'Montserrat';
	font-size: 16px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.5;
}

::-webkit-scrollbar {
	width: 8px;
  }
  ::-webkit-scrollbar-track {
	background: red;
  }
  ::-webkit-scrollbar-thumb {
	background: var(--second-color);
	border-radius: 8px;
  }

a {
	text-decoration: none;
}

a:active,
a:visited,
a:hover {
	text-decoration: none;
	transition: all 300ms ease-in 0ms;
}

.btn.noselect:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.gd_banner img {
	max-width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	max-width: 100%;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
	max-width: 100%;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	max-width: 100%;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.wp-caption {
	background: #fff;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	padding: 10px;
}

/*#endregion */
.wpml-ls-flag {
	margin-top: -5px;
}

/*#region HEADER */
.container.kh_container {
	max-width: 1630px;
}

.progress {
	background: linear-gradient(to right, #004513 var(--scroll), transparent 0);
	position: fixed;
	width: 100%;
	height: 4px;
	z-index: 101;
	bottom: 0;
}

#header {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 10;
}

.header_content {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

#header.sticky {
	position: fixed;
	background: #000;
	animation: fadeInDown 0.3s ease 0s;
	z-index: 100;
	top: 0;
}

#header.sticky .header_content {
	display: none;
}

#header.sticky::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: -1;
}

.admin-bar #header.sticky {
	top: 0 !important;
}

.cart_mini {
	/*	border: 1px solid var(--second-color);*/
	border-radius: 50px;
	/*	padding: 12px 12px;*/
	padding: 12px 2px 12px 10px;
	margin-right: 20px;
}

.logo {
	align-self: center;
}

.logo a {
	display: flex;
	align-items: center;
	height: 100%;
}

.logo img {
	max-width: 100%;
	height: 60px;
	width: auto;
}

.logo span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	margin-left: 20px;
}

.home .tuvan {
	color: #fff;
}

.home .tuvan .d-block.text-black {
	color: #222 !important;
}

.home #header {
	background: #fff;
}

#header .cart {
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}

.home #header .cart {
	color: #222;
	position: relative;
	display: flex;
	align-items: center;
}

#header .cart i {
	color: var(--primary-color);
	font-size: 30px;
	margin-right: 15px;
}

#header.have_bg .cart i {
	color: var(--second-color);
}

#header .count_cart {
	position: absolute;
	top: -5px;
	background: #FB0001;
	width: 20px;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	height: 20px;
	padding-top: 1px;
	left: 30px;
}

/*Quy trình*/
.hb_procedure {
	width: 100%;
	max-width: 800px;
	margin: 0 25px;
	position: relative;
}

.hb_procedure_inner {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	display: flex;
}

.hb_procedure_item {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	display: flex;
}

.hb_procedure_content {
	margin-left: 5px;
	padding-top: 10px;
	line-height: 1.2;
}

.hb_procedure_title {
	color: #fff;
}

.hb_procedure_number {
	color: #fecc0d;
	font-size: 1.8rem;
	font-weight: 600;
}

.hb_icon_images {
	margin-bottom: 0;
}

/*End*/
.search-form {
	width: 100%;
	max-width: 440px;
	position: relative;
}

.form-control.search {
	color: #222;
	border: 1px solid var(--second-color);
	border-radius: 50px;
	padding: 12px 20px;
}

.language {
    display: flex
;
    align-items: center;
    gap: 5px;
}

.home .form-control.search {
	border: 1px solid var(--second-color);
	border-radius: 50px;
	color: #222;
}

.home .form-control.search::placeholder,
.form-control.search::placeholder {
	color: #222;
}

.home .form-control.search::placeholder,
#name_kh::placeholder,
#phone_kh::placeholder,
#serial::placeholder {
	color: #222;
	opacity: 1;
}

.home .form-control.search:-ms-input-placeholder,
#name_kh:-ms-input-placeholder,
#phone_kh:-ms-input-placeholder,
#serial:-ms-input-placeholder {
	color: #222;
}

.home .form-control.search::-ms-input-placeholder,
#name_kh::-ms-input-placeholder,
#phone_kh::-ms-input-placeholder,
#serial::-ms-input-placeholder {
	color: #222;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.search-form i {
	color: #fff;
}

.submit_search {
	position: absolute;
	top: 5px;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background: var(--second-color);
	border: 1px solid var(--second-color);
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home .count_cart {
	color: #fff;
}

/*Menu*/
.menu_header {
	background:var(--second-color);
}

.gd_main_menu_container {
	/*display: flex;*/
	/*justify-content: flex-end;*/
}

.gd_main_menu_container .offer {
	display: inline-block;
	background: url(../images/offer.png) no-repeat center center;
	width: 81px;
	height: 71px;
	margin-left: 30px;
}

.gd_main_menu ul {
	padding: 0;
	list-style: none;
}

.gd_main_menu .gd_menu__primary {
	display: flex;
	justify-content:space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gd_main_menu .gd_menu__primary>li {
	list-style: none;
	position: relative;
	transition: all .3s;
}

.gd_main_menu .gd_menu__primary>li:not(:last-child) {
	margin-right: 30px;
}

.gd_main_menu .gd_menu__primary>li:hover {
	background: #a3110c;
	transition: all .3s;
}

.menu_header .current-menu-item {
	background: #a3110c;
}

.gd_main_menu .gd_menu__primary>li a {
	color: #333;
	display: block;
	padding: 8px 0;
}

.gd_main_menu .gd_menu__primary>li ul>li {
	transform: skew(0deg);
	background: var(--second-color);
}

.gd_main_menu .gd_menu__primary>li ul>li a {
	transform: skew(0deg);
}

.gd_main_menu .gd_menu__primary>li>a {
	text-transform: uppercase;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 600;
	color: #FFF;
	padding: 14px;
}

.gd_main_menu .gd_menu__primary>li>a::after,
.gd_main_menu .gd_menu__primary>li>a:before {
	/*content: "";*/
	position: absolute;
	left: 0;
	background: #dea65c;
	height: 1px;
	width: 50px;
	bottom: 3px;
	transform: translate(-100%);
	transition: all 300ms ease-in 0ms;
	visibility: hidden;
}

.gd_main_menu .gd_menu__primary>li>a:before {
	width: 25px;
	bottom: 0;
	transition: all 300ms ease-in 150ms;
}

.gd_main_menu .gd_menu__primary>li:hover>a::after,
.gd_main_menu .gd_menu__primary>li:hover>a:before,
.gd_main_menu .gd_menu__primary>li.current-menu-item>a::after,
.gd_main_menu .gd_menu__primary>li.current-menu-item>a:before {
	visibility: visible;
	transform: translate(0);
}

.gd_main_menu .gd_menu__primary .current-menu-item>a {
	/*font-weight: bold;*/
}

.gd_main_menu .gd_menu__primary>li:hover a,
.gd_main_menu .gd_menu__primary .current-menu-item a {
	color: #fff;
}

.gd_main_menu .gd_menu__primary>li:first-child {
}

.gd_main_menu .gd_menu__primary>li:last-child {
	border-right: none;
}

.gd_main_menu .gd_menu__primary>li:first-child:hover {}


.gd_main_menu .gd_menu__primary>li.menu-item-has-children::before {}

.gd_main_menu .gd_menu__primary>li.menu-item-has-children.mega-menu::before {}

.gd_main_menu .sub-menu {
	display: block;
	left: -3px;
	position: absolute;
	top: 52px;
	z-index: 1000;
	visibility: hidden;
	min-width: 200px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.gd_main_menu .sub-menu.submenu_right {
	right: 100% !important;
	top: 0;
	left: auto;
	margin-right: 1px;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.gd_main_menu .sub-menu.submenu_left {
	left: 100% !important;
	top: 3px;
	right: auto;
	margin-left: 1px;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu {
	/*box-shadow: 0px 3px 3px #a1a1a1;*/
	/*border-top: 3px solid #60b555;*/
	/*border-bottom: 2px solid #f0f0f0;*/
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu)>.sub-menu {
	transform: rotateX(90deg);
	transform-origin: center top 0;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
}

.gd_main_menu ul.gd_menu__primary>li:hover:not(.mega-menu)>.sub-menu {
	opacity: 1;
	transform: rotateX(0deg);
	visibility: visible;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li {
	border-bottom: 1px solid #e5e5e5;
	-moz-transition: all ;
	-o-transition: all 300ms ;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	padding: 0;
}


.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li a {
	/* background: var(--second-color); */
	padding: 12px 15px;
	white-space: nowrap;
	font-size: 1rem;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li:hover {
	background: var(--primary-color);
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li:hover a {
	color: #fff;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li:last-child {
	border: none;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li .sub-menu {
	transform: rotateY(90deg);
	margin-top: -3px;
}

.gd_main_menu ul.gd_menu__primary>li:not(.mega-menu) .sub-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: rotateY(0deg);
}

.slogan_header {}

.slogan_header .slogan_text {}


.gd_header_cta {
	display: flex;
	align-items: center;
	min-width: 570px;
	justify-content: space-between;
	gap: 20px;
}

.cta_hotline {
	color: #222;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
}

.hotline>i {
	background: #c30000;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gd_menu__mobile {
	display: none;
}

.hotline {
	display: flex;
	align-items: center;
}


.kh_wrap_menu {
	display: flex;
	align-items: center;
}

.gd_main_menu_container {
	flex: 1;
}

.kh_btn_web .btn {
	display: inline-block;
	padding: 12px 20px 8px 50px;
	background-color: #FDCC0D;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-left: 50px;
}

.kh_btn_web .btn::before {
	content: '\f086';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	line-height: 30px;
	background: var(--second-color);
	border-radius: 50%;
}

.gd_product_list .kh_btn_web .btn::before {
	width: 30px;
	height: 30px;
	line-height: 32px;
}


.kh_daily_header {
	flex: 1;
	text-align: center;
	padding: 0 100px;
}

.kh_wrap_header {
	height: 100%;
	display: flex;
	align-items: center;
	background: url(../images/bg_header.png) no-repeat center center;
	background-size: contain;
}

.kh_title_header {
	font-weight: 600;
	font-size: 1.23em;
	color: #666;
	display: inline-block;
	position: relative;
	/*! line-height: 1; */
	/*! padding-top: 5px; */
}

.kh_name_agency {
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	margin-left: 20px;
	color: #e23128;
	background: var(--second-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	line-height: 1.2;
}

.kh_title_header::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #666;
	left: -40px;
	top: 43%;
	transform: translateY(-50%);
}

.kh_title_header::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #666;
	right: -40px;
	top: 43%;
	transform: translateY(-50%);
}

#header.have_bg {
	background: #fff;
	position: relative;
	/* z-index: 999; */
}

#header.have_bg .kh_wrap_header {
	background: unset;
}

#header.have_bg .kh_title_header {
	color: #fff;
}

#header.have_bg .kh_title_header::before {
	background-color: #fff;
}

#header.have_bg .kh_title_header::after {
	background-color: #fff;
}

#header.have_bg .kh_daily_header {
	padding: 0;
}

#header.have_bg .d-block.text-black {
	color: #000;
}

#header.have_bg .cta_hotline {
	color: #c30000;
}

a.glink.gt-current-lang {
	display: none;
  }

  a.glink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.glink {
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
    height: 30px;
    width: 30px;
    background: #fff;
}


/*#endregion */
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-width: 1441px) {
	.container {
		max-width: 1410px;
	}
}


@media screen and (min-device-width: 1200px) and (max-width: 1440px) {
	:root {
		--content-size: 1190px;
	}

	.container.kh_container {
		max-width: 1230px;
	}

	body {
		font-size: 14px;
	}

	.logo span {
		display: none;
	}

	.container {
		max-width: 1190px;
	}

	.hb_procedure {
		max-width: 660px;
	}

	.hb_procedure_number {
		font-size: 1.5rem;
	}

	.hb_icon_images {
		width: 50px;
		height: 50px;
	}

	.hb_icon_images img {
		width: 100%;
		height: 100%;
	}

	.hb_procedure_title {
		font-size: 14px;
	}

	.hb_procedure_number {
		font-size: 1.5rem;
	}

	.form-control.search,
	.home .form-control.search {
		padding: 8px 20px;
		font-size: 14px;
		height: 40px;
	}

	.logo img {
        height: 50px;
    }

	.gd_header_cta {
		min-width: 520px;
	}

	.submit_search {
		height: 30px;
		width: 30px;
	}

	.gd_main_menu .gd_menu__primary>li>a {
		padding: 12px;
	}
}

@media screen and (max-width: 1440px) {

	.gd_main_menu .gd_menu__primary>li>a {
		font-size: 14px;
	}

	.kh_wrap_menu {
	}

	.gd_header .kh_btn_web .btn {
		margin-left: 30px;
	}

	.gd_main_menu .gd_menu__primary>li:last-child {
		padding-right: unset;
	}

	.kh_name_agency {
		font-size:18px ;
	}

	.kh_title_header {
		font-size: 1rem;
		margin-bottom: 5px;
	}

	.cta_hotline {
		font-size: 20px;
	}

	.gd_header .kh_btn_web .btn {
		font-size: 1rem;
	}

	.search-form {
		width: 100%;
		max-width: 469px;
	}

	.header_content {
	}

	.hotline>i {
		width: 35px;
		height: 35px;
		border-radius: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 16px;
		margin-right: 15px;
		min-width: 35px;
	}

	.hb_procedure {
		max-width: 630px;
	}

	.hb_procedure_item {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.hb_procedure_item:last-child {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.module_counter .title {
		white-space: unset;
		font-size: 16px;
	}

	.hb_icon_images {
		width: 50px;
		height: 50px;
		overflow: hidden;
	}

	.hb_icon_images img {
		width: 100%;
		height: 100%;
	}

	.hb_procedure_number {
		font-size: 1.5rem
	}
}


/* 
@media (max-width: 1920px){
	.search-form{
		margin: 20px 25px;
	}
} */

@media (min-width : 1025px) and (max-width : 1280px) {

	body {
		font-size: 14px;
	}

	.container {
		max-width: 1100px;
	}

	.submit_search {
		top: 2px;
		height: 30px;
		width: 30px;
	}

	.gd_main_menu .gd_menu__primary>li>a {
		font-size: 12px;
	}

	.form-control.search,
	.home .form-control.search {
		padding: 8px 20px;
		font-size: 14px;
		height: 35px;
	}

	.logo img {
		height: 50px;
	}

	.gd_header_cta {
		min-width: 500px;
	}

	.hotline > i {
		width: 35px;
		height: 35px;
		font-size: 15px;
		min-width: 35px;
	}

	.gd_main_menu .gd_menu__primary>li>a {
		padding: 10px;
	}

	.kh_name_agency {
		font-size: 16px;
	}
}

@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
	:root {
		font-size: 0.875rem;
		--content-size: calc(100vw - 30px);
	}

	.logo span {
		display: none;
	}
}

@media only screen and (max-width: 1119px) and (min-width: 1080px) {
	.hb_procedure {
		display: none;
	}

	.logo span {
		display: none;
	}
}

@media only screen and (max-width: 1079px) and (min-width: 992px) {
	.hb_procedure {
		display: none;
	}

	.logo span {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {

	:root {
		font-size: 0.875rem;
		--content-size: 960px;
	}

	.logo {
		padding: 10px 0;
	}

	.kh_daily_header {
		display: none;
	}

	.cart_mini {
		padding: 0;
		margin-right: 60px;

	}

	.search-form {
		width: 100%;
		max-width: 280px;
	}

	.kh_form_header .kh_btn_web {
		display: none;
	}

	.gd_header_cta .kh_btn_web .btn {
		border: 1px solid var(--second-color);
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	:root {
		font-size: 0.875rem;
		--content-size: 720px;
	}

	.hb_procedure {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:1024px) {
    .container {
        max-width: 100% !important;
    }

	.form-control.search {
	    padding: 8px 20px;	
	}

	.submit_search {
    top: 3px;
    height: 35px;
    width: 35px;
	}

	.logo img {
    height: auto;
    width: revert-layer;
}
}

@media only screen and (max-width: 992px) {
	.logo span {
		display: none;
	}

	#header .cart i {
		color: var(--second-color);
		font-size: 25px;
		margin-right: 0;
	}

	#header .count_cart {
		position: absolute;
		top: -5px;
		background: #FB0001;
		width: 20px;
		text-align: center;
		border-radius: 50px;
		font-size: 12px;
		height: 20px;
		padding-top: 1px;
		left: 20px;
	}

	.text_cart,
	.hotline {
		display: none;
	}

	.gd_menu__mobile {
		display: block;
	}

	.logo {}

	.gd_main_menu_container {}

	.gd_header_cta {
		min-width: auto;
	}

	.gd_search__box .search-icon {
		position: absolute;
		right: 65px;
		top: 12px;
	}

	/* #region MEAN MENU*/
	/* hide the link until viewport size is reached */
	a.meanmenu-reveal {
		display: none;
	}

	/* when under viewport size, .mean-container is added to body */
	.mean-container .mean-bar {
		background: none;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 9999;
		padding-right: 15px;
		display: flex;
		align-items: center;
	}

	.mean-container a.meanmenu-reveal {
		color: var(--second-color);
		cursor: pointer;
		display: block;
		font-family: Arial;
		font-weight: 600;
		line-height: 40px;
		padding: 0;
		text-decoration: none;
		width: 40px;
		background: none;
		border-radius: 4px;
	}

	.mean-container a.meanmenu-reveal.meanclose::before {
		display: none;
	}

	.mean-container a.meanmenu-reveal span {
		background: var(--second-color);
		border-radius: 3px;
		display: block;
		height: 2px;
		margin: 4px 0 0 5px;
		width: 30px;
	}

	.mean-container a.meanmenu-reveal span:first-child {
		margin-top: 4px;
	}

	.mean-container .mean-nav {
		position: absolute;
		width: 100vw;
		right: 0;
		margin-top: 60px;
		top: 0;
		/*margin-top: 25px;*/
		padding: 0;
		z-index: 2000;
		max-height: calc(100vh - 115px);
		overflow-y: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.mean-container .mean-nav::-webkit-scrollbar {
		display: none;
		/* Chrome Safari */
	}

	.mean-container .mean-nav ul {
		padding: 0;
		margin: 0;
		width: 100%;
		background: #fff;
		list-style-type: none;
		float: left;
	}


	.mean-container .mean-nav ul li {
		border-top: 1px solid rgb(10 10 10 / 25%);
		background: none;
		float: left;
		position: relative;
		width: 100%;
	}

	.mean-container .mean-nav ul li a {
		color: #333;
		display: block;
		font-size: 1.125rem;
		float: left;
		line-height: 42px;
		margin: 0;
		padding: 0;
		text-align: left;
		text-decoration: none;
		width: 100%;
	}

	.mean-container .mean-nav ul li li a {
		width: 90%;
		padding: 0 5%;
		opacity: 0.75;
		filter: alpha(opacity=75);
		text-shadow: none !important;
		visibility: visible;
	}

	.mean-container .mean-nav>ul>li:first-child {
		border: none;
	}

	.mean-container .mean-nav .sub-menu li a {
		text-transform: none;
		white-space: nowrap;
	}

	.mean-container .mean-nav ul li.mean-last a {
		border-bottom: none;
		margin-bottom: 0;
	}

	.mean-container .mean-nav ul li li li a {
		width: 80%;
		padding: 0 10%;
	}

	.mean-container .mean-nav ul li li li li a {
		width: 70%;
		padding: 0 15%;
	}

	.mean-container .mean-nav ul li li li li li a {
		width: 60%;
		padding: 0 20%;
	}

	.mean-container .mean-nav ul li a:hover {
		background: rgba(255, 255, 255, 0.1);
		font-weight: bold;
	}

	.mean-container .mean-nav ul li a.mean-expand {
		margin-top: -1px;
		width: 45px;
		line-height: 1rem;
		padding: 12px !important;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		font-weight: 300;
		background: none;
		border: none !important;
		/* border-left: 1px solid rgba(255, 255, 255, 0.4) !important; */
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
		color: rgb(0 0 0 / 50%);
	}


	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: none;
	}

	.mean-container .mean-push {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;
	}

	.mean-nav .wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	/* Fix for box sizing on Foundation Framework etc. */
	.mean-container .mean-bar,
	.mean-container .mean-bar * {
		/*-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;*/
	}

	.mean-remove {
		display: none !important;
	}

	.home .mean-container a.meanmenu-reveal,
	.sticky .mean-container a.meanmenu-reveal {
		color: var(--second-color);
	}

	.home .mean-container a.meanmenu-reveal span,
	.sticky .mean-container a.meanmenu-reveal span {
		background: var(--second-color);
	}

	.mean-container .mean-nav>.gd_menu__primary {
		padding: 0 15px;
	}

	/* #endregion MEANMENU*/

	.menu_header {
		background: var(--second-color);
		background: transparent;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.gd_header .kh_btn_web .btn {
		border: 1px solid var(--second-color);
	}

	.gd_header_cta .kh_btn_web {
		display: none !important;
	}

	.kh_form_header .kh_btn_web {
		display: block;
	}

	.container.kh_mb_container {
		max-width: 100%;
		padding: 0;
	}

	.kh_form_header {
		order: -1;
	}

	.kh_wrap_menu {
	}

	.gd_header .kh_btn_web .btn {
		margin-left: 0;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1440px) {
	body {
		font-size: 14px;
	}

	.gd_main_menu .sub-menu {
		top: 34px;
	}

}

@media only screen and (max-width: 1024px) {

	.language {
		position: absolute;
		right:60px;
		top: 50%;
		transform: translateY(-50%);
	}

	.search-form {
        position: absolute;
        right: 130px;
    }
}

@media only screen and (max-width: 767px) {
	:root {
		font-size: 0.875rem;
		--content-size: calc(100vw - 30px);
	}

	.hb_procedure {
		display: none;
	}

	.search-form {
		width: 100%;
		max-width: 205px;
	}

}

@media only screen and (max-width: 576px) {
	.logo {
		width: 150px;
		min-width: 150px;
		padding: 0;
	}

	.logo img {
		height: auto;
	}

	.search-form {
		width: 100%;
		max-width: 170px;
		margin: 0 10px;
	}

	.mean-container a.meanmenu-reveal {
		top: -45px;
	}

	#header {
	}

	

	.mean-container .mean-nav {
		margin-top: 50px;
	}

	.gd_header .kh_btn_web .btn span {
		display: none;
	}

	.gd_header .kh_btn_web .btn {
		width: 40px;
		height: 40px;
		border: none;
		margin-right: 0;
	}
}

@media only screen and (max-width: 460px) {
	.search-form {
		display: none;
	}

}


#text-3.widget_text {
	display: none
}

.conent-sp img {
	max-width: 100%;
	height: auto
}

.conent-sp h2 {
	font-size: 1.5rem
}

.conent-sp h3 {
	font-size: 1.25rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif
}

.conent-sp h4 {
	font-size: 1.15rem;
	font-weight: 700
}

.call-to-action {
	background: url(/wp-content/themes/Zestech/images/dung-thu.webp) no-repeat center center;
	background-size: cover;
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vw / 192 * 50)
}

.btn-modal-show {
	background-color: #0084cc;
	border-radius: 50px;
	text-transform: none;
	line-height: 1;
	white-space: nowrap;
	margin: 30px calc((50% - 285px) / 2);
	cursor: pointer;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: start;
	width: 285px;
	font-size: 18px;
	padding: 4px
}

.btn-modal-show:hover {
	box-shadow: 0 0 15px #222
}

.btn-modal-show i {
	background-color: #fff;
	color: #0084cc !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	display: inline-block;
	margin-right: 25px;
	font-size: 28px;
	text-align: center
}

.btn-modal-show.black i {
	color: #222 !important;
	background-color: var(--second-color)
}

.btn-modal-show span {
	font-family: 'Roboto', sans-serif;
	color: #fff
}

.btn-modal-show.black {
	color: #fff !important;
	background-color: #222
}

.modal-register .modal-content {
	background-color: #010100;
	background-image: url(../images/bg-form.jpg);
	box-shadow: 0 0 15px #fff;
	color: #fff
}

.modal-register .modal-header {
	border-bottom: none;
	padding-bottom: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: -15px
}

.modal-register .modal-header .modal-title {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: 700
}

.modal-register .modal-dialog {
	top: 40%;
	transform: translateY(-50%) !important;
	max-width: 550px
}

.modal-body {
	text-align: center;
	padding: 30px
}

.modal-body .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 0 5px
}

.modal-register .modal-content .modal-body .submit-phone {
	border-radius: 30px;
	padding: 12px 50px;
	background-color: var(--second-color);
	font-weight: 600;
	line-height: 1;
	margin: auto;
}

.modal-body .submit-phone:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25)
}

.cta-content {
	width: 100%;
	max-width: 960px;
	max-height: 250px;
	height: calc(100% / 192 * 50)
}

.call-to-action.cta-content .btn-modal-show {
	margin: 30px auto;
	font-size: 20px;
	width: 222px;
	padding: 5px 5px
}

.call-to-action.cta-content .btn-modal-show i {
	margin-right: 10px;
	width: 45px;
	height: 45px;
	font-size: 28px;
	line-height: 45px
}

.call-to-action.cta-content .btn-modal-show span {
	font-size: 18px !important;
	font-weight: 500
}

.modal-backdrop {
	z-index: 1;
}

.wpcf7 .ajax-loader {
	display: block;
}

@media screen and (max-width:1280px) and (min-width:992px) {
	.call-to-action.cta-content .btn-modal-show {
		width: 180px
	}

	.call-to-action.cta-content .btn-modal-show span {
		font-size: 14px !important
	}

	.call-to-action.cta-content .btn-modal-show i {
		margin-right: 5px;
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 35px
	}
}

@media screen and (max-width:576px) {
	.call-to-action {
		background: url(/wp-content/themes/Zestech/images/dung-thu-mb.webp) no-repeat center center;
		background-size: cover;
		min-height: 250px;
		flex-flow: column;
		align-items: flex-end;
		justify-content: space-around;
		height: calc(100vw / 576 * 442)
	}

	.btn-modal-show {
		border-radius: 50px;
		margin: 30px auto;
		width: 240px;
		font-size: 16px;
		padding: 5px 5px 3px;
		font-weight: 400
	}

	.btn-modal-show i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 25px;
		font-size: 20px
	}

	.call-to-action.cta-content .btn-modal-show {
		margin: 30px auto;
		width: 245px;
		font-size: 20px;
		padding: 3px
	}

	.call-to-action.cta-content .btn-modal-show i {
		width: 35px;
		height: 35px;
		font-size: 24px;
		line-height: 35px
	}

	.conent-sp {
		width: 100%;
		padding: 0 15px
	}

	.conent-sp img {
		max-width: 100%;
		height: auto
	}

	.kh_agency_mb {
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		color: var(--second-color);
	}

	.kh_daily_header_mb {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.kh_hide_mb {
		display: none;
	}
}

@media screen and (max-width:375px) {
	.kh_daily_header_mb {
		margin-top: 8px;
	}

	.kh_agency_mb {
		font-size: 14px;
		font-weight: 600;
	}
}

@media screen and (max-width:375px) {
	.kh_agency_mb {
		font-size: 12px;
		font-weight: 600;
	}
}

#header.have_bg {
	transition: top 0.3s ease-in-out, position 0.3s ease-in-out;
}

.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}