@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&amp;display=swap&amp;subset=vietnamese');

/*-------------------------------------------*/
/* 1. GENERAL */
/*-------------------------------------------*/
* { margin: 0; padding: 0}
.fa {font-family: 'FontAwesome'!important;}
/* 1.1 - */
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body{font-family:Montserrat,sans-serif;line-height:1.8;font-size: 14px;color:#0c1325;overflow-x: hidden;background : #fff;position: initial !important;}	
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.3 - Typography */
h1,h2,h3,h4,h5,h6 { color:#0c1325; margin:0 0 13px 0;  font-weight:500;line-height:1.2}
h1 { font-size: 36px; }
h2 { font-size: 28px;}   
h3 { font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
/* 1.4 - Links and Buttons */
a {color:#0c1325;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover, a:focus{color:#f26522;text-decoration: none; outline: none;}	
a:active { outline: none; }
/* 1.5 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }
strong { font-weight: 700; }
em { font-style: italic; }
/* 1.6 - Lists */
ul{padding:0;list-style-type:none;}
input:focus {outline: none;}
/* 1.7 - Breadcrumb */
.breadcrumb-bar {background:#f5f6f8;}
.breadcrumb-bar .breadcrumb-arrows{padding:10px 0;background:transparent;border-radius:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0;}
.breadcrumb-bar .breadcrumb>li+li:before{content: "|";padding:0 5px;}
.breadcrumb-bar .breadcrumb-arrows li{font-size:13px;}
/* 1.8 - Pagination */
#pagination .box-pagi {text-align: center;margin: 20px 0;}
#pagination .box-pagi .page-node,
#pagination .box-pagi .next,
#pagination .box-pagi .prev {display: inline-block;margin: 0 2px;font-size: 15px;font-weight: 600;opacity: 0.4;}
#pagination .box-pagi .page-node svg,#pagination .box-pagi .next svg,#pagination .box-pagi .prev svg {width: 12px;}
#pagination .box-pagi .page-node.current,
#pagination .box-pagi .page-node:hover,
#pagination .box-pagi .next.current,
#pagination .box-pagi .next:hover,
#pagination .box-pagi .prev.current,
#pagination .box-pagi .prev:hover {
	opacity: 1;
}
#pagination .box-pagi .page-node {height: 27px;width: 27px;line-height: 27px;border-radius: 50%;background: transparent;}
#pagination .box-pagi .page-node.current,#pagination .box-pagi .page-node:hover {background: #000;color: #fff;}
#pagination .box-pagi .next {margin-left: 5px;}
#pagination .box-pagi .prev {
	margin-right: 5px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (min-width: 992px) {
	#pagination .box-pagi {margin: 40px 0;}
}
.mainHeader--height {
	position: sticky;
	top: 0;
	z-index: 9;
}
/* 1.9 - button */
.button,
#header .header-row .header-right .box-register a,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: normal;
	color: #fff;
	border: 1px solid #f26522;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
}
.button:before,
#header .header-row .header-right .box-register a:before,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn:before,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #f26522;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover,
#header .header-row .header-right .box-register a:hover,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn:hover,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn:hover,
.button:focus,
#header .header-row .header-right .box-register a:focus,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn:focus,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn:focus {
	color: #f26522;
}
.button:hover:before,
#header .header-row .header-right .box-register a:hover:before,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn:hover:before,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn:hover:before,
.button:focus:before,
#header .header-row .header-right .box-register a:focus:before,
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn:focus:before,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn:focus:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
/* 1.10 - Animation */
@-webkit-keyframes fragment {
	0% {
		-webkit-transform: translateX(0) translateZ(0) scaleY(1);
		transform: translateX(0) translateZ(0) scaleY(1);
	}
	50% {
		-webkit-transform: scale(1.1) translateX(-25%) translateZ(0);
		transform: translateX(-25%) translateZ(0) scaleY(1);
	}
	100% {
		-webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}
@keyframes fragment {
	0% {
		-webkit-transform: translateX(0) translateZ(0) scale(1);
		transform: translateX(0) translateZ(0) scale(1);
	}
	50% {
		-webkit-transform: scale(1.1) translateX(-25%) translateZ(0);
		transform: translateX(-25%) translateZ(0) scale(1);
	}
	100% {
		-webkit-transform: translateX(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateZ(0) scale(1);
	}
}
@-webkit-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-o-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes sticky_header_animation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0;
	}
}
@-moz-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0;
	}
}
@-o-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0;
	}
}
@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/* 1.11 - Owl */
.slider-owl {position: relative;text-align: center;}
.slider-owl .owl-nav {position: initial;}
.slider-owl .owl-nav button {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	font-size: 0;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -23px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	border-radius: 0;
	text-indent: -9999px;
	outline: none;
}
.slider-owl .owl-nav button.owl-prev {
	left: 30px;
	opacity: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	transform: rotate(-45deg);
}
.slider-owl .owl-nav button.owl-prev:hover {
	border-color: #f26522;
	border-width: 2px;
	background: transparent;
}
.slider-owl .owl-nav button.owl-next {
	opacity: 1;
	right: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	transform: rotate(-45deg);
}
.slider-owl .owl-nav button.owl-next:hover {border-color: #f26522;border-width: 2px;background: transparent;}
.slider-owl .owl-dots {position: absolute;bottom: 20px;left: 0;right: 0;width: 100%;text-align: center;}
.slider-owl .owl-dots button {width: 16px;height: 16px;border: 1px solid #fff;background: rgba(255, 255, 255, 0.5);border-radius: 50%;margin: 5px;position: relative;outline: none;}
.slider-owl .owl-dots button span {position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 10px;height: 10px;background: transparent;border-radius: 50%;}
.slider-owl .owl-dots button.active {background: transparent;}
.slider-owl .owl-dots button.active span {background: #fff;}
/* 1.12 - Responsive */
@media (min-width: 1100px) {.container {width: 1090px;}}
@media (min-width: 1320px) {.container {width: 1200px;}}
@media (min-width: 1420px) {.container {width: 1250px;}}
@media (max-width: 991px) {
	/*.main-body main.main-index {margin-top: var(--header-height);}*/
	.main-body main.main-index.nobanner {margin-top: var(--header-nobanner-height);}
}
/* 1.13 - LazyLoad 
.fade-box .lazyload, .fade-box .lazyloading {opacity: 0;transition: opacity 400ms;}
.fade-box img.lazyloaded {opacity: 1;}
*/

/*-------------------------------------------*/
/* 2. HEADER */
/*-------------------------------------------*/
/* 2.1 - Topbar */
#topbar {background: #f2f3f6;font-size: 12px;}
#topbar .row {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
#topbar .row .topbar-info {margin-bottom: 0;}
#topbar .row .topbar-info:before,
#topbar .row .topbar-info:after {content: "";display: table;clear: both;}
#topbar .row .topbar-info li {float: left;}
#topbar .row .topbar-info li:not(:last-child) {margin-right: 15px;}
#topbar .row .topbar-info li a {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
#topbar .row .topbar-info li a .ico,#topbar .row .topbar-info li a svg {width: 16px;height: 16px;fill: #9b9b9b;}
#topbar .row .topbar-info li a > span {margin-left: 10px;}
#topbar .row .topbar-info li a > span > span {font-family: 'Montserrat', Helvetica, sans-serif;font-weight: bold;}
#topbar .row .topbar-info li a:hover {color: #f26522;}
#topbar .row .topbar-linklist {
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}
#topbar .row .topbar-linklist li {padding: 0 10px;}
#topbar .row .topbar-linklist li.language {height: 30px;padding-right: 0;}
#topbar .row .topbar-linklist li a {display: inline-block;}
#topbar .row .topbar-linklist li a:hover {color: #f26522;}
#topbar .row .topbar-linklist li.language .fa {
	font-size: 15px;
	display: inline-block;
	vertical-align: 10px;
	margin: 0px 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
#topbar .row .topbar-linklist li.language svg {width: 30px;height: 30px;}
#topbar .row .topbar-linklist li.language .language_navcontent {
	position: absolute;
	z-index: 1000;
	top: 100%;
	right: 0;
	width: 140px;
	padding: 0 10px 10px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#topbar .row .topbar-linklist li.language .language_dropdown {background: #fff;border-radius: 4px;margin-top: 20px;box-shadow: 0px 0px 7px 0px rgba(29, 95, 143, 0.2);}
#topbar .row .topbar-linklist li.language .language_dropdown:after,
#topbar .row .topbar-linklist li.language .language_dropdown:before {
	content: '';
	position: absolute;
	top: 16px;
	right: 25px;
	border: 5px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#topbar .row .topbar-linklist li.language .language_dropdown ul {background-color: #fff;position: relative;z-index: 2;}
#topbar .row .topbar-linklist li.language .language_dropdown ul li {display: block;-webkit-transition: all .5s ease;transition: all .5s ease;}
#topbar .row .topbar-linklist li.language .language_dropdown ul li a {font-size: 12px;color: #3d5067;display: block;text-align: left;line-height: initial;padding: 5px 0;}
#topbar .row .topbar-linklist li.language .language_dropdown ul li a span {display: inline-block;vertical-align: middle;margin-right: 5px;}
#topbar .row .topbar-linklist li.language .language_dropdown ul li:hover {background: #e3f2fd;}
#topbar .row .topbar-linklist li.language .language_dropdown ul li:hover a {text-decoration: none;}
#topbar .row .topbar-linklist li.language:hover .fa {
	color: #00467f;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#topbar .row .topbar-linklist li.language:hover .language_navcontent {
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
@media (max-width: 1024px) {#topbar {font-size: 10px;}}

/* 2.2 - Main Header */
#header {
	background: #fff;
	-webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
#header .header-row {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
#header .header-row .header-left {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#header .header-row .header-left h1 {margin-bottom: 0;font-size: 25px;}
#header .header-row .header-left svg {width: 130px;height: 50px;}
#header .header-row .header-left .box-button-mb a {font-size: 18px;margin-right: 10px;width: 25px;line-height: 20px;display: inline-block;text-align: center;}
#header .header-row .header-left .box-button-mb a .icon-bar {display: block;width: 25px;height: 2px;background: #000;}
#header .header-row .header-left .box-button-mb a span + .icon-bar {margin-top: 5px;}
#header .header-row .header-middle {width: 100%;-webkit-justify-content: center;display: inline-flex;margin-left: 10px;}
#header .header-row .header-right {
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	margin-left: 10px;
}
#header .header-row .header-right .box-register a {display: inline-flex;font-size: 10px;padding: 0 12px;height: 40px;line-height: 40px;border-radius: 5px;font-weight: bold;}
#header .header-row .header-right .box-search {width: 100%;position: relative;}
#header .header-row .header-right .box-search form {padding: 0;margin: 0;border: 1px solid #00467f;border-radius: 5px;}
#header .header-row .header-right .box-search form input[type="text"] {
	color: #575757;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	width: 100%;
	height: 38px;
	padding: 3px 35px 3px 10px;
	background: #fff;
	border: none;
	border-radius: 5px;
}
#header .header-row .header-right .box-search form input[type="text"]:focus {outline: none;}
#header .header-row .header-right .box-search form button,
#header .header-row .header-right .box-search form button:focus,
#header .header-row .header-right .box-search form button:active {
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 35px;
	height: 38px;
	line-height: 43px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
#header .header-row .header-right .box-search form button .ico-search svg,
#header .header-row .header-right .box-search form button:focus .ico-search svg,
#header .header-row .header-right .box-search form button:active .ico-search svg {
	width: 15px;
	height: 15px;
}
#header .header-row .header-right .box-button-mb {display: none;}
@media (min-width: 992px) {
	#header .header-row .header-right .box-search {margin-left: 15px;}
}
@media (max-width: 1024px) and (min-width: 992px) {
	#header .header-row .header-left svg {width: 80px;height: 20px;}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	#header .header-row .header-left {width: 10%;}
}
@media (min-width: 1320px) {
	#header .header-row .header-right {width: 80%;}
}
@media (max-width: 1300px) {
	#header .header-row .header-right .box-search form input[type="text"] {font-size: 10px;}
}
@media (max-width: 1190px) {
	#header .header-row .header-right .box-button-mb {display: inline-flex;}
}
@media (max-width: 991px) {
	.index #header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#header .header-row {flex-direction: column-reverse;}
	#header .header-row .header-left {width: 100%;}
	#header .header-row .header-left .box-button-mb {width: 25%;}
	#header .header-row .header-left .box-language-mb {width: 25%;text-align: right;}
	#header .header-row .header-left .box-language-mb svg {width: 33px;}
	#header .header-row .header-middle {display: none;}
	#header .header-row .header-right {margin: 5px 0 10px;width: 100%;}
	#header .header-row .header-right .box-register {display: none;}
	#header .header-row .header-left .box-logo {
		padding: 10px 0;
	}
}

/* 2.3 - Menu Desktop */
.main-nav-menu .menu__list {display: flex;justify-content: center;margin-bottom: 0;padding-left: 0;}
#nav-menu .main-nav-menu .menu__list--top > li > a {
	position: relative;
	display: block;
	color: #323030;
	line-height: 80px;
	font-weight: 600;
	font-size: 13px;
	padding: 0 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
#nav-menu .main-nav-menu .menu__list--top > li > a:before {
	content: '';
	bottom: 0;
	left: 15px;
	right: 15px;
	margin: auto;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border-bottom: 2px solid #f26522;
	z-index: 3;
}
#nav-menu .main-nav-menu .menu__list--top > li:hover > a:before,
#nav-menu .main-nav-menu .menu__list--top > li.active > a:before {
	opacity: 1;
	visibility: visible;
}
#nav-menu .main-nav-menu .menu__list--top > li.active > a {color: #f26522;}
#nav-menu .main-nav-menu .menu__list--top .menu__item--dropdown .menu__item--dropdown a {
	padding: 6px 15px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 13px;
}
#nav-menu .main-nav-menu .menu__list--top .menu__item--dropdown .menu__item--dropdown.active a {color: #f26522;}
#nav-menu .main-nav-menu .menu__list--top li {position: relative;}
#nav-menu .main-nav-menu .menu__list--top .menu__list--dropdown {
	border: 1px solid transparent;
	background: #fff;
	min-width: 185px;
	position: absolute;
	z-index: 4;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav-menu .main-nav-menu .menu__list--top .menu__list--dropdown .menu__list--dropdown {
	left: 100%;
	top: 0;
	margin-left: 1px;
	margin-top: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav-menu .main-nav-menu .menu__list--top .menu__item--dropdown:hover > .menu__list--dropdown {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
#nav-menu .main-nav-menu ul > li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 8px;
	margin-left: 2px;
	font-weight: lighter;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#nav-menu .main-nav-menu ul > li:hover > a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#nav-menu .main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content {
	width: 350px;
	position: absolute;
	left: -120px;
	background: #fff;
	z-index: 4;
	transition: max-height 0.5s ease;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav-menu .main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content.menu_service {
	//width: 800px;
	width: 600px;
	left: -120px;
	padding: 15px;
}
#nav-menu .main-nav-menu .menu__list:not(.menu__list--second) > .menu__item:hover > .menu__content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
#nav-menu .main-nav-menu .menu__list .menu_more .menu-flex {display: flex;align-items: flex-start;}
#nav-menu .main-nav-menu .menu__list .menu_service .menu-flex {display: flex;flex-direction: row-reverse;}
#nav-menu .main-nav-menu .menu__list .menu-flex .menu__item {width: 100%;}
#nav-menu .main-nav-menu .menu__list--second {text-transform: capitalize;flex-direction: column;background-color: inherit;padding: 0 15px;width:100%;}
#nav-menu .main-nav-menu .menu__list--second .menu__item .menu__link {font-weight: 400;font-size: 13px;display: flex;padding: 8px 0;}
#nav-menu .main-nav-menu .menu__list .menu__list .menu__list {border: 0;padding: 0;margin-bottom: 0;display: table;}
#nav-menu .main-nav-menu .menu__list--second .menu__item .menu__list .menu__link {font-size: 14px;font-weight: 300;text-transform: capitalize;padding: 5px 0;line-height: 22px;}
#nav-menu .main-nav-menu .menu__list--second .menu__item .menu__link:hover {text-decoration: underline;}
#nav-menu .main-nav-menu > ul > li:last-child > a {color: #323030;}
.main-header.affix-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.main-header.affix-mobile .wrap-logo svg {width: 105px;height: 25px;}
@media (max-width: 1200px) {
	#nav-menu .main-nav-menu .menu__list--top > li > a {font-size: 12px;padding: 0 10px;}
}
@media (max-width: 1024px) {
	#nav-menu .main-nav-menu > ul > li > a {padding: 0 8px;font-size: 13px;}
	#nav .main-nav > ul > li > a {padding: 0 8px;font-size: 12px;}
	#nav-menu .main-nav-menu .menu__list--top > li > a {font-size: 12px;padding: 0 12px;}
}

/* Main menu 2 */
#nav-menu .main-nav-menu .menu__list-left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 66%;
	border: 1px solid #f26522;
	border-bottom: none;
}
#nav-menu .main-nav-menu .menu__list-left.menu_new {width:100%;}
#nav-menu .main-nav-menu .menu-flex .menu__list-left .menu__item {width: 50%;float: left;padding: 15px 10px 10px;border-bottom: 1px solid #f26522;}
#nav-menu .main-nav-menu .menu-flex .menu__list-left .menu__item:nth-of-type(odd) {border-right: 1px solid #f26522;border-left: 1px solid transparent;}
#nav-menu .main-nav-menu .menu-flex .menu__list-left .menu__item.last {width:100%;border-right: none;}
#nav-menu .main-nav-menu .menu__list-right {width: 34%;margin-right: 10px;}
#nav-menu .main-nav-menu .menu-flex .menu__list-right .menu__item {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff8e1;
	border: 1px solid #f26522;
}
#nav-menu .main-nav-menu .menu-flex .menu__list-right .menu__item a {display: -webkit-flex;display: flex;padding: 0 10px;width: 100%;}
#nav-menu .menu__item .mega-icon,.menu__item .mega-text {float: left;}
#nav-menu .menu__item .mega-text {width: calc(100% - 40px);padding-left: 10px;}
#nav-menu .menu__item .mega-icon {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #f15b1f;
	border: 1px solid #f15b1f;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 50%;
	background-size: 93%;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}
#nav-menu .menu__list-left li:nth-of-type(1) .mega-icon {background-image: url(mega-icon-sv-l1_medium5194.png?v=650);}
#nav-menu .menu__list-left li:nth-of-type(2) .mega-icon {background-image: url(mega-icon-sv-l2_medium5194.png?v=650);}
#nav-menu .menu__list-left li:nth-of-type(3) .mega-icon {background-image: url(mega-icon-sv-l35194.png?v=650);}
#nav-menu .menu__list-left li:nth-of-type(4) .mega-icon {background-image: url(mega-icon-sv-l4_medium5194.png?v=650);}
#nav-menu .menu__list-right li .mega-icon {background-image: url(mega-icon-sv-r_medium5194.png?v=650);}
#nav-menu .mega-text .col-mega-title {color: #00467f;font-size: 13px;text-transform: uppercase;font-weight: bold;margin: 8px 0 10px;}
#nav-menu .mega-text p {font-size: 12px;overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;display: -webkit-box;}

/* 2.4 - Menu Mobile */
html,body,.scroller {-webkit-overflow-scrolling: touch;}
#menu-sidebar {background: #fff;display: none}
@media(max-width:991px) {
	#menu-sidebar.mm-menu_offcanvas.mm-menu_opened {display: block;}
}
#menu-sidebar .mm-navbar a {text-transform: uppercase;color: #000;}
#menu-sidebar .mm-panels,
#menu-sidebar .mm-panel {background-color: #fff;}
#menu-sidebar #mm-0 {padding-top: 0;}
#menu-sidebar #mm-0 .mm-navbar {display: none;}
#menu-sidebar .mm-listitem:after {left: 0;border-bottom: 1px dotted #ededed;}
#menu-sidebar .mm-listitem > a,#menu-sidebar .mm-listitem > span {padding: 15px;}
#menu-sidebar .mm-listitem.mmb-btn {margin-bottom: 10px;}
#menu-sidebar .mm-listitem.mmb-btn a.btn-regis {background: #f26522;color: #fff;text-align: center;}
#menu-sidebar .mm-listitem a.mm-btn_next {padding: 15px 25px;width: 100%;position: absolute;display: block;height: 100%;border-left: none;}
#menu-sidebar .mm-listitem a.mm-btn_next:before {position: absolute;content: "";top: 0;right: 55px;width: 1px;height: 100%;border: 1px solid rgba(0, 0, 0, 0.04) !important;}
#menu-sidebar .mm-listitem.mmb-more:after {display: none;}
#menu-sidebar .mm-listitem.mmb-more a {font-size: 13px;padding-top: 5px;padding-bottom: 5px;}
#menu-sidebar .mm-listitem.mmb-info {background: #f2f3f6;border-bottom: 1px solid white;}
#menu-sidebar .mm-listitem.mmb-info.first {margin-top: 10px;}
#menu-sidebar .mm-listitem.mmb-info a {padding: 10px 15px;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
#menu-sidebar .mm-listitem.mmb-info a .ico,
#menu-sidebar .mm-listitem.mmb-info a svg {width: 16px;height: 16px;margin-right: 10px;fill: #9b9b9b;}
#menu-sidebar .mm-listitem.mmb-info a > span {margin-left: 10px;}
#menu-sidebar .mm-listitem.mmb-info a > span > span {font-family: 'Montserrat', Helvetica, sans-serif;font-weight: bold;}
#menu-sidebar .mm-listitem.mmb-info a:hover {color: #f26522;}
#menu-sidebar .menu_service {display: flex;flex-direction: column;}
#menu-sidebar .menu_service li {order: 2;}
#menu-sidebar .menu_service li:last-child {order: 1;}
.scroller,.scroller-inner {position: relative;}
.mm-wrapper_blocking {height: 100%;overflow: hidden;position: relative;}
.mm-wrapper_blocking .scroller,.mm-wrapper_blocking body {height: 100%;}

/*-------------------------------------------*/
/* 3. FOOTER */
/*-------------------------------------------*/
/* 3.1 - Main Footer */
#footer {overflow: hidden;position: relative;background: #fafafa;font-size: 13px;}
#footer h4 {font-size: 14px;letter-spacing: 0.2px;margin: 0 0 10px;position: relative;line-height: 22px;font-family: 'Montserrat', Helvetica, sans-serif;font-weight: bold;}
#footer .footer-banner {background: #eaeaea;}
#footer .footer-col.footer-link ul {margin-bottom: 0;}
#footer .footer-col.footer-link ul li {margin-bottom: 5px;}
#footer .footer-col.footer-link ul li a {display: block;position: relative;}
#footer .footer-col.footer-link ul li a:hover {color: #f26522;}
#footer .footer-col.footer-link ul li a:hover:before {background: #f26522;}
#footer .footer-col .footer-content ul li i {margin-right: 10px;}
#footer .footer-col .footer-content .hr {display: inline-block;width: 60px;height: 2px;margin: 20px 0 10px;background: #7d7d7d;}
#footer .footer-top {padding: 20px 0 0;}
#footer .footer-center {padding: 0 0 20px;}
#footer .footer-center.mobile {padding: 20px 0 0;}
#footer .footer-center .row .col-lg {position: relative;}
#footer .footer-center .row .col-lg .line-footer .logo-footer {margin: 0 15px 0 0;}
#footer .footer-center .row .col-lg .line-footer .logo-footer img {
	width: 60px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#footer .footer-center .row .col-lg .line-footer .logo-app {display: inline-block;}
#footer .footer-center .row .col-lg .line-footer .logo-app:not(:last-child) {margin-right: 15px;}
#footer .footer-center .row .col-lg .line-footer .logo-app svg {width: 135px;}
#footer .footer-center .row .col-lg .footer-social .list-social {
	margin: 10px 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#footer .footer-center .row .col-lg .footer-social .list-social .ico {height: 35px;width: 35px;border-radius: 50%;background: #a6a6a6;color: #fff;line-height: 35px;text-align: center;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico:not(:last-child) {margin-right: 10px;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico svg {width: 15px;height: 15px;vertical-align: -2px;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico svg path, 
#footer .footer-center .row .col-lg .footer-social .list-social .ico svg polygon {fill: #fff!important;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico.ic-faccbook:hover svg path {fill: #385C8E!important;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico.ic-instagram:hover svg path {fill: #000!important;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico.ic-youtube:hover svg path {fill: #F61C0D!important;}
#footer .footer-center .row .col-lg .footer-social .list-social .ico.ic-linked:hover svg path {fill: #000!important;}
#footer .footer-center .row .col-lg .content-newsletter p {font-size: 12px;margin: 0 auto 15px;}
#footer .footer-center .row .col-lg .content-newsletter form .form-group {position: relative;margin-bottom: 0;}
#footer .footer-center .row .col-lg .content-newsletter form .form-group input {
	width: 100%;
	height: 37px;
	line-height: 25px;
	color: #000;
	font-size: 12px;
	padding: 0 15px;
	border-radius: 0;
	box-shadow: none;
	outline: none !important;
	transition: initial;
	border-radius: 5px;
	border: 1px solid #a6a6a6;
}
#footer .footer-center .row .col-lg .content-newsletter form .form-group button {
	background: transparent;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	border-radius: 0;
	border: 1px solid #a6a6a6;
	height: 37px;
	width: 65px;
	padding: 10px;
	font-size: 12px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#footer .footer-center .row .col-lg .content-newsletter form .form-group button:before {	background-color: #a6a6a6;}
#footer .footer-center .row .col-lg .content-newsletter form .form-group button:hover {color: #000;}
#footer .footer-bottom {padding: 12px 0;background: #a6a6a6;color: #fff;}
#footer .footer-bottom p {margin-bottom: 0;}
#footer .footer-bottom .col-left p {padding: 7px 0;}
#footer .footer-bottom a {color: #fff;}
#footer .footer-bottom a:hover {color: #f26522;}
#footer .footer-bottom .logo-cn img {height: 35px;margin-left: 10px;}
#footer .footer-bottom .col-right {text-align: right;}
@media (min-width: 992px) {
	#footer .footer-top {padding: 30px 0 0;}
	#footer .footer-center {padding: 40px 0;}
	#footer .footer-center .row .col-lg .line-footer {display: -webkit-flex;display: flex;}
	#footer .footer-center .row .col-lg .line-footer:not(:last-child) {margin-bottom: 15px;}
	#footer .footer-center .row .col-lg .footer-social .list-social {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	#footer .footer-center .row .col-lg .content-newsletter {max-width: 525px;	margin: auto;}
}
@media (max-width: 1024px) {
	#footer .footer-center .row .col-lg .line-footer .logo-footer {display: none;}
}
@media (max-width: 991px) and (min-width: 768px) {
	#footer .footer-top .col-lg {margin-bottom: 15px;}
	#footer .footer-top .col-lg:nth-of-type(2n+1) {clear: both;}
	#footer .footer-center .row .col-lg {margin-bottom: 15px;}
	#footer .footer-center .row .col-lg:nth-of-type(2n+1) {clear: both;}
}
@media (max-width: 767px) {
	#footer h4 {margin: 0px;padding: 10px 20px 10px 0;}
	#footer .footer-title {position: relative;}
	#footer .footer-title:before {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 14px;
		position: absolute;
		top: 0px;
		right: 5px;
		text-align: center;
		line-height: 36px;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
	}
	#footer .footer-top .footer-title.active:before {
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#footer .footer-center .footer-title:before {
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#footer .footer-center .footer-title.lose:before {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#footer .footer-col .footer-content {display: none;margin-bottom: 10px;}
	#footer .mobile .footer-col .footer-content {display: block;}
	#footer .footer-top {padding: 0 0 20px;}
	#footer .footer-bottom .logo-cn {display: block;text-align: center}
	#footer .footer-bottom .logo-cn img {margin-left: 0;margin-top: 6px;}
	#footer .footer-bottom div[class^="col-"] {text-align: center;}
}

/* 3.2 - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom: 13%;
	z-index: 99;
	width: 70px;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);}
.harafunnel-mb a {dislay: block;}
#back-to-top {
	position: fixed;
	width: 41px;
	right: 15px;
	bottom: 25px;
	margin: 0;
	z-index: 10000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease, visibility 0s .15s;
	-moz-transition: opacity .15s ease, visibility 0s .15s;
	transition: opacity .15s ease, visibility 0s .15s;
}
#back-to-top.on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#back-to-top span {font-size: 12px;}
#back-to-top span.btt-line {position: relative;display: block;width: 39px;height: 2px;text-align: center;}
#back-to-top span.btt-line:after,
#back-to-top span.btt-line:before {
	position: absolute;
	background-color: #4c4c4c;
	content: '';
	width: 15px;
	height: 2px;
	top: 49%;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	transition: transform .2s;
}
#back-to-top span.btt-line:before {
	left: 6px;
	-webkit-transform-origin: 21px 0;
	-moz-transform-origin: 21px 0;
	transform-origin: 21px 0;
}
#back-to-top span.btt-line:after {
	-webkit-transform-origin: 3px 0;
	-moz-transform-origin: 3px 0;
	transform-origin: 3px 0;
}
#back-to-top:hover span.btt-line:before {
	background-color: #f26522;
	-webkit-transform: translate(-3px, -11px) rotate(-40deg);
	-moz-transform: translate(-3px, -11px) rotate(-40deg);
	transform: translate(-3px, -11px) rotate(-40deg);
}
#back-to-top:hover span.btt-line:after {
	background-color: #f26522;
	-webkit-transform: translate(0, -5px) rotate(40deg);
	-moz-transform: translate(0, -5px) rotate(40deg);
	transform: translate(0, -5px) rotate(40deg);
}

/*-------------------------------------------*/
/* . INDEX */
/*-------------------------------------------*/
/* . Slider */
.section-slide {overflow: hidden;}
#home-slider-slick {overflow: hidden;}
#home-slider-slick .slider-thumb .slider-nav {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#home-slider-slick .slider-thumb .slider-nav .slick-list {overflow: initial}
#home-slider-slick .slider-thumb .slider-nav .slick-track {
	left: 0!important;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#home-slider-slick .slider-thumb .slider-nav li {
	outline:none;
	width: 100%;text-align: center;cursor: pointer;
	padding: 0 15px;position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-slider-slick .slider-thumb .slider-nav li:before {
	content: '';
	position: absolute;
	top: -17px;
	right: 50%;
	border: 8px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
#home-slider-slick .slider-thumb .slider-nav li:not(:last-child) {border-right: 1px solid #ccc;}
#home-slider-slick .slider-thumb .slider-nav li a {display: block;outline: none;font-size:12px;outline:none;}
#home-slider-slick .slider-thumb .slider-nav li p {margin: 10px 0;}
#home-slider-slick .slider-thumb .slider-nav li.slick-current,
#home-slider-slick .slider-thumb .slider-nav li:hover {
	color: #000;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
#home-slider-slick .slider-thumb .slider-nav li.slick-current:before {opacity: 1;visibility: visible;}
#home-slider-slick .slider-for .item-slide {overflow: hidden;}
#home-slider-slick .slider-for .item-slide img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: all 1.3s;
}
#home-slider-slick .slider-for .item-slide.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slider-for {position: relative; }
.slider-for button {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	font-size: 0;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -23px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	border-radius: 0;
	text-indent: -9999px;
	outline: none; 
	border: none;
}
.slider-for button.slick-prev {
	left: 30px;
	opacity: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	transform: rotate(-45deg); }
.slider-for button.slick-prev:hover {
	border-color: #f26522;
	border-width: 2px;
	background: transparent; }
.slider-for button.slick-next {
	opacity: 1;
	right: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	transform: rotate(-45deg); }
.slider-for button.slick-next:hover {
	border-color: #f26522;
	border-width: 2px;
	background: transparent; }


@media (max-width: 1024px) {
	#home-slider-slick .slider-thumb .slider-nav li a {font-size: 12px;}
}

/* . Section */
.section:not(.section-slide) {padding: 30px 0;}
.section:not(.section-slide) .s-title {position: relative;}
.section:not(.section-slide) .s-title h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 28px;
	line-height: initial;
	color: #00467f;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-weight: bold;
}
.section:not(.section-slide) .s-title h2 .text-color {color: #f26522;}
.section:not(.section-slide) .s-title.white h2 {color: #fff;}
@media (min-width: 992px) {
	.section:not(.section-slide) {padding: 60px 0;}
	.section.section-video {padding: 60px 0 20px;}
}
.section.section-mission .box-slide .mission-decs {margin-bottom: 100px;}
.section.section-mission .box-slide .mission-decs p {font-size: 28px;line-height: 55px;margin-bottom: 0;text-transform: uppercase;color: #9a9a9a;}
.section.section-mission .box-slide .mission-tablink ul {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;margin-bottom: 0;}
.section.section-mission .box-slide .mission-tablink ul li {text-align: center;padding: 0 30px;margin: 25px 0;color: #0c1325;position: relative;width: 100%;}
.section.section-mission .box-slide .mission-tablink ul li:not(:last-child):after {content: "";position: absolute;width: 1px;height: 95%;background: #00467f;top: 5px;bottom: 0;right: 0;margin: auto;}
.section.section-mission .box-slide .mission-tablink ul li:last-child {padding-right: 0;}
.section.section-mission .box-slide .mission-tablink ul li:first-child {padding-left: 0;}
.section.section-mission .box-slide .mission-tablink ul li span {color: #f26522;font-size: 30px;}
.section.section-mission .box-slide .mission-tablink ul li p {margin: 10px 0 0;}
.section.section-mission .box-estimate {margin-top: -150px;position: relative;z-index: 9;background: #fff;padding: 30px;}
.section.section-mission .box-estimate .form-estimate .form-header {margin-bottom: 25px;}
.section.section-mission .box-estimate .form-estimate .form-header h3 {
	margin: 0;
	font-weight: 400;
	color: #00467f;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
.section.section-mission .box-estimate .form-estimate .form-group {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	border-bottom: 1px solid #cecccd;
}
.section.section-mission .box-estimate .form-estimate .form-group .ico {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 20px;
	height: 20px;
}
.section.section-mission .box-estimate .form-estimate .form-group .ico svg {
	width: 17px;
	height: 17px;
}
.section.section-mission .box-estimate .form-estimate .form-group .ico svg path {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section.section-mission .box-estimate .form-estimate .form-group .form-label {
	color: #ffc600;
	font-weight: 700;
	line-height: 20px;
	height: 24px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 26px;
	opacity: 0;
	text-transform: capitalize;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.section.section-mission .box-estimate .form-estimate .form-group .form-control {
	background-color: transparent;
	height: 65px;
	padding: 0px;
	padding-top: 20px;
	border-radius: 0px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: capitalize;
}
.section.section-mission .box-estimate .form-estimate .form-group:not(.input-not-empty) .form-control:not(:focus) {
	color: transparent;
}
.section.section-mission .box-estimate .form-estimate .form-group.input-not-empty .ico svg path {
	fill: #f26522;
}
.section.section-mission .box-estimate .form-estimate .form-group.input-not-empty .form-label {
	opacity: 1;
	top: 0px;
	color: #f26522 !important;
}
.section.section-mission .box-estimate .form-estimate .form-btn {margin: 50px 0;}
.section.section-mission .box-estimate .form-estimate .form-btn .submit-btn {font-size: 14px;width: 100%;padding: 12px 20px;}
.section.section-mission .box-estimate .box-notify h4 {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
.section.section-mission .box-estimate .box-notify p {margin: 0 0 15px;}
.section.section-policy .box-policy {text-align: center;}
.section.section-policy .box-policy .ic-policy {text-align: center;position: relative;}
.section.section-policy .box-policy .ic-policy img {height: 50px;}
.section.section-policy .box-policy .desc-policy p {margin: 20px 0;font-weight: 500;}
.section.section-video {padding: 30px 0 0;}
.section.section-video .fancybox-video a {display: block;position: relative;}
.section.section-video .fancybox-video a .video-bn {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.section.section-video .fancybox-video a .video-bn svg {
	width: 50px;
	height: 50px;
	fill: #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
}
.section.section-video .fancybox-video a img {
	min-height: 448px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.section.section-video .ytvideo {
	position: relative;
	margin: 0;
	padding: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	/* pour anciens Chrome et Safari */
	background-size: cover;
	/* version standardisée */
	cursor: pointer;
}
.section.section-video .ytvideo iframe {border-style: none;width: 100%;}
.section.section-video .ytvideo .video-bn {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.section.section-video .ytvideo .video-bn svg {
	width: 50px;
	height: 50px;
	fill: #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #fff;
}
.section.section-video .ytvideo img {width: 100%;}
@media (min-width: 768px) {
	.section.section-video .ytvideo img {
		object-fit: cover;
		object-position: center;
	}
}
.section.section-maps {background-color: #f5f5f5;}
.section.section-maps .list-info ul {
	margin-bottom: 34px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
.section.section-maps .list-info ul li {width: calc(100% / 3);}
.section.section-maps .list-info ul li:not(:last-child) {padding: 0 10px 0 0;}
.section.section-maps .list-info ul li h4 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #f26522;
	margin: 10px 0;
}
.section.section-maps .box-address {background: #fff;}
.section.section-maps .box-address .search-address {margin-bottom: 20px;padding: 20px;}
.section.section-maps .box-address .search-address select {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .6em .8em;
	color: rgba(0, 0, 0, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: #fff url("https://file.hstatic.net/1000376681/file/down-arrow_b945a6dfd45c4963ab46498e5c3d3cb6.svg") no-repeat right center;
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: 94% 15px;
}
.section.section-maps .box-address .search-address select:not(:last-child) {margin-bottom: 10px;}
.section.section-maps .box-address .list-address {padding: 20px;}
.section.section-maps .box-address .list-address .list-result {
	max-height: 234px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
.section.section-maps .box-address .list-address .list-result::-webkit-scrollbar {width: 4px;height: 5px;background-color: #dedede;}
.section.section-maps .box-address .list-address .list-result::-webkit-scrollbar-thumb {background: #0d0d0d;}
.section.section-maps .box-address .list-address .list-result .item-result {margin-bottom: 10px;}
.section.section-maps .box-address .list-address .list-result .item-result .address-link a {display: block;margin-bottom: 10px;}
.section.section-maps .box-address .list-address .list-result .item-result .address-link a img {width: 12px;vertical-align: 0px;}
.section.section-maps .box-address .list-address .list-result .item-result .address-link a span {font-weight: bold;}
.section.section-maps .box-address .list-address .list-result .item-result .address-detail {font-size: 14px;margin-left: 20px;}
.section.section-maps .box-address .list-address .list-result .item-result .address-detail a:not(.guide),
.section.section-maps .box-address .list-address .list-result .item-result .address-detail a:not(.guide) span {
	display: block;
}
.section.section-maps .box-address .list-address .list-result .item-result .address-detail .address-info {
	margin-top: 10px;
	line-height: 25px;
}
.section.section-maps .box-address .list-address .list-result .item-result .address-detail .address-info .guide span {
	border-bottom: 1px solid #000;
	margin-left: 4px;
}
.section.section-maps .box-address .list-address .list-result .item-result .address-detail .address-info .info-open {
	padding: 2px 6px;
	background: #f26522;
	color: #fff;
	margin-left: 10px;
}
.section.section-maps .box-address h3 {color: #0c1325;font-size: 18px;font-weight: 600;margin-bottom: 30px;text-transform: uppercase;}
.section.section-maps iframe {width: 100%;border: none;}
.section.section-reason .col-lg .box-reason {margin-bottom: 30px;}
.section.section-reason .col-lg .box-reason .img-reason {border-radius: 10px;overflow: hidden;}
.section.section-reason .col-lg .box-reason .img-reason img {width: 100%;}
.section.section-reason .col-lg .box-reason .desc-reason {margin-top: 20px;}
.section.section-reason .col-lg .box-reason .desc-reason h3 {
	font-size: 18px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
.section.section-partner .item-partner {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section.section-partner .item-partner img {
	max-height: 45px;
	filter: gray;
	/* IE5+ */
	-webkit-filter: grayscale(1);
	/* Webkit Nightlies & Chrome Canary */
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.section.section-partner .item-partner:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}
.section.section-banner {padding: 60px 0 0;}
.section.section-banner .s-title {margin-bottom: 60px;}
.section.section-banner .s-title h2 {margin-bottom: 30px;}
.section.section-banner iframe {width: 100%;height: 300px;}
.section.section-banner video {width: 100%;}

@media (min-width: 768px) {
	.section.section-banner iframe {height: 400px;}
}
@media (min-width: 1024px) {
	.section.section-reason .col-lg:nth-of-type(3n+2) {clear: both;}
	.section.section-banner iframe {height: 500px;}
}
@media (min-width: 1420px) {
	.section.section-banner iframe {height: 700px;}
}
@media (min-width: 1600px) {
	.section.section-banner iframe {height: 800px;}
}
@media (min-width: 1800px) {
	.section.section-banner iframe {height: 900px;}
}
@media (max-width: 991px) {
	.section:not(.section-slide) .s-title h2 {font-size: 22px;margin-bottom: 30px;text-align: center;}
	.section.section-maps .list-info ul li {font-size: 13px;}
	.section.section-maps .list-info ul li h4 {font-size: 14px;}
}
@media (max-width: 767px) {
	.section.section-maps .list-info ul {flex-wrap: wrap;}
	.section.section-maps .list-info ul li {font-size: 11px;}
}
#map-store{margin-bottom:30px;}	
#map-store iframe {width: 100%;height: 100%!important;border: none;}
#map-dgh {width: 100%;height: 600px;margin-bottom: 30px;}


.categories-faq {
	position: fixed;
	z-index: 10;
	top: 50%;
	right: 2px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.categories-faq ul {
	margin-bottom: 0;
	background: #00467f;
	padding: 10px 0;
	border-radius: 5px;
}
.categories-faq ul li {
	padding: 10px 8px;
	position: relative;
	text-align: center;
	transition: all .25s ease, transform .25s ease;
	width: 95px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}
.categories-faq ul li a {display: block;position: relative;color: #fff;}
.categories-faq ul li a:hover {color: #f26522;}
.categories-faq ul li .category-ic {line-height: 1;margin: auto auto 10px;width: 22px;}
.categories-faq ul li .category-ic img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	vertical-align: middle;
}
.categories-faq ul li:hover img {
	-webkit-transform: scale(1.1) rotate(10deg) !important;
	transform: scale(1.1) rotate(4deg) !important;
}
@media (max-width: 1024px) {
	.categories-faq {display: none !important;}
}
@media (max-width: 991px) {
	.categories-faq ul li {width: 50px;}
	.categories-faq ul li a span {
		position: absolute;
		left: -145px;
		top: 50%;
		transform: translateY(-50%);
		background: #eeeeef;
		padding: 5px;
		border-radius: 5px 0 0 5px;
		visibility: hidden;
		opacity: 0;
	}
}


/*-------------------------------------------*/
/* . BLOG + ARTICLE */
/*-------------------------------------------*/
.heading-page {padding: 35px 0 60px;text-align: center;}
.heading-page h1 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: initial;
	color: #00467f;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.heading-page h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 2px;
	background: #00467f;
}
.content-page {margin-bottom: 50px;}
.heading-blog {
	padding: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.heading-blog h1 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: initial;
	color: #00467f;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.heading-blog h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #00467f;
}
#blog .category-news,
#article .category-news,
#search-page .category-news {
	position: relative;
	overflow: hidden;
}
#blog .category-news ul,
#article .category-news ul,
#search-page .category-news ul {
	margin: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width: 768px) {
	#blog .category-news ul,
	#article .category-news ul,
	#search-page .category-news ul {
		text-align: center;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-bottom: -30px;
		padding-bottom: 50px;
	}
}
#blog .category-news ul li,
#article .category-news ul li,
#search-page .category-news ul li {
	margin-right: 30px;
}
@media (max-width: 991px) {
	#blog .category-news ul li,
	#article .category-news ul li,
	#search-page .category-news ul li {
		margin-right: 20px;
	}
}
#blog .category-news ul li:last-child,
#article .category-news ul li:last-child,
#search-page .category-news ul li:last-child {
	margin-right: 0;
}
#blog .category-news ul li a,
#article .category-news ul li a,
#search-page .category-news ul li a {  
	position: relative;
	z-index: 2;
	display: block;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
	white-space: nowrap;
}
#blog .category-news ul li.active a,
#article .category-news ul li.active a,
#search-page .category-news ul li.active a {
	color: #f26522;
}
#blog .blog-loop .post,
#article .blog-loop .post,
#search-page .blog-loop .post {
	margin-bottom: 20px;
	position: relative;
}
@media (min-width: 992px) {
	#blog .blog-loop .post,
	#article .blog-loop .post,
	#search-page .blog-loop .post {
		margin-bottom: 50px;
	}
}
#blog .blog-loop .post .post-thumb a,
#article .blog-loop .post .post-thumb a,
#search-page .blog-loop .post .post-thumb a {
	display: block;
	position: relative;
}
#blog .blog-loop .post .post-thumb a img,
#article .blog-loop .post .post-thumb a img,
#search-page .blog-loop .post .post-thumb a img{
	width:100%;
}
#blog .blog-loop .post .post-detail .post-cat,
#article .blog-loop .post .post-detail .post-cat,
#search-page .blog-loop .post .post-detail .post-cat {
	background-color: #074f7f;
	padding: 2px 15px 2px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	line-height: 22px;
}
#blog .blog-loop .post .post-detail .post-cat:before,
#article .blog-loop .post .post-detail .post-cat:before,
#search-page .blog-loop .post .post-detail .post-cat:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-color: #074f7f transparent transparent;
	border-style: solid;
	border-width: 4px 6px 0 0;
}
#blog .blog-loop .post .post-detail .post-cat a,
#article .blog-loop .post .post-detail .post-cat a,
#search-page .blog-loop .post .post-detail .post-cat a {
	color: #fff;
	font-size: 11px;
}
#blog .blog-loop .post .post-detail h3,
#article .blog-loop .post .post-detail h3,
#search-page .blog-loop .post .post-detail h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0 5px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 600;
}
#blog .blog-loop .post .post-detail h3 a,
#article .blog-loop .post .post-detail h3 a,
#search-page .blog-loop .post .post-detail h3 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#blog .blog-loop .post .post-detail .date i,
#article .blog-loop .post .post-detail .date i,
#search-page .blog-loop .post .post-detail .date i{
	color: #a6a6a6;
	margin-right: 5px;
	font-size: 13px;
	vertical-align: 1px;
}
#blog .blog-loop .post .post-detail a.view-article,
#article .blog-loop .post .post-detail a.view-article,
#search-page .blog-loop .post .post-detail a.view-article {
	font-size: 13px;
}
#blog .box-layer,
#article .box-layer,
#search-page .box-layer {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.045);
	box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.045);
}
#blog .box-layer .sidebarblog-title h2,
#article .box-layer .sidebarblog-title h2,
#search-page .box-layer .sidebarblog-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
#blog .box-layer .sidebarblog-title h2:before,
#article .box-layer .sidebarblog-title h2:before,
#search-page .box-layer .sidebarblog-title h2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	background: #074f7f;
	width: 4px;
	height: 100%;
}
#blog .box-layer .sidebarblog-title h2 span,
#article .box-layer .sidebarblog-title h2 span,
#search-page .box-layer .sidebarblog-title h2 span {
	display: none;
}
#blog .box-layer .list-news-latest,
#article .box-layer .list-news-latest,
#search-page .box-layer .list-news-latest {
	counter-reset: popular-counter;
}
#blog .box-layer .list-news-latest .blog-loop .post,
#article .box-layer .list-news-latest .blog-loop .post,
#search-page .box-layer .list-news-latest .blog-loop .post {
	margin-bottom: 15px;
}
#blog .box-layer .list-news-latest .blog-loop:last-child .post,
#article .box-layer .list-news-latest .blog-loop:last-child .post,
#search-page .box-layer .list-news-latest .blog-loop:last-child .post {
	margin-bottom: 0px;
}
#blog .box-layer .list-news-latest .item-article,
#article .box-layer .list-news-latest .item-article,
#search-page .box-layer .list-news-latest .item-article {
	border-bottom: 1px #efefef dotted;
	padding: 10px 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}
#blog .box-layer .list-news-latest .item-article:last-child,
#article .box-layer .list-news-latest .item-article:last-child,
#search-page .box-layer .list-news-latest .item-article:last-child {
	border-bottom: none;
}
#blog .box-layer .list-news-latest .item-article .post-image,
#article .box-layer .list-news-latest .item-article .post-image,
#search-page .box-layer .list-news-latest .item-article .post-image {
	-ms-flex: 0 1 90px;
	flex: 0 1 90px;
	max-width: 90px;
	position: relative;
}
#blog .box-layer .list-news-latest .item-article .post-image a,
#article .box-layer .list-news-latest .item-article .post-image a,
#search-page .box-layer .list-news-latest .item-article .post-image a {
	display: block;
}

#blog .box-layer .list-news-latest .item-article .post-content,
#article .box-layer .list-news-latest .item-article .post-content,
#search-page .box-layer .list-news-latest .item-article .post-content {
	padding-left: 15px;
	overflow: hidden;
	-ms-flex: 1 1;
	flex: 1 1;
}
#blog .box-layer .list-news-latest .item-article .post-content h3,
#article .box-layer .list-news-latest .item-article .post-content h3,
#search-page .box-layer .list-news-latest .item-article .post-content h3 {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
}
#blog .box-layer .list-news-latest .item-article .post-content .date i,
#article .box-layer .list-news-latest .item-article .post-content .date i,
#search-page .box-layer .list-news-latest .item-article .post-content .date i {
	color: #a6a6a6;
	font-size: 13px;
	margin-right: 5px;
	vertical-align: 1px;
}
#blog .box-layer .list-news-latest .item-article .post-content span.author,
#article .box-layer .list-news-latest .item-article .post-content span.author,
#search-page .box-layer .list-news-latest .item-article .post-content span.author {
	font-size: 12px;
}
#blog .box-layer .list-news-social ul,
#article .box-layer .list-news-social ul,
#search-page .box-layer .list-news-social ul {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
#blog .box-layer .list-news-social ul li,
#article .box-layer .list-news-social ul li,
#search-page .box-layer .list-news-social ul li {
	width: calc(100%/3 - 4px);
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding: 2px;
	background: #f9f9fb;
	padding: 12px 0;
	margin: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
#blog .box-layer .list-news-social ul li a,
#article .box-layer .list-news-social ul li a,
#search-page .box-layer .list-news-social ul li a {
	display: block;
	text-align: center;
}
#blog .box-layer .list-news-social ul li a i,
#article .box-layer .list-news-social ul li a i,
#search-page .box-layer .list-news-social ul li a i {
	font-size: 25px;
}
#blog .box-layer .list-news-social ul li a span,
#article .box-layer .list-news-social ul li a span,
#search-page .box-layer .list-news-social ul li a span {
	display: block;
	margin-top: 4px;
	font-size: 7px;
}
@media (min-width: 992px) {
	#blog .sidebar-fix,
	#article .sidebar-fix,
	#search-page .sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
	}
}
@media (max-width: 991px) {
	#blog .blog-loop:not(:first-child) .post .post-thumb, 
	#article .blog-loop .post .post-thumb, 
	#search-page .blog-loop .post .post-thumb,
	#blog:not(.blog-faq) .blog-loop .post .post-thumb{   
		display: none;
	}
	#blog.blog-faq .blog-loop .post .post-thumb{   
		display: block;
	}
	#blog .blog-loop:not(:first-child) .post, 
	#article .blog-loop .post, 
	#search-page .blog-loop .post {
		border-top: 1px solid #efefef;
		padding-top: 10px;
	}
	#blog .blog-posts .view-more, 
	#article .blog-posts .view-more, 
	#search-page .blog-posts .view-more{
		padding: 5px 10px;
		border-radius: 5px;
		border: 1px solid #efefef;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
}





#blog .blog-col-left .blog-item,
#search-page .blog-col-left .blog-item,
#article.article-tuyendung .blog-col-left .blog-item {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	#blog .blog-col-left .blog-item,
	#search-page .blog-col-left .blog-item,
	#article.article-tuyendung .blog-col-left .blog-item {
		margin-bottom: 50px;
	}
}
#blog .blog-col-left .blog-item img,
#search-page .blog-col-left .blog-item img,
#article.article-tuyendung .blog-col-left .blog-item img {
	width: 100%;
}

#blog .blog-col-left .blog-item .blog-detail .blog-cat,
#search-page .blog-col-left .blog-item .blog-detail .blog-cat,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail .blog-cat {
	background-color: #074f7f;
	padding: 2px 15px 2px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	line-height: 22px;
}
#blog .blog-col-left .blog-item .blog-detail .blog-cat:before,
#search-page .blog-col-left .blog-item .blog-detail .blog-cat:before,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail .blog-cat:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-color: #074f7f transparent transparent;
	border-style: solid;
	border-width: 4px 6px 0 0;
}
#blog .blog-col-left .blog-item .blog-detail .blog-cat a,
#search-page .blog-col-left .blog-item .blog-detail .blog-cat a,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail .blog-cat a {
	color: #fff;
	font-size: 11px;
}
#blog .blog-col-left .blog-item .blog-detail h3,
#search-page .blog-col-left .blog-item .blog-detail h3,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
	font-size: 18px;
	margin: 15px 0;
	font-weight: 600;
}
#blog .blog-col-left .blog-item .blog-detail h3 a,
#search-page .blog-col-left .blog-item .blog-detail h3 a,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail h3 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#blog .blog-col-left .blog-item .blog-detail .blog-meta,
#search-page .blog-col-left .blog-item .blog-detail .blog-meta,
#article.article-tuyendung .blog-col-left .blog-item .blog-detail .blog-meta {
	margin-bottom: 10px;
}
#blog .blog-col-left .blog-item .blog-detail .blog-meta .date i,
#search-page .blog-col-left .blog-item .blog-detail .blog-meta .date i {
	color: #a6a6a6;
	margin-right: 5px;
	font-size: 13px;
	vertical-align: 1px;
}
#blog .blog-col-right .blog-item,
#search-page .blog-col-right .blog-item,
#article.article-tuyendung .blog-col-right .blog-item {
	margin-bottom: 20px;
}
@media(min-width: 992px){
	#blog.blog-df .blog-col-right .blog-item {margin-bottom: 30px;}
}
@media(max-width: 991px){
	#blog .blog-col-right .blog-item,
	#search-page .blog-col-right .blog-item,
	#article.article-tuyendung .blog-col-right .blog-item {
		padding-top: 20px;
		border-top: 1px dotted rgba(37, 42, 43, 0.1)
	}
	#blog.blog-df .listing-article .blog-loop:first-child .post {border-top:1px #efefef dotted;}
}
#blog .blog-col-right .blog-item .blog-img,
#search-page .blog-col-right .blog-item .blog-img,
#article.article-tuyendung .blog-col-right .blog-item .blog-img {
	float: left;
	width: 30%;
	margin-right: 15px;
	overflow: hidden;
}
#blog .blog-col-right .blog-item .blog-detail,
#search-page .blog-col-right .blog-item .blog-detail,
#article.article-tuyendung .blog-col-right .blog-item .blog-detail {
	float: left;
	width: calc(100% - 35%);
	margin: auto;
}
#blog .blog-col-right .blog-item .blog-detail h3,
#search-page .blog-col-right .blog-item .blog-detail h3,
#article.article-tuyendung .blog-col-right .blog-item .blog-detail h3 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
#blog .blog-col-right .blog-item .blog-detail .date i,
#search-page .blog-col-right .blog-item .blog-detail .date i{
	color: #a6a6a6;
	margin-right: 5px;
	font-size: 13px;
	vertical-align: 1px;
}
#blog .blog-col-right .blog-item .blog-detail p,
#search-page .blog-col-right .blog-item .blog-detail p,
#article.article-tuyendung .blog-col-right .blog-item .blog-detail p {
	margin-bottom: 0;
}
@media (max-width: 1024px){
	#blog .blog-col-right .blog-item .blog-detail .blog-shortdesc,
	#search-page .blog-col-right .blog-item .blog-detail .blog-shortdesc,
	#article.article-tuyendung .blog-col-right .blog-item .blog-detail .blog-shortdesc {
		display: none;
	}
}
#blog .viewmore-blog,
#search-page .viewmore-blog,
#article.article-tuyendung .viewmore-blog {
	font-size: 14px;
	background: #fff;
	border-top: 1px dotted rgba(37, 42, 43, 0.1);
	color: #252a2b;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
	padding: 14px 35px;
	line-height: 22px;
	width: 100%;
	text-align: center;
}
#blog .list-title,
#search-page .list-title,
#article.article-tuyendung .list-title {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#blog .list-title h2,
#search-page .list-title h2,
#article.article-tuyendung .list-title h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#blog .listing-article .blog-loop .post,
#search-page .listing-article .blog-loop .post,
#article.article-tuyendung .listing-article .blog-loop .post {
	border-bottom: 1px #efefef dotted;
	padding: 20px 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
#blog .listing-article .blog-loop .post .post-thumb,
#search-page .listing-article .blog-loop .post .post-thumb,
#article.article-tuyendung .listing-article .blog-loop .post .post-thumb {
	width: 40%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
#blog .listing-article .blog-loop .post .post-detail,
#search-page .listing-article .blog-loop .post .post-detail,
#article.article-tuyendung .listing-article .blog-loop .post .post-detail {
	width: 100%;
}
#blog .listing-article .blog-loop .post .post-detail h3,
#search-page .listing-article .blog-loop .post .post-detail h3,
#article.article-tuyendung .listing-article .blog-loop .post .post-detail h3 {
	margin-top: 0;
}
#blog .listing-article .blog-loop .post .post-detail a.view-article,
#search-page .listing-article .blog-loop .post .post-detail a.view-article,
#article.article-tuyendung .listing-article .blog-loop .post .post-detail a.view-article {
	font-size: 13px;
}
#blog .listing-article .blog-loop:last-child .post,
#search-page .listing-article .blog-loop:last-child .post,
#article.article-tuyendung .listing-article .blog-loop:last-child .post {
	border-bottom: none;
}
#blog .blog-video,
#search-page .blog-video,
#article.article-tuyendung .blog-video {
	padding: 30px;
	background: #000;
	color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
}
#blog .blog-video .list-title,
#search-page .blog-video .list-title,
#article.article-tuyendung .blog-video .list-title {
	border-bottom: 2px solid #fff;
}
#blog .blog-video a,
#search-page .blog-video a,
#article.article-tuyendung .blog-video a {
	color: #fff;
}
#blog .blog-video a.follow-btn,
#search-page .blog-video a.follow-btn,
#article.article-tuyendung .blog-video a.follow-btn {
	background: red;
	padding: 2px 10px;
	line-height: 22px;
	border-radius: 5px;
}
#blog .blog-video .blog-loop .post,
#search-page .blog-video .blog-loop .post,
#article.article-tuyendung .blog-video .blog-loop .post {
	margin-bottom: 0;
	text-align: left;
}
#blog .blog-video .blog-loop .post .post-thumb a,
#search-page .blog-video .blog-loop .post .post-thumb a,
#article.article-tuyendung .blog-video .blog-loop .post .post-thumb a {
	position: relative;
}
#blog .blog-video .blog-loop .post .post-thumb a:before,
#search-page .blog-video .blog-loop .post .post-thumb a:before,
#article.article-tuyendung .blog-video .blog-loop .post .post-thumb a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0.1;
}
#blog .blog-video .blog-loop .post .post-thumb .video-btn,
#search-page .blog-video .blog-loop .post .post-thumb .video-btn,
#article.article-tuyendung .blog-video .blog-loop .post .post-thumb .video-btn {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#blog .blog-video .blog-loop .post .post-thumb .video-btn svg,
#search-page .blog-video .blog-loop .post .post-thumb .video-btn svg,
#article.article-tuyendung .blog-video .blog-loop .post .post-thumb .video-btn svg {
	width: 50px;
	height: 50px;
	fill: #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
}
#blog .blog-video .slider-owl .owl-nav button,
#search-page .blog-video .slider-owl .owl-nav button,
#article.article-tuyendung .blog-video .slider-owl .owl-nav button {
	width: 20px;
	height: 20px;
}
#blog .blog-video .slider-owl .owl-nav button.owl-prev,
#search-page .blog-video .slider-owl .owl-nav button.owl-prev,
#article.article-tuyendung .blog-video .slider-owl .owl-nav button.owl-prev {
	left: -20px;
}
#blog .blog-video .slider-owl .owl-nav button.owl-next,
#search-page .blog-video .slider-owl .owl-nav button.owl-next,
#article.article-tuyendung .blog-video .slider-owl .owl-nav button.owl-next {
	right: -20px;
}
#blog .blog-video .slider-owl .owl-dots,
#search-page .blog-video .slider-owl .owl-dots,
#article.article-tuyendung .blog-video .slider-owl .owl-dots {
	bottom: -20px;
}
#blog .blog-video .slider-owl .owl-dots button,
#search-page .blog-video .slider-owl .owl-dots button,
#article.article-tuyendung .blog-video .slider-owl .owl-dots button {
	width: 10px;
	height: 10px;
}
#blog .blog-video .slider-owl .owl-dots button span,
#search-page .blog-video .slider-owl .owl-dots button span,
#article.article-tuyendung .blog-video .slider-owl .owl-dots button span {
	width: 8px;
	height: 8px;
}   

.blog-video .post-thumb {position: relative;display: block!important;}
.blog-video .post-thumb iframe {height: 260px;width: 100%;}

#blog .empty-article,
#search-page .empty-article,
#article.article-tuyendung .empty-article {
	margin-bottom: 30px;
}
@media(max-width: 991px) {
	#blog:not(.blog-df) .listing-article .blog-loop .post,
	#search-page .listing-article .blog-loop .post,
	#article.article-tuyendung .listing-article .blog-loop .post {
		display: block;
	}
	#blog:not(.blog-df) .listing-article .blog-loop .post .post-thumb,
	#search-page .listing-article .blog-loop .post .post-thumb, 
	#article.article-tuyendung .listing-article .blog-loop .post .post-thumb {
		width:100%;
		margin: 0 0 15px;
	}
	#blog.blog-df .listing-article .blog-loop .post {display: block;}
	#blog.blog-df .listing-article .blog-loop .post .post-thumb{
		width:100%;
		margin-right: 15px;
		display: block;
	}
	#blog.blog-df .listing-article .blog-loop .post .post-detail {width: 100%;margin-top: 15px;}
	//#blog.blog-df .listing-article .blog-loop .post .post-detail .post-content {display: none;}
}


#article .box-article-heading {
	margin-bottom: 30px;
}
#article .box-article-heading .article-heading {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
#article .box-article-heading .article-info-more {
	margin-bottom: 0;
}
#article .box-article-heading .article-info-more li {
	display: inline-block;
	position: relative;
}
#article .box-article-heading .article-info-more li:first-child {
	padding-right: 25px;
}
#article .box-article-heading .article-info-more li:first-child:after {
	content: "";
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	height: 1px;
	width: 8px;
}
#article .meta-tags .tags-title {
	font-weight: 500;
}
#article .meta-tags a.tag {
	opacity: 0.8;
	font-style: italic;
	font-size: 14px;
}
#article .meta-tags a.tag:after {
	content: ",";
	margin: 1px;
}
#article .post-navigation {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
}
#article .post-navigation .right {
	float: right;
}
#article .post-navigation .left {
	float: left;
}
#article .article-pages,
#article .meta-tags,
#article .article-comment .comment_form,
#article .post-navigation {
	margin-bottom: 40px;
}
#article .article-pages * {
	max-width: 100% !important;
}
#article .article-pages ul {
	list-style: initial;
	padding-left: 20px;
}
#article .article-pages ul ul {
	list-style-type: circle;
}
#article .article-pages ul ul ul {
	list-style-type: square;
}
#article .article-pages ol {
	list-style-type: decimal;
	padding-left: 20px;
}
#article .article-comment .title-bl h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
#article .article-comment .title-bl h2:after {
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
#article .article-comment .comment_form .form-group input,
#article .article-comment .comment_form .form-group .article-comment .comment_form .form-group textarea {
	box-shadow: none;
	background: #ededed;
	color: #272727;
	border: 0;
	border-radius: 0;
}
#article .article-comment .comment_form .form-group input {
	padding: 0 20px;
	height: 55px;
}
#article .article-comment .comment_form .form-group textarea {
	padding: 20px;
	resize: none;
}
#article .article-comment .comment_form .form-group button.btn-rb {
	background: #000000;
	border: 0;
	height: 55px;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
#article .article-comment .comment_form .form-group button.btn-rb:hover {
	background: #000000;
}
#article .article-comment #binhluan h3.author {
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
}
#article .article-comment #binhluan .date {
	float: right;
	color: #333333;
	font-size: 12px;
}
#article .article-comment #binhluan .comment-user {
	padding: 25px 0;
	border-bottom: 1px solid #ededed;
}
#search-page .listing-article .post {
	width: 100%;
}
#article.article-tuyendung .section-header {
	margin-bottom: 40px;
}

/*-------------------------------------------*/
/* . FAQ */
/*-------------------------------------------*/


.article-faq .header-banner,
.blog-faq .header-banner {
	background: url(bg-header-faq5194.jpg?v=650) no-repeat;
	background-size: cover;
	padding: 50px 0 70px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.article-faq .header-banner,
	.blog-faq .header-banner{
		margin-top: 30px;
	}
}
@media (min-width: 1024px) {
	.article-faq .header-banner,
	.blog-faq .header-banner {
		//background-attachment: fixed;
		background-size: 120%;
		padding: 90px 0 110px;
	}
}
.article-faq .header-banner:before,
.blog-faq .header-banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.blog-faq .header-page {position: relative;margin: 30px 0;}
.blog-faq .header-banner {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: none;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
@media(max-width: 1170px){
	.bg-desktop {display: none;}
	.blog-faq .header-page {
		background: url(bg-header-faq5194.jpg?v=650) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 50px 0 70px;
		margin-top: 15px;
		position: relative;
		overflow: hidden;
	}
	.blog-faq .header-banner {position:relative;padding:0;}
}


#faq .header-banner .box-search {
	max-width: 700px;
	margin: auto;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
#faq .header-banner .box-search h2{
	color: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin: 20px 0;
}
#faq .header-banner .box-search form {
	margin-bottom: 10px;
}
#faq .header-banner .box-search form input[type="text"]{
	color: #575757;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 100%;
	height: 38px;
	padding: 3px 50px 3px 20px;
	background: #fff;
	border: none;
	border-radius: 4px;
	font-style: italic;
}
#faq .header-banner .box-search form button {
	display: none;
	background: none;
	border: none;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00467f;
	padding: 0 15px;
	height: 38px;
	line-height: 43px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
#faq .header-banner .box-search form button svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}
#faq .header-banner .box-search p {
	color: #fff;
	font-style: italic;
}

.blog-faq .header-banner {margin-top:0;}
.box-search-faq {margin: 30px 0 0;position: relative;}
.box-search-faq form input[type="text"] {
	color: #575757;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 100%;
	height: 38px;
	padding: 3px 50px 3px 20px;
	background: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.box-search-faq form {
	margin-bottom: 10px;
}
.box-search-faq form button {
	background: none;
	border: none;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	height: 38px;
	line-height: 43px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.box-search-faq form button svg {width: 15px;height: 15px;fill: #7f7f7f;}
.block-info-contact {
	max-width: 600px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	padding: 15px;
	position: relative;
	z-index: 2;
	margin-left: 5%;
}
.block-info-contact h3 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}
.block-info-contact form {position: relative;margin-bottom: 25px;}
.block-info-contact form input[type="text"] {
	color: #575757;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	width: 100%;
	height: 38px;
	padding: 3px 35px 3px 10px;
	background: #fff;
	border: none;
	border-radius: 5px;
}
.block-info-contact form button {
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 35px;
	height: 38px;
	line-height: 43px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.block-info-contact form button svg {width: 15px;height: 15px;}
.block-info-contact .line .box {	border-radius: 10px;	background: #fff;	padding-bottom: 10px;}
.block-info-contact .line .box h4 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.block-info-contact .line .box ul li a i {
    margin-right: 5px;
}
.block-info-contact .line .box.box-one h4 {background: #00467e;}
.block-info-contact .line .box.box-two h4 {background: #f26523;}
.block-info-contact .line .box ul {  display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 0;}
.block-info-contact .line .box ul li {width: calc(100%/3);padding: 0 15px 5px;}
.block-info-contact .line .box ul li a {color:#00467d;font-weight: 600;display: inline-flex;align-items: center;}
.block-info-contact .line .box ul li a svg {width: 15px;height: 15px;margin-right: 6px;}
.block-info-contact .line .box ul li a img {height: 15px;margin-right: 6px;}
.block-info-contact .line .box.box-one {margin-bottom: 15px;}
.block-info-contact .line .box.box-one ul li {padding: 0 15px 5px;}
.block-info-contact .line .box.box-one ul li:last-child {width:100%;}

@media(max-width: 1200px) and (min-width: 992px){
	.block-info-contact {padding: 15px;}
	.block-info-contact form {margin-bottom: 15px;}
	.block-info-contact .line .box h4 {font-size: 15px;}
	.block-info-contact .line .box.box-one {margin-bottom: 10px;}
	.block-info-contact h3 {font-size: 16px;line-height: 22px;}
}
@media(max-width: 991px) {
	.block-info-contact {margin:auto;}
}
@media(max-width: 568px) {
	.block-info-contact .line .box ul li {width: 100%;}
	.block-info-contact .line .box ul li a {display: block;}
}

#faq .page-content h2,
.blog-faq .page-content h2 {
	font-size: 24px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
#faq .page-content .faq-support,
.blog-faq .page-content .faq-support {
	text-align: center;
	padding-top: 45px;
	margin-bottom: 30px;
	border-top: 1px solid #efefef;
}
#faq .page-content .faq-support h2,
.blog-faq .page-content .faq-support h2 {
	font-size: 24px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
#faq .page-content .faq-support a.btn,
.blog-faq .page-content .faq-support a.btn {
	display: inline-block;
	background: #074f7f;
	color: #fff;
	padding: 7px 20px;
	border-radius: 4px;
	margin: 13px 0;
}
.page-faq .page-content > div {
	margin: 0 0 20px;
}
@media (min-width: 992px) {
	.page-faq .page-content > div {
		margin: 0 100px 30px;
	}
}
.page-faq .page-content .title {
	padding: 40px 0;
}
.page-faq .page-content .listing-faq ul {
	margin: 0;
}
@media (min-width: 992px) {
	.page-faq .page-content .listing-faq ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.page-faq .page-content .listing-faq ul li {
	padding: 0 10px 0 20px;
}
@media (min-width: 992px) {
	.page-faq .page-content .listing-faq ul li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-moz-page-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
		padding: 0 10px 0 40px;
	}
}
.page-faq .page-content .listing-faq ul li a {
	display: block;
	margin-bottom: 15px;
}
.page-faq .page-content .listing-faq-cate ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.page-faq .page-content .listing-faq-cate ul li {
	width: calc(100% / 2);
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.page-faq .page-content .listing-faq-cate ul li {
		width: calc(100% / 3);
	}
}
@media (min-width: 992px) {
	.page-faq .page-content .listing-faq-cate ul li {
		width: calc(100% / 4);
	}
}
.page-faq .page-content .listing-faq-cate ul li a {
	display: block;
	padding: 52px 15px;
	border-radius: 4px;
	border: 1px solid #efefef;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.page-faq .page-content .listing-faq-cate ul li a img {
	width: 50px;
	margin: auto;
}
.page-faq .page-content .listing-faq-cate ul li a h3 {
	font-size: 16px;
	margin: 10px 0;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 500;
}
.page-faq .page-content .listing-faq-cate ul li:hover a {
	border: 1px solid transparent;
	box-shadow: 0px 5px 20px rgba(7, 79, 127, 0.3);
}
.page-faq .page-content .faq-support {
	text-align: center;
	padding-top: 45px;
	border-top: 1px solid #efefef;
}
.page-faq .page-content .faq-support h2 {
	font-size: 24px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
}
.page-faq .page-content .faq-support a.btn {
	display: inline-block;
	background: #074f7f;
	color: #fff;
	padding: 7px 20px;
	border-radius: 4px;
	margin: 13px 0;
}
.article-faq .page-content .title,
.blog-faq .page-content .title {
	padding: 30px 0;
	position: relative;
}
@media (max-width: 767px) {
	.article-faq .page-content .listing-faq-cate,
	.blog-faq .page-content .listing-faq-cate {
		margin-bottom: 30px;
	}
}
.article-faq .page-content .listing-faq-cate ul,
.blog-faq .page-content .listing-faq-cate ul {
	margin: 0;
}
.article-faq .page-content .listing-faq-cate ul li a,
.blog-faq .page-content .listing-faq-cate ul li a {
	padding: 15px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	border-bottom: 1px solid #efefef;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.article-faq .page-content .listing-faq-cate ul li a img,
.blog-faq .page-content .listing-faq-cate ul li a img {
	width: 25px;
	margin-right: 20px;
}
.article-faq .page-content .listing-faq-cate ul li a h3,
.blog-faq .page-content .listing-faq-cate ul li a h3 {
	font-size: 16px;
	margin: 10px 0;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 500;
}
.article-faq .page-content .listing-faq-cate ul li:last-child a,
.blog-faq .page-content .listing-faq-cate ul li:last-child a {
	border-bottom: 1px solid transparent;
}
.article-faq .page-content .listing-faq-cate ul li:hover a,
.blog-faq .page-content .listing-faq-cate ul li:hover a {
	padding-left: 10px;
	border: 1px solid transparent;
	box-shadow: 0px 5px 20px rgba(7, 79, 127, 0.3);
}
.article-faq .page-content .title-ar-faq,
.blog-faq .page-content .title-ar-faq {
	padding: 30px 0;
}
@media (max-width:991px) {
	.article-faq .page-content .listing-faq-cate ul, 
	.blog-faq .page-content .listing-faq-cate ul {
		text-align: left;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-bottom: -50px;
		padding-bottom: 50px;	
	}
	.article-faq .page-content .listing-faq-cate ul li, 
	.blog-faq .page-content .listing-faq-cate ul li {
		display: inline-flex;
		margin-right: 10px;
	}
	.article-faq .page-content .listing-faq-cate ul li a,
	.blog-faq .page-content .listing-faq-cate ul li a {
		padding: 15px;
		border: 1px solid #ccc!important;
		box-shadow: none;
		border-radius: 5px;
	}
	.article-faq .page-content .listing-faq-cate ul li.active a,
	.blog-faq .page-content .listing-faq-cate ul li.active a {
		box-shadow: 0px 5px 20px rgba(7, 79, 127, 0.3);
	}
	.article-faq .page-content .title-ar-faq,
	.blog-faq .page-content .title-ar-faq {
		background: #fff;
		padding: 0 0 15px;
	}
}
article-faq .page-content .title-ar-faq h1,
.blog-faq .page-content .title-ar-faq h1 {
	font-size: 24px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
.article-faq .page-content .content-ar-faq,
.blog-faq .page-content .content-ar-faq {
	margin-bottom: 40px;
}
.article-faq .page-content .content-ar-faq *,
.blog-faq .page-content .content-ar-faq * {
	max-width: 100% !important;
}
.article-faq .page-content .content-ar-faq ul,
.blog-faq .page-content .content-ar-faq ul {
	list-style: initial;
	padding-left: 20px;
}
.article-faq .page-content .content-ar-faq ul ul,
.blog-faq .page-content .content-ar-faq ul ul {
	list-style-type: circle;
}
.article-faq .page-content .content-ar-faq ul ul ul,
.blog-faq .page-content .content-ar-faq ul ul ul {
	list-style-type: square;
}
.article-faq .page-content .content-ar-faq ol,
.blog-faq .page-content .content-ar-faq ol {
	list-style-type: decimal;
	padding-left: 20px;
}
@media (min-width: 992px) {
	.article-faq .page-content .sidebar-fix,
	.blog-faq .page-content .sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 85px;
	}
}
.blog-faq .load-more,
.blog-posts .load-more {
	margin: 20px 0;
}
.blog-faq .load-more a.btn-more,
.blog-posts .load-more a.btn-more {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: normal;
	color: #fff;
	border: 1px solid #00467f;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}
.blog-faq .load-more a.btn-more:before,
.blog-posts .load-more a.btn-more:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #00467f;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/*-------------------------------------------*/
/* . Slider Customer */
/*-------------------------------------------*/
#slider_home_customers {padding: 10px 10px 0;    padding-bottom: 50px;background: #e8e8e5;}
@media (max-width: 1024px) {
	#slider_home_customers {margin: 20px 0;}
}
@media (max-width: 1024px) and (min-width: 768px) {
	#slider_home_customers {padding: 0;background: #fff;}
}
#slider_home_customers.owl-carousel .owl-item {
	opacity: 0;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: all 1.2s;
	-webkit-transform: all 1.2s;
}
#slider_home_customers.owl-carousel .owl-item.active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#slider_home_customers.owl-carousel .owl-item .item-slide {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body {text-align: center;padding: 0 15px 15px;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .logo-quote {margin: 15px 0 5px;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .logo-quote img {margin: auto;height: 20px;    object-fit: contain;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .txt-quote {color: #3d5067;min-height: 95px;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .txt-quote span {display: block;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .line-customer {border-top: 1px solid #c5ddff;margin: 10px 0;}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body .name-quote {
	color: #3d5067;
	font-size: 18px;
	margin: 0;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 500;
}
#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body small {color: #3d5067;}
@media (max-width: 767px) {
	#slider_home_customers.owl-carousel .owl-item .item-slide .quote-body {padding-bottom: 30px;}
}
#slider_home_customers.owl-carousel .owl-nav button.owl-prev,
#slider_home_customers.owl-carousel .owl-nav button.owl-next,
#owl-slider-blog.owl-carousel .owl-nav button.owl-next,
#owl-slider-blog.owl-carousel .owl-nav button.owl-prev{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d7d7d7;
	color: #616161;
	font-size: 0px;
	position: absolute;
	bottom: 4px;
	outline: none;
}
#slider_home_customers.owl-carousel .owl-nav button.owl-prev {left: 10px;}
#slider_home_customers.owl-carousel .owl-nav button.owl-prev:before,
#owl-slider-blog.owl-carousel .owl-nav button.owl-prev:before{
	content: "\f104";
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 28px;
}
#slider_home_customers.owl-carousel .owl-nav button.owl-next {right: 10px;}
#slider_home_customers.owl-carousel .owl-nav button.owl-next:before,
#owl-slider-blog.owl-carousel .owl-nav button.owl-next:before{
	content: "\f105";
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 28px;
}
#slider_home_customers.owl-carousel .owl-dots {
	text-align: center;
	padding: 13px 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#slider_home_customers.owl-carousel .owl-dots > .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #d7d7d7;
	margin: 0px 4px;
	display: inline-block;
	outline: none;
}
#slider_home_customers.owl-carousel .owl-dots > .owl-dot.active,
#slider_home_customers.owl-carousel .owl-dots > .owl-dot:hover {
	background: #d7d7d7;
}
.add-height-img a {
	color: #fc5200; }
.add-height-img a:hover {
	text-decoration: underline; }
#owl-slider-blog.owl-carousel .owl-nav button.owl-next,#owl-slider-blog.owl-carousel .owl-nav button.owl-prev{
	top: 50%;
	transform: translatey(-50%);
	right: 0;
}
#owl-slider-blog.owl-carousel .owl-nav button.owl-prev{
	left: 0;
	right: auto;
}
/*-------------------------------------------*/
/* . SERVICE */
/*-------------------------------------------*/
.section.section-slide-sv {position: relative;padding: 0;}
.section.section-slide-sv .banner-image-wrapper.custom {
	position: relative;
}
.section.section-slide-sv .banner-image-wrapper.custom .form-solution {padding: 20px 10px;}
@media (max-width: 1269px){
	.section.section-slide-sv .banner-image-wrapper.custom .form-solution {
		max-width: 500px;
		margin: auto;
	}
}
@media (min-width: 1270px){
	.section.section-slide-sv .banner-image-wrapper.custom .form-solution {
		position: absolute;
		top: 5%;
		right: 10%;
		width: 580px;
		padding: 0;
	}
}

.section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form {
	width: unset;
	background: #fff;
	border-radius: 40px;
}
.section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .input-group {
	margin-bottom: 10px;
}
.section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .wrapper-intro .s-title h2 {
	font-size: 18px;
	padding: 10px;
}
.section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .wrapper-form {
	padding: 30px;
}

.section.section-slide-sv .intro-wrapper {
	max-width: 700px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.section.section-slide-sv .intro-wrapper {font-size: 12px;}
}
.section.section-slide-sv .intro-wrapper h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: initial;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	.section.section-slide-sv .intro-wrapper h2 {font-size: 22px;}
}

.section.section-advantages .row-flex {
	display: -webkit-flex;
	display: flex;
}
.section.section-advantages .advantage-box {
	text-align: center;
	display: block;
	background: #FFFFFF;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 40px 0 40px 40px;
	padding: 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.section.section-advantages .advantage-box:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 40px 0 40px 40px;
	background-image: linear-gradient(135deg, #00467f 0%, rgba(7, 79, 128, 0.8) 100%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.section.section-advantages .advantage-box .advantage-ico {
	width: 67px;
	height: 67px;
	line-height: 65px;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
	background: #edf7fd;
	border-radius: 22px 0 22px 22px;
}
.section.section-advantages .advantage-box .advantage-ico img {width: 35px;}
.section.section-advantages .advantage-box .advantage-desc h3 {
	font-weight: 400;
	font-size: 18px;
	height: 42px;
	color: #00467f;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.section.section-advantages .advantage-box .advantage-desc p {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 26px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 20px;
}
.section.section-advantages .advantage-box:hover:before {opacity: 1;}
.section.section-advantages .advantage-box:hover .advantage-desc h3,
.section.section-advantages .advantage-box:hover .advantage-desc p {
	color: #fff;
}
@media (max-width:991px) {
	.section.section-advantages .row-flex {flex-wrap: wrap;justify-content: center;}
	.section.section-advantages .row-flex .col {margin-bottom: 30px;}
	.section.section-advantages {padding-bottom: 0;}
}
@media (min-width: 992px) {
	.section.section-advantages.cp .col {width: 100%;}
}

.section-pricing.kho .s-title, .section-pricing.vantai .s-title {margin-bottom: 60px;}
.section-pricing.kho .s-title h2, .section-pricing.vantai .s-title h2 {margin-bottom: 20px;}
@media (min-width: 992px) {
	.section.section-pricing .row {
		display: -webkit-flex;
		display: flex;
	}
}
@media (min-width: 992px) {
	.section.section-pricing .row .col-left {padding-right: 0;}
}
@media (max-width: 991px) {
	.section.section-pricing .row .col-left .sv-tablist {margin-top: 20px;}
}
.section.section-pricing .row .col-left .sv-tablist ul {margin-bottom: 0;}
.section.section-pricing .row .col-left .sv-tablist ul li {
	position: relative;
	-webkit-animation: all .3s;
	-moz-animation: all .3s;
	-ms-animation: all .3s;
	-o-animation: all .3s;
	animation: all .3s;
}
.section.section-pricing .row .col-left .sv-tablist ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding: 25px;
	border-top: 1px solid #e9e9e9;
	-webkit-box-shadow: -5px 0 20px transparent;
	-moz-box-shadow: -5px 0 20px transparent;
	box-shadow: -5px 0 20px transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 1024px) and (min-width: 992px) {
	.section.section-pricing .row .col-left .sv-tablist ul li a {padding: 15px;}
}
@media (max-width: 991px) {
	.section.section-pricing .row .col-left .sv-tablist ul li a {padding: 15px;}
}
.section.section-pricing .row .col-left .sv-tablist ul li a span.ico {width: 25px;height: 25px;margin-right: 20px;}
.section.section-pricing .row .col-left .sv-tablist ul li a img.ic-color {display: none;}
.section.section-pricing .row .col-left .sv-tablist ul li img.cnt {display: none;}
@media (max-width: 991px) {
	.section.section-pricing .row .col-left .sv-tablist ul li.active img.cnt {display: block;}
}
.section.section-pricing .row .col-left .sv-tablist ul li:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 0px;
	background: #00467f;
	-webkit-animation: all .3s;
	-moz-animation: all .3s;
	-ms-animation: all .3s;
	-o-animation: all .3s;
	animation: all .3s;
}
.section.section-pricing .row .col-left .sv-tablist ul li.active a,
.section.section-pricing .row .col-left .sv-tablist ul li:hover a {
	border-top: 1px solid transparent;
	color: #fff;
	-webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}
.section.section-pricing .row .col-left .sv-tablist ul li.active a img.ic-default,
.section.section-pricing .row .col-left .sv-tablist ul li:hover a img.ic-default {
	display: none;
}
.section.section-pricing .row .col-left .sv-tablist ul li.active a img.ic-color,
.section.section-pricing .row .col-left .sv-tablist ul li:hover a img.ic-color {
	display: block;
}
.section.section-pricing .row .col-left .sv-tablist ul li.active:after,
.section.section-pricing .row .col-left .sv-tablist ul li:hover:after {
	height: 100%;
}
@media (min-width: 992px) {
	.section.section-pricing .row .col-right {padding-left: 0;}
}
.section.section-pricing .row .col-right .sv-tabimg .tabimg {position: relative;overflow: hidden;display: none;}
.section.section-pricing .row .col-right .sv-tabimg .tabimg .tabinfo {padding: 26px 30px;background: rgba(0, 79, 132, 0.8);color: #fff;}
@media (min-width: 768px) {
	.section.section-pricing .row .col-right .sv-tabimg .tabimg .tabinfo {position: absolute;bottom: 0;left: 0;width: 50%;}
}
.section.section-pricing .row .col-right .sv-tabimg .tabimg .tabinfo h3 {color: #fff;margin-bottom: 15px;font-size: 20px;}
.section.section-pricing .row .col-right .sv-tabimg .tabimg.active {display: block;}
.section.section-estimate .box-estimate {position: relative;}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width: 991px) {
	.section.section-estimate .box-estimate .form-estimate.form-chuyenphat {flex-wrap: wrap;}
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group {
	position: relative;
	margin: 15px 80px 15px 0;
	width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
	.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group {width: calc(100%/2 - 80px);}
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group .ico {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 20px;
	height: 20px;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group .ico svg {
	width: 17px;
	height: 17px;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group .ico svg path {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group .form-label {
	color: #ffc600;
	font-weight: 700;
	line-height: 20px;
	height: 24px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 26px;
	opacity: 0;
	text-transform: capitalize;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group .form-control {
	height: 45px;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group:not(.input-not-empty) .form-control:not(:focus) {
	color: transparent;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group.input-not-empty .ico svg path {
	fill: #f26522;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group.input-not-empty .form-label {
	opacity: 1;
	top: 0px;
	color: #f26522 !important;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-group:before {
	content: "\f178";
	font-family: "FontAwesome" !important;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #00467f;
}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn {margin: 0;}
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn {
	font-size: 14px;
	width: 100%;
	padding: 12px 20px;
}
.section.section-estimate .box-estimate .form-estimate .list-box-cost {
	display: -webkit-flex;
	display: flex;
	background: #f8f8f8;
}
.section.section-estimate .box-estimate .form-estimate .list-box-cost .box-cost {
	width: 100%;
	padding: 30px 8px;
	text-align: center;
}
.section.section-estimate .box-estimate .form-estimate .list-box-cost .box-cost .title {
	font-weight: bold;
	font-size: 14px;
}
.section.section-estimate .box-estimate .form-estimate .list-box-cost .box-cost .content {margin: 20px 0 0;}
.section.section-estimate .box-estimate .list-box-cost .box-cost .klqd, 
.section.section-estimate .box-estimate .list-box-cost .box-cost .total,
.section.section-estimate .box-estimate .list-box-cost .box-cost .fee_storage,
.section.section-estimate .box-estimate .list-box-cost .box-cost .fee_processing,
.section.section-estimate .box-estimate .list-box-cost .box-cost .fee_pack {
	color:red;
	font-size: 25px;
}
.section.section-estimate .box-estimate .form-estimate .box-note {margin-top: 20px;}
@media (max-width: 1200px) {
	.section.section-estimate .box-estimate .form-estimate.form-kho .list-box-cost {flex-wrap: wrap;}
	.section.section-estimate .box-estimate .form-estimate.form-kho .list-box-cost .box-cost {width: calc(100% / 2);}
}
.section.section-estimate .box-estimate .form-estimate .row-mg {margin: 0 -5px;}
.section.section-estimate .box-estimate .form-estimate .row-mg .pd5 {padding: 0 5px;}
.section.section-estimate .box-estimate .form-estimate .form-control {font-size: 12px;padding: 5px;}
.section.section-map {padding-bottom: 0;}
.section.section-map .service-map {position: relative;overflow: hidden;}
.section.section-map .service-map #map {width: 100%;position: relative;overflow: hidden;}
.section.section-map .service-map #map .view-map {position: absolute;bottom: 30px;right: 30px;}
.section.section-map .service-map #map:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(7, 79, 128, 0.3);
}
.section.section-process .process-bar {
	display: -webkit-flex;
	display: flex;
}
@media (max-width: 991px) {
	.section.section-process .process-bar {flex-wrap: wrap;}
}
.section.section-process .process-bar .process-step {position: relative;margin: 30px 0 0;width: 100%;}
.section.section-process .process-bar .process-step:not(:last-child):before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateY(0);
	background: rgba(7, 79, 128, 0.7);
	width: 100%;
	height: 5px;
	z-index: 1;
}
.section.section-process .process-bar .process-step .ic-step {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #00467f;
	margin: auto;
	padding: 25px;
	position: relative;
	z-index: 2;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.35s ease;
}
.section.section-process .process-bar .process-step .title-step {
	margin-top: 50px;
	padding: 0 15px;
	text-align: center;
	font-size: 13px;
}
@media (max-width: 991px) {
	.section.section-process .process-bar .process-step .title-step {margin-top: 20px;font-size: 12px;}
}
.section.section-process .process-bar .process-step .title-step h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 600;
}
@media (max-width: 992px) {
	.section.section-process .process-bar .process-step .title-step h3 {font-size: 12px;}
}
.section.section-process .process-bar .process-step:hover .ic-step {
	transform: scale(1.1, 1.1);
}
.section.section-process .process-bar .process-step:hover img {
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
@media (max-width: 991px) {
	.section.section-process .process-bar .process-step {display: flex;margin: 15px 0;}
	.section.section-process .process-bar .process-step:before {
		left: 50px !important;
		top: 50px !important;
		transform: translateY(0) !important;
		width: 5px !important;
		height: 140% !important;
	}
	.section.section-process .process-bar .process-step .ic-step {margin: auto 0;}
	.section.section-process .process-bar .process-step .title-step {text-align: left;padding-left: 30px;width: calc(100% - 100px);}
}
.section.section-sv-add {background: #f6f6f6;}
.section.section-sv-add .s-content .list-sv-add {
	display: -webkit-flex;
	display: flex;
}
@media (max-width: 991px) {
	.section.section-sv-add .s-content .list-sv-add {
		flex-wrap: wrap;
	}
}
.section.section-sv-add .s-content .list-sv-add .col-sv-add {width: 100%;padding: 0 15px;}
@media (max-width: 991px) and (min-width: 560px) {
	.section.section-sv-add .s-content .list-sv-add .col-sv-add:not(:last-child) {width: calc(100%/2);}
}
.section.section-sv-add .s-content .list-sv-add .col-sv-add .sv-add-box {margin-bottom: 20px;}
.section.section-sv-add .s-content .list-sv-add .col-sv-add .sv-add-box .img{display: block;}
.section.section-sv-add .s-content .list-sv-add .col-sv-add .sv-add-box h3 {
	margin: 20px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.section.section-sv-add .s-content .list-sv-add .col-sv-add .sv-add-box .sv-add-text {margin: 13px 0;}

/*
.section.section-solution {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
padding: 0;
}
.section.section-solution.chuyenphat {padding: 30px 0  50px;}
.section.section-solution.kho {background-image: url(//theme.hstatic.net/200000472237/1001083717/14/bg-solution-kho.jpg?v=650);}
.section.section-solution.vantai {background-image: url(//theme.hstatic.net/200000472237/1001083717/14/bg-solution-vantai.jpg?v=650);}
.section.section-solution.chuyenphat {background-image: url(//theme.hstatic.net/200000472237/1001083717/14/bg-solution-chuyenphat.jpg?v=650);}
.section.section-solution:not(.chuyenphat) .warpper .wrapper-intro,
.section.section-solution:not(.chuyenphat) .warpper .wrapper-form {
padding: 30px 15px;
}
@media (min-width: 992px) {
.section.section-solution:not(.chuyenphat) .warpper {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
text-align: left;
}
.section.section-solution:not(.chuyenphat) .warpper .wrapper-intro,
.section.section-solution:not(.chuyenphat) .warpper .wrapper-form {padding: 80px 100px;}
}
.section.section-solution:not(.chuyenphat) .warpper .s-title h2 {color: #fff;}
.section.section-solution .warpper .wrapper-form .form-pricing {max-width: 460px;height: auto;background: rgba(255, 255, 255, 0.7);margin: auto;display: block;padding: 50px;}
.section.section-solution .warpper .wrapper-form .form-pricing .form-title {margin: 0;color: #222222;text-align: center;font-size: 21px;font-weight: bold;letter-spacing: 0.6px;padding: 10px;text-transform: uppercase;}
.section.section-solution .warpper .wrapper-form .form-pricing .form-group {margin-bottom: 20px;}
.section.section-solution .warpper .wrapper-form .form-pricing .form-group .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 16px;
border: solid 1px #e6e6e6;
border-radius: 0;
color: #555;
background-color: #fff;
background-image: none;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.section.section-solution .warpper .wrapper-form .form-pricing .button,
.section.section-solution .warpper .wrapper-form .form-pricing #header .header-row .header-right .box-register a,
*/
#header .header-row .header-right .box-register .section.section-solution .warpper .wrapper-form .form-pricing a,
.section.section-solution .warpper .wrapper-form .form-pricing .section.section-mission .box-estimate .form-estimate .form-btn .submit-btn,
.section.section-mission .box-estimate .form-estimate .form-btn .section.section-solution .warpper .wrapper-form .form-pricing .submit-btn,
.section.section-solution .warpper .wrapper-form .form-pricing .section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .section.section-solution .warpper .wrapper-form .form-pricing .submit-btn {
	display: block;
	width: 100%;
}

.section.section-solution .warpper {text-align: center;}
.section.section-solution .warpper .wrapper-form {
	float: none;
	margin: auto;
	padding: 40px;
	position: relative;
}
.section.section-solution .warpper .wrapper-form row {margin: 0 -10px;}
.section.section-solution .warpper .wrapper-form div[class^="col-"] {padding: 0 10px;}
.section.section-solution .sv-support .image img {max-width: 74%;margin: 37px auto 54px;}
.section.section-solution .wrapper-intro .s-title h2 {
	margin-bottom: 0;
	padding: 20px 20px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.section.section-solution .sv-form .wrapper-intro .s-title h2 {
	background: #f26522;
	color:#fff;
}
.section.section-solution .sv-support .wrapper-intro .s-title h2 {
	background: #00467f;
	color:#fff;
}
.section.section-solution .warpper .wrapper-form select {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
	float: right;
	height: 40px;
	background: #fff;   
	outline: none;
	color: #999999;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border: 2px solid #e9e9e9;
}
.section.section-solution .warpper .wrapper-form span[class^="regex"],	
.section.section-solution .warpper .wrapper-form span[class^="req"]:not(.required) {color:red;font-weight: 300;display: block;padding-top: 8px;clear: both;    text-align: left;font-size: 12px;}

.section.section-solution .alert.alert-success {margin: 20px 0;}
.section.section-solution .required {color:red;}
.section.section-solution .form-flex {
	display: flex;
	width: 100%;
	position: relative;
}
.section.section-solution .form-flex > div {
	width: calc(50% - 20px);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 40px;
}
.section.section-solution .form-flex > div.sv-form {margin-right: 10px;}
.section.section-solution .form-flex > div.sv-support {margin-left: 10px;}
.section.section-solution .btn-gg-chuyenphat,
.section.section-solution .contact-form-submit,
.section.section-solution .btn-regis {font-weight: bold;}
.section.section-solution .btn-regis {background: transparent; border-color:#074e80; }
.section.section-solution .btn-regis:before {background: #074e80;}
.section.section-solution .contact-form .input-group input, 
.section.section-solution .contact-form .input-group textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	border-radius: 4px;
	border: 2px solid #e9e9e9;
}
@media (max-width: 991px) {
	.section.section-solution .form-flex {display: block;padding: 20px 10px;}
	.section.section-solution .form-flex > div {width: 100%;}
	.section.section-solution .form-flex > div.sv-support, .form-flex > div.sv-form {margin: 0;}
	.section.section-solution .form-flex > div.sv-form {
		border-bottom: 1px solid #ddd;
		margin-bottom: 50px;
	}
	.section.section-solution .form-flex > div {border-radius: 20px;}
	.section.section-solution .wrapper-intro .s-title h2 {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.section.section-solution .warpper .wrapper-form select,
	.section.section-solution .contact-form .input-group input,
	.section.section-solution .contact-form .input-group textarea {
		font-size: 11px;
	}
	.section.section-solution .warpper .wrapper-form {padding: 20px 20px 40px;}
}
@media (max-width: 767px) {
	.section.section-solution .sv-support .image img {margin: 30px auto;}
}
@media (max-width: 480px) {
	.section.section-solution .contact-form .input-group input,
	.section.section-solution .contact-form .input-group textarea {
		font-size: 11px;
	}
}


#subscribe_result_popup {background: rgba(0, 0, 0, 0.6);}
#subscribe_result_popup.in {display: -ms-flexbox !important;display: flex !important;}
.modal-sv {max-width: 780px;width: 100%;margin: auto;}
.modal-sv .modal-content {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	-moz-align-items: stretch;
	align-items: stretch
}
.modal-sv .modal-body {
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.modal-sv .form-control,
.modal-sv .custom-select-file {
	min-height: 40px;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: none
}
.modal-sv .form-control:active,
.modal-sv .custom-select-file:active,
.modal-sv .form-control:focus,
.modal-sv .custom-select-file:focus {
	border-color: #185537
}
.modal-sv.modal-sv-result {max-width: 515px}
.modal-sv.modal-sv-result .modal-body {width: 100%}
.modal-sv.modal-sv-result .content {color: #777777;font-size: 14px;text-align: center;padding: 0}
.modal-sv.modal-sv-result .content img {margin: 0 auto}
.modal-sv.modal-sv-result .content h3 {font-size: 16px;font-weight: 700;line-height: 30px;text-transform: uppercase;color: #202020;margin: 20px 0;}
.modal-sv.modal-sv-result .content .actions {margin-top: 20px}
.modal-sv.modal-sv-result .content .actions .btn,
.modal-sv.modal-sv-result .content .actions .slick-dots li button{
	height: 40px;
	min-width: 165px
}

/*-------------------------------------------*/
/* Recruiment */
/*-------------------------------------------*/
.section.section-header.bg-tuyendung {
	height: 400px;
	background: url(bg-head-tuyendung5194.jpg?v=650) no-repeat left top;
	background-size: cover;
	background-position: center;
	position: relative;
}
.section.section-header.bg-tuyendung .s-title h2 {display: block;overflow: hidden;padding: 20px 15px 15px;font-size: 35px;color: #fff;text-align: center;}
@media (max-width: 767px) {
	.section.section-header.bg-tuyendung .s-title h2 {font-size: 20px;}
}
.section.section-header.bg-tuyendung .boxsearch {position: relative;margin: 50px auto 0;padding: 20px;max-width: 1000px;background: rgba(0, 0, 0, 0.65);}
@media (min-width: 768px) {
	.section.section-header.bg-tuyendung .boxsearch form {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
}
.section.section-header.bg-tuyendung .boxsearch form input {
	display: inline-flex;
	position: relative;
	width: 65%;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #bebebe;
	background: #fff;
	font-size: 14px;
	text-indent: 10px;
	color: #666;
	border-radius: 5px;
	height: 45px;
}
@media (max-width: 767px) {
	.section.section-header.bg-tuyendung .boxsearch form input {width: 100%;margin-bottom: 10px;}
}
.section.section-header.bg-tuyendung .boxsearch form .select-province {display: inline-flex;position: relative;width: 15%;height: 45px;margin-right: 10px;background: #fff;border-radius: 5px;}
@media (max-width: 767px) {
	.section.section-header.bg-tuyendung .boxsearch form .select-province {width: 100%;margin-bottom: 10px;}
}
.section.section-header.bg-tuyendung .boxsearch form .select-province select {height: 45px;border-radius: 0;border: none;width: 100%;outline: none;}
.section.section-header.bg-tuyendung .boxsearch form .button,
.section.section-header.bg-tuyendung .boxsearch form #header .header-row .header-right .box-register a,
#header .header-row .header-right .box-register .section.section-header.bg-tuyendung .boxsearch form a,
.section.section-header.bg-tuyendung .boxsearch form .section.section-mission .box-estimate .form-estimate .form-btn .submit-btn,
.section.section-mission .box-estimate .form-estimate .form-btn .section.section-header.bg-tuyendung .boxsearch form .submit-btn,
.section.section-header.bg-tuyendung .boxsearch form .section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn,
.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .section.section-header.bg-tuyendung .boxsearch form .submit-btn {
	width: 20%;
	height: 45px;
}
@media (max-width: 767px) {
	.section.section-header.bg-tuyendung .boxsearch form .button,
	.section.section-header.bg-tuyendung .boxsearch form #header .header-row .header-right .box-register a,
	#header .header-row .header-right .box-register .section.section-header.bg-tuyendung .boxsearch form a,
	.section.section-header.bg-tuyendung .boxsearch form .section.section-mission .box-estimate .form-estimate .form-btn .submit-btn,
	.section.section-mission .box-estimate .form-estimate .form-btn .section.section-header.bg-tuyendung .boxsearch form .submit-btn,
	.section.section-header.bg-tuyendung .boxsearch form .section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .submit-btn,
	.section.section-estimate .box-estimate .form-estimate.form-chuyenphat .form-btn .section.section-header.bg-tuyendung .boxsearch form .submit-btn {
		width: 100%;
	}
}
.filjob {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: space-between;-moz-justify-content: space-between;justify-content: space-between;}
.filjob .item-filjob {text-align: center;width: 100%;background: #fff;transition: all .3s ease-out;border-radius: 4px;position: relative;background: #f26522;}
.filjob .item-filjob:not(:last-child) {margin-right: 15px;}
@media (max-width: 767px) {
	.filjob .item-filjob:not(:last-child) {margin-right: 8px;}
}
.filjob .item-filjob a {display: block;padding: 4px 10px;}
@media (min-width: 768px) {
	.filjob .item-filjob a {padding: 0;}
	.filjob .item-filjob a img {height: 40px;margin: 10px auto;}
}
@media (max-width: 480px) {
	.filjob .item-filjob a img {height: 20px;margin: 10px auto;}
}
.filjob .item-filjob .hotjob {visibility: hidden;opacity: 0;position: absolute;top: 120%;left: 0;right: 0;margin: auto;z-index: 3;width: 400px;background: #fff;text-align: left;padding: 10px;border-radius: 6px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);transition: all .3s ease-out;}
.filjob .item-filjob .hotjob:before {position: absolute;top: -10px;left: 0;right: 0;display: block;margin: auto;width: 10px;height: 10px;content: '';border-bottom: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;transition: all .5s ease-out;}
.filjob .item-filjob .hotjob a {display: block;overflow: hidden;position: relative;transition: all .3s ease-out;padding: 10px 0;}
.filjob .item-filjob .hotjob a:not(:last-child) {border-bottom: 1px solid #eee;}
.filjob .item-filjob .hotjob a h3 {display: block;overflow: hidden;font-size: 12px;padding-right: 50px;color: #333;font-weight: 500;line-height: 20px;margin-bottom: 4px;transition: all .3s ease-out;}
.filjob .item-filjob .hotjob a label {display: block;overflow: hidden;font-size: 10px;color: #666;margin-bottom: 0;}
.filjob .item-filjob .hotjob a strong {position: absolute;top: 10px;right: 0;background: #f26522;border-radius: 3px;font-size: 10px;font-weight: 600;text-transform: uppercase;color: #fff;padding: 0 5px;}
.filjob .item-filjob:hover .hotjob {visibility: visible;opacity: 1;top: 100%;}
.section.section-job {padding: 0;}
.section.section-job .slider-banner-job {margin-bottom: 30px;overflow: hidden;}
.section.section-job .slider-banner-job img {width: 100%;}
.section.section-job .listjobs {margin-bottom: 30px;}
.section.section-job .listjobs ul {margin-bottom: 0;border-bottom: 1px dashed #d4d4d4;}
.section.section-job .listjobs ul li {display: block;overflow: hidden;border-top: 1px dashed #d4d4d4;position: relative;transition: all .3s ease-out;padding: 0 40px 0 0;position: relative;}
@media (min-width: 992px) {
	.section.section-job .listjobs ul li {padding: 0 40px 0 55px;}
	.section.section-job .listjobs ul li:before {
		content: "";
		background: url(icon-job5194.html?v=650) no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.section.section-job .listjobs ul li a {display: block;overflow: hidden;padding: 15px 10px;}
@media (min-width: 560px) {
	.section.section-job .listjobs ul li a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
}
.section.section-job .listjobs ul li a h3,
.section.section-job .listjobs ul li a h4 {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	font-weight: 500;
	line-height: 1.3em;
	transition: all .3s ease-out;
}
.section.section-job .listjobs ul li a span {display: block;overflow: hidden;font-size: 12px;color: #666;}
@media (max-width: 559px) {
	.section.section-job .listjobs ul li a h3,
	.section.section-job .listjobs ul li a h4,
	.section.section-job .listjobs ul li a span {
		margin-bottom: 5px;
	}
}
.section.section-job .listjobs ul li strong {position: absolute;top: 10px;right: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;color: #fff;line-height: 1;vertical-align: middle;white-space: nowrap;text-align: center;background-color: #f26522;border-radius: 10px;}
.section.section-job .listjobs ul li:hover {box-shadow: 0 0 5px 1px #d4d4d4;background: #ecf9f9;border-top: 1px dashed transparent;}
.section.section-job .listjobs .loadmore-job {display: block;overflow: hidden;position: relative;line-height: 40px;font-size: 14px;color: #00467f;background: #fff;border: 1px solid #eee;text-align: center;border-radius: 4px;margin: 30px auto 50px;transition: all .3s ease-out;max-width: 400px;}
.section.section-job .listjobs .loadmore-job:hover {color: #fff;background: #00467f;}
.section.section-job .listpv {margin-bottom: 50px;}
.section.section-job .listpv .s-title h2 {margin-bottom: 30px;}
.section.section-job .listpv .s-title h2 a {font-size: 13px;font-family: 'Montserrat', Helvetica, sans-serif;text-decoration: underline;}
@media (max-width: 480px) {
	.section.section-job .listpv .s-title h2 a {display: block;}
}
.section.section-job .listpv .pvtt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.section.section-job .listpv .pvtt a {display: block;width: calc(100%/3);border-radius: 4px;text-align: center;padding: 10px;background: #f26522;}
.section.section-job .listpv .pvtt a:not(:last-child) {margin-right: 15px;}
.section.section-job .listpv .pvtt a img {height: 30px;margin: auto;}
@media (max-width: 480px) {
	.section.section-job .listpv .pvtt a img {height: 20px;}
}
.section.section-job .listnews {margin-bottom: 30px;}
.article-tuyendung .box-side,.blog-tuyendung .box-side {margin-bottom: 30px;}
.article-tuyendung .box-side h2,
.blog-tuyendung .box-side h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 15px;
	background: #00467f;
	color: #fff;
}
.article-tuyendung .box-side ul,.blog-tuyendung .box-side ul {margin-bottom: 0;}
.article-tuyendung .box-side .listposition li,.blog-tuyendung .box-side .listposition li {border-bottom: 1px dotted #ccc;position: relative;}
.article-tuyendung .box-side .listposition li:before,
.blog-tuyendung .box-side .listposition li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00467f;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.article-tuyendung .box-side .listposition li .fastjob,
.blog-tuyendung .box-side .listposition li .fastjob {
	display: none;
	position: absolute;
	top: 95%;
	right: 0;
	margin: auto;
	z-index: 3;
	width: 300px;
	background: #fff;
	text-align: left;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.article-tuyendung .box-side .listposition li .fastjob:before,
.blog-tuyendung .box-side .listposition li .fastjob:before {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	content: '';
	border-bottom: 10px solid #eee;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .5s ease-out;
}
.article-tuyendung .box-side .listposition li .fastjob a,
.blog-tuyendung .box-side .listposition li .fastjob a {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-out;
	padding: 10px 0;
}
.article-tuyendung .box-side .listposition li .fastjob a:not(:last-child),
.blog-tuyendung .box-side .listposition li .fastjob a:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.article-tuyendung .box-side .listposition li .fastjob a h4,
.blog-tuyendung .box-side .listposition li .fastjob a h4 {
	display: block;
	overflow: hidden;
	font-size: 12px;
	padding-right: 50px;
	color: #333;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	text-transform: uppercase;
	transition: all .3s ease-out;
}
.article-tuyendung .box-side .listposition li .fastjob a label,
.blog-tuyendung .box-side .listposition li .fastjob a label {
	display: block;
	overflow: hidden;
	font-size: 10px;
	color: #666;
	margin-bottom: 0;
}
.article-tuyendung .box-side .listposition li .fastjob a strong,
.blog-tuyendung .box-side .listposition li .fastjob a strong {
	position: absolute;
	top: 10px;
	right: 0;
	background: #f26522;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 0 5px;
}
.article-tuyendung .box-side .listposition li a,
.blog-tuyendung .box-side .listposition li a {
	display: block;
	padding: 10px 15px 10px 25px;
	font-size: 14px;
}
@media (min-width: 1024px) {
	.article-tuyendung .box-side .listposition li:hover .fastjob,
	.blog-tuyendung .box-side .listposition li:hover .fastjob {
		display: block;
	}
}
.article-tuyendung .box-side .listbenefit li,
.blog-tuyendung .box-side .listbenefit li {
	margin-bottom: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	border: 1px solid #edf7fd;
	border-left: none;
}
.article-tuyendung .box-side .listbenefit li a,
.blog-tuyendung .box-side .listbenefit li a {
	display: block;
	padding: 15px;
	font-size: 14px;
}
.article-tuyendung .box-side .listbenefit li:before,
.blog-tuyendung .box-side .listbenefit li:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #3bb54a;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	display: block;
	margin: auto;
}
.article-tuyendung .box-side .listbenefit li:after,
.blog-tuyendung .box-side .listbenefit li:after {
	content: '';
	width: 3px;
	background: #3bb54a;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.article-tuyendung .box-side .listbenefit li:nth-of-type(even),
.blog-tuyendung .box-side .listbenefit li:nth-of-type(even) {
	background: #ecf9f9;
}
.article-tuyendung .box-side .listwhychoose li,
.blog-tuyendung .box-side .listwhychoose li {
	margin-bottom: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	border: 1px solid #edf7fd;
	counter-increment: popular-counter;
}
.article-tuyendung .box-side .listwhychoose li a,.blog-tuyendung .box-side .listwhychoose li a {display: block;padding: 10px 15px 10px 65px;font-size: 14px;}
.article-tuyendung .box-side .listwhychoose li:before,
.blog-tuyendung .box-side .listwhychoose li:before {
	content: counter(popular-counter);
	position: absolute;
	text-align: center;
	font-size: 25px;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00467f;
	color: #fff;
}
.article-tuyendung .breadcrumb-bar {margin-bottom: 30px;}
@media (max-width: 767px) {
	#blog.blog-tuyendung .listing-article .blog-loop .post,
	#article.article-tuyendung .listing-article .blog-loop .post {display: block;}
	#blog.blog-tuyendung .listing-article .blog-loop .post .post-thumb,
	#article.article-tuyendung .listing-article .blog-loop .post .post-thumb {width: 100%;margin-right: 0;margin-bottom: 20px;}
}
.arrticle-papply {display: block;overflow: hidden;padding: 10px 0;background: #fff;text-align: center;}
.arrticle-papply .apply {font-weight: 600;font-size: 15px;text-align: center;border-radius: 5px;padding: 14px 20px;display: inline-block;overflow: hidden;}
/*-------------------------------------------*/
/* Store System */
/*-------------------------------------------*/
.sectionTitleStore {text-align: center;margin: 0 0 30px 0;}
.sectionTitleStore h1 {margin: 30px 0;color: #00467f;font-size: 28px;font-weight: bold;}
@media (max-width: 991px) {font-size: 22px;}
.address-map {
	background: #f8f8f8;
	padding: 20px;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
.address-map h3 {font-size: 14px;font-weight: 500;}
.address-map h3 span {position: relative;padding: 0 15px;}
.address-map h3 span:before {position: absolute;background: #000;height: 65%;width: 1px;content: "";top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
@media (max-width: 767px) {
	.address-map h3 {font-size: 13px;text-align: center;}
	.address-map h3 span {padding: 0 10px;}
}
.address-map .address-cont .address-detail {overflow: auto;max-height: 415px;overflow-y: auto;overflow-x: hidden;padding-right: 4px;}
.address-map .address-cont .address-detail::-webkit-scrollbar {width: 3px;height: 5px;background-color: #aaa;}
.address-map .address-cont .address-detail::-webkit-scrollbar-thumb {background: #000;}
.address-map .address-cont .address-detail ul {border-top: 1px solid #f5f5f5;	margin-bottom: 0px;}
.address-map .address-cont .address-detail ul li {padding-left: 14px;border: 1px solid #f5f5f5;border-top: 0;background: #fff;}
.address-map .address-cont .address-detail ul li.open {display: block !important;}
.address-map .address-cont .address-detail ul li.active {background: #dfdfdf;}
.address-map .address-cont .address-detail ul li a {color: #444;display: block;font-size: 14px;line-height: 18px;width: 100%;padding: 8px 0;box-sizing: border-box;position: relative;}
.address-map .address-cont .address-detail ul li a:not(.infoLocation):before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;

	background-size: 100%;
	position: absolute;
	top: 12px;
}
.address-map .address-cont .address-detail ul li a.infoLocation {padding: 0 0 8px;}
.address-map .address-cont .address-detail ul li a.infoLocation span {display: inline-block;text-decoration: underline;}
.address-map .address-cont .address-detail ul li p.storePhone {color: #444;font-size: 14px;}
.address-map .address-cont .address-detail ul li p.storePhone i {font-size: 14px;margin-right: 5px;}
.address-map .address-cont .address-detail ul li b {font-family: 'Montserrat', Helvetica, sans-serif;font-weight: bold;display: block;margin-bottom: 5px;padding: 0;}
.address-map .address-cont .address-detail ul li span {display: block;margin-bottom: 2px;}
.address-map .change-tinh,
.address-map .select-quan {
	display: inline-block;
	min-width: 60px;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .6em .8em;
	color: #444444;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right center;
	outline: none;
	width: 100%;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.address-map .search-local input {
	float: left;
	width: 100%;
	border: none;
	font-size: 14px;
	padding: .6em .8em;
	border: 1px solid #d7d7d7;
	color: #444444;
	text-indent: 5px;
	font-size: 13px;
	margin-bottom: 10px;
	outline: none;
	background: white url(http://file.hstatic.net/1000360430/file/search.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 97% 10px;
	border-radius: 4px;
}
#map {width: 100%;height: 600px;margin-bottom: 30px;}
#map iframe {width:100%;border: none;}
.marker-cvs {
	border: none;
	cursor: pointer;
	height: 30px;
	width: 30px;
	background-image: url("../../../../file.hstatic.net/1000376681/file/cvs_27b40fd999a841aea684998771c15b08.png");
	background-size: 30px 30px;
	background-color: transparent;
}
.marker-station {
	border: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background-image: url("../../../../file.hstatic.net/1000376681/file/station_36ad16414673477b911f8b11b6ea989c.png");
	background-size: 40px 40px;
	background-color: transparent;
}
.mapboxgl-popup-content {font-size: 15px;padding: 0 !important;width: 240px;}
.mapboxgl-popup-close-button {display: none;}
.mapboxgl-popup-content h3 {background: #F18030;color: #fff;margin: 0;display: block;padding: 10px;border-radius: 3px 3px 0 0;font-weight: 700;margin-top: -15px;font-size: 17px;}
.mapboxgl-popup-content h4 {margin: 0;display: block;padding: 10px;font-weight: 400;}
.mapboxgl-popup {padding-bottom: 50px;}
.address-detail > strong {font-size: 17px;margin-bottom: 10px;display: block;}
.address-detail.open {margin-bottom: 23px;}
.gm-style-iw strong {color: #444;font-weight: 600;text-shadow: none;}
.address-map .tab-list li {display: inline-block;position: relative;padding-right: 10px;}
.address-map .tab-list li:last-child {padding-left: 10px;padding-right: 0;}
.address-map .tab-list li:not(:last-child):after {position: absolute;background: #000;height: 55%;width: 1px;content: "";top: 0;bottom: 0;right: -2px;margin: auto;}
.address-map .tab-list li a {display: block;font-weight: 600;}
.address-map .tab-list li.active a,.address-map .tab-list li:hover a {color: #f26522;}
.tab-content .tab-pane {display: none;}
.tab-content .tab-pane.active {display: block;}
.section.section-block-store {background: #fff;position: relative;overflow: hidden;}
@media (min-width: 768px) {
	.section.section-block-store .row-flex {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.section.section-block-store:nth-of-type(2) .row-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (max-width:1320px) and (min-width: 992px) {
	.address-map .tab-list li a {font-size: 11px;}
}
@media (max-width: 767px) {
	.section.section-block-store:nth-of-type(1) .col-intro-app,
	.section.section-block-store:nth-of-type(3) .col-intro-app {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px){
	.address-map .tab-list {text-align: center;}
	.address-map .tab-list li a {font-size: 12px;}
}

.address-map .address-cont .address-detail ul .line {padding-left: 14px;border: 0;background: #fff;cursor: pointer;}
.address-map .address-cont .address-detail ul .line:not(:last-child) {
	border-bottom: 1px solid #f5f5f5;
}
.address-map .address-cont .address-detail ul .line a:not(.line--infoLocation) {
	display: block;
	line-height: 18px;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
	position: relative;
}
.address-map .address-cont .address-detail ul .line b {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	padding: 0;
}
.address-map .address-cont .address-detail ul .line div {margin-bottom: 5px;}
.address-map .address-cont .address-detail ul .line a.line--infoLocation {display: inline-block;}
.address-map .address-cont .address-detail ul .line a.line--infoLocation span {
	display: inline-block;
	text-decoration: underline;
}
.img-map {width: 100%;height: 580px; margin-bottom: 30px;}

/*-------------------------------------------*/   
/* App Page */
/*-------------------------------------------*/
#app-page .section {position: relative;padding: 50px 0;}
#app-page .section.bg-grey {background: #f8f8f8;}
#app-page .section.section-banner-app:before {content: none!important;}
#app-page .section.section-banner-app:not(.video-app-page) {padding:0!important;}
@media (min-width: 992px) {
	#app-page .section {padding: 100px 0;}
}
@media (min-width: 768px) {
	#app-page .section .row-flex {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	#app-page .section:not(.section-slide-app):before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 4px;height: 100%;background: #f8f8f8;}
	#app-page .section:not(.section-slide-app).bg-grey:before {background: #fff;}
}
@media (min-width: 1170px) {
	#app-page .section:not(.section-slide-app) .box-content {padding-right: 80px;}
	#app-page .section:not(.section-slide-app).bg-grey .box-content {padding-left: 100px;}
}
@media (max-width: 1024px) and (min-width: 768px) {
	#app-page .section:not(.section-slide-app) .box-content {padding-right: 30px;}
	#app-page .section:not(.section-slide-app).bg-grey .box-content {padding-left: 30px;}
}
@media (max-width: 767px) {
	#app-page .section .box-content,.col-intro-app {text-align: center;}  
	#app-page .section .box-image {margin-bottom: 20px;}
}
#app-page .section h2 {font-size: 35px;font-weight: 600;margin: 0;line-height: 70px;}
@media (max-width: 991px) {
	#app-page .section h2 {font-size: 22px;line-height: 40px;}
}
@media (max-width: 767px) {
	#app-page .section h2 {margin: 0 0 20px;}
}
#app-page .section p {margin: 20px 0 30px;}
#app-page .section .btn-download {margin-bottom: 30px;}
#app-page .section .box-image a {display: block;position: relative;text-align: center;}
#app-page .section .box-image a .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	background-color: rgba(0, 79, 132, 0.8);
	border-radius: 50%;
}
#app-page .section .box-image a .video-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0, 79, 132, 0.8);
	border-radius: 50%;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}
#app-page .section .box-image a .video-btn svg {fill: rgba(255, 131, 40, 0.8);}
.section.section-slide-app {
	background: #fff;
	position: relative;
	overflow: hidden;
}
.section.section-slide-app .col-img-app {
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*-------------------------------------------*/
/* Default Page */
/*-------------------------------------------*/
#pages .content-page ul, #pages .content-page ol {padding-left: 40px;list-style-type: disc;}

.slide-book .owl-nav button {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	font-size: 0;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -23px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	border-radius: 0;
	text-indent: -9999px;
	outline: none;
}
.slide-book .owl-nav button.owl-prev {left: 30px;opacity: 1;border-top: 2px solid #f26522;border-left: 2px solid #f26522;transform: rotate(-45deg);}
.slide-book .owl-nav button.owl-next {opacity: 1;right: 30px;border-bottom: 2px solid #f26522;border-right: 2px solid #f26522;transform: rotate(-45deg);}

/* CONTACT PAGE */
.banner-pagecontact {position:relative;}
.banner-pagecontact:before {content: "";position: absolute;background: rgba(0, 0, 0, 0.3);top: 0;right: 0;left: 0;bottom: 0;}
.box-info-contact li {margin-bottom: 30px;}
.box-info-contact li p {margin-bottom: 0;color:#666;font-weight: 500;}
.box-info-contact li p strong{font-weight:600;color:#272727;}
.box-send-contact h2, .header-page-contact h2 {font-weight:700;font-size: 22px;margin:40px 0 35px;}
.box-send-contact h2:after, .header-page-contact h2:after {content: "";display: block;margin-top: 15px;width: 30px;height: 3px;background:#272727;}
.contact-form .input-group {width: 100%;margin-bottom: 20px;}
.contact-form .input-group input,
.contact-form .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 45px;
	font-weight: 500;
	padding: 0 20px;
	background: #fff;
	color:#272727;
	width:100%;
}
.contact-form .input-group textarea {width: 100%;height:130px;padding:20px 20px;}
.contact-form .input-group textarea:focus {outline: none;}
.wrapbox-content-page {padding-bottom: 30px;}
.box-map {margin: 40px 0;}
.box-map iframe {width:100%;}

#popup-home {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;transition: all .5s;display: none;}
#popup-home.show {display: block;}
#popup-home .popup-home-content-w {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto; 
	z-index: 10;
}
#popup-home .popup-home-content img {margin: auto;}
#popup-home .popup-home-content-w:after {content: "";display: table;clear: both; }
#popup-home .overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;background: rgba(0, 0, 0, 0.8);transition: all .5s; cursor: pointer;}
#popup-home .popup-home-content {position: relative;}
@media (min-width: 768px) {
	#popup-home .popup-home-content-w {max-width: 400px;}
	#popup-home .popup-home-content {max-width: 400px;margin: auto; } 
}
@media (max-width: 767px) {
	#popup-home .popup-home-content-w {width: 100%;}
	#popup-home .popup-home-content {width: 100%;padding: 0 15px; } 
}
#popup-home .close-popup {position: absolute;right: 5px;top: 5px;display: inline-block;width: 24px;height: 24px;background: #000;color: #fff;border-radius: 50%;text-align: center;line-height: 24px;cursor: pointer; }
@media (max-width: 767px) {
	#popup-home .close-popup {right: 20px; } 
}
#popup-home .close-popup:hover {opacity: 0.8; }

.why-choose-slider .column-block {
	width: calc(100%/5);float:left;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.benefit-bg:before,.why-choose:before {content: ''}
.benefit {
	min-height: 550px;
	position: relative;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 15px 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color:#fff;
}
.benefit-bg,.benefit-bg:before {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	top: 0;
	left: 0
}
a.benefit:focus,a.benefit:hover {color: #f26522;}
.benefit-bg,.benefit-bg:before {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#100f28),color-stop(17%,rgba(16,15,40,.95)),color-stop(70%,transparent),to(transparent));
	background-image: linear-gradient(to top,#100f28 0,rgba(16,15,40,.95) 17%,transparent 70%,transparent 100%)
}
.benefit-inner {position: relative;z-index: 2;max-width: 100%;width: 100%}
.benefit-title {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color:#fff;
}
a.benefit:hover h4 {color:#f26522;}
.benefit-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 30px;
	background-size: 51% auto;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.benefit-icon.icon-left {margin-left: 0}
.benefit-icon.circle-size-m {width: 120px;height: 120px}
.benefit-icon.border-icon {border: 10px solid #e8e8e8}
.benefit-text p {font-size: 14px;line-height: 1.6;font-weight: 400;}
@media only screen and (max-width: 1024px) {
	.benefit {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 20px 15px 95px
	}
	.benefit-icon {width: 56px;height: 56px;margin-bottom: 20px}
	.benefit-text p {font-size: 12px;line-height: 1.5}
	.benefit-text p br {display: none}
}
@media only screen and (min-width: 641px) and (max-width:760px) {
	.benefit-title {font-size: 15px}
}
@media only screen and (max-width: 640px) {
	.benefit {
		padding: 35px 15px 70px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.benefit-inner {max-width: 240px}
	.benefit-icon {margin-bottom: 43px}
}
.why-choose-slider .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-left: 0;
}
.why-choose-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.why-choose-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.why-choose-slider .slick-dots li button:hover,.why-choose-slider .slick-dots li button:focus {outline: none;}
.why-choose-slider .slick-dots li button:before {
	content: '';
	font-size: 0;
	line-height: 20px;
	position: static;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.why-choose-slider .slick-dots li button:hover:before,
.why-choose-slider .slick-dots li button:focus:before,
.why-choose-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #fff;
}

.section.home_brand_trusted{padding: 45px 0 50px;}  
.section.home_brand_trusted .s-title h2 {margin-bottom:20px;}
.home_brand_trusted .title-grouphome{max-width: 900px;margin-left: auto;margin-right: auto;font-size: 28px;}
.content-groupBrands{margin-top:30px;}
.listing_brand_logo.flex_container_brand{
	display: -webkit-box;	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;flex-wrap: wrap;
	-webkit-justify-content: center;	
	-moz-justify-content: center;	
	justify-content: center;
}
.listing_brand_logo .customer-logo .item_lg {
	margin:auto;
	display: block;text-align: center;
	height: 100%	;padding:15px;border: 1px solid rgb(234, 234, 234);
	-webkit-transition: all .5s;-o-transition: all .5s;	transition: all .5s;
	display: -webkit-flex;display: flex;
	-webkit-align-items: center; align-items: center; 
	-webkit-justify-content: center;justify-content: center;
}
.listing_brand_logo .customer-logo .item_lg svg{width: 100%;height: 65px;display: inline-block;}
@media(min-width:1200px){
	.listing_brand_logo.flex_container_brand{max-width: 800px;margin:auto; }
	.listing_brand_logo .customer-logo{
		padding: 15px;
		-webkit-box-flex: 0;  
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.listing_brand_logo .customer-logo .item_lg{width:165px;height:165px;}
	.listing_brand_logo .customer-logo.part-bitis svg,
	.listing_brand_logo .customer-logo.part-aeon svg,
	.listing_brand_logo .customer-logo.part-vinamilk svg{height: 48px; max-width: 110px;}
	.listing_brand_logo .customer-logo.part-coupletx svg{height:70px;}
	.listing_brand_logo .customer-logo.part-hnoss svg{ height: 30px;}
}
@media(max-width:1199px) and (min-width:992px){
	.listing_brand_logo .customer-logo{
		padding: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.listing_brand_logo .customer-logo .item_lg{width:132px;height:132px;}
}
@media(max-width:991px) and (min-width:768px){
	.listing_brand_logo.flex_container_brand{margin:0 -15px}
	.listing_brand_logo .customer-logo{
		padding: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.listing_brand_logo .customer-logo .item_lg{width:158px;height:158px;}
	.listing_brand_logo .customer-logo.part-bitis svg,
	.listing_brand_logo .customer-logo.part-aeon svg,
	.listing_brand_logo .customer-logo.part-vinamilk svg{height: 50px;}
}
@media(min-width:768px){
	.listing_brand_logo .customer-logo .item_lg:hover {
		border-color: #fff;
		-webkit-transform: translate(0,-3px);-ms-transform: translate(0,-3px);transform: translate(0,-3px);
		box-shadow: 0 0 0 1px rgb(234, 234, 234, 0.4), 0 1px 3px 0 rgb(234, 234, 234, 0.44), 0 3px 3px -1px rgb(234, 234, 234, 0.4), 0 20px 30px -3px rgb(234, 234, 234, 0.4);
	}
}
@media(max-width:767px){
	section.home_brand_trusted{padding-top:10px;}
	.home_brand_trusted .title-grouphome {font-size: 20px;}
	.listing_brand_logo.flex_container_brand{margin:0 -5px}
	.listing_brand_logo .customer-logo{
		padding: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.listing_brand_logo .customer-logo .item_lg{padding:8px;}
	.listing_brand_logo .customer-logo .item_lg svg{height:45px;max-width: 75%;margin: auto;}
	.listing_brand_logo .customer-logo.part-bitis svg,
	.listing_brand_logo .customer-logo.part-aeon svg,
	.listing_brand_logo .customer-logo.part-vinamilk svg{height: 30px;}
}

/*-----------------------------*/
/* PAGE ABOUT */
/*-----------------------------*/
.layout-pageabout .section {font-size: 20px;}
.s-about-title span.subtitle {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 25px;
	padding-left: 25px;
}
.s-about-title span.subtitle:before {
	content:"";
	width: 4px;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin: auto;
	background: #f26522;
}
.s-about-title h2 {font-size: 46px;font-weight: bold;margin: 25px 0;}
.section.section-hero {position: relative;overflow: hidden;padding: 0;}
.section-hero .banner-intro-wrapper {
	position: absolute;
	padding: 30px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50%;
	margin:auto;
}
.section-about .s-banner {margin-top: 65px;}
.section.section-linechat {
	background-image: url(../../../../ld-wp73.template-help.com/wordpress/prod_5372/v1/wp-content/uploads/2019/10/bg-section-about.html);
	background-position: 91% 24%;
	background-repeat: no-repeat;
	background-size: auto;
}
.hook-reviews .rating {line-height: 1;position: relative;white-space: nowrap;display: inline-block;width}
.hook-reviews .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.hook-reviews .rating .icon {display: inline-block;}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 15px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {color: #000;}
.number-rating {padding-left: 5px;font-size: 12px;}
.linechat .line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.linechat .line .author {
	order: 3;
	align-self: flex-start;
	margin: 30px 0px 0px 30px;
	border-radius: 50% 50% 50% 50%;
	overflow: hidden;
	width: 70px;
}
.linechat .line .message {
	order: 1;
	text-align: left;
	color: #656b9c;
	line-height: 1.6em;
	width: 81%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #e9f8ff 0%, #f3f1fd 100%);
	padding: 40px 40px 44px 40px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
}
.linechat .line .message:after {
	content:"";
	border-color: #f3f1fd transparent transparent transparent;
	margin-left: calc(25px/-2);
	display: block;
	position: absolute;
	bottom: -23px;
	left: 9%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 25px 0 0;
}
.linechat .line .message b {font-size: 16px;}
.linechat .line:nth-child(even) {margin-top: -65px;}
.linechat .line:nth-child(even) .author {align-self: flex-end;margin: 20px 0px 0px 50px;}
.linechat .line:nth-child(even) .message {align-self: flex-end;}
.linechat .line:nth-child(even) .message:after {
	left: 83%;
	border-right-width: 0px;
	margin-left: calc(0px/-2);
	border-top-width: 23px;
	bottom: -18px;
	border-left-width: 25px;
}
.box-staff {margin-bottom: 30px;text-align: center;}
.box-staff .box-staff-img {
	overflow: hidden;
	border-radius: 10px;
}
.box-staff h3 {margin: 20px 0 8px;font-size: 20px;}
.box-staff p {font-size: 16px;}
.section.section-hiring {
	background: #e9f8ff;
	padding: 100px 0 0;
	position: relative;
}
.section.section-hiring .image-background {
	background-image: url(hiring-banner5194.png?v=650);
	background-position-x: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.get-in-touch {display: flex;align-items: center;font-size: 20px;font-weight: bold;}
.get-in-touch svg {
	display: block;
	width: 46px;
	height: 46px;
	margin: auto;
}
.get-in-touch span.icon {
	font-size: 46px;
	width: 85px;
	height: 85px;
	display: flex;
	background-color: rgba(7, 79, 128, 0.2);
	margin: 0px 20px 0px 0px;
	border-radius: 50% 50% 50% 50%;
	-webkit-transition: all .3s cubic-bezier(.5,.12,.46,.88);
	-o-transition: all .3s cubic-bezier(.5,.12,.46,.88);
	transition: all .3s cubic-bezier(.5,.12,.46,.88);
}
.slide-comment-item .box-desc {
	order: 1;
	align-self: flex-start;
	text-align: left;
	color: #656b9c;
	font-weight: 500;
	line-height: 1.6em;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #e9f8ff 0%, #f3f1fd 100%);
	padding: 80px 200px 80px 80px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
}
.slide-comment-item .box-desc:after {
	content:"";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #f3f1fd transparent transparent transparent;
	left: 10%;
	border-right-width: 21px;
	margin-left: calc(21px/-2);
	border-top-width: 23px;
	bottom: -23px;
	border-left-width: 0px;
}
.slide-comment-item .box-author {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.box-author .img {
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 15px;
	width: 80px;
}
.box-author .name span:first-child {font-weight: bold;font-size: 18px;}
.box-author .name span {display: block;font-size: 15px;}
.slide-comment .owl-nav {
	position: absolute;
	top: 20px;
	right: 20px;
}
.slide-comment .owl-nav button {
	width: 40px;
	height: 40px;
	font-size: 25px!important;
	line-height: 40px!important;
	outline: none;
}
@media(max-width: 767px){
	.layout-pageabout .section {font-size: 14px;} 
	.s-about-title span.subtitle {font-size: 14px;}
	.s-about-title h2 {font-size: 24px;}
	.section-hero .banner-intro-wrapper {width:100%;}
	.linechat .line {margin-top: 20px!important;}
	.linechat .line .message {width:100%;padding: 15px;}
	.slide-comment-item .box-desc {padding: 15px;}
	.section.section-hiring {padding: 60px 0 0;}
	.section.section-hiring .image-background {display: none;}  
	.box-staff h3 {font-size: 16px;}
	.box-staff p {font-size: 14px;}
	.get-in-touch {font-size: 14px;}
	.slide-comment .owl-nav {top: -40px;right: 0;}
}


.listing_client_logo.flex_container_client{
	display: -webkit-box;	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;flex-wrap: wrap;
	-webkit-justify-content: center;	
	-moz-justify-content: center;	
	justify-content: center;
	margin-bottom: 20px;
}
.listing_client_logo .client-logo .item_lg {
	margin:auto;
	display: block;text-align: center;
	height: 100%	;padding:15px;border: 1px solid rgb(234, 234, 234);
	-webkit-transition: all .5s;-o-transition: all .5s;	transition: all .5s;
	display: -webkit-flex;display: flex;
	-webkit-align-items: center; align-items: center; 
	-webkit-justify-content: center;justify-content: center;
}
@media(min-width:1200px){
	.listing_client_logo .client-logo{
		margin: 15px;
		-webkit-box-flex: 0;  
		-ms-flex: 0 0 14%;
		flex: 0 0 14%;
		max-width: 14%;
	}
	.listing_client_logo .client-logo .item_lg{width:165px;height:165px;}
}
@media(max-width:1199px) and (min-width:992px){
	.listing_client_logo .client-logo{
		margin: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.listing_client_logo .client-logo .item_lg{width:132px;height:132px;}
}
@media(max-width:991px) and (min-width:768px){
	.listing_client_logo.flex_container_brand{margin:0 -15px}
	.listing_client_logo .client-logo{
		margin: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.listing_client_logo .client-logo .item_lg{width:158px;height:158px;}
}
@media(min-width:768px){
	.listing_client_logo .client-logo .item_lg:hover {
		border-color: #fff;
		-webkit-transform: translate(0,-3px);-ms-transform: translate(0,-3px);transform: translate(0,-3px);
		box-shadow: 0 0 0 1px rgb(234, 234, 234, 0.4), 0 1px 3px 0 rgb(234, 234, 234, 0.44), 0 3px 3px -1px rgb(234, 234, 234, 0.4), 0 20px 30px -3px rgb(234, 234, 234, 0.4);
	}
}
@media(max-width:767px){
	.listing_client_logo.flex_container_brand{margin:0 -5px}
	.listing_client_logo .client-logo{
		margin: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.listing_client_logo .client-logo .item_lg{padding:8px;}
}


/*-----------------------------*/
/* LANDINGPAGE */
/*-----------------------------*/
.page-campaign .section-slide {margin-bottom:0;position: relative;}
.page-campaign .section-slide .item a {display: block;}
.page-campaign .section-slide .item img { width: 100%; }
.page-campaign .section-slide .owl-dots {text-align: center;position: absolute;bottom: 10px;margin: auto;left: 0;right: 0;}
.page-campaign .section-slide .owl-dot {outline: none;border: none;overflow: hidden;margin:0 5px;display: inline-block;}
.page-campaign .section-slide .owl-dot span {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	display: block;
}
.page-campaign .section-slide .owl-dot.active span {border: 1px solid #fff;background: #fff;}
.main-campaign {
	
	background-image: url(../../../../file.hstatic.net/1000376681/file/bg_ba872ae3aef54f9ab4d20bc7b3ee9f3c.png);
	background-size: cover;
	background-repeat: no-repeat;
	
	padding-top: 120px;
}
.main-campaign.misaeshop {
	
	background-image: url(../../../../file.hstatic.net/1000376681/file/giao_hang_toan_quoc_bg_3_f3ecfc8f0e9643a995ed424eab2269c4.png);
	background-size: 100%;
	
	padding-top: 80px;
}

.main-campaign.cregion {
	
	background-image: url(../../../../file.hstatic.net/1000376681/file/bg_ba872ae3aef54f9ab4d20bc7b3ee9f3c.png);
	background-size: 100%;
	
	padding-top: 80px;
}

.navigation {
	webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	background: transparent;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}
.navigation ul.menu {margin: 20px 0;display: flex;align-items: center;justify-content: flex-start;}
.navigation ul.menu li {margin-right: 15px;overflow: hidden;}
.navigation ul.menu li a{
	padding: 5px 25px;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 50px;
	display: block;
}
.navigation ul.menu li.active a,.navigation ul.menu li:hover a {
	background: #064f80;
	border: 1px solid #064f80;
	color:#fff;
}
.section.section-video-ldp {padding:0;position: relative;}
.section.section-video-ldp video {width:100%;vertical-align: middle;}
.section.section-video-ldp .video-ldp {
	position: absolute;
	z-index: 2;
	top:0px;
	left:0;
	right:0;
	bottom:0;
	display: block;
}
.section.section-video-ldp .bg-video-ldp {position: relative;z-index: 1;}
.box-title {text-align: center;padding: 10px 0;}
.box-title img {width: 45%;}
.box-wrap {
	padding: 20px 20px 50px;
	border-radius: 20px;
	border: 3px solid #fff;
	position: relative;
	overflow: hidden;
}
.box-wrap:before {
	content: "";
	position: absolute;
	bottom: 30px;
	left:0;
	right:0;
	width:100%;
	background: #fff;
	height: 3px;
}
.box-wrap:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	width: 19px;
	height: 19px;
	background: transparent;
	border-radius: 50%;
	margin: auto;
	border: 3px solid #fff;
}
.section.section-banner-ldp {padding:0 0 80px;}
.section.section-banner-ldp.last {padding: 0 0 20px;}
.section.section-banner-ldp img {width:100%;}
.navigation.show {
	position: fixed;
	z-index: 2;
	width:100%;
	left:0;
	top:60px;
	background:#fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-animation: fadeInDown 0.6s both;
	animation: fadeInDown 0.6s both;
}
.navigation.show ul.menu {justify-content: center;}
#header.box-shadow {
	border-bottom: 1px solid #f6f6f6;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.section.section-form-ldp {padding: 0 0 100px;} 
.section-form-ldp h2, .section-form-ldp h3 {font-weight: bold;}
.section.section-form-ldp .col-left {color:#fff;}
.section-form-ldp .group-input {margin-bottom: 5px;}
.section-form-ldp .col-form {
	padding: 25px 35px;
	text-align: center;
	width: 80%;
	margin: 0 0 0 auto;
	border: 1px solid #efefef;
	border-radius: 20px;
	background:#fff;
}
.section-form-ldp .col-form input {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 0 20px;
	margin-bottom: 4px;   
	height: 40px;
	box-shadow: none;
	color: #757575;
}
.section-form-ldp .col-form select {
	border: 1px solid #eee;
	padding: 0 20px;
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
	background: #fff;
	outline: none;
	color: #757575;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.section-form-ldp .col-form .select {position: relative;}
.section-form-ldp .col-form .select::after {
	content: "\f0dd";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
}
.section-form-ldp.form-ldp-bottom .col-form {margin: 0 auto;}
.section-form-ldp.form-ldp-bottom {padding: 0 0 50px;}  
.register_uudai {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: normal;
	color: #fff;
	border: 1px solid #f26522;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
	background: #f26522;
	width: 100%;
	margin: 15px 0 0;
}
.soon.soon-top {padding: 0 0 5px;color: #f26522;}
.soon-group.soon-group-separator {font-size: 40px;}
.soon-group.soon-group-sub {width: 90px;}
.soon-repeater.soon-value .soon-text {font-weight: 600;} 
.soon-text.soon-separator {font-size: 35px;}
.soon .soon-label {font-size: 12px!important;margin-top:0!important;}
.section-review-ldp h2 {font-weight: bold;margin:0 auto 20px;max-width: 700px;}
.section-review-ldp .s-content {max-width: 600px;	margin: 30px auto 0;}
.section-review-ldp .listing_brand_logo .customer-logo .item_lg {border-color:#fff;}
.section-review-ldp .listing_brand_logo .customer-logo .item_lg:hover {box-shadow: none;}
.box-review {
	width: 100%;
	//background: #fff url(//theme.hstatic.net/200000472237/1001083717/14/quote.png?v=650) no-repeat;
	background: #fff;
	position: relative;
	color: #000;
	background-position: 20px 20px;
	font-size: 16px;
	padding: 30px 40px;
	background-size: auto;
	border: 1px solid #efefef;
	border-radius: 20px;
	box-shadow: 0 0 0 1px rgb(234, 234, 234, 0.4), 0 1px 3px 0 rgb(234, 234, 234, 0.44), 0 3px 3px -1px rgb(234, 234, 234, 0.4), 0 20px 30px -20px rgb(234, 234, 234, 0.4);
}
.hook-reviews {	position: absolute;	right: 50px;	bottom: 30px;}
.hook-reviews .rating {line-height: 1;position: relative;white-space: nowrap;display: inline-block;}
.hook-reviews .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.hook-reviews .rating .icon {display: inline-block;}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 13px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {color: #ffae00;}
.section-review-ldp .owl-dots {text-align: center;margin-top: 20px;}
.section-review-ldp .owl-dot {outline: none;border: none;overflow: hidden;margin:0 5px;display: inline-block;}
.section-review-ldp .owl-dot span {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background: transparent;
	border-radius: 50%;
	display: block;
}
.section-review-ldp .owl-dot.active span {border: 1px solid #000;background: #000;}
@media (max-width: 991px) {
	.section-slide {margin-bottom: 15px;}
	.main-campaign {padding-top: 0;background-size: cover;}
	.main-campaign.misaeshop {padding-top: 50px;background-size: cover;}
	.section.section-video-ldp .video-ldp { padding: 10px 0 30px;}
	.section.section-video-ldp .video-ldp .box-title,
	.section.section-video-ldp .video-ldp .box-wrap {
		width: 80%;margin: auto;	
	}
	.box-title {padding: 0 0 10px;}
	.box-wrap {padding: 10px 10px 30px;}
	.box-wrap:before {bottom:17px;}
	.box-wrap:after {width: 10px;height: 10px;bottom: 3px;}
	.section.section-video-ldp .bg-video-ldp img {width:100%;}
	.section.section-banner-ldp {padding: 0 0 30px;}
	.section.section-form-ldp {padding: 0 0 60px;} 
	.section-form-ldp .col-form {width: 100%; padding: 10px;margin-top: 30px;}
	.soon-group.soon-group-separator {font-size: 30px;}
	.soon-group.soon-group-sub {width: 60px;} 
	.soon-text.soon-separator {font-size: 28px;}
	.page-campaign .section h2 {font-size: 22px;	}
	.navigation {position: relative;padding: 0 0 10px;}
	.navigation .title-menu {
		background-color: #f1f1f1;
		border-radius: 0;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		cursor: pointer;
		display: block;
		font-size: 18px;
		font-weight: 500;
		padding: 10px 15px;
		position: relative;
		width: 100%;
		text-transform: capitalize;
	}
	.navigation .title-menu:before {
		border: 1px solid #1f2022;
		box-sizing: border-box;
		content: "\f107";
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 18px;
		font-weight: normal;
		height: 23px;
		margin: 0;
		position: absolute;
		top: 14px;
		right: 15px;
		text-align: center;
		width: 23px;
		line-height: 23px;
	}
	.navigation ul.menu {display: none;margin:0;}
	.navigation ul.menu li {width:100%;}
	.navigation ul.menu li a {
		padding: 10px 15px;
		font-size: 16px;
		font-weight: 500;
		background: transparent;
		border: none;
		border-bottom: 1px dotted #efefef;
		border-radius: 0;
		display: block;
	}
	.navigation ul.menu li.active a {
		background: #064f80;
		border: none;
		border-bottom: 1px dotted #064f80 ;
	}
	.section-review-ldp .s-content {margin-top: 20px;}
	.main-campaign.cregion {padding-top: 40px;}
	.main-campaign.cregion .section-form-ldp .col-form {margin: 0 0 30px;}
}
@media (max-width: 767px) {
	.box-review {padding: 25px;}
	.box-review > span {font-size: 12px;}
	.hook-reviews {bottom: 25px;}
}
.form-register span {color: red;display: block;text-align: left;padding-left: 20px;font-size: 12px;}
.section-form-ldp .form-register.form-misaeshop .group-input {text-align: left;}
.section-form-ldp .form-register.form-misaeshop .group-input input,
.section-form-ldp .form-register.form-misaeshop .group-input select {border-radius:0;font-size: 13px;}
.section-form-ldp .form-register.form-misaeshop .group-input label {display: block;font-weight: 500;}
.section-form-ldp .form-register.form-misaeshop span {padding-left: 0px;display: block;}
@media (max-width: 991px) {
	.section-form-ldp .form-register.form-misaeshop .group-input input,
	.section-form-ldp .form-register.form-misaeshop .group-input select {font-size: 11px;}
}
#modal-register-ldp-ss.fade.in {background: rgba(7, 79, 128, 0.4);}
#modal-register-ldp-ss .modal-dialog {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#modal-register-ldp-ss .form-ss {background: #f26522;display: flex;align-items: center;color: #fff;}
#modal-register-ldp-ss .form-ss .pd-0 {padding:0;}
#modal-register-ldp-ss .form-ss img {width:100%;}
#modal-register-ldp-ss .modal-header {min-height: auto;padding: 0;border-bottom: none;}
#modal-register-ldp-ss button {
	z-index: 9;
	opacity: 1;
	outline: none;
	position: absolute;
	right: 20px;
	top: 22px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
}
#modal-register-ldp-ss .modal-body {padding:0;}
#modal-register-ldp-ss .modal-content {background: transparent; padding: 15px; box-shadow: none;border: none;}
#modal-register-ldp-ss .modal-body p a {font-weight: 600;color: #00467f;}
.modal-backdrop.fade.in {opacity: 0;}
@media (min-width: 768px) {
	#modal-register-ldp-ss .modal-dialog {max-width: 500px;}
}
@media (min-width: 1200px){
	.animation-tran .site-animation{
		transform-origin: center;
		transform: scale(2.5);
		opacity: 0;
		transition: all 0.35s cubic-bezier(0.5, 0.25, 0.23, 1.48) 1.3s;
	}
	.animation-tran.active .site-animation{opacity: 1;transform: scale(1);}
	.section-review-ldp .listing_brand_logo.flex_container_brand {
		max-width: inherit;
		margin: auto;
	}
	.section-review-ldp	.listing_brand_logo .customer-logo {
		padding: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16%;
		flex: 0 0 16%;
		max-width: 16%;
	}
}
@media (max-width: 767px) {
	#modal-register-ldp-ss .form-ss {flex-wrap: wrap;}
	#modal-register-ldp-ss .form-ss .banner-text {margin: 30px 0;}
}


.address-map {position: relative;}
.address-map.loading {
	overflow: hidden;
	height: 570px;
}
.address-loading {
	opacity: 1;
	visibility: visible;
	background-color: rgba(255,255,255,0.7);
	background-image: url( https://file.hstatic.net/1000376681/file/loading_a5c8d670ef904f2b9167038ae46eb37e.svg);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5;
	bottom: 0;
	margin: auto;
	text-align: center;
}
#header .header-row .header-left a img {
	width: 100%;
	height: auto;
	display: block;
}
#header .header-row .header-left a {
	width: 150px;
	max-height: 85px;
	display: block;
}
#header .header-row .header-left a img {
	max-width: 150px;
}
@media (min-width: 1024px) and (max-width: 1300px){
	#header .header-row .header-left a img {
		max-width: 110px;
	}
}
.section-blog-index .blog-col-left .blog-item .blog-detail h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
	font-size: 18px;
	margin: 15px 0;
	font-weight: 600; }
.section-blog-index .blog-col-left .blog-item .blog-detail h3 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; }

.section-blog-index .blog-col-right .blog-item {
	margin-bottom: 30px; }
.section-blog-index .blog-col-right .blog-item .blog-img {
	float: left;
	width: 30%;
	margin-right: 15px;
	overflow: hidden; }
.section-blog-index .blog-col-right .blog-item .blog-detail {
	float: left;
	width: calc(100% - 35%);
	margin: auto; }
.section-blog-index .blog-col-right .blog-item .blog-detail h3 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px; }


.wrap-box-loction {
	margin-bottom: 30px; }
.wrap-box-loction .h-title {
	text-align: center;
	color: #00467f;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase; }
.wrap-box-loction .list-location-url {
	list-style-type: initial;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px; }
.wrap-box-loction .list-location-url li {
	padding-left: 8px;
	display: inline-block;
	margin-bottom: 8px; }
.wrap-box-loction .list-location-url li a {
	display: flex;
	padding: 5px 8px 5px 10px;
	background: #f4f4f4;
	align-items: center; }
.wrap-box-loction .list-location-url li a:hover {
	background: #f26522;
	color: #fff; 
}
.wrap-box-loction .list-location-url li a:hover:before {
	background: #fff; }
.wrap-box-loction .list-location-url li a:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	margin-right: 5px;
	border-radius: 50%;
	display: block; 
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.resultStoreBig .head-title {
	text-align: center; }
.resultStoreBig .head-title * {
	font-size: 28px;
	margin: 0;
	display: inline-block;
	font-weight: 600;
	line-height: 40px; }

.resultStoreBig .resultStore {
	padding: 20px;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 30px 0; }
.resultStoreBig .resultStore .innerResultStore {
	display: flex;
	flex-wrap: wrap; }
.resultStoreBig .resultStore .itemStore {
	padding: 10px;
	width: 50%;
	flex: 0 0 50%; }

@media (max-width: 767px) {
	.resultStoreBig .resultStore .itemStore {
		width: 100%;
		flex: 0 0 100%; } }
.resultStoreBig .resultStore .itemStore:nth-child(odd) {
	background: #f3f3f3; }
.resultStoreBig .resultStore .itemStore:nth-child(even) {
	background: #ebebeb; }
.resultStoreBig .resultStore .itemStore .districtStore {
	font-weight: bold; }
.resultStoreBig .resultStore .itemStore .infoLocation, .resultStoreBig .resultStore .itemStore .infoTime {
	display: block; }
.box-article-heading-store {
	margin: 30px 0; }
.box-article-heading-store h1 {
	margin: 0;
	font-size: 28px;
	text-align: center; }
@media (min-width: 768px) {
	.thefor {
		display: none; }
	.flexsearchui {
		display: none !important; } }

@media (max-width: 767px) {
	#header .header-row .header-right {
		display: none; } }

.flexsearchui {
	display: flex;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	width: 100%;
	background: #fff; }
.flexsearchui .searchmobileui {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #F36523; }
.flexsearchui .searchmobileui .searchmobileui_1 {
	height: 20px;
	width: 18px;
	margin-right: 8px;
	margin-top: -10px; }
.flexsearchui .searchmobileui .searchmobileui_1 svg {
	width: 100%;
	height: 100%; }
.flexsearchui .searchmobileui span {
	color: #F36523;
	font-size: 15px; }
.flexsearchui .autologon {
	width: 68%;
	display: flex;
	justify-content: center;
	background: #F36523;
	align-items: center;
	color: #fff;
	border: 1px solid #F36523;
	padding: 10px 0; }
.flexsearchui .autologon img {
	width: 20px;
	margin-right: 10px; }
.flexsearchui input {
	width: 100%;
	height: 40px; }
.flexsearchui button {
	position: absolute;
	left: 0;
	z-index: 99999;
	width: 120px;
	top: 50%;
	transform: translateY(-50%);
	border: none; }
.flexsearchui form {
	width: 100%;
	position: relative; }
.flexsearchui form .form-group {
	margin-bottom: 0; }

.thefor {
	position: fixed;
	z-index: 9999;
	background: #ffff;
	bottom: -300px;
	width: 100%;
	visibility: hidden;
	transition: 0.4s all ease; }
.thefor input {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border: 1px solid #F36523;
	text-align: center; }
.thefor .relativem {
	position: relative; }
.thefor .form-group {
	position: relative;
	margin: 0; }
.thefor .form-group input {
	width: 100%; }
.thefor button {
	position: absolute;
	left: 15px;
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	background: transparent !important;
	line-height: 0;
	outline: none;
	outline: none !important;
	box-shadow: none !important; }

.onvisile .thefor {
	bottom: 0;
	width: 100%;
	visibility: visible;
	transition: 0.4s all ease; }

.mm-wrapper_opening .thefor, .mm-wrapper_opening .flexsearchui {
	display: none !important; }

.btn-regis.mm-listitem__text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-top: 15px; }
.btn-regis.mm-listitem__text img {
	margin-right: 15px; }

.winei {
	padding: 0 !important; }
.winei a {
	text-align: left;
	padding-left: 15px; }