@font-face {
    font-family: 'SX';
    src: url('../fonts/main/SVN-GilroyXBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SM';
    src: url('../fonts/main/SVN-GilroyMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SG';
    src: url('../fonts/main/SVN-CenturyGothic-SemiBd.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN';
    src: url('../fonts/main/SVN-Franko.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB';
    src: url('../fonts/main/SVN-GilroyBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SP';
    src: url('../fonts/main/SVN-PoppinsMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



.hidden-seoh {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.scale-img {
    display: block;
    overflow: hidden;
}

@font-face {
	font-family: 'Roboto-Regular';
	font-display: block;
	src: url('../fonts/Roboto-Regular.woff');
}

@font-face {
	font-family: 'Roboto-Bold';
	font-display: block;
	src: url('../fonts/Roboto-Bold.woff');
}

@font-face {
	font-family: 'Roboto-Black';
	font-display: block;
	src: url('../fonts/Roboto-Black.woff');
}

@font-face {
	font-family: 'rb';
	font-display: block;
	src: url('../fonts/RobotoCondensed-Bold.woff');
}

@font-face {
	font-family: 'bb';
	font-display: block;
	src: url('../fonts/BarlowCondensed-Bold.woff');
}

@font-face {
	font-family: 'sa';
	font-display: block;
	src: url('../fonts/../fonts/main/SVN-AvoBold.woff');
}

@font-face {
	font-family: 'ub';
	font-display: block;
	src: url('../fonts/utmbeautifulcaps.woff');
}
@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-main: #1979f4;
	--color-social: #104be3;
	--color-hover: #1979f4;
	--color-line: linear-gradient(90deg, rgba(25,120,245,1) 0%, rgba(14,65,224,1) 100%);
}


body {
	font-size: 14px;
}


img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

.scale-img img {
	transform: scale(1, 1);
}

.scale-img:hover > img {
	transform: scale(1.1, 1.1);
}

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

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.p-relative {
	position: relative;
}
/* 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;
}

/*   Header   */
.header {overflow: hidden;}
.tieuchi {
    width: 56%;
    padding-left: 25px;
}

.slocial-hd {background: linear-gradient(90deg, #EDEDED 0%, #BEBEBE 33.75%, #EDEDED 63.04%, #BEBEBE 99.27%);position: absolute;right: 0;clip-path: polygon(0 0, 100% 0%, 100% 100%, 20px 100%);top: 10px;z-index: 2;}

.header .wrap-content {
    position: relative;
}

.slocial-hd > ul {
    padding: 5px 0px 5px 45px;
    position: relative;
}

.header .wrap-content:before {
    position: absolute;
    content: "";
    width: 500%;
    height: 40px;
    background: #BEBEBE;
    right: -499%;
    z-index: 1;
    top: 10px;
    pointer-events: none;
}
.menu > div > ul > li > a {
}
.info-hotline {
    padding-left: 10px;
    position: relative;
}
.info-hotline:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 1px;
    background: #0E41E0;
    bottom: -4px;
    left: 10px;
}
.info-hotline p {
    color: var(--main-1, #0E41E0);
    font-family: 'SM';
    font-size: 15px;
    position: relative;
    padding-right: 28px;
    line-height: 21px; /* 140% */
    text-transform: uppercase;
}

.info-hotline p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: var(--main-1, #0E41E0);
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.info-hotline span {
    color: var(--main-3, #F00000);
    font-family: SVN;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 91.304% */
}

.info-head {
    display: flex;
    align-items: center;
}

.info-head svg {
    margin-right: 7px;
}

.head-top:before {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #0f42e1;
    top: 0;
    bottom: 0;
    right: -1000%;
    margin: auto;
    pointer-events: none;
}


.head-top:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background: #1978f5;
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: -29px;
}
.it-tieuchi {
}
.cart-head {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.menu-head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu-head a {
	color: #fff;
}
.menu-head a:hover {
	color: #fed402;
}
.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

/* slideshow */
.slideshow {
	position: relative;
	padding-top: 10px;aspect-ratio: auto;
}

.slideshow-slick > div{
margin-bottom: 10px;	
}

/* Search */
.search {
	width: 280px;
	background: #fff;
	position: relative;
	right: 0;
	top: 0;
	border-radius: 3px;
}
.search input {
	width: calc(100% - 40px);
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	border: none;
	font-family: 'SM';
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search p {
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	font-size: 22px;
	margin-right: 5px;
}
.search p i {
	color: #0e41e0;
	font-weight: 500;
}
.slide-flex {
    display: flex;
}

.slide-l {
    width: 74.3%;
}

.slide-r {
    width: 25.7%;
    padding-left: 10px;
}
.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;
}

/* Menu */

#menu {
  display: none;
}
.menu-res {
    display: none;
}
#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-hover);
  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;
}

.wrap-menu {
}

.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;
}
.menu {
  position: relative;
  z-index: 99;
  background: #0e41e0;
}
.menu > div > ul > li > a {
}

.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul.ulmn > li {
  flex: auto;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 14px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: normal;
  font-family: SB;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu > div > ul > li > a.active, .menu > div > ul > li :hover > a {color: #ff0;}
.menu ul li ul {
  position: absolute;
  min-width: 200px;
  left: 0;
  background: #fff;
  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 {
  font-size: 15px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li:hover a {
    color: #e40001 !important;
}

.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: 20px;
  color: var(--color-main);
}

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%;
}
li.menu-line {
    width: 21px !important;
    height: 14px;
    display: contents;
}
.menu > div > ul {
    padding-left: 40px;
    position: relative;
}

.svg_mn {
    position: absolute;
    left: 0;
    bottom: -1px;
    margin: auto;
}
/* search res */

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: black;
  font-size: 18px;
  margin: 0px;
  background: white;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: black;
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid black;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: black;
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  outline: none;
  border: none;
  color: black;
  font-size: 14px;
  width: 100%;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #000;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}
.fix_head {
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}

/*   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;
}

.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.title-main {
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
.title-main span,.title-main h1,.title-main h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #000;
	font-family: 'SVN';
	line-height: 1.5;
	display: inline-block;
	background: var(--gradient, linear-gradient(270deg, #0E41E0 0%, #1978F5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-main p {
    color: var(--color-text, #222);
    text-align: center;
    font-family: 'SM';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 10px;
}
.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;
	margin: 20px 0px;
	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;
}
.item_tt a.ten {
     
    text-transform: capitalize;
}

.desc-news {
	color: #333333;
	margin-top: 0px;
	line-height: 25px;
	 
}
.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;
}
.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;
}
.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-news:nth-child(4) {
    width: 15%;
}

.footer-news:nth-child(3) > div > a {
    padding: 0 2px;
}

.info-footer {
}

.content-fanpage {border-radius: 10px;}

.content-fanpage > div {
    border-radius: 10px;
    overflow: hidden;
}

.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.info-footer .flex-footer .box-footer .social-footer {
	display: flex;
	gap: 5px;
	margin: 10px 0px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 33.3%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 40%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 25%;
}
.info-footer .flex-footer .title-footer {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}
.info-footer .flex-footer .service-footer {
	margin-top: 20px;
}
.info-footer .flex-footer .service-footer ul {
	padding: 0px;
	margin: 0px;
}
.info-footer .flex-footer .service-footer ul li {
	list-style: none;
	padding: 5px 0px;
}
.info-footer a {
	color: #fff;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	 
	color: #fff;
	padding-top: 7px;
}
.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: 10px;
	flex-wrap: wrap;
}
.flex-tags a {border-radius: 5px;border: 1px solid #6B6B6B;background: rgba(58, 58, 58, 0.30);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);padding: 5px 10px;color: #D1D1D1; }
.flex-tags a:hover {
	background-color: #446084;
	border-color: #446084;
	color: #fff;
	opacity: 1;
}
.footer-powered {
	background: #cf0103;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	 
}

/*   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;
}

/* About */
.box-about {
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}
.box-about h3 {
	color: #ca0000;
	 
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.box-about a {
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	background: #ca0000;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 10px;
}



/* 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;
}
.flex-product-main {
	display: flex;
	gap: 20px;
}
.flex-product-main .left-product {
	width: 250px;
	border: 1px solid #f1f1f1;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.flex-product-main .right-product {
	width: calc(100% - 250px);
}
.wrap-product-sale {
	background-color: #ffa09e;
	border-radius: 10px;
	overflow: hidden;
}
.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.product {
	display: block;
	position: relative;
	padding: 10px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.07);
	text-align: center;
}
.product .pic-product {

margin-bottom: 14px;
}
/* .product:hover .pic-product {
	border: solid 1px #ccc;
} */
.product .pic-product img {

}
.product .pic-product > a {

border-radius: 4px;
}
.first_img {
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .first_img {
	transform: scale(0);
}
.second_img {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .second_img {
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}
.product .name-product {
	margin-bottom: 0px;
	font-weight: normal;
	-webkit-line-clamp: 2;
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	line-height: 1.5;
	min-height: 45px;
	font-family: 'SM';
}
.product .name-product a {
	font-size: 14px;
	color: #232323;
	line-height: 25px;
}
.product .name-product a:hover {
	color: #ff2e00;
}
.product .name-product .text-split {
	-webkit-line-clamp: 1;
}
.product .price-product {
	margin-bottom: 0;
	color: #555;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: auto;
	justify-content: center;
}
.product .price-new {
	font-size: 15px;
	font-family: 'SM';
	color: #D3131A;
	display: inline-block;
	text-transform: uppercase;
}
.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	color: #3e3d4296;
	text-transform: capitalize;
}
.product .price-per {
	color: #ff2e00;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}
.box-cat {
	text-align: center;
}
.box-cat h3 {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.box-cat:hover h3 {
	color: #f00;
}
.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 .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;
	border-bottom: 1px solid #ececec;
	padding-top: 2rem;
}
.grid-pro-detail .left-pro-detail {
	width: 50%;
	border-right: 1px solid #ececec;
	padding-right: 30px;
}

.grid-pro-detail .right-pro-detail {
	width: 48%;
}

.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;
}

.policy_intuitive {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 25px;
}

.policy {
	margin: 20px 16px 0 16px;
}

.policy__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

.policy__list > li {
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	padding: 12px 0 12px 35px;
	width: 50%;
	display: inline-block;
}

.policy__list > li:nth-child(2n + 1) {
	padding-right: 20px;
}

.policy__list li > div.iconl {
	left: 0;
	position: absolute;
	top: 15px;
}

.policy__list li .iconl {
	width: 32px;
}
.policy__list li p {
	line-height: 20px;
	padding-left: 5px;
	margin: 0px;
}
.policy__list li:last-child {
	border-bottom: 0;
}
.policy__list > li:nth-child(2n + 1):nth-last-child(2) {
	border: 0;
}

/* 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%;
}

/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}
.breadCrumbs ol {
	margin: 0px;
}
.breadCrumbs ol li a {
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: #f00;
}

/* paging */
.pagination {
	margin: 20px 0px;
}
.pagination li a {
	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: 50%;
}
.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: 80px;
	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;
}

/* hover */

/* W3C */
 .hvr-float-shadow{ -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



/* trang trong */

.title-pro-detail {
  line-height: normal;
  color: #111;
  
  font-size: 1.5rem;
}

.attr-content-pro-detail {
  margin-left: 10px;
}

.attr-label-pro-detail {
}

.left-pro-detail > div {
  text-align: center;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background: #eee;
  margin: 0 5px 5px 0;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  background: var(--color-main);
  color: #fff;
}

ul.attr-pro-detail {
    margin: 1rem 0 !important;
    font-family: 'SM';
}

ul.attr-pro-detail li {
    display: flex;
    align-items: center;
}


/* owner */
/* header */

.info-head:nth-child(1) {
     
}

.mxh-header li {
    margin: 0 8px;
    max-width: 18px;
}

.info-hl {
    padding-left: 10px;
}

.info-hl p {
     
}

.info-hl span {
    font-size: 18px;
    color: #e30000;
    font-family: Roboto-Bold;
}

.banner-head {
    position: relative;
    top: 5px;
    left: 20px;
}

.menu ul li ul li a {
    background: none !important;
}
.head-top {background: var(--color-line);padding: 8px 15px;padding-right: 200px;justify-content: space-between;color: var(--white, #FFF);font-family: SM;font-size: 14px;font-style: normal;position: relative;line-height: 18px; /* 128.571% */}

.head-bottom {
    padding: 9px 0;
}

.info-head i {
    color: #29166f;
    font-size: 15px;
    margin-right: 2px;
}
.head-right {
    width: 82%;
}

.padding-top-bottom {
padding: 2rem 0;
}

/* footer */
.footer-article2 {
    padding: 65px 0 70px;
    background: url(../images/bg_ft.jpg);
    background-size: cover;
    color: #fff;
}
.title-footer p {
    color: #FFF;
      
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
p.thongketruycap span {
    padding: 0 5px;
}
.title-footer span {
    color: #FFF;
    text-align: center;
      
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 171.429% */
}

.footer-news:nth-child(1) {
    width: 158px;
}

.footer-news:nth-child(2) {
    width: 37%;
}

.footer-news:nth-child(3) {
    width: 15%;
}
.box-fanpage.d-flex {
    justify-content: space-between;
}
.title-footer {
 color: var(--white, #FFF);
 font-family: SX;
 font-size: 18px;
 font-style: normal;
 margin-bottom: 15px;
 line-height: 22px; /* 122.222% */
 text-transform: uppercase;
}

/* .footer-news:nth-child(2) .title-footer:before {
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
 */
ul.footer-ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'SM';
}

ul.footer-ul li {
    padding-left: 0;
    position: relative;
    margin-bottom: 18px !important;
}

/* ul.footer-ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 6px;
} */

ul.footer-ul li:last-child {
    /* margin-bottom: 0 !important; */
}
.ft-fanpage {
    width: 230px;
}
.ft-map {
    width: 100%;
    overflow: hidden;
}

.ft-map iframe {
    width: 100%;
    height: 465px;
}

.phay {
    margin-bottom: 8px;
}

.content-feedback {
    -webkit-line-clamp: 7;
     
    line-height: 1.5;
    margin-bottom: 15px;
}

h3.name-feedback {
    font-size: 14px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    color: #e40001;
    margin-bottom: 3px;
}

.desc-feedback {
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: #00000094;
}

.feedback {
    margin-bottom: 30px;
}

footer.footer-w.pd-index {
}

.footer-news ul {
    padding: 0;
}

/*HOVER ROTATE */
.hrv-rotateY img { transition: all 0.9s ease 0s; }
.hrv-rotateY:hover { text-decoration: none; }
.hrv-rotateY:hover img { transition: all 0.7s ease 0s; transform: rotateY(180deg); text-decoration: none; }

.title-pro-detail {
  line-height: normal;
  color: #111;
  font-family: 'SB';
  font-size: 1.5rem;
}

.attr-content-pro-detail {
  margin-left: 10px;
}

.attr-label-pro-detail {
   
}

.left-pro-detail > div {
  text-align: center;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
   
  border: 0;
  border-radius: 0;
  background: #eee;
  margin: 0 5px 5px 0;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  background: var(--color-main);
  color: #fff;
}

ul.footer-ul li a:hover {
    color: #ff0;
}

.hover-a:hover{
	color: var(--color-main);
}
.hover-b:hover{
	color: #ff0;
}

.danhmuc ul > li.has-submenu > a.acap:hover {
    color: #f00;
}

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}
.introduce-left {
    width: 45%;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);transition: 0.5s;
}

.scale-img:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);transition: 0.5s;
}


.page-item.active .page-link, .page-link:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

.page-link {
    font-family: 'SM';
    color: #000;
    margin: 0 6px;
    padding: 6px 14px;
}

/* line */


.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 2px;
  overflow: hidden;
  margin: auto;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 15px;
  bottom: 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.bg-l-primary {
  --tw-bg-opacity: 1;
  background-color: #D3131A;
}



/* gioi thieu */
.wrap-introduce {
    padding: 95px 0 87px;
    background: url(../images/bf_gt.png) top center no-repeat;
    background-position-y: -25px;
}

.introduce-right {
    width: calc(100% - 45%);
    padding-left: 100px;
}

.pic-introduce {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.30);
}

.title-introduce span {
    color: var(--main-1, #0E41E0);
    font-family: 'SB';
    font-size: 17px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5; /* 164.706% */
}

.title-introduce h2 {
    color: var(--main-2, #D3131A);
    font-family: 'SVN';
    font-size: 40px;
    font-style: normal;
    line-height: 1.2; /* 125% */
}

.title-introduce {
    margin-bottom: 30px;
}

.desc-introduce {
    padding-left: 40px;
    padding-right: 10px;
    background: url(../images/af_gt.png) top left no-repeat;
    height: 275px;
    overflow-y: auto;
    margin-bottom: 35px;
}

.desc-introduce::-webkit-scrollbar {width: 2px;}
.desc-introduce::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.desc-introduce::-webkit-scrollbar-thumb{background-color: #0e41e0;}
.see-more p {
    border-radius: 6px;
    background: #0E41E0;
    width: 161px;
    height: 40px;
    padding: 5px 20px;
    color: var(--white, #FFF);
    font-family: 'SB';
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
}

/* tieu chi */
.wrap-why {
    background: url(../images/bg_tc.jpg);
    background-size: cover;
    padding: 70px 0 80px;
}
.flex-why {
}

.img-why {
    width: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg_bntc.png);
    height: 107px;
    position: relative;
    z-index: 2;
}

.content-why {
    width: calc(100% - 107px);
    padding-top: 15px;
}
.item-why {
    margin-bottom: 23px;
    max-width: 380px;
}

.col-why:nth-child(even) .item-why {
    margin-left: auto;
    margin-right: 0;
}

.col-why:nth-child(odd) .flex-why {
    flex-direction: row-reverse;
}

.col-why:nth-child(odd) .content-why {
    text-align: right;
}

.desc-why {
    color: var(--color-text, #222);
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 20px; /* 142.857% */
    padding-right: 20px;
}
.name-why {
    color: #FFF;
    font-family: SX;
    font-size: 16px;
    font-style: normal;
    -webkit-line-clamp: 1;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}

.box_name-why {
    background: var(--color-line);
    width: 100%;
    padding: 5px 40px 5px 10px;
    position: relative;
    right: -22px;
    margin-bottom: 7px;
    border-radius: 25px 0px 0px 25px;
}

.col-why:nth-child(3) .item-why {
    position: relative;
    margin-left: 0;
}

.wrap-why .wrap-content {
    max-width: 1210px;
}

.col-why:nth-child(1) .item-why, .col-why:nth-child(5) .item-why {
    margin-left: 40px;
}
.col-why:nth-child(2) .item-why, .col-why:nth-child(6) .item-why {
    margin-right: 40px;
}

.col-why:nth-child(4) .item-why {
    margin-right: 0;
}

.col-why:nth-child(even) .box_name-why {
    right: 0;
    border-radius: 0 25px 25px 0;
    padding: 5px 10px 5px 40px;
    left: -22px;
}

.col-why:nth-child(even) .desc-why {
    padding-right: 0;
    padding-left: 20px;
}
.item-banner_tc img {
    border-radius: 50%;
}

.item-banner_tc {
    background: url(../images/bg_bn.png) no-repeat;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 378px;
}
.index-why {
    position: relative;
}

/* dich vu */
.wrap-service {
    padding: 85px 0 80px;
    background: url(../images/bg_dv.jpg) top repeat-x;
}

.wrap-service .title-main h2, .wrap-service .title-main p {
    color: #fff;
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-service {
    background: #fff;
    margin: 0 2px 3px;
}

.wrap-service .animate-border:after {
    border-color: #1146d2;
}

.content-service {
    padding: 20px 15px;
    box-shadow: -1px 0px 5px #0000003b;
    min-height: 145px;
}

a.name-service {
    overflow: hidden;
    color: var(--color-text, #222);
    font-family: 'SB';
    font-size: 16px;
    min-height: 48px;
    -webkit-line-clamp: 2;
    line-height: 1.5; /* 150% */
    display: flex;
    align-items: center;
}

.desc-service {
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 24px;
}

.index-service .see-more, .index-project .see-more {
    margin-top: 40px;
}

.index-service .see-more p, .index-project .see-more p {
    background: #D3130A;
}

/* san pham */

.wrap-product_list {
    padding: 0 0 70px;
}
.list-hot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.list-hot a {
    margin: 0 3px 5px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    min-width: 124px;
    min-height: 40px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-1, #0E41E0);
    text-align: center;
    font-family: 'SB';
    font-size: 18px;
    transition: 0.5s;
    text-transform: uppercase;
    line-height: 22px; /* 122.222% */
}

.list-hot a:hover, .list-hot a.active {
    transition: 0.5s;
    background-color: #0E41E0;
    color: #fff;
}

.col-20 {
    padding: 0 11px 22px;
}

.row-20 {
    margin: 0 -11px;
}

/* cong trinh */
.wrap-project {
    background: url(../images/bg_ct.png);
    padding: 75px 0 80px;
}
.img-project {
    margin-bottom: 10px;
}

.item-project {
    text-align: center;
}

a.name-project {
    color: var(--color-text, #222);
    text-align: center;
    font-family: SM;
    font-size: 15px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 22px; /* 146.667% */
}

/* doi tac */
.wrap-partner {
    padding: 70px 0 80px;
    background: url(../images/bg_dt.jpg);
    background-size: cover;
}

.pic-partner a {
    border-radius: 6px;
    background: #FFF;
}

/* blog ky thuat */
.wrap-newsnb {
    padding: 100px 0 85px;
}

.item-newsnb {
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 2px 4px;
}

.content-newsnb {
    padding: 20px 17px;
}

a.name-newsnb {
    font-family: SG;
    font-size: 18px;
    font-style: normal;
    -webkit-line-clamp: 1;
    line-height: 24px; 
    color: #000;
    margin-bottom: 10px;
}

.desc-newsnb {
    font-family: 'SG';
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 22px; 
}
.logoft {
    margin-bottom: 10px;
}

/* video _ fanpage */
.index-intro {
    display: flex;
    justify-content: space-between;
}

.intro-left {
    width: 65.8%;
}

.intro-right {
    width: calc(100% - 65.8%);
    padding-left: 15px;
}
.wrap-intro {
    padding: 90px 0 80px;
}

.intro-left .title-main {
    text-align: left;
    margin-bottom: 30px;
}

.intro-left .title-main p {
    text-align: left;
}

.intro-left .animate-border {
    margin-right: auto;
    margin-left: 0;
}

.box-video iframe {
    height: 440px;
}

.box-video .pic-video {
    border-radius: 10px;
    overflow: hidden;
}

.box-video_outslide iframe {
    height: 145px;
}

.box-video_outslide 
 .pic-video {
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
}

.slick-video {
    margin: -50px 10px 0;
}



/* Button Frame */
.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: #003399;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: 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: #003399;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  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 {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.btn_animation--style {
  display: flex;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  --tw-shadow: 0px 1px 6px #66cdee;
  --tw-shadow-colored: 0px 1px 6px var(--tw-shadow-color);
  width: 3rem;
  height: 3rem;
  z-index: 111;
}
.btn_animation--style:hover {
  transition: all 0.3s ease-in-out;
  z-index: 1;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.btn_animation--style:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  inset: 0;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    rgb(0, 183, 255),
    rgb(255, 48, 255)
  );
  height: 60px;
  animation: rotate360 4s linear infinite;
  transition: all 0.2s linear;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  pointer-events: none;
  -webkit-animation: rotate360 4s linear infinite;
}
.btn_animation--style:after {
  content: "";
  position: absolute;
  background: #fff;
  inset: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn_animation--style span {
  position: relative;
  z-index: 2;
  color: #122257;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: pre;
  width: 0;
}
.btn_animation--style i {
  display: block;
  max-width: 30px;
}
.btn_animation--style:hover {
  color: #fff;
  background: #fff;
}
.btn_animation--style:hover:after {
  background: #031249;
}
.btn_animation--style:hover span {
  color: #fff;
  opacity: 1;
  width: auto;
  margin-right: 5px;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.menu-contacts-left {
  position: fixed;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-direction: column;
  z-index: 11;
}
.btn_animation--style a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
