/* @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: #333;
	--color-title-detail: #008B83;
	--color-main: #008B83;
	--color-social: #2557ae;
	--color-hover: #008B83;
}

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

.max-width,
.wrap-content {
	max-width:1200px;
	margin: 0px 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; }
.ckeditor ul { list-style: disc;}
.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;}
.sub-main { font-size: 14px; color: #666; text-align: center; margin-bottom: 0px;}
.title-main { font-size: 48px; font-weight: bold; text-transform: uppercase; text-align: center; color: var(--color-main); }
.title-main.title-main-small { font-size: 25px;}
.line-main { margin: auto; margin-top: 10px; width: 187px; height: 10px; background: url(../images/line-title-main.webp) no-repeat center bottom;}
.mmt { margin-top: 60px;}

.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}
/* 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 */
.wrap-header-top { background: #F5F0DA; padding: 7px 0px;}
.wrap-header-top svg { position: absolute; top: 0px; bottom: 0px; left: 0px; margin: 0px;}
.header-address, .header-hotline { margin-bottom: 0px; position: relative; padding-left: 25px;     line-height: 1.0;}
.wrap-header { padding: 5px 0px;}
header { position: relative; z-index: 1000;}
/*header.kho-luu-tru-luat-ai { position: absolute; top: 0px; left: 0px; right: 0px;}
header:not(.kho-luu-tru-luat-ai) #hamburger:before, header:not(.kho-luu-tru-luat-ai) #hamburger:after, header:not(.kho-luu-tru-luat-ai) #hamburger span { background: var(--color-main)}*/
.header-menu-mobile { display: none;}
/*Menu*/
.fix_menu {
	background: #5c4033b3 !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: 0 0 1px #999;
}
/*header.kho-luu-tru-luat-ai .menu > ul > li { color: #fff; }*/
.menu { font-size: 16px; min-width: 810px;}
.menu > ul { gap: 20px;}
.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 > a {
	text-transform: uppercase;
	padding: 14px 0px;
	font-weight: bold;
	font-size: 18px;
}
.menu > ul > li > ul { top: 100% }
.menu ul li a img {
	vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
	color: var(--color-main);
}

.menu ul li ul {
	position: absolute;
	width: 100%;
	min-width: 310px;
	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;
	font-weight: bold;
	font-size: 18px;
}
.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}
.menu ul li.right ul li ul {
	top: 0px;
	left: auto;
	right: 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;
	background-color: var(--color-main);
}
.content-slide-home { position: absolute; z-index: 1; top: 50%; left: 0px; right: 0px; margin: auto; color: #fff; max-width: 930px; text-align: center;}
.content-slide-home .title-slide, .content-slide-index .title-slide { font-weight: bold; font-size: 50px; text-transform: uppercase; line-height: 1.0;}
.content-slide-home .desc-slide, .content-slide-index .desc-slide { font-size: 25px; margin-top: 20px;}
.content-slide-home .link-slide, .content-slide-index .link-slide { margin-top: 20px; padding: 11.5px; min-width: 260px; border-radius: 5px; display: inline-block; font-size: 18px; text-transform: uppercase; text-align: center; font-family: 'BarlowCondensed'; font-weight: bold; color: var(--color-main); background: #fff;}
.content-slide-stratergy { top: 50%; position: absolute; z-index: 1; color: #fff;}
.content-slide-stratergy .title-slide { font-weight: 600; font-size: 48px; text-transform: uppercase; line-height: 1.0; }
.content-slide-stratergy .desc-slide { font-size: 18px; }
.content-slide-stratergy .link-slide { display: inline-block; padding: 14px 25px; font-weight: 600; font-size: 18px; color: #fff !important; border-radius: 0px 0px 25px 0px; background: linear-gradient(90deg, #087B66 0%, #02AA8D 50%, #97E5D5 100%);}
.swiper-pagination-slide .swiper-pagination-bullet { width: 80px; height: 5px; border-radius: 3px; background-color: #FFFFFF;}

.slideshow-home .item-1 { width: 50%; height: 600px; padding-right: 30px; color: #fff; }
.slideshow-home .item-2 { width: 50%; height: 600px; }
.slideshow-home .item-1 .content-alg { max-width: 600px; }
.slideshow-home .item-2 img { height: 100% !important; object-fit: cover; }
.slideshow-home .item {  overflow: hidden; }
/*search*/
.search-show:focus-within { border-color: var(--color-main); }
.search-show { width: 100%; height: 50px; padding-left: 50px; border-radius: 5px; margin-bottom: 50px; position: relative; background-color: #fff; border: 1px solid #ccc;}
.search-show input[type="search"] { font-weight: normal;border: none; height: 100%;  background: transparent; width: 100%; font-size: 15px;}
.search-show input[type="search"]:focus { outline: none !important; box-shadow: none !important;}
.search-show i { position: absolute; font-size: 25px; left: 15px; top: 11px; color: #ccc; }

.btnsearch { display: block; cursor: pointer; text-align: center; width: 40px; height: 40px; line-height: 40px; color: #fff; background-color: var(--color-main); font-size: 18px; border-radius: 50%;}
.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);}
/**/
.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: #f00;
	font-size: 14px;
	font-weight: bold;
}
.box-search .price-product .price-old {
	color: #999;
	text-decoration-line: line-through;
}

/* Mmenu */
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}
.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;
}
.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: #333;
	font-size: 18px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i{
	margin-right: 10px;
}
.menu-mobile ul li li a{
	font-weight: normal;
}
.menu-mobile ul li a:hover{
	color: #f00;
}
.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;
}
.company{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}
.company p{margin-bottom: 5px;font-size: 13px;}
.company p span{
	color: #007bff;
}
.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;
	text-transform: uppercase;
	line-height: inherit;
}

.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 { position: relative; color: #fff; background: #009386;  background: linear-gradient(90deg, #009386 0%, #7EDDCB 100%);}
.info-footer { position: relative; z-index: 1; padding: 65px 0px;}
.info-footer .item-1 { flex-shrink: 0;}
.info-footer .item-2 { width: 40%; max-width: 370px;}
.info-footer .item-3 { width: 25%; max-width: 160px;}
.title-footer {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
	margin-bottom: 20px;
}

.name-company { display: inline-block; margin-bottom: 5px; line-height: 1.0; font-size: 57px; font-family: '1FTVVIPAkeila'; text-transform: uppercase; text-shadow: 0px 4px 7.4px rgba(0, 0, 0, 0.25); margin-bottom: 15px; background: linear-gradient(270deg, #F8EBA3 -3.33%, #F5F0DA 51.31%, #F8EBA3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
.map-footer {
	position: relative;
	border-radius: 500px;
	border: 3px solid #F8EBA3;
	width: 100%;
	height: 333px;
	overflow: hidden;
	margin-top: 40px;
}
.map-footer iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-powered {
	border-top: 1px solid #ffffff2b;
	position: relative;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	font-size: 16px;
}

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

.social-footer { margin-top: 20px;}
.social-footer a { display: inline-block; vertical-align: middle; margin:  3px 0px;}

.ul-footer {
	list-style: none; 
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

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


/* 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;
	border-radius: 15px;
}
.list-video {
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
}
/* 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: 30px;
	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 */

.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

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

.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);}
/* 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: #dddddd30;
}
.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;
	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: 65px;
	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 .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;
	text-transform: uppercase;
	-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 {
	text-transform: capitalize;
	font-size: 15px;
}
.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;
}

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%)
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
	color: #fff !important;
	background: #232323;
}
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-right: 20px;
	font-weight: 500;
}
.quantity-pro-detail span {
	line-height: 40px;
	padding: 0;
	width: 30px;
	height: 40px;
	color: #000;
	cursor: pointer;
	font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0;
}
.quantity-pro-detail input {
	height: 40px;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: 700;
}
.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cart-pro-detail a {
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}
.cart-pro-detail a.addnow {
	margin-right: 10px;
	color: #fff;
	border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
	background-color: #f00;
	color: #fff;
	border-color: #f00;
}
.cart-pro-detail a.buynow {
	background-color: #000;
}
.cart-pro-detail a.buynow:hover {
	background-color: #f00;
	color: #fff;
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

/* 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-pro-list .thumb { display: block; border-radius: 15px; overflow: hidden; margin-left: 10px; margin-right: 10px; }
.box-pro-list .content { padding: 85px 10px 20px 10px; margin-top: -70px; border-radius: 20px; border: 1px solid var(--bg, #FFF); background: linear-gradient(261deg, #FDD 10.8%, #FFF 40.27%, #FDD 95.37%);     box-shadow: 0px 2px 0px 2px rgb(113 0 0 / 19%);}
.box-pro-list .name { text-transform: uppercase; text-align: center; font-size: 20px; font-weight: bold; color: #000; margin-bottom: 0px;}
.box-pro-list .name a { -webkit-line-clamp: 1;}
.box-pro-list.swiper .swiper-slide { padding: 0px 3px  3px 3px;}


.box-product-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.box-product-white { color: #fff;}
.box-pro .box {}
.box-pro .box-alg { max-width: 245px;}
.box-pro .thumb { position: relative; display: block; overflow: hidden;}
.box-pro .content { margin-top: 15px;}
.box-pro .name { font-size: 15px; margin-bottom: 0px;}
.box-pro .name a { -webkit-line-clamp: 1;}
.box-pro .icon-tragop { position: absolute; padding: 4px 10px; z-index: 2; top: 5px; left: 5px; background-color: #FC1E20; color: #fff; font-size: 13px; border-radius: 15px; border-top-right-radius: 50px; border-bottom-right-radius: 50px;}
.box-pro .price-product { margin-bottom: 0px;}
.box-pro .price-new, .box-pro .price-old, .box-pro .price-label { display: inline-block; margin-top: 7px;}
.box-pro .price-new { font-weight: bold; color: #FC1E20;}
.box-pro .price-old { text-decoration: line-through; }
.box-pro .discount { position: absolute; z-index: 1; right: 5px; top: 5px; width: 40px; height: 40px; line-height: 40px; font-size: 13px; font-weight: bold; text-align: center; color: #fff; background: url(../images/icon-discount.webp) no-repeat center;}
.box-pro .link { width: 48%; text-align: center; border-radius: 10px; padding: 8px; margin-top: 10px;}
.box-pro .link:nth-child(1) { width: 48%; background-color: var(--color-main); color: #fff;}
.box-pro .link:nth-child(2) { border: 1px solid var(--color-main); color: var(--color-main);}

.box-service-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.box-service .box { position: relative; width: 100%; text-align: center;}
.box-service .thumb { position: relative; display: block; overflow: hidden; border-radius: 15px; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);}
.box-service .thumb::after { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../images/border-service.webp) no-repeat center; background-size: contain;}
.box-service .name { font-size: 20px; margin-bottom: 0px; margin-top: 10px; text-transform: uppercase; }
.box-service .name a { -webkit-line-clamp: 2;}
.box-service .swiper-slide { padding: 8px !important;}

.box-news-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.box-news-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}
.box-news-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}
.box-news .box { overflow: hidden; position: relative; background-color: #fbf9ff; padding: 15px; border-radius: 12px; }
.box-news .thumb { position: relative; display: block; overflow: hidden; border-radius: 12px;}
.box-news .name { font-weight: bold; font-size: 22px; margin-bottom: 10px; margin-top: 20px;}
.box-news .name a { -webkit-line-clamp: 3;}
.box-news .desc { -webkit-line-clamp: 3; margin-bottom: 15px; color: #5C5C5C; font-size: 18px; } 
.box-news .link { color: var(--color-main);}
.box-news .box:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 20px #31084b33;
}

.box-industry-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.box-industry .box { overflow: hidden; position: relative; border-radius: 15px; border: 1px solid #F0F0F0; background: #F7F7F7; padding: 8px;}
.box-industry .thumb { position: relative; display: block; overflow: hidden; border-radius: 15px; border: 5px solid #fff; box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10);}
.box-industry .name { margin-top: 15px; font-weight: 600; font-size: 18px; margin-bottom: 10px; min-height: 65px; line-height: 1.2;}
.box-industry .name a { -webkit-line-clamp: 3;}
.box-industry .link { font-size: 18px; color: #008B83;}


.box-news-feed-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.box-news-feed-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.box-news-feed .box {position: relative;}
.box-news-feed .thumb { position: relative; display: block; overflow: hidden; }
.box-news-feed .name { margin-top: 15px; font-weight: 600; font-size: 20px; margin-bottom: 10px; min-height: 60px; }
.box-news-feed .name a { -webkit-line-clamp: 2;}
.box-news-feed .link { font-size: 16px; color: var(--color-main);}
.box-news-feed-inline { margin-top:-15px;}
.box-news-feed-inline .box {position: relative; display: flex; justify-content: space-between; align-items: center;}
.box-news-feed-inline .thumb { width: 40%;}
.box-news-feed-inline .content { width: 60%; padding-left: 15px;}
.box-news-feed-inline .name { font-size: 16px; margin-top: 0px; margin-bottom: 5px;}
.box-news-feed-inline .name a { -webkit-line-clamp: 3;}
.box-news-feed-inline .swiper-pad { padding: 15px 0px !important; border-bottom: 1px solid #CCCCCC;}
.box-news-feed-inline .link { font-size: 15px;}

.box-train-ai-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}
.box-train-ai .box {position: relative; padding: 30px; border-radius: 20px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);}
.box-train-ai .thumb { position: relative; display: block; overflow: hidden; }
.box-train-ai .name { text-transform: uppercase; margin-top: 20px; font-weight: 600; font-size: 26px; margin-bottom: 10px; }
.box-train-ai .name a { -webkit-line-clamp: 1;}
.box-train-ai .desc { -webkit-line-clamp: 3; font-size: 18px; min-height: 81px;}
.box-train-ai .link { display: inline-block; margin-top: 25px; padding: 9px 45px; text-transform: capitalize; border-radius: 50px; background: linear-gradient(90deg, #087B66 0%, #02AA8D 50%, #97E5D5 100%); font-size: 18px; font-weight: 600; color: #fff;}
.box-train-ai .name-info { font-weight: 600; font-size: 24px; color: var(--color-main); text-transform: uppercase;}
.box-train-ai .a-info { display: inline-block; overflow: hidden; border-radius: 50%;}
.box-train-ai .a-info.item:not(:last-child) { margin: 3px 3px;}

.box-consul-ai .box {position: relative; border-radius: 20px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); overflow: hidden;}
.box-consul-ai .thumb { position: relative; display: block; overflow: hidden; width: 41%; }
.box-consul-ai .content { width: 59%; align-self: center; position: relative;}
.box-consul-ai .name { text-transform: capitalize; font-weight: 600; font-size: 40px; margin-bottom: 10px; }
.box-consul-ai .name a { -webkit-line-clamp: 1;}
.box-consul-ai .desc { -webkit-line-clamp: 4; font-size: 18px; min-height: 108px; color: #5C5C5C; margin-bottom: 0px;}
.box-consul-ai .link { display: inline-block; text-transform: uppercase; margin-top: 25px; padding: 3px 3px 3px 45px; border-radius: 50px; background: linear-gradient(90deg, #087B66 0%, #02AA8D 50%, #97E5D5 100%); font-size: 18px; font-weight: 600; color: #fff;}
.box-consul-ai .title { margin-bottom: 5px; display: inline-block; border-radius: 50px; padding: 3px 35px;  font-size: 20px; font-weight: 600; color: var(--color-main); background: linear-gradient(90deg, rgb(8 123 102 / 10%) 0%, rgb(2 170 141 / 10%) 50%, rgb(151 229 213 / 10%) 100%);}
.box-consul-ai .icon { position: absolute; top: 0px; bottom: 0px; margin: auto;}
.box-consul-ai .box:nth-child(2n+1) {}
.box-consul-ai .box:nth-child(2n) { flex-direction: row-reverse;}
.box-consul-ai .box:nth-child(2n+1) .icon  { right: calc(100% - 60px);}
.box-consul-ai .box:nth-child(2n) .icon { left: calc(100% - 60px);}
.box-consul-ai .box:nth-child(2n+1) .content { padding: 20px 80px 20px 100px;}
.box-consul-ai .box:nth-child(2n) .content { padding: 20px 100px 20px 80px;}
.box-consul-ai .box:not(:last-child) { margin-bottom: 50px;}

.box-members-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.box-members-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.box-members .box { overflow: hidden; position: relative; text-align: center;}
.box-members.temp-1 .thumb, .box-members-4 .thumb{ position: relative; padding: 3px; display: inline-block; overflow: hidden; border-radius: 50%; background: #009386; background: linear-gradient(90deg, rgba(0, 147, 134, 1) 0%, rgba(126, 221, 203, 1) 100%);}
.box-members.temp-1 .border-hid, .box-members-4 .border-hid { overflow: hidden; border-radius: 50%;}
.box-members.temp-1 .name, .box-members-4  .name { font-weight: bold; font-size: 18px; margin-bottom: 5px; margin-top: 20px; text-transform: uppercase;}
.box-members.temp-1 .desc, .box-members-4 .desc { font-weight: 500; font-size: 18px; margin-bottom: 0px; } 
.box-members.temp-2 .thumb {  display: inline-block;}
.box-members.temp-2 .thumb img {}
.box-members.temp-2 .border-hid { overflow: hidden;}
.box-members.temp-2 .name { font-weight: bold; font-size: 18px; margin-bottom: 2px; margin-top: 20px; text-transform: uppercase;}
.box-members.temp-2 .desc { font-size: 18px; font-weight: 500; margin-bottom: 0px; } 
.box-members .desc { white-space: pre-line;}

.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 .box { overflow: hidden; border-radius: 10px; }

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

.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 { position: absolute; z-index: 1; top: 50%; left: 50%; color: #fff; font-size: 70px; opacity: 0.6}
.box-video .box:hover i { opacity: 1; color:#f00;}
.box-video .box:hover i:before { position: relative; z-index: 1;}
.box-video .box: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 { padding: 15px 0px; }
.box-answer li:not(:last-child) { border-bottom: 1px solid #7e7e7e; }
.box-answer .name { position: relative; font-size: 16px; font-weight: bold; margin-bottom: 0px; padding-right: 30px; }
.box-answer .desc { margin-top: 20px; margin-bottom: 0px; }
.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 { border-radius: 10px; overflow: hidden; border: 1px solid #aaa;}

.box-our-vision .box { text-align: center; }
.box-our-vision .thumb { position: relative; display: block; overflow: hidden; border-radius: 20px;}
.box-our-vision .name { font-weight: bold; font-size: 24px; font-weight: 500; margin-top: 15px;}


/**/
.category_menu{position:relative;width:265px;z-index: 99;margin-top: 6px;}
.category_menu.v-none > .nicescl{display:none;top:100%}
.category_menu .title{ line-height: 1.0; padding: 0px 5px 0px 18px; height:100%;cursor:pointer;font-weight:600;font-size:15px;text-transform: uppercase; background: #FFF600; color: #000 !important; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.category_menu .title img { margin-right: 12px; text-align: center; }
.category_menu ul{padding:0;margin:0;list-style:none;text-align:left;background-color:#fff;}
.category_menu .content { height: 469px; padding: 5px 20px; }
.category_menu .nicescl{position:absolute;width:100%;left:0;top:100%; border: 1px solid #7b7b7b; border-top: none; font-size: 17px;/*box-shadow: 0px 3px 3px #0000001f;*/}
.category_menu .nicescl_list {     /*box-shadow: 0px 3px 3px #0000001f;*/ border: 1px solid #7b7b7b; border-top: none; top: 0px; height:  calc(100% + 1px); -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:not(:last-child) { border-bottom: 1px solid #bbb;}
.category_menu li a{ position: relative; display:block; color: #0f0f0f;}
.category_menu .nicescl > ul > li > a { padding: 15px 35px 15px 57px; }
.category_menu .nicescl > ul > li > a:before { content: ''; position: absolute; left: 20px; top: 0px; bottom: 0px; margin: auto; width: 12px; height: 12px; border-radius: 50%; background-color: #ff0000; }
.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% }
@-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;
}
/**/
.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; padding: 0px; margin: 0px; }
.tabs li { cursor: pointer; position: relative; display: block; background-color: #F4F6F0; color: #000; border-radius: 10px; font-size: 16px; padding: 13px 40px 13px 15px;}
.tabs li:not(:last-child) { margin-bottom: 8px;}
.tabs .icon { position: absolute; top: 0px; bottom: 0px; right: 14px; margin: auto;} 
.tabs .item.active, .tabs .item:hover { background-color: #72AA3C; color: #fff;}
.tabs .item.active svg path , .tabs .item:hover svg path { fill: #fff;}
.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;
}
/**/
.box-news-feed .link:hover img { -moz-transform: translate(5px, 0px);
-webkit-transform: translate(5px, 0px);
-o-transform: translate(5px, 0px);
-ms-transform: translate(5px, 0px);
transform: translate(5px, 0px);}
.link-main { display: inline-block; background: #D32A28; color: #fff !important; padding: 11.5px 15px; border-radius: 8px; font-weight: bold;}
.link-main svg { margin-left: 15px;}
.box-our-research .box { text-align: center;}
.box-our-research .name { margin-bottom: 10px; min-height: 58px; white-space: pre-line; font-weight: 600; font-size:24px; -webkit-line-clamp: 2; line-height: 1.2;}
.box-our-research .desc { -webkit-line-clamp: 1; margin-top: 20px; margin-bottom: 50px;}
.box-our-research .link { font-weight: 600; font-size: 18px; color: #142346; text-decoration: underline;}
.wrap-what-we-do { padding: 65px 0px; background-color: #F2F9F9;}
.wrap-what-we-do .title-main { color: var(--color-main);}
.box-we-do {}
.box-we-do .box { text-align: center;}
.box-we-do .thumb { display: block; overflow: hidden;}
.box-we-do .name { display: block; padding: 14px; font-weight: bold; font-size: 32px; line-height: 1.0; text-transform: uppercase; border-radius: 50px; color: #fff; background: #009386; background: linear-gradient(90deg, #009386 0%, #7EDDCB 100%);}
.box-we-do .name a { -webkit-line-clamp: 1;}
.box-we-do .desc { font-size: 18px; margin-top: 20px; margin-bottom: 50px; -webkit-line-clamp: 2; min-height: 54px;}
.box-why-choose-us {}
.box-why-choose-us .box { text-align: center;}
.box-why-choose-us .name { font-size: 18px; text-transform: uppercase; font-weight: bold; margin-top: 15px;}
.box-why-choose-us .desc { font-size: 16px; -webkit-line-clamp: 3; margin-top: 15px;}
.wrap-members { padding: 70px 0px; background-color: #F2F9F9;}
.wrap-members .item:nth-child(1) { width: 31.7%;}
.wrap-members .item:nth-child(2) { width: 62.5%;}
.wrap-members .item:nth-child(2)  { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px;}
.wrap-members .item:nth-child(2) .thumb, .wrap-members .item:nth-child(3) .thumb { max-width: 220px;}
.wrap-members .item:nth-child(3) { width: 100%; margin-top: 70px;}
.wrap-members .item:nth-child(3)  { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px;}
.title-partner { font-size: 30px; font-weight: bold; text-transform: uppercase; text-align: center;}
.wrap-partner .item:not(:last-child) { margin-bottom: 30px;}

#form-newsletter { margin-top: 10px; height: 50px; padding: 2px; background-color: #fff; border-radius: 100px;}
#form-newsletter input[type="email"] { height: 100%; border: none; border-radius: 100px; width: calc(100% - 46px);}
#form-newsletter button { border: none !important; box-shadow: none !important; border-radius: 50%; height: 100%; width: 46px; background-color: #02B995; color: #fff;}

#svgMap { max-width: 1000px; margin: auto;}
.wrap-svg-map { padding: 60px 0px; background: radial-gradient(92.68% 64.16% at 50% 50%, rgba(0, 169, 157, 0.00) 0%, rgba(0, 169, 157, 0.00) 34.93%, rgba(0, 169, 157, 0.05) 50.46%, rgba(0, 169, 157, 0.05) 62.15%, rgba(0, 169, 157, 0.10) 71.93%, rgba(0, 169, 157, 0.16) 80.5%, rgba(0, 169, 157, 0.21) 88.23%, rgba(0, 169, 157, 0.24) 95.17%, rgba(0, 169, 157, 0.30) 100%);}
.svgMap-map-wrapper {background: transparent !important;}
.ajax-svgmap { position: relative; max-width: 1000px; margin: auto; padding: 40px 60px; background-color: #fff; box-shadow: 0px 4px 25px 0px rgba(0, 169, 157, 0.25); border-radius: 20px;}
.title-law-map { font-weight: bold; font-size: 25px; color: var(--color-main);}

.title-main-company  { display: inline-block; text-transform: uppercase; padding: 3px 30px; font-size: 20px; font-weight: 600; border-radius: 17px; background: rgb(151 229 213 / 20%) ; background: linear-gradient(90deg, rgb(8 123 102 / 20%) 0%, rgb(2 170 141 / 20%) 50%, rgb(151 229 213 / 20%) 100%); color: var(--color-main)}
/*.wrap-partner-ai-tracker .swiper-slide, .wrap-partner-ai-education .swiper-slide { padding: 15px !important;}*/

.box-roadai .swiper-slide { padding-top: 50px !important; padding-bottom: 30px !important;}
.box-roadai .swiper-slide::after { content:''; position: absolute; bottom: 18px; left: 15px; right: 15px; height: 32px; border-radius: 50px; background: #008b8333; }
.box-roadai .box { position: relative; z-index: 1; border-radius: 15px; text-align: center; padding: 2px; background: #087B66; background: linear-gradient(0deg, rgba(8, 123, 102, 1) 0%, rgba(2, 170, 141, 1) 50%, rgba(151, 229, 213, 1) 100%);}
.box-roadai .boxx { border-radius: 15px; background-color: #fff; padding: 0px 20px 20px 20px;}
.box-roadai  .thumb { display: inline-block; margin-top: -50px;}
.box-roadai  .name { margin-top: 15px; font-weight: bold; font-size: 24px; text-transform: uppercase; min-height: 72px; -webkit-line-clamp: 2;}
.box-roadai  .desc {  margin-top: 15px; margin-bottom: 0px;  font-size: 18px; color: #5C5C5C; -webkit-line-clamp: 4; min-height: 108px;}
.box-roadai  .link { display: inline-block; padding: 9px 30px; border-radius: 50px; color: #fff; background: linear-gradient(90deg, #009386 0%, #7EDDCB 100%); font-size: 18px; text-transform: capitalize;}
.box-roadai  .link svg { display: inline-block; margin-left: 20px;}
.box-roadai  .line { margin-top: 20px; padding-top: 20px; border-top: 1px dashed var(--color-main);}

.box-education-ai .swiper-slide { padding-top: 60px !important; padding-bottom: 30px !important;}
.box-education-ai .swiper-slide::after { content:''; position: absolute; bottom: 18px; left: 15px; right: 15px; height: 32px; border-radius: 50px; background: #008b8333; }
.box-education-ai .box { position: relative; z-index: 1; border-radius: 15px; text-align: center; padding: 2px; background: #087B66; background: linear-gradient(0deg, rgba(8, 123, 102, 1) 0%, rgba(2, 170, 141, 1) 50%, rgba(151, 229, 213, 1) 100%);}
.box-education-ai .boxx { border-radius: 15px; background-color: #fff; padding: 0px 20px 20px 20px;}
.box-education-ai  .thumb { display: inline-block; margin-top: -60px;}
.box-education-ai  .name { margin-top: 15px; font-weight: bold; font-size: 32px; color: var(--color-main); text-transform: uppercase; min-height: 96px; -webkit-line-clamp: 2;}
.box-education-ai  .desc { text-align: left;  margin-top: 15px; margin-bottom: 0px;  font-size: 18px; color: #5C5C5C; height: 245px; overflow-y: auto; }
.box-education-ai  .link { display: inline-block; padding: 9px 30px; border-radius: 50px; color: #fff; background: linear-gradient(90deg, #009386 0%, #7EDDCB 100%); font-size: 18px; text-transform: capitalize;}
.box-education-ai  .link svg { display: inline-block; margin-left: 20px;}
.box-education-ai  .line { margin-top: 20px; padding-top: 20px; border-top: 1px dashed var(--color-main);}
.box-education-ai {}

.wrap-partner-ai-repository { background-color: #F2F9F9; padding: 65px 0px;}
.link-industry { display: inline-block; font-weight: 600; font-size: 18px; border-radius: 5px; border: 1px solid var(--color-main); color: var(--color-main); text-transform: capitalize; padding: 10px 35px;}
.link-industry:hover { background: var(--color-main); color: #fff; }

.title-newsfeed { font-weight: 600; font-size: 36px; text-transform: capitalize; color: var(--color-main);}
.wrap-newsfeed .itemm-1 { width: 66%;}
.wrap-newsfeed .itemm-2 { width: 32%;}

.wrap-over-consulting, .wrap-over-education { padding: 40px 0px; background-color: #F2F9F9;}
.wrap-over-education .content, .wrap-over-consulting .content, .wrap-over-train .content { max-width: 1000px; margin: auto;}
.name-company-eduction { display: inline-block; padding: 3px 35px; border-radius: 50px; text-transform: uppercase; font-size: 18px; font-weight: bold; color: var(--color-main); background: linear-gradient(90deg, rgb(8 123 102 / 10%) 0%, rgb(2 170 141 / 10%) 50%, rgb(151 229 213 / 10%) 100%);}

.wrap-slide-over-education {}
.wrap-slide-over-education .item { position: relative; overflow: hidden; border-radius: 20px;}
.wrap-slide-over-education .content-slide-stratergy { max-width: 600px; padding-left: 50px;}
.wrap-slide-over-education .link-slide { background: #FFF !important; color: var(--color-main) !important;}

.wrap-develop-edu { padding: 40px 0px; background: #F2F9F9;}
.wrap-develop-edu .item-1 { width: 48%;}
.wrap-develop-edu .item-2 { width: 48%;}
.name-develop-edu { font-size: 40px; font-weight: 600;}
.desc-develop-edu { font-size: 18px; color: #5C5C5C;}
.list-develop-edu { list-style: none; padding: 0px; margin: 0px; font-weight: 600; font-size: 24px; text-transform: uppercase;}
.list-develop-edu li a { display: block; padding: 3px 3px 3px 38px; background-color: #fff; box-shadow: 0px 0px 15px 0px rgba(0, 139, 131, 0.15); border-radius: 50px;}
.list-develop-edu li:not(:last-child) { margin-bottom: 12px;}

.title-certificate { font-weight: bold; font-size: 35px; color: var(--color-main) !important; margin-bottom: 0px;}
.desc-certificate { background-color: var(--color-main); color: #fff; border-radius: 20px; padding: 10px}
.wrap-certificate .item-1, .wrap-certificate .item-2 { width: 48%;}
.wrap-certificate .item-1 { text-align: center;}


.main-left { width: 22%; position: sticky; top: 10px }
.main-right { width: 78%; padding-left: 30px; }
.list-news-catg, .list-news-catg ul { list-style: none; padding: 0px; margin: 0px; }
.list-news-catg { font-size: 18px; }
.list-news-catg ul { padding-left: 10px; }
.list-news-catg > li { padding: 20px 0px;  }
.list-news-catg > li:not(:last-child) { border-bottom: 1px solid #ccc;}
.list-news-catg > li > a { text-transform: uppercase;  }
.list-news-catg ul li { margin-top: 10px; }

.wrap-who-we-are-content { padding: 60px 0px; }
.wrap-who-we-are .item-1 { width: 48%; font-size: 56px; font-weight: bold; }
.wrap-who-we-are .item-2 { width: 48%; font-size: 24px; }
.wrap-who-we-are-photo { border-radius: 20px; overflow: hidden; }

.wrap-our-mission { background: #F2F9F9; padding: 65px 0px; } 
.wrap-our-mission .item-1 { width: 44%; }
.wrap-our-mission .item-2 { width: 43.8%; }
.title-our-mission {  font-size: 56px; font-weight: bold; color: var(--color-main); line-height: 1.0;  }
.desc-our-mission { font-size: 16px; margin-top: 30px; }
.box-our-mission .box { overflow: hidden; border-radius: 20px; }
.box-our-mission .box:not(:last-child) { margin-bottom: 15px; }

.wrap-quote-about { padding: 60px 0px; background: #F2F9F9; }
.wrap-quote-about .item-1 { font-size: 18px; width: 49%; }
.wrap-quote-about .item-2 { width: 40%  }
.thumb-quote-about { display: inline-block; border-radius: 20px; box-shadow: 0px 0px 25px rgba(0, 139, 131, 0.25); overflow: hidden; }

.organimap { margin-bottom: 10px;}
.organimap span { cursor: pointer; display: inline-block; padding: 7px 15px; background: #01b2a8; color: #fff; font-weight: bold; border-radius: 10px;}
.organimap span:hover, .organimap span.active  { background-color: var(--color-main);}
.organimap span:not(:last-child) { margin-right: 5px;}
