/* @keyframe */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes pulse-animation {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
	10% {
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.6, 1.6, 1.6);
		opacity: 0;
	}
}
@keyframes border-animation {
	0% {
		transform: scale3d(0.6, 0.6, 0.6);
		opacity: 0;
	}
	20% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.4, 1.4, 1.4);
		opacity: 0;
	}
}
:root {
	--color-text: #000;
	--color-title-detail: #214493;
	--color-main: #214493;
	--color-social: #253B70;
	--color-hover: #4270d7;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Montserrat';
	background: #fff;
	color: var(--color-text);
}

.max-width,
.wrap-content {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto !important;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.social-plugin {
	display: flex;
	margin-top: 10px;
}

.scale-img .scale-img-e {
	transition: all 0.5s;
}

.scale-img:hover .scale-img-e {
	transform: scale(1.2, 1.2);
}

.hover-img {
	position: relative;
	overflow: hidden;
	display: block;
}


@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  @keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  .marquee-effect {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
  }
  .marquee-effect span {
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	-webkit-animation: marquee 5s linear infinite;
			animation: marquee 5s linear infinite;
  }
  

.p-relative {
	position: relative;
}
.ckeditor { overflow: hidden;}
.ckeditor:after { content:''; clear: both; display:block;}
.ckeditor *:not(iframe) { max-width: 100% !important; height: auto !important;}
.ckeditor iframe { max-width: 100% !important; }
.centery, .centery-after:after, .centery-before:before { -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.centerx, .centerx-after:after, .centerx-before:before { -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); transform: translateX(-50%); }
.centerxy, .centerxy-after:after, .centerxy-before:before { -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.flex-space-between { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-space-left { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.flex-space-right { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.flex-space-center { display: flex; justify-content: center; flex-wrap: wrap; }
.text-split {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-box-orient: vertical;
display: -webkit-box;}
.hover-a:hover { color: var(--color-hover) !important;}
.hover-a-line:hover { text-decoration: underline;}
.hvr-float{vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s !important;transition-duration:.3s !important;-webkit-transition-property:transform !important;transition-property:transform !important;-webkit-transition-timing-function:ease-out !important;transition-timing-function:ease-out !important}
.hvr-float:active,.hvr-float:focus,.hvr-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hvr-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-float-shadow{-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}
.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}
.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}
.hvr-forward{-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}
.hvr-forward:active,.hvr-forward:focus,.hvr-forward:hover{-webkit-transform:translateX(8px);transform:translateX(8px)}

.set-boostrap { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin-bottom: 0px;  text-decoration: none;}
a.set-boostrap:hover {  color: inherit;}
.line-main { display: block; margin: auto; margin-bottom: 20px; width: 1px; height: 56px; background: #F9C659;}
.sub-main { text-align: center; max-width: 970px; margin: auto; }
.title-main { text-align: center; text-transform: uppercase; color: var(--color-main); font-size: 48px; font-weight: bold; }
.title-main-line { display: inline-block; padding: 0px 50px; background: url(../images/line-title-main-left.webp) no-repeat left center, url(../images/line-title-main-right.webp) no-repeat right center;}
.title-main.title-main-small { font-size: 18px;}
.sub-main-1 { text-transform: uppercase; text-align: center; font-size: 18px; font-weight: 800; background: linear-gradient(90deg, #00772C 0%, #004599 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.title-main-1 { font-size: 45px; font-weight: bold; color: #114598; text-transform: uppercase; text-align: center; white-space: pre-line; line-height: 1.2;}

.mmb-1{margin-bottom:10px}.mmb-2{margin-bottom:20px}.mmb-3{margin-bottom:30px}.mmb-4{margin-bottom:40px}.mmb-5{margin-bottom:50px}.mmb-6{margin-bottom:60px}.mmb-7{margin-bottom:70px}.mmb-1b{margin-bottom:5px}.mmb-2b{margin-bottom:15px}.mmb-3b{margin-bottom:25px}.mmb-4b{margin-bottom:35px}.mmb-5b{margin-bottom:45px}.mmb-6b{margin-bottom:55px}.mmb-7b{margin-bottom:65px}.mmt-1{margin-top:10px}.mmt-2{margin-top:20px}.mmt-3{margin-top:30px}.mmt-4{margin-top:40px}.mmt-5{margin-top:50px}.mmt-6{margin-top:60px}.mmt-7{margin-top:70px}.mmt-1b{margin-top:5px}.mmt-2b{margin-top:15px}.mmt-3b{margin-top:25px}.mmt-4b{margin-top:35px}.mmt-5b{margin-top:45px}.mmt-6b{margin-top:55px}.mmt-7b{margin-top:65px}.mmy-1{margin-top:10px;margin-bottom:10px}.mmy-2{margin-top:20px;margin-bottom:20px}.mmy-3{margin-top:30px;margin-bottom:30px}.mmy-4{margin-top:40px;margin-bottom:40px}.mmy-5{margin-top:50px;margin-bottom:50px}.mmy-6{margin-top:60px;margin-bottom:60px}.mmy-7{margin-top:70px;margin-bottom:70px}.mmy-1b{margin-top:5px;margin-bottom:5px}.mmy-2b{margin-top:15px;margin-bottom:15px}.mmy-3b{margin-top:25px;margin-bottom:25px}.mmy-4b{margin-top:35px;margin-bottom:35px}.mmy-5b{margin-top:45px;margin-bottom:45px}.mmy-6b{margin-top:55px;margin-bottom:55px}.mmy-7b{margin-top:65px;margin-bottom:65px}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
	transition: 0.3s all;
}
.gutter-x-30{--bs-gutter-x: 30px;}  
.gutter-x-25{--bs-gutter-x: 25px;} 
.gutter-x-20{--bs-gutter-x: 20px;}  
.gutter-x-15{--bs-gutter-x: 15px;}    
.gutter-x-10{--bs-gutter-x: 10px;}     
.gutter-x-5{--bs-gutter-x: 5px;}   
/*Header */
header { position: absolute; z-index: 1000; top: 0px; left: 0px; right: 0px;}
header:not(.index,.h-bd) { position: relative; background: #fff; padding: 10px 0px; }
.header-lang { position: relative; }
.icon-menu { border-radius: 5px; background: var(--color-main); width: 50px; height: 50px; line-height: 60px; text-align: center; margin-left: 10px; cursor: pointer; }
.icon-menu-line { position: relative; display: inline-block; width: 28px; height: 20px; }
.icon-menu-line i, .icon-menu-line::before, .icon-menu-line::after { content: ''; position: absolute; height: 2px; background: #fff; }
.icon-menu-line::before, .icon-menu-line::after { left: 0px; right: 0px; }
.icon-menu-line i { left: 4px; right: 4px; top: 0px; bottom: 0px; margin: auto auto; }
.icon-menu-line::before { top: 0px }
.icon-menu-line::after { bottom: 0px; }
#dropdownLang { height: 50px; min-width: 80px; }
#dropdownLang { background-color: #1a242b80 !important; border-color: transparent; !important; }
/*Menu*/
.fix_menu {
	background: #00000026 !important;
	-webkit-animation: fadeInDown 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fadeInDown 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	position: fixed !important;
	z-index: 1000;
	left: 0px;
	right: 0px;
	top: 0px;
	box-shadow: 0px 0px 3px #00000033;
}
.menu { position: relative; z-index: 1000;  font-family: 'SVN-HemiHead'; color: #fff; }
/*.menu > ul { gap: 5px; }*/
.menu > ul { width: calc(50% - 195px / 2);}
.menu > ul > li { text-align: left;}
.menu ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.menu ul li {
	position: relative;
	z-index: 99;
}
.menu ul li a {
	display: block;
}
.menu > ul > li:not(.hotline-header) > a {
	font-size: 20px;
	text-transform: capitalize;
	padding: 35px 10px
}
.menu > ul > li > ul { top: 100% }
.menu ul li a img {
	vertical-align: middle;
}

.menu ul li:hover > a, .menu ul li a.active {
	color: var(--color-hover);
}

.menu ul li ul {
	position: absolute;
	width: 100%;
	min-width: 250px;
	left: 0;
	background: #fff;
	color: var(--color-text);
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.7s;
}
.menu ul li ul li {
	text-align: left;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
	border-bottom: 0px;
}
.menu ul li ul li a {
	padding: 10px;
	display: block;
	text-decoration: none !important;
	text-align: left;
	text-transform: capitalize;
}
.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}
.menu ul li ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--color-hover);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;
}
.menu ul li ul li a:hover {
	padding-left: 40px;
}
/* slideshow */
.slideshow {
	position: relative;
}
.slideshow  img { width: 100% !important; height: 100vh !important; height: 100dvh !important; object-fit: cover; }
.slideshow .item { position: relative; }
.slideshow .item::after { content: ''; position: absolute; left: 0px; top: 50%; bottom: 0px; width: 100%; background: linear-gradient(0deg,rgb(0 0 0 / 85%) 0%, transparent 100%); }
.title-slider { position: absolute; z-index: 1; text-align: center; left: 0px; right: 0px; bottom: 60px; font-weight: 900; font-size: 2vw; line-height: 1.0; color: #fff; margin-bottom: 0px; }
.slideshow .swiper-pagination-bullet { width: 16px; height: 16px; border: 1px solid #fff; background: transparent; border-radius: 0px; opacity: 1 !important; margin: 0px 10px; }
.slideshow .swiper-pagination-bullet-active { background-color: #fff; }
.slideshow .swiper-pagination { top: unset !important; bottom: 20px !important; }
/*search*/
.search-suggest {  width: 43.5%; position: relative;}

.search-show { width: 100%; height: 58px; osition: relative;}
.search-show input[type="search"] { font-weight: normal; font-size: 14px; border-radius: 8px; border: none; height: 100%; width: calc(100% - 160px); background: #fff;}
.search-show input[type="search"]:focus { outline: none !important; box-shadow: none !important;}
.search-show button {  border: none; border-radius: 8px; width: 150px; height: 100%; font-size: 15px; font-weight: 500; text-transform: uppercase; color: #000; background: #F3CC32; background: linear-gradient(180deg, #F3CC32 0%, #FFE88E 48.08%, #F3CC32 100%);}
.search-show input::placeholder {
  color: #000;
}

/* Internet Explorer 10–11 */
.search-show input:-ms-input-placeholder {
  color: #000;
}

/* Microsoft Edge */
.search-show input::-ms-input-placeholder {
  color: #000;
}


.btnsearch { display: block; cursor: pointer; text-align: center; margin-left: 10px; border-radius: 5px; width: 50px; height: 50px; line-height: 50px; color: #fff; background-color: #1a242b80; font-size: 18px;}
.fsearch-but { display: none; position: absolute; z-index: 10001; margin-top: 15px; top: 100%; right: 0px; width: 330px; background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 0 5px #333;}
.fsearch-but form { border-radius: 50px; border: 1px solid #e6e6e6; overflow: hidden;}
.fsearch-but input[type="search"] { border: none; box-sizing: border-box; font-size: 14px; height: 50px; float: left; background-color: transparent; padding: 0px 5px 0px 15px; width: calc(100% - 49px); width: -moz-calc(100% - 49px); width: -webkit-calc(100% - 49px);}
.fsearch-but button { border: none; border-radius: 50%; margin-right: 4px; width: 45px; height: 45px; background: var(--color-main); color: #fff; font-size: 18px;}
.fsearch-but.active { display: block; animation: fadeInUp 1s;}
.fsearch-but input { outline: none;}
.fsearch-but form:focus-within {border-color:  var(--color-main);}
/**/
.search-content-suggest { display: none; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); position: absolute; top: 100%; background-color: #fff; margin-top: 10px;  z-index: 1001; width: 100%; height: 350px; overflow-y: auto;}
.box-search {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ds-item-search {
	width: calc(100% - 70px);
}
.ds-item-search a {
	font-size: 14px;
	color: #333;
}
.show-search {
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
	width: 100%;
	margin: 0px;
	text-align: left;
}
.box-search .price-product .price-new {
	color: #d31100;
	font-size: 14px;
	font-weight: bold;
}
.box-search .price-product .price-old {
	color: #999;
	text-decoration-line: line-through;
	font-size: 13px;
	margin-right: 5px;
}

/* Mmenu */
#menu-mobile.offcanvas{
	width: 300px;
	background: rgb(21 67 150 / 70%);
	max-width: 80%;
}
#menu-mobile .offcanvas-body { padding-right: 30px; }
#menu-mobile .btn-close {
	opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#menu-mobile ul { list-style: none; padding: 0px; margin: 0px; }
.offcanvas-body {
    flex-grow: 1;
    padding: 5rem 1rem 1rem 1rem;
    overflow-y: auto;
	text-align: right;
}
.offcanvas-body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: var(--color-main);
	border-radius: 5px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
	background: #fff;
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.btn-close-menu{
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.menu-mobile ul{
	padding: 0px;
}
.menu-mobile ul li{
    position: relative;
  
}

.menu-mobile ul li > span i {
    transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a{
	display: block;
	padding-right: 30px;
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 18px;
}
.menu-mobile ul li a i{
	margin-right: 10px;
}
.menu-mobile > ul > li:not(:last-child) { margin-bottom: 10px;}
.menu-mobile ul li li a{
	font-weight: normal;
}
.menu-mobile ul li a:hover, .menu-mobile a.active {
	/*color: #FFD700;*/
	font-weight: bold;
}
.menu-mobile ul li .scroll{
    position: absolute;
    right: 0px;
    top: 9px;
    background: var(--color-main);
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
	align-items: center;
    cursor: pointer;
}
.menu-mobile ul li:hover{color: #f00;}
.menu-mobile ul ul li .scroll{
	background: none;
	color: var(--color-main);
}
.menu-mobile ul li ul{
	padding-left: 10px;
}
.menu-mobile ul li.small {

}
.menu-mobile ul li.small a {
	padding: 0px;
	font-size: 14px;
}

.menu-mobile ul li.small {
	color: #fff;
}

.menu-mobile ul li.small i { margin-left: 10px; }

.company{
	padding-bottom: 10px;
}

.head-menu{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img{
	max-width: 80px;
}

#menu {
	display: none;
}



#hamburger {
	display: none;
	width: 35px;
	height: 23px;
	position: relative;
	cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: var(--color-main);
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

.menu-head-left {
	position: relative;
}
.title-menu {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	line-height: 40px;
	display: block;
}

/**/
.menu-product-list {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 250px;
	background: #fff;
	border-radius: 2px;
}

.menu-product-list ul {
	padding: 0px;
	margin-bottom: 0px;
}

.menu-product-list ul ul {
	position: absolute;
	width: 750px;
	background: #fff;
	left: 100%;
	top: 0px;
	border: 1px solid #999;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: 100%;
	overflow-x: hidden;
}

.menu-product-list ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}
.menu-product-list ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu-product-list ul ul li a span {
	position: absolute;
	right: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #00a3ff;
}

.menu-product-list ul li a:hover {
	color: #f00;
}

.menu-product-list ul ul li a {
	border-bottom: none;
	font-weight: bold;
}
.menu-product-list ul ul ul li a {
	font-weight: normal;
}


a.cart-header {
	position: relative;
}
a.cart-header span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
}

/*   SLider */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 22.5px);
}
.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #00a3ff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.control-owl button:hover {
	opacity: 1;
}
.control-owl button.owl-prev {
	left: 20px;
}
.control-owl button.owl-next {
	right: 20px;
}
/* DT */

.item-partner{border:1px solid #f1f1f1;display: block;}
.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 30px;
	color: var(--color-title-detail);
	font-weight: bold;
	text-align: left;
	line-height: inherit;
}
.title-detail.quy-trinh-tuyen-dung h1, .title-detail.lo-trinh-phat-trien h1 { text-align: center;}

.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.title-cat-main span {
	display: block;
	color: #999;
	background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.title-cat-main span:hover,
.title-cat-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
}
/* News */
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}
.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.pic-news img {
	width: 100%;
}
a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}
a.views:hover {
	border: solid 1px #fed402;
	color: #fed402;
}
.info-news {
}
.info-news h3 {
}
.name-news {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-height: 40px;
	-webkit-line-clamp: 2 !important;
	font-weight: 400;
}
a.name-news.name1 {
	font-size: 25px;
	line-height: 32px;
	max-height: 64px;
}
.name-news:hover {
	color: #fed402;
}
.time-news {
	color: #fed402;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}
.desc-news {
	color: #333333;
	margin: 0px;
}
.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
	padding-left: 17px;
	list-style: square;
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: #fed402;
}
/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

.tt-toc{
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.box-readmore li ul > li {
	margin: 0;
	margin-bottom: 8px;
}
.box-readmore li ul > li:before {
	content: counters(item, '.') ' ';
}
.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
	display: none;
}
.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}
.box-readmore ul li:before {
	content: counters(item, '.') '. ';
	display: table-cell;
	padding-right: 5px;
}
.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}
.box-readmore ul li a:hover {
	color: #767676;
}

/* Partner */
.info-partner {
	background: #f8f8f8;
	padding: 15px 0px;
}

/* Footer */
footer {}
.info-footer { padding: 70px 0px; position: relative; background: url(../images/bg-footer.webp) repeat top center; background-size: cover;}
.info-footer .item-1 { width: 17%;}
.info-footer .item-2 { width: 42%; color: #fff; }
.info-footer .item-4 { width: 31%; }
.fanpage-footer { display: inline-block; overflow: hidden; border-radius: 10px; position: relative; }
.fanpage-footer::after { content: ''; position: absolute; z-index: 1; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto; width: 183px; height: 38px; background: url(../images/icon-fanpage.webp) no-repeat center;}
.title-footer {
	position: relative;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #fff;
}
.company-footer {
	color: var(--color-main);
	text-shadow: 2px 2px 0px var(--color-main);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #E4D4BE;
	font-family: "iCielBCPortico";
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 0px;
}
.slogan-footer { font-family: 'MJSacrifice'; font-size: 34px; color: var(--color-main);}

.map-footer {
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.map-footer iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-powered {
	padding: 17px 0px;
	position: relative;
	background: #0B2B63;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.statistic span {
	position: relative;
	padding: 0px 5px;
}

.footer-social { margin-top: 35px;}
.footer-social a { display: inline-block; vertical-align: middle; margin:  3px 0px 3px 0px;}
.footer-social a:not(:last-child) { margin-right: 5px;}

.ul-footer {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	color: #fff;
}

.ul-footer li:not(:last-child) { margin-bottom: 20px;}

.link-googlemap-footer {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 10px;
	margin-top: 35px;
	border-top: 1px solid #2C2D30;
	border-right: 1px solid #2C2D30;
	border-bottom: 3px solid #2C2D30;
	border-left: 1px solid #2C2D30;
	padding: 9.5px 16px;
	color: var(--color-text) !important;
}
.link-googlemap-footer:hover { background-color: var(--color-hover);}
.link-googlemap-footer  svg { vertical-align: middle; margin-right: 7px;}


/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.flex-tags {
	display: flex;
	gap: 5px;
}
.flex-tags a {
	color: #333;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	opacity: 0.8;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: #f00;
	border-color: #f00;
	color: #fff;
	opacity: 1;
}

/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}
.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}
.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}
/* Service */
.item-service {
	position: relative;
}
.item-service h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 17px;
	margin: 0px;
}
/* Video */
.flex-video {
	display: flex;
	justify-content: space-between;
}
.wr-video {
	width: 49%;
}
.wr-form {
	width: 49%;
}

.video-main {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.list-video {
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	border-radius: 0px;
}
.list-video option { color: #333;}
/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

.sort-select .click-sort {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 10px 6px 8px;
	margin: 0px;
}

.sort-select-main {
	display: grid;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
	position: absolute;
	padding: 0 7px;
	top: 37px;
	right: 0;
	width: 160px;
	z-index: 2;
}

.sort-select-main p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0px;
	order: 2;
}

.sort-select-main p:has(.check) {
	order: 1;
}

.sort a {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 3px;
	display: block;
	cursor: pointer;
}

.sort a.check i {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
	vertical-align: middle;
}

.sort a.check i::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -4px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.sort-select .sort-show {
	padding-right: 12px;
	position: relative;
}

.sort-select .sort-show::before {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	content: '';
	height: 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
}

/* Product */
.filter {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 10px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: none;
}
.cart-product {
	margin: 5px 0 0 0px;
}
.cart-product span {
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	font-weight: 700;
}
.cart-add {
	margin-left: 10px;
	background-color: #00a5d9;
	width: 155px;
}
.cart-add:hover {
	background-color: #fed402;
}
.cart-buy {
	background-color: #ff2e00;
	width: 93px;
	height: 33px;
}
.cart-buy:hover {
	background-color: #fed402;
}
.grid-product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.grid-product > * {
	max-width: 100%; /* Giới hạn kích thước */
	min-width: 0; /* Ngăn phần tử mở rộng quá mức */
  }
.grid-product .product .product-info {
	margin-top: 10px;
	color: #333;
}
.grid-product .product .product-info h3 {
	font-size: 17px;
	color: #333;
}
.grid-product .product .product-info .price span {
	color: #f00;
}
.grid-product .product .pic-product {
	border: 1px solid #ddd;
}

/* product detail */
a[data-zoom-id] img, .mz-thumb img { padding-bottom: 0px !important; border-bottom: 0px !important;}
.mz-thumb.mz-thumb-selected { border-color: var(--color-hover) !important;}
.photo-product { border-radius: 3px; overflow: hidden;}
.thumb-pro-detail { border-radius: 3px;}
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.grid-pro-detail .left-pro-detail {
	width: 40%;
	text-align: center;
}

.grid-pro-detail .right-pro-detail {
	width: 56%;
	font-size: 15px;
}
.detail-product {
	display: flex;
	justify-content: space-between;
}
.detail-product .left-pro-detail {
	width: 40%;
	border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
	width: 57%;
}
.detail-product .right-pro-detail ul {
	list-style: none;
	padding: 0px;
}
.detail-product .right-pro-detail ul li {
	margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
	font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #f00;
}
.tabs-pro-detail .tab-content{
	border:1px solid #ddd;
	border-top: none;
	padding: 20px;

}
.nav-tabs li a{
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{color: var(--color-main);}
#comment-pro-detail iframe { width: 100% !important; }
/* css block actions  */
.ul-actions {
	display: flex;
	justify-content: center;
	margin: 20px;
	gap: 15px;
	align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 80px;
	text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
	border-color: #fd6e1d;
}
.ul-actions .box__tabr {
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	min-height: 55px;
	padding: 4px;
	height: 60px;
	width: 80px;
}
.icon-action {
	background-image: url('../images/icon_chitiet@2x-min.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-size: 300px 180px;
}
.icon-dnb {
	background-position: 0 0;
	height: 28px;
	width: 28px;
}
.icon-tskt {
	background-position: -105px 0;
	height: 30px;
	width: 30px;
}
.icon-ttsp {
	background-position: -140px 0;
	height: 19px;
	width: 23px;
}
.ul-actions p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
	white-space: normal;
	color: #000;
}
/* modal-detail */
.modal-detail::-webkit-scrollbar {
	width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
	width: 10px;
	background: #4d90e0;
	border-radius: 10px;
	height: 50px;
}
.modal-detail {
	position: fixed;
	z-index: 999;
	background: #000000c4;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.content-modal-detail {
	background: #fff;
	max-width: 1200px;
	margin: 0px auto;
	min-height: 100vh;
}
.content-modal-detail .tabs {
	display: flex;
	cursor: pointer;
	padding: 0;
	list-style: none;
	justify-content: center;
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 99;
}
.content-modal-detail .tabs li {
	padding: 20px 20px;
	margin-right: 5px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
	color: #2d9cdb;
	border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
	padding: 20px;
	max-width: 900px;
	margin: 0px auto;
}
.content-modal-detail .tab-content.active {
	display: block;
}

.close-tab {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 10;
}

.btn-closemenu {
	position: fixed;
	top: 10px;
	right: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	line-height: 21px;
	padding: 7px;
	text-align: right;
	width: 72px;
}

.btn-closemenu::before {
	transform: rotate(45deg);
}
.btn-closemenu::after {
	transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
	background-color: #333;
	content: '';
	left: 13px;
	height: 14px;
	position: absolute;
	top: 10px;
	width: 1px;
}
.cursor-pointer {
	cursor: pointer;
}

/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}
.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.frm_contact {
	border: 1px solid #ddd;
	padding: 30px;
}
/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}
.breadCrumbs ol {
	margin: 0px;
}
.breadCrumbs ol li a {
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: var(--color-hover);
}
.breadcrumb { display: block;}
.breadcrumb li { display: inline;}
.breadcrumb-item+.breadcrumb-item::before { float: none;}
/* paging */
.paging-product, .paging-product-category {
	position: relative;
	min-height: 200px;
}
.pagination {
	margin: 20px 0px;
}
.pagination li span {
	cursor: pointer;
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}
.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}
.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: 0.1;
	border-color: #1182fc;
	opacity: 0.5;
}
.btn-frame .zoomIn {
	animation-name: zoomIn;
}
.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}
.btn-frame .pulse {
	animation-name: pulse;
}

.grid-properties {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: '';
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}
.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 90px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

[x-cloak] {
	display: none !important;
}

/* News */
.grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.item-news {
	--tw-bg-opacity: 1;
	background-color: #f1f1f1;
	padding: 1rem;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 19%);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.item-news:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}

.item-news-one .thumb { overflow: hidden; }

.item-news .ds-news {
	width: 100%;
}

.ds-news span {
	display: block;
	line-height: 25px;
	color: #999;
	font-size: 13px;
	margin: 10px 0px 0px;
	font-style: italic;
}

.ds-news h3 {
	font-size: 16px;
	margin: 0;
	color: #000;
	font-weight: 500;
	-webkit-line-clamp: 2 !important;
}

.ds-news .desc {
	color: #333;
	-webkit-line-clamp: 3;
}


.item-news:hover h3 {
	color: #f00;
}

.item-news-all a {
	display: flex;
	justify-content: space-between;
}
.item-news-all a .ds-news {
	width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
	font-size: 15px;
}
.item-news-all .thumb { overflow: hidden; }
.flex-news-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.news-left {
	width: 73%;
}
.news-right {
	position: sticky;
	top: 65px;
	width: 25%;
	background: #f1f1f1cc;
	padding: 20px;
	box-shadow: 0px 0px 5px #99999978;
}

.news-right-1 {
	position: sticky;
	top: 65px;
	width: 25%;
}

a.btn_link {
	position: relative;
	margin: 5px;
	height: 36px;
	width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
	content: 'facebook';
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(0 165 217 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	content: 'google map';
}
div.slick.in-page:not(.slick-initialized) {
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.attr-pro-detail {
	margin: auto;
	padding: 0;
}
.baonoidung iframe {
	max-width: 100% !important;
}
.baonoidung img {
	height: auto !important;
}
.baonoidung * {
	max-width: 100% !important;
}
.baonoidung table {
	display: block;
	overflow-y: auto;
}
div.desc-pro-detail ul li {
	margin-bottom: 0.75rem;
	list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
	margin-bottom: 0 !important;
}
div.baonoidung ul li {
	margin-bottom: 0.75rem;
	list-style-type: disc;
}
div.baonoidung ol li {
	margin-bottom: 0.75rem;
	list-style-type: decimal;
}
.price-new-pro-detail {
	font-weight: bold;
	font-size: 27px;
	color: #d31100;
}
.price-old-pro-detail {
	font-size: 20px;
	color: #bebebe;
	text-decoration: line-through;
	padding-left: 10px;
}
.sale-off-pro-detail {

    color: #fff;
    position: relative;
    bottom: 1px;
    background: #B11111;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 1.2rem;
    min-width: 20px;
    margin-left: 15px;
	font-size: 12px;
}

.sale-off-pro-detail:after {
    border-right: 6px solid #B11111;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0%, -50%)
}
/* Swipper */

.swiper .swiper-wrapper {
	width: inherit;
	height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
	margin: 0;
	width: 100%;
	height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
	padding: 0;
	margin: 0px;
	overflow: hidden;
}

/* Popup */
.modal-title{
	font-size: 20px;
}
/* CSS cho loading */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.loading {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 5px solid var(--color-main);
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/**/
.box-product-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}
.box-pro .box { position: relative; text-align: center; border-radius: 10px; background: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); padding: 10px;}
.box-pro .thumb { position: relative; display: block; overflow: hidden; border-radius: 15px;}
.box-pro .content {}
.box-pro .name { font-size: 14px; font-weight: 500; margin-top: 15px;  margin-bottom: 0px; min-height: 48px; }
.box-pro .name a { -webkit-line-clamp: 2;}
.box-pro .price-product { margin-bottom: 0px;}
.box-pro .price-new, .box-pro .price-old, .box-pro .price-label { display: inline-block; margin-top: 5px; }
.box-pro .price-new { font-weight: bold;  color: var(--color-hover); font-size: 15px;}
.box-pro .price-old { text-decoration: line-through; margin-left: 5px; color: #D2D2D2; font-size: 13px; }
.box-pro .swiper-slide { padding: 10px !important;}


.box-service .box { position: relative; display: flex; flex-wrap: wrap; align-items: center; background: #f2f2f2;}
.box-service .box:nth-child(2n) { margin-right: 0px; margin-left: auto; flex-direction: row-reverse; }
.box-service .box:not(:last-child) { margin-bottom: 60px; }
.box-service .thumb {  position: relative; display: block; overflow: hidden; width: 50%;}
.box-service .content { width: 50%; padding-top: 30px; padding-bottom: 30px; padding-left: 50px; padding-right: 50px;}
.box-service .name { font-weight: bold; font-size: 32px; text-transform: capitalize; color: var(--color-main); margin-bottom: 10px;}
.box-service .desc { -webkit-line-clamp: 6; line-height: 2.0; color:  #000; font-weight: 500;} 

.box-news-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.box-news .box { position: relative;}
.box-news .thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 390 / 390;}
.box-news .thumb .thumb-alg { display: block; overflow: hidden;}
.box-news .swiper-slide:nth-child(2n+1) .thumb img { aspect-ratio: 390 / 315; }
.box-news .content { position: relative; }
.box-news .date { display: inline-block; font-weight: bold; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.box-news .name { font-size: 18px; font-weight: 600; margin-bottom: 0px; text-transform: uppercase; color: #000; }
.box-news .name a { -webkit-line-clamp: 2;}
.box-news .desc { -webkit-line-clamp: 3; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #565656; }
.box-news .icon-link { display: block; margin-left: auto; margin-right: 0px; margin-top: -35px; border-radius: 50%; width: 60px; height: 60px; background: url(../images/icon-date-svg.png) no-repeat center, var(--color-main); box-shadow: 0 4px 10px rgba(15, 37, 86, 0.50); } 
.box-news .link { display: inline-block; color: var(--color-main); font-size: 15px; font-weight: bold; }


.box-news-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:  30px 0px;
}

.box-news-in .box { width: calc((100% + 30px) / 3 - 30px); margin-right: 30px; }
.box-news-in .box:nth-child(3n-1) { margin-right: 0px; }
.box-news-in .box:nth-child(1) { display: flex; align-items: center; flex-wrap: wrap;  width: calc(((100% + 30px) / 3) * 2 - 30px );}
.box-news-in .box:nth-child(1) .thumb { width: 50%; } 
.box-news-in .box:nth-child(1) .content { width: 50%; padding: 30px; } 
.box-news-in .box:not(:nth-child(1)) .desc { display: none; }
.box-news-in .thumb { overflow: hidden; display: block; }
.box-news-in .box:not(:nth-child(1)) .thumb img { aspect-ratio: 439 / 300; object-fit: cover; }
.box-news-in .box:not(:nth-child(1)) .content { margin-top: 20px; }
.box-news-in .box:not(:nth-child(1)) .date { margin-bottom: 5px; }
.box-news-in .box:not(:nth-child(1)) .link { margin-top: 10px; }
.box-news-in .box:nth-child(1) .name { font-size: 25px; font-weight: 500; margin-bottom: 0px; }
.box-news-in .box:nth-child(1) .name a { -webkit-line-clamp: 3; }
.box-news-in .box:not(:nth-child(1)) .name { font-size: 16px; font-weight: 500; margin-bottom: 0px; }
.box-news-in .box:not(:nth-child(1)) .name a {  -webkit-line-clamp: 2;  }
.box-news-in .desc { font-size: 14px;  -webkit-line-clamp: 8; line-height: 1.5; margin-top: 15px; margin-bottom: 15px;}
.box-news-in .link { display: inline-block; font-size: 14px; text-transform: uppercase; font-weight: 600; color: #818181; }
.box-news-in .link svg { margin-left: 5px; }
.box-news-in .link svg path { fill: #818181 !important; }
.box-news-in .date { color: #989898; }


.box-news .box { position: relative;}
.box-news .thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 390 / 390;}
.box-news .content { position: relative; }
.box-news .date { display: inline-block; font-weight: bold; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.box-news .name { font-size: 18px; font-weight: 600; margin-bottom: 0px; text-transform: uppercase; color: #000; }
.box-news .name a { -webkit-line-clamp: 2;}
.box-news .desc { -webkit-line-clamp: 3; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #565656; }

.box-project-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.box-project-index-2 {
	display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.box-project-index.swiper { overflow: unset !important; }
.box-project-index .box, .box-project .box { position: relative; overflow: hidden; }
.box-project-index .content, .box-project .content { display: flex; align-items: center;  position: absolute; left: 0px; right: 0px; bottom: 0px; margin-bottom: 0px; padding-top: 29px; padding-bottom: 29px; background: #00000066; color: #fff; }
.box-project-index .name {  font-size: 30px; font-weight: 900; -webkit-line-clamp: 2; padding-left: 65px; padding-right: 65px; margin-bottom: 0px; }
.box-project-index .scale, .box-project .scale { flex-shrink: 0; position: relative; padding-left: 100px; padding-right: 50px;  font-size: 30px;  font-weight: 600; margin-bottom: 0px; border-left: 1px solid #fff;}
.box-project-index .year, .box-project .year { flex-shrink: 0; position: relative; padding-left: 100px; padding-right: 50px;  font-size: 30px;  font-weight: 600; margin-bottom: 0px; border-left: 1px solid #fff;}
.box-project-index .scale::before, .box-project-index .year::before { content: ''; position: absolute; left: 40px; width: 46px; height: 46px;  }
.box-project-index .scale::before, .box-project .scale::before { background: url(../images/icon-scale-project.webp) no-repeat left  center;     background-size: contain; }
.box-project-index .year::before, .box-project .year::before  { background: url(../images/icon-date-project.webp) no-repeat left center;     background-size: contain; }
.box-project .scale::before, .box-project .year::before {  content: ''; position: absolute; left: 15px;  width: 20px; height: 20px; }
.box-project .name  { font-size: 15px; font-weight: bold; -webkit-line-clamp: 2; padding-left: 15px; padding-right: 15px; margin-bottom: 0px; }
.box-project .scale, .box-project .year { font-size: 15px; padding-left: 45px; padding-right: 15px; }

.box-album-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.box-album .box { position: relative; overflow: hidden; border-radius: 15px;}
.box-album .box:after { content: ''; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-color: #00000030; pointer-events: none; opacity: 0;}
.box-album .box:hover:after { opacity: 1; transition: all 0.5s; }
.box-album .name { position: absolute; z-index: 1; bottom: 15px; left: 15px; right: 15px; font-weight: bold; font-size: 15px; text-transform: uppercase;  text-align: center; color: #fff; -moz-transform: translate(0px, 200%);
-webkit-transform: translate(0px, 200%);
-o-transform: translate(0px, 200%);
-ms-transform: translate(0px, 200%);
transform: translate(0px, 200%);}
.box-album .box:hover .name { position: absolute; z-index: 1; bottom: 15px; left: 15px; right: 15px; font-weight: bold; font-size: 15px; text-transform: uppercase;  text-align: center; color: #fff; -moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);}


.box-album-detail {}
.box-album-detail-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}
.box-album-detail-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}
.box-album-detail .box { overflow: hidden; border-radius: 10px; cursor: pointer; }

.box-album-photo-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.box-album-photo .box { cursor: pointer; overflow: hidden; border: 4px solid #fff; border-radius: 16px;}

.box-video-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.box-video .box { position: relative; text-align: center; cursor: pointer;}
.box-video .box.bt { float: left; margin: 15px 30px 15px 0px; width: calc((100% + 30px) / 3 - 30px); width: -moz-calc((100% + 30px) / 3 - 30px); width: -webkit-calc((100% + 30px) / 3 - 30px);}
.box-video .box.bt:nth-child(3n) { margin-right: 0px;}
.box-video .box.bt:nth-child(3n+1) { clear: both;}
.box-video .thumb { position: relative; overflow: hidden; display: block; border-radius: 20px;}
.box-video i, .video-main i { position: absolute; z-index: 1; top: 50%; left: 50%; color: #fff; font-size: 70px; opacity: 0.6}
.box-video .box:hover i, .video-main:hover i { opacity: 1; color:#f00;}
.box-video .box:hover i:before, .video-main:hover i:before { position: relative; z-index: 1;}
.box-video .box:hover i:after, .video-main:hover i:after { content: ''; position: absolute; margin: auto; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 50%; height: 50%; background-color: #fff;}
.box-video .name { margin-top: 10px; font-weight: bold; text-transform: uppercase; -webkit-line-clamp: 2;}


.box-brand-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.box-brand.home {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(10, 113, 186, 0.30);
}
.box-brand  .box {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	overflow: hidden;
}


.box-answer { max-width: 1000px; margin: auto; padding: 0px; list-style: none; }
.box-answer li {}
.box-answer li:not(:last-child) { margin-bottom: 10px;}
.box-answer .name { cursor: pointer; position: relative; font-size: 16px; font-weight: bold; margin-bottom: 0px; padding: 9px 20px; border-radius: 10px; background: #fff;  }
.box-answer .desc { margin-top: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 0px; }
.box-answer .name:not(.collapsed) { background: var(--color-main);}
/*.btn-extend-answer { cursor: pointer; position: absolute; margin: auto; width: 20px; height: 20px; top: 0px; bottom: 0px; right: 0px; line-height: 1.0; }
.btn-extend-answer:not(.collapsed):before { content: "\f068"; }*/

.box-partner .box { overflow: hidden; background-color: #fff;}

/**/
.category_menu{position:relative;width:100%;z-index: 998;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); border-top-left-radius: 10px; border-top-right-radius: 10px; }
.category_menu.v-none > .nicescl{display:none;top:100%}
.category_menu .title{ line-height: 1.0; padding: 12px 8px; cursor:pointer;font-weight:500;font-size:15px; background: var(--color-main); border-top-left-radius: 8px; border-top-right-radius: 8px;}
.category_menu .title svg { margin-right: 10px;}
.category_menu ul{padding:0;margin:0;list-style:none;text-align:left;background-color:#fff;}
.category_menu .content { height: 469px; padding: 0px; }
.category_menu .nicescl{position:absolute;width:100%;left:0;top:100%; border-top: none; font-size: 15px;/*box-shadow: 0px 3px 3px #0000001f;*/}
.category_menu .nicescl_list {    box-shadow: 0px 3px 3px #0000001f;top: 0px; height:  calc(100%); -webkit-transform:scaleX(0);transform:scaleX(0);width:100%;display:none;position:absolute;z-index:var(--z-index-hover);left:calc(100% - 10px);left:-moz-calc(100% - 10px);left:-webkit-calc(100% - 10px);}
.category_menu ul img { margin-right: 10px;}
.category_menu li a{ position: relative; display:block; color: #1A1A1A;}
.category_menu .nicescl > ul > li > a { padding: 12px; }
.category_menu ul ul > li > a { padding: 10px 20px; }
.category_menu ul ul{height: 100%; overflow:auto;}
.category_menu ul > li:hover > .nicescl_list{display:block;-webkit-animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both;animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both}
.category_menu ul > li:last-child{border-bottom:none}
.category_menu li:hover > a{background-color:#00000008}
.category_menu ul i { position: absolute; right: 12px; top: 50% }
.category_menu > .nicescl > ul > li > a { display: flex; align-items: center;}
.category_menu > .nicescl > ul > li > a > img { flex-shrink: 0;}
@-webkit-keyframes scale-up-hor-left {
0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}
100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}
}
@keyframes scale-up-hor-left {
0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}
100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}
}
.custom_category_menu {
overflow: auto;
}

.custom_category_menu::-webkit-scrollbar {
	width: 3px;
}

.custom_category_menu::-webkit-scrollbar-track {
	background: #ffffff;
}

.custom_category_menu::-webkit-scrollbar-thumb {
	background-color: var(--color-main);
	border-radius: 3px;
	border: 0px solid #ffffff;
}
/**/
.category .title { display: block; font-size: 18px; color: #fff; background-color: var(--color-main); font-weight: bold; text-align: center; text-transform: uppercase; padding: 10px 5px;}
.category .content { border: 1px solid #ccc;}
.category ul { list-style: none; padding: 0px; margin: 0px;}
.category ul ul { display: none; margin-left: 10px; border-left: 1px solid var(--color-main);}
.category li { position: relative;}
.category a { display: block; padding: 10px 15px 10px 10px; text-transform: uppercase; font-weight: bold;}
.category ul ul a { padding: 10px 15px 10px 10px; font-weight: 500; }
.category ul ul ul a { padding: 6px 10px 6px 10px; }
.btn-category { position: absolute; top: 12px; right: 0px; width: 15px; height: 15px; text-align: center; cursor: pointer;}
.category li.active > .btn-category { -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
/**/
.page-link, .page-link:hover { color:  var(--color-main);}
.page-item.active .page-link {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
/**/
.tabs { list-style: none; text-align: center; padding: 0px; margin: 0px; font-size: 18px; font-weight: 600; font-style: italic;}
.tabs .item { display: inline-block; cursor: pointer; border: 1px solid #E4BD22; border-radius: 8px;  margin: 9px 18px 9px 0px; padding: 11px 38px;}
.tabs .item:last-child { margin: 0px;}
.tabs .item.active { background: linear-gradient(180deg, #F3CC32 0%, #FFE88E 48.08%, #F3CC32 100%) }


.custom_scrollbar::-webkit-scrollbar {
	width: 3px;
}

.custom_scrollbar::-webkit-scrollbar-track {
	background: #ffffff;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--color-main);
	border-radius: 3px;
	border: 0px solid #ffffff;
}
/**/
.wrap-banner-detail { position: relative; }
.wrap-banner-detail::after { content: ''; position: absolute; z-index: 1; bottom: 0px; top:  0px; left: 0px; right: 0px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 91.53%);}
.info-banner-detail { position: absolute; z-index: 2; left: 0px; right: 0px; bottom: 0px; }
.info-banner-detail  .name { color: #fff; text-transform: uppercase; font-size: 50px; }
.info-banner-detail .breadCrumbs { background: transparent; }
.info-banner-detail .breadCrumbs ol li a { color: #fff; }
.mmt { margin-top: 70px;}
.wrap-about { background: urL(../images/bg-about.webp) no-repeat center; background-size: cover; padding: 40px 0px 30px 0px; }
.wrap-about .item-1 { width: 55%; }
.wrap-about .item-2 { width: 44%; }
.name-about { display: inline-block; text-transform: uppercase; font-size: 35px; font-weight: 900; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 5px; }
.desc-about { font-size: 20px; font-weight: bold; color: #1A242B; line-height: 1.2; }
.content-about { margin: 30px 0px 30px 0px; line-height: 2.0; font-size: 16px; font-weight: 500; color: #000; }
.ts-about { list-style: none; padding: 0px; margin: 0px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.ts-about li { width: 47%; display: flex; justify-content: space-between; align-items: center; margin: 17.5px 0px;}
.ts-about li img { flex-shrink: 0; }
.ts-about li .content { padding-left: 25px; flex-grow: 1; }
.ts-about .numb { margin-bottom: 0px; line-height: 1.0; display: inline-block; font-size: 72px;  font-family: 'NotoSans'; font-weight: 600; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ts-about .name { font-size: 15px; font-weight: bold; text-transform: uppercase; margin-bottom: 0px; }
.wrap-service-index { position: relative;}
.wrap-service-index::before { content: ''; position: absolute; pointer-events: none; top: 0px; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(180deg, rgba(45, 99, 191, 0.80) 0%, rgba(24, 37, 43, 0.80) 100%);}
.content-service-index { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; min-height: 968px;  }
.wrap-service-index .info { max-width: 730px; text-align: right; margin-left: auto; margin-right: 0px; margin-top: 10%; }
.title-service-index { font-size: 20px;  font-weight: 800; color: var(--color-main); }
.title-service-index svg { vertical-align: middle; }
.desc-service-index { font-weight: bold; font-size: 42px; color: #fff; margin-bottom: 0px; line-height: 1.3; }
.box-service-index { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin-bottom: 50px;}
.box-service-index .box { color: #fff; min-height: 163px; width: calc(50% - 20px); transition: all 0.3s ease; padding: 23px; display: flex; flex-direction: column; justify-content: flex-end; flex-wrap: wrap; color: #fff; background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.30) 20%, transparent 100%);}
.box-service-index .box .box-alg { display: flex; flex-wrap: wrap; align-items: flex-end; }
.box-service-index .box:hover { min-height: 400px; }
.box-service-index img { flex-shrink: 0; margin-top: -55px; }
.box-service-index .sub { text-shadow: 0 4px 2px #18252B; font-size: 30px; font-weight: 700; text-transform: uppercase; margin-bottom: 0px; margin-left: 15px; }
.box-service-index .name { width: 100%; margin-bottom: 0px; font-size: 40px; font-weight: 900; text-transform: uppercase; text-shadow: 0 4px 2px #18252B;  }
.wrap-partner { background: url(../images/bg-map.webp) no-repeat center; padding: 65px 0px; }
.wrap-partner .item:not(:last-child) { margin-bottom: 40px; }
.title-line { position: relative; display:  inline-block; font-weight: 900; font-size: 45px; text-transform: uppercase; color: var(--color-main); }
.title-line::after { content: '';  position: absolute; top: 0px; bottom: 0px; left: 100%; margin: auto; margin-left: 15px; width: 70px; height: 5px; background: linear-gradient(90deg, #00772C 0%, #004599 100%); } 
.box-partner { box-shadow: 0 4px 10px 0 #368BE0; background-color: #fff; padding: 30px 0px; border-radius: 10px;}
.wrap-project { padding: 75px 0px; overflow: hidden; background: url(../images/bg-project.webp) no-repeat center; background-size: cover; }
.title-project { margin-bottom: 45px; }
.title-project .name { margin-bottom: 0px; font-weight: 900; font-size: 48px; text-transform: uppercase; color: #fff; }
.title-project .link { font-size: 20px; color: #fff; font-weight: 600; text-transform: uppercase; }
.title-project .link:hover { color: #fff; }
.wrap-invest-story { padding: 30px 0px; }
.content-invest-story { width: 440px; max-width: 100%; padding: 40px; background: linear-gradient(180deg, rgba(0, 119, 58, 0.80) -21.48%, rgba(17, 69, 152, 0.80) 87.85%); color: #fff; }
.wrap-invest-story .wrap-content { min-height: 965px; }
.wrap-invest-story .title { font-size: 32px; font-weight: bold; color: #fff; text-transform: uppercase; }
.wrap-invest-story .desc { text-align: justify; line-height: 2.0; -webkit-line-clamp: 10; margin-top: 15px; }
.wrap-invest-story .link { display: inline-block; margin-top: 20px; padding: 9.5px 20px; background-color: #fff; color: #1A242B; font-weight: bold; font-size: 14px; text-transform: uppercase; } 
.wrap-invest-story .link:hover { color: #1A242B; }
.wrap-sustain-dev { background: url(../images/bg-subtain.webp) no-repeat left center; background-size: cover; padding: 70px 0px 95px 0px; }
.title-sustain-dev { position: relative; }
.line-sustain-dev { position: absolute; right: 0px; top: 0px; bottom: 0px; margin: auto;pointer-events: none; }
.title-sustain-dev .title-top { text-transform: uppercase; color: #FFD61E; font-size: 35px; font-weight: 800; margin-bottom: 0px; } 
.title-sustain-dev .title-bot { font-weight: bold; font-size: 20px; color: #fff; line-height: 1.2; max-width: 770px; }
.box-sustain-dev { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; margin-top: 40px; }
.box-sustain-dev .box { text-align: center; padding: 25px; border-radius: 10px; color: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.30) 100%); }
.box-sustain-dev .thumb { display: inline-block; border-radius: 50%; background:  #567BBE; background: linear-gradient(163deg, #567BBE -32.21%, #004599 87.02%); }
.box-sustain-dev .name { font-size: 30px; font-weight: 800; text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;  }
.box-sustain-dev .desc { font-size: 16px; line-height: 2.0; text-align: justify; }
.wrap-news { background: url(../images/bg-news.webp) no-repeat center; background-size: cover; padding: 70px 0px; }
.title-news { margin-bottom: 40px; }
.title-news-top { margin-bottom: 0px; font-weight: 800; font-size: 20px; text-transform: uppercase; display: inline-block; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.title-news-bot { font-size: 48px; font-weight: bold; color: #114598; text-transform: uppercase;}
.box-news .swiper-slide { padding: 0px 30px !important; }
.box-news .swiper-slide:not(:last-child) { border-right: 1px solid #1A242B; }
.box-news.swiper.swiper-initialized .swiper-wrapper {}
.wrap-contact:not(.wrap-contact-detail) { background: url(../images/bg-contact.webp) no-repeat center; background-size: cover; padding: 70px 0px; overflow: hidden; }
.wrap-contact .item-1 { width: 48%; }
.wrap-contact .item-2 { width: 48%; }
#form-contact { display: flex; flex-wrap: wrap; justify-content: space-between; }
#form-contact .form-control { border-color: #9ABCE7; border-radius: 0px; }
#form-contact .contact-input-2 { width: calc(50% - 5px); margin-bottom: 10px; }
#form-contact .contact-input-1 { width: 100%; margin-bottom: 10px;}
#form-contact textarea.form-control { min-height: 130px; }
#form-contact .btn-primary { padding: 14px 30px; display: inline-block; font-weight: 700; background: linear-gradient(180deg, #00773A -21.48%, #114598 87.85%); color: #fff; border-color: transparent; border-radius: 0px; text-transform: uppercase;}
.info-company-home { list-style: none; padding: 0px; margin: 0px; font-size: 16px; font-weight: 600; color: #1A242B; }
.info-company-home li { position: relative; min-height: 90px; display: flex; align-items: center; padding-left: 110px; }
.info-company-home li::before { content: ''; position: absolute; left:  0px; top:  0px; bottom: 0px; margin: auto; width: 90px; height: 90px; }
.info-company-home li.phone::before { background: url(../images/icon-company-phone.webp) no-repeat center; background-size: contain; }
.info-company-home li.email::before { background: url(../images/icon-company-email.webp) no-repeat center; background-size: contain;}
.info-company-home li.address::before { background: url(../images/icon-company-map.webp) no-repeat center; background-size: contain;}
.info-company-home li:not(:last-child) { margin-bottom: 20px; }
.info-company-home .title, .info-company-home .desc { margin-bottom: 0px; } 
.info-company-home .phone .desc, .info-company-home .email .desc { color: var(--color-main); }
#form-newsletter { border: 1px solid #fff; display: flex; }
#form-newsletter input[type="email"] { background-color: transparent; border: none; padding: .75rem .75rem; color: #fff; }
#form-newsletter input[type="submit"] { font-size: 14px; font-weight: 800; text-transform: uppercase; width: 120px; border-radius: 0px; }
#form-newsletter input::placeholder {
  color: #fff;
}

/* Internet Explorer 10–11 */
#form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.slideshow-main {
    position: relative;
}
/* Microsoft Edge */
#form-newsletter input::-ms-input-placeholder {
  color: #fff;
}
.box-member .box { text-align: center;}
.box-member .thumb-content { position: relative; display: inline-block; max-width: 180px; }
.box-member .thumb { display: block; overflow: hidden; position: relative; border-radius: 50%; background: linear-gradient(202deg, rgba(21, 67, 150, 0.00) 35.85%, #154396 86.26%);}
.box-member .icon { position: absolute; bottom: 0px; right: 0px; width: 60px; height: 60px; background: url(../images/icon-next-member.png) no-repeat center;  }
.box-member .content { padding-top: 20px; }
.box-member .name { font-size: 18px; font-weight: 600; text-transform: uppercase; color: #064624;}
.box-member .desc { font-size: 15px; color: #1A1A1A; margin-bottom: 0px;}
.box-member-big { max-width: 1000px; margin: auto; margin-bottom: 30px;}
.box-member-big .item-1 { width: 28%; position: relative;}
.box-member-big .item-2 { width: 23%;}
.box-member-big .item-3 { width: 34%;}
.box-member-big .title { text-align: center; font-size: 45px; font-weight: bold; text-transform: uppercase; color: var(--color-main); line-height: 1.2;}
.box-member-big .thumb { display: inline-block;  border-radius: 50%; background: linear-gradient(202deg, rgba(21, 67, 150, 0.00) 35.85%, #154396 86.26%); overflow: hidden; }
.box-member-big .name { font-size: 25px; font-weight: 600; color: #064624; text-transform: uppercase; margin-bottom: 5px;}
.box-member-big .desc { font-size: 18px; font-weight: 600; margin-bottom: 0px;}
.link-googlemaps { display: inline-block; margin-top: 15px; color: #fff; text-decoration: underline !important; font-weight: bold; font-size: 14px;  }
.wrap-companion { padding: 90px 0px; }
.wrap-companion .item-1 { width: 31%; }
.wrap-companion .item-2 { width: 66%; }
.wrap-companion .name { font-weight: bold; font-size: 36px; color: #1A242B; line-height: 1.3; margin-bottom: 10px; }
.wrap-companion .desc { text-align: justify; line-height: 2.0; margin-bottom: 0px; }

.fp-table {
    
}
.wrap-section {
    padding-top: 101px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
	height: 100%;
	position: relative;
	min-height: 900px;
}
.wrap-vision { overflow: hidden; background: url(../images/bg-vision.webp) no-repeat center; background-size: cover; padding: 60px 0px;}
.wrap-vision-content { margin: auto; min-width:1200px; }
.box-vision {  display: flex; flex-wrap: wrap;justify-content: space-between; min-height: 400px;}
.box-vision .box { color: #fff; width: 48%; }
.box-vision .box:nth-child(1) { align-self: flex-start; }
.box-vision .box:nth-child(2) { align-self: flex-end; }
.box-vision .box-alg { max-width: 385px; margin: auto;}
.box-vision .name { font-weight: bold; text-transform: uppercase; font-size: 40px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #fff;}
.box-vision .desc { font-size: 14px; font-weight: 500; margin-bottom: 0px; text-align: justify;}

.wrap-vis-mission { max-width: 1920px; margin: auto; }
.box-vis-mission { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));}
.wrap-vis-mission .box { min-height: 900px; display: flex; }
.wrap-vis-mission .name { font-weight: bold; font-size: 60px; color: var(--color-main); margin-bottom: 0px; }
.wrap-vis-mission .desc { font-weight: 500; font-size: 15px; color: #000; -webkit-line-clamp: 6; margin-bottom: 0px; line-height: 2.0;} 
.wrap-vis-mission .box:nth-child(1) { justify-content: flex-end; background: #f2f2f2; }
.wrap-vis-mission .box:nth-child(2) { background-color: #e0e0e0; }
.wrap-vis-mission .box:nth-child(1) .box-alg { align-self: flex-start; }
.wrap-vis-mission .box:nth-child(2) .box-alg { align-self: flex-end; }
.box-vis-mission .box:nth-child(1) .box-alg { margin-right: 80px; margin-top: 100px; max-width: 430px; text-align: right; }
.box-vis-mission .box:nth-child(2) .box-alg { margin-left: 80px; margin-bottom: 100px; max-width: 430px; text-align: left; }
.wrap-core-values { padding: 60px 0px 110px 0px; background: url(../images/bg-core-value.webp) no-repeat center; background-size: cover; }
.wrap-core-values .item-1 { width: 42%; }
.wrap-core-values .item-2 {}
.corevalues .name { font-weight: bold; font-size: 48px; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.corevalues .desc { text-align: justify; color: #000; font-size: 15px; font-weight: 500; margin-top: 20px; line-height: 2.0; margin-bottom: 0px; }
.corevalues .desc::after { content: ''; display: block; margin-top: 20px; width: 100px; height: 2px; background: linear-gradient(90deg, #00772C 0%, #004599 100%);}
.yearformat { padding-top: 73px; padding-bottom: 195px; padding-right: 113px; background: url(../images/line-yearformat.webp) no-repeat right center; }
.yearformat .name { font-size: 300px; font-weight: 900; color: var(--color-main); line-height: 0.8; }
.yearformat .desc { font-size: 48px; color: #1A242B; font-weight: 600; margin-bottom: 0px; white-space: pre-line; line-height: 2.0; }
.wrap-message .item-1 { width: 61%; padding: 70px; position: relative; border: 1px solid #00772C; align-self: flex-start;}
.wrap-message .item-2 { width: 38%; background: url(../images/bg-procedure.webp) no-repeat center bottom; background-size: 100% auto; align-self: flex-end;}
.message-ad .icon { display: block; }
.message-ad .title { margin-top: 15px; margin-bottom: 0px; display: inline-block; font-size: 18px; font-weight: bold; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.manager-ad { text-align: center; }
.manager-ad .avt { display: inline-block; border-radius: 50%; overflow: hidden; }
.manager-ad .name { font-size: 18px; font-weight: 800; color: #142453; margin-top: 15px; margin-bottom: 0px;}
.manager-ad .desc { font-size: 14px; font-weight: 600; color: #142453; margin-bottom: 0px; }
.box-regent .box { text-align: center; border: 1px solid; border-image: linear-gradient(to right, #1F7535, #194493) 1; }
.box-regent .content { padding: 15px; }
.box-regent .name { text-transform: uppercase; font-weight: bold; font-size: 20px; color: var(--color-main);  margin-bottom: 0px; }
.box-regent .desc { text-transform: capitalize; font-size: 14px; color: #1A242B; font-weight: 600; margin-bottom: 0px; }
.wrap-history { padding: 80px 0px; background: url(../images/bg-history.webp) no-repeat center bottom, linear-gradient(180deg, #F6FBFE 0%, #F6FBFE 16.67%, #CDE2F7 56.68%, #CDE2F7 100%); background-size: 100% auto; }
.box-history-company { max-width: 985px; margin: auto; position: relative; }
.box-history-company::before { content: ''; position: absolute; top:  0px; left: 0px; right: 0px; margin: auto; height: 100%; width: 1px; background: var(--color-main); }
.box-history-company .box { position: relative; display: flex; align-items: center; justify-content: space-between; }
.box-history-company .box:nth-child(2n+1) {}
.box-history-company .box:nth-child(2n) { flex-direction: row-reverse; }
.box-history-company .box:not(:last-child) { margin-bottom: 20px; }
.box-history-company .thumb { width: 44%; border-radius: 10px; overflow: hidden; }
.box-history-company .content { width: 44%; }
.box-history-company .year { font-size: 90px; font-weight: 600; color: var(--color-main); line-height: 1.0; margin-bottom: 0px;}
.box-history-company .name { font-size: 18px;  font-weight: bold; text-transform: uppercase; color: #000; margin-bottom: 5px; }
.box-history-company .desc { font-size: 14px; color: #000; -webkit-line-clamp: 3; line-height: 2.0; margin-bottom: 0px;}
.box-history-company .line { position: absolute; top:  0px; bottom: 0px; left: 0px; right: 0px; margin: auto; width: 40px; height: 40px; border: 1px solid var(--color-main); background: #fff; border-radius: 50%; }
.box-history-company .line::after { content: ''; opacity: 0; position: absolute; top:  0px; bottom: 0px; left: 0px; right: 0px; margin: auto;  border-radius: 50%; width: 24px; height: 24px; background: var(--color-main);  }
.box-history-company .box:hover .line::after { opacity: 1; }
.wrap-service {}
.wrap-warehouse { padding: 100px 0px; background: url(../images/bg-warehouse.webp) no-repeat center; background-size: cover; }
.box-warehouse {  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 45px; text-align: center; }
.box-warehouse .box { color: #fff }
.box-warehouse .name { font-weight: bold; font-size: 20px; margin-top: 20px; margin-bottom: 10px;}
.box-warehouse .desc { font-size: 14px; margin-bottom: 0px; text-align: justify; line-height: 2.0; -webkit-line-clamp:  4}
.box-buss-model { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.box-buss-model .sub-main-1 { font-size: 31px;}
.title-buss-model { font-weight: bold; font-size: 20px; line-height: 1.3; margin-bottom: 10px; }
.desc-buss-model { font-weight: 500; line-height: 2.0; margin-bottom: 0px; }
.box-buss-model .box-bg { background: linear-gradient(180deg, #F1F9FE 0%, #ECF7FE 100%); padding: 40px;}
.box-buss-model .name { text-transform: uppercase; font-weight: 800; font-size: 18px; line-height: 1.3; margin-top: 15px; margin-bottom: 10px;  }
.box-buss-model .desc { font-weight: 500; font-size: 14px; line-height: 2.0;  -webkit-line-clamp: 4; }
.wrap-procedure { background: url(../images/bg-procedure.webp) no-repeat center; background-size: cover; padding: 80px 0px; }
.wrap-procedure .item-1 { width: 42%; }
.wrap-procedure .item-2 { width: 40%; }
.wrap-procedure .item-3 { width: 70%; }
.wrap-procedure .item-4 { width: 28%; border-radius: 10px; background: #fff; padding: 35px; }
.wrap-procedure .item-5 { background: rgb(255 255 255 / 80%); padding: 35px;}
.title-procedure { font-size: 36px; font-weight: bold; margin-bottom: 0px; }
.desc-procedure { margin-bottom: 0px; font-weight: 800; font-size: 48px; background: linear-gradient(90deg, #00772C 0%, #004599 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.content-procedure { margin-bottom: 0px; font-size: 38px; color: var(--color-main); font-weight: bold; line-height: 1.3; }
.title-gtgt { font-weight: bold; font-size: 20px; margin-bottom: 12px; }
.content-gtgt {}
.content-gtgt ul { list-style: none; padding: 0px; margin: 0px; font-size: 14px; font-weight: 600; color: #142453;}
.content-gtgt li { background: url(../images/icon-list-type.webp) no-repeat left center; padding-left: 40px; }
.content-gtgt li:not(:last-child) { margin-bottom: 20px; }
.wrap-support .item-1, .wrap-support .item-2 { width: 48%; }
.title-support { text-align: center; text-transform: uppercase; font-size: 33px; font-weight: bold; }
.title-support::after { content: ''; display: block; margin: auto; margin-top: 10px; border-radius: 50px; width: 200px; height: 3px; background:  #00772C;  background: linear-gradient(90deg, #00772C 0%, #004599 100%);}
.box-support-customer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));}
.box-support-customer .box { text-align: center; background: #F1F9FF; font-size: 20px; font-weight: bold; padding: 10px; min-height: 173px; display: flex; justify-content: center; align-items: center; }
.box-support-customer .box-alg { max-width: 170px; white-space: pre-line; text-align: center; }
.box-support-customer .box:nth-child(2n+2) { background-color: #214493; color: #fff; }
.box-support-service  { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 65px 0px; }
.box-support-service .box { position: relative; max-width: 220px; text-align: center;}
.box-support-service .boxx {  width: 50%; }
.box-support-service .boxx:nth-child(2n) .box { margin-left: auto; margin-right: 0px; }
.box-support-service .numb { position: relative; text-align: center; display: inline-block; width: 103px; height: 103px; line-height: 103px; border-radius: 50%; border: 1px solid var(--color-main); color: var(--color-main); font-size: 60px; font-weight: bold; }
.box-support-service .name { font-weight: bold; font-size: 20px; text-transform: uppercase; color: var(--color-main); margin-bottom: 0px;}
.box-support-service .desc { margin-bottom: 0px !important; }
.box-support-service .numb::before { content: ''; position: absolute; width: 14px; height: 14px; background: var(--color-main); border-radius: 50%; }
.box-support-service .boxx:nth-child(1) .numb::after { content: ''; position: absolute; top:  0px; bottom: 0px; left: 100%; margin: auto; width: calc(300% - 103px / 2); height: 1px; background: var(--color-main); }
.box-support-service .boxx:nth-child(2) .numb::before { top: 0px; bottom: 0px; left: -8px; margin: auto; }
.box-support-service .boxx:nth-child(2) .box::after, .box-support-service .boxx:nth-child(4) .box::after { content: ''; position: absolute; left:  0px; right: 0px; top: 100%; margin: auto; width: 1px; height: 70px; background: var(--color-main);  }
.box-support-service .boxx:nth-child(3) .numb::before { left: 0px; right: 0px; top: -8px; margin: auto; }
.box-support-service .boxx:nth-child(3) .numb::after { content: ''; position: absolute; top:  0px; bottom: 0px; right: 100%; margin: auto; width: calc(300% - 103px / 2); height: 1px; background: var(--color-main); }
.box-support-service .boxx:nth-child(4) .numb::before { top: 0px; bottom: 0px; right: -8px; margin: auto; }
.box-support-service .boxx:nth-child(5) .numb::before { left: 0px; right: 0px; top: -8px; margin: auto; }
.box-support-service .boxx:nth-child(1) .numb::before { display: none; }
.box-support-service .boxx:nth-child(1) { order: 1 }
.box-support-service .boxx:nth-child(2) { order: 2 }
.box-support-service .boxx:nth-child(3) { order: 4 }
.box-support-service .boxx:nth-child(4) { order: 3 }
.box-support-service .boxx:nth-child(5) { order: 5 }
.box-support-service .boxx:nth-child(3) .box   { margin-left: auto; margin-right: 0px; }
.box-support-service .boxx:nth-child(4) .box  { margin-left: 0px; margin-right: auto; }

.project-detail-item:not(:last-child) { margin-bottom: 40px; }
.project-detail-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.project-detail-top-left { width: 65%; }
.project-detail-top-right { width: 30%; box-shadow: 0px 0px 10px #00000033; padding: 30px; }

.project-detail-name { font-size: 35px; color: var(--color-main); font-weight: bold; line-height: 1.3; }
.list-project-detail { list-style: none; padding: 0px; margin: 0px; }
.list-project-detail  li { position: relative; padding:  10px 0px; padding-left: 45px; }
.list-project-detail  li:not(:last-child) { border-bottom: 1px solid #ccc; }
.list-project-detail .name { font-weight: bold; margin-bottom: 0px; font-size: 15px; }
.list-project-detail .desc { font-weight: bold; color: var(--color-main); margin-bottom: 0px; font-size: 22px; }
.list-project-detail .icon { position: absolute; left: 0px; top: 20px; font-size: 27px; }


.project-detail-title { font-weight: bold; font-size: 25px; color: var(--color-main); }
.project-detail-content { margin-top: 20px; }
.project-detail-map iframe { display: block; width: 100%; height: 350px !important; }


.table-recruitment thead tr { background-color: var(--color-main); color: #fff; }
.table-recruitment td:nth-child(1), .table-recruitment th:nth-child(1) { text-align: right; }
.table-recruitment:not(.table-recruitment-mobile) tbody, .table-recruitment:not(.table-recruitment-mobile) thead { font-size: 18px; }
.table-recruitment tbody tr:nth-child(2n) { background: #f4fbff; }
.table-recruitment:not(.table-recruitment-mobile) td:nth-child(1), .table-recruitment:not(.table-recruitment-mobile) th:nth-child(1) { width: 50px; }
.table-recruitment:not(.table-recruitment-mobile) td:nth-child(2), .table-recruitment:not(.table-recruitment-mobile) th:nth-child(2) { width: 50%; }
.table-recruitment:not(.table-recruitment-mobile) td:nth-child(3), .table-recruitment:not(.table-recruitment-mobile) th:nth-child(3) { width: 15%; }
.table-recruitment:not(.table-recruitment-mobile) td:nth-child(4), .table-recruitment:not(.table-recruitment-mobile) th:nth-child(4) { width: 15%; }
.table-recruitment:not(.table-recruitment-mobile) td:nth-child(5), .table-recruitment:not(.table-recruitment-mobile) th:nth-child(5) { width: 15%; }
.table-recruitment.table-recruitment-mobile td:nth-child(1), .table-recruitment.table-recruitment-mobile th:nth-child(1) { width: 50px; }
.table-recruitment.table-recruitment-mobile td:nth-child(2), .table-recruitment.table-recruitment-mobile th:nth-child(2) { width: 100%; }
.table-recruitment.table-recruitment-mobile tbody, .table-recruitment.table-recruitment-mobile thead { font-size: 14px; }
.table-recruitment.table-recruitment-mobile p:not(:last-child) { margin-bottom: 5px; }
.link-recruitment { display: inline-block; padding: 5px 20px; border: 1px solid var(--color-main); color: var(--color-main); font-size: 12px; text-transform: uppercase; font-weight: 600; }
.link-recruitment:hover { background-color: var(--color-main); color: #fff; }

.tool-recruitment { display: flex; margin-bottom: 30px; border-bottom: 1px solid #ddd; overflow-x: auto; }
.tool-recruitment a { padding: 10px 20px; color: #000; font-weight: bold; text-transform: uppercase; flex-shrink: 0; }
.tool-recruitment a.active { background: var(--color-main); color: #fff; }

.tab-news a { text-transform: uppercase; font-weight: bold; display: inline-block; margin: 4px 0px; padding: 10px 20px; background-color: var(--color-main); color: #fff; }
.tab-news a:not(:last-child) { margin-right: 4px; }
.tab-news a:hover { background: var(--color-hover); }

[data-aos] {
  visibility: hidden;
}

[data-aos].aos-animate {
  visibility: visible;
}

[data-aos="cus-1"] {
  transform: scale(1, 0);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transform-origin: bottom center;
  visibility: hidden;
}

[data-aos="cus-1"].aos-animate {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transform-origin: bottom center;
}


.ul-news-detail-rel { list-style: none; padding: 0px; margin: 0px; }
.ul-news-detail-rel li { padding: 10px 0px; }
.ul-news-detail-rel li:not(:last-child) { border-bottom: 1px solid #ccc; }
.box-news.swiper  { padding-right: 12% !important; }

#popupInfo .btn-close { position: absolute;
    right: -15px;
    top: -15px;
    background-color: #fff;
    padding: 10px;
    opacity: 1;
    border-radius: 50%; z-index: 2; }
#popupInfo .modal-content { border-radius: 30px; }
.btn-info-member { cursor: pointer;}
.info-member-ajax .item-1 { width: 40%; border-radius: 30px; overflow: hidden; background-color: #00000014;}
.info-member-ajax .item-2 { width: 58%;}
.info-member-ajax .name { margin-bottom: 5px; color: var(--color-main); font-weight: bold; font-size: 30px; text-transform: uppercase;}
.info-member-ajax .position { margin-bottom: 20px; font-size: 16px;}
.info-member-ajax .content {}
.swiper-pagination-regent { text-align: center; margin-top: 20px; }
.swiper-pagination-regent  .swiper-pagination-bullet { background: var(--color-main); }

.project-detail-btn { position: relative; cursor: pointer; }
.project-detail-btn i { position: absolute; top: 0px; bottom: 0px; right: 0px; margin: auto; width: 21px; height: 24px; }
.project-detail-btn i::before, .project-detail-btn i::after { content: ''; position: absolute; background: #989898; }
.project-detail-btn i::before { left: 0px; top: 0px; bottom: 0px; margin: auto; width: 100%; height: 1px; }
.project-detail-btn i::after { left: 0px; right: 0px; width: 1px;  margin: auto; height: 100%; }
.project-detail-content-view { display: none; }
.project-detail-item.active .project-detail-content-view { display: block; }
.project-detail-item-shadow { box-shadow: 0px 0px 15px #0000001f; }
.project-detail-item-pad { padding: 30px; } 

.btn-advisory { position: fixed; bottom: 20px; right: 20px; }
.btn-advisory i { color: #fff; font-size: 25px; background: #154396; }
#form-advisory .newsletter-input { margin-bottom: 20px; }
#form-advisory button[type="submit"] { background: var(--color-main); border-color: var(--color-main); }
.title-popup-recruitment { text-align: center; font-weight: bold; font-size: 25px; text-transform: uppercase; color: var(--color-main); }
#popupAdvisory .btn-close { position: absolute; right: -15px; top: -15px; background-color: #fff; padding: 10px; opacity: 1; border-radius: 50%; z-index: 2; }
.form-floating-select.form-floating>.form-control:focus, .form-floating-select.form-floating>.form-control:not(:placeholder-shown) { padding-top: 0px !important; padding-bottom: 0px !important;}

.box-core-values { margin-top: 30px;}
.box-core-values .name-1 { font-weight: bold; text-align: center; margin-bottom: 0px; margin-top: 10px; font-size: 14px;}
.wrap-companion .thumb { margin-left: auto; margin-right: 0px;}
