@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: 'SB';
    src: url('../fonts/main/SVN-GilroyBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'SA';
    src: url('../fonts/main/SVN-Avo.woff2') format('woff2');
    font-weight: normal;
    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;
}

@font-face {
    font-family: 'ER';
    src: url('../fonts/main/Ephesis-Regular.woff2') format('woff2');
    font-weight: normal;
    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: '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: #2CAFF0;
	--color-social: #f23c3b;
	--color-hover: #2CAFF0;
}


body {
	font-size: 14px;min-width: 1349px;
}


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 {
}
.tieuchi {
    width: 56%;
    padding-left: 25px;
}
.menu > div > ul > li > a {
    padding: 13px 30px !important;
}

.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: 420px;
	background: #fff;
	position: relative;
	right: 0;
	top: 0;
	border-radius: 6px;
	margin-right: 25px;
}
.search input {
	width: calc(100% - 40px);
	font-size: 14px;
	border-radius: 10px;
	border: none;
	height: 34px;
	color: #7D7D7D;
	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: 14px;
	margin-right: 5px;
}
.search p i {
	color: #006FA7;
}
.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: #fff;
  padding: 7px 0;
}
.fix_head .menu {
    padding: 0;
    border-bottom: 1px solid var(--color-main);
}

.fix_head .logo {
    transform: scale(0.8);
    margin: -10px 0;
}
.menu > div > ul > li > a {
}
.menu-right {
    width: 88%;
}
.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: 16px;
  color: #000;
  margin: 0px;
  padding: 15px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: normal;
  font-family: SS;
}
.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;
}

/* 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: calc(100% - 35px);
}

.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: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: var(--color-main);
	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: 2rem;
	position: relative;
	text-align: center;
}
.title-main span,.title-main h1,.title-main h2 {
	color: #2CAFF0;
	text-align: center;
	font-family: SL;
	font-size: 40px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
}

.title-main p {
    max-width: 740px;
    margin: auto;
    color: #474B4F;
    text-align: center;
    font-family: 'SM';
    font-size: 15px;
    line-height: 1.8;
    padding-top: 5px;
}

.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 #2caff0;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #fff;
}
.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;
}
ul.toc-list {
    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;
}


.danhmucnd {
    position: relative;
    line-height: 32px;
    padding: 0 20px 0 25px;
    margin: 5px 0;
    text-transform: uppercase;
    border-bottom: 3px double #ccc;
    cursor: pointer;
    font-family: 'SB';
}

p.danhmucnd:after {
    content: "";
    display: -webkit-inline-box;
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: url(../images/list-menu.png) left center no-repeat;
    background-size: 100% 100%;
}
p.danhmucnd span {
    line-height: 2;
}

/* Partner */
.info-partner {
	background: #f8f8f8;
	padding: 15px 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;
	border-radius: 4px;
	border: 1px solid #BFD7E9;
	padding: 10px 10px 30px;
}
.product .pic-product {
	
margin-bottom: 10px;
}
/* .product:hover .pic-product {
	border: solid 1px #ccc;
} */
.product .pic-product img {
	
}
.product .pic-product > a {

}
.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: 2px;
	font-weight: normal;
	-webkit-line-clamp: 2;
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	line-height: 1.5;
	min-height: 42px;
	font-family: 'SS';
}
.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;
}
.product .price-new {
	font-size: 16px;
	font-family: 'SB';
	color: #fd0100;
	display: inline-block;
	text-transform: capitalize;
}
.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	color: #3e3d4296;
	text-transform: capitalize;
	font-family: SR;
}
.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; */
	border-top: 1px solid var(--color-main);
	border-bottom: 1px solid var(--color-main);
	font-family: SM;
}
.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%; */
	border-radius: 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, .desc-pro-detail {
    margin: 1rem 0 !important;
    font-family: SM;
}
.price-new-pro-detail {
    color: var(--color-main);
    font-family: SB;
}
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: #2caff0;
    padding: 8px 0;
}

.head-bottom {
    padding: 7px 0;
}
.head-top .wrap-content, .menu .wrap-content {
    max-width: 1300px;
}

.slogan {
    width: 40%;
    color: #fff900;
    font-family: SM;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5; /* 214.286% */
}

.info-head {
    color: #fff900;
    font-family: 'SM';
    font-size: 16px;
    font-style: normal;
    line-height: 1.5; /* 214.286% */
}

.info-head svg {
    margin-right: 10px;
    stroke: #fff900 !important;
}
.info-head i {
    color: #29166f;
    font-size: 15px;
    margin-right: 2px;
}

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

/* footer */
.footer-article2 {
    padding: 60px 0 50px;
    background: url(../images/bg_3.webp);
    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: 41%;
    padding-top: 0;
}

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

.footer-news:nth-child(3) {
    width: 16%;
    overflow: hidden;
}
.footer-powered span {
    font-family: 'SB';
    text-transform: capitalize;
}

.footer-news:nth-child(5) {
    width: 100%;
}
.box-fanpage.d-flex {
    justify-content: space-between;
}
.title-footer {
 color: #FFF;
 font-family: SB;
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: 1.5; /* 156.25% */
 text-transform: none;
 margin-bottom: 30px;
}

/* .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: 16px;
    color: #fff;
    font-family: 'SM';
    line-height: 1.5;
}

ul.footer-ul li {
    /* padding-left: 10px; */
    position: relative;
    margin-bottom: 20px !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: 310px;
    margin-bottom: 20px;
}
.ft-map {
    border-radius: 10px;
    width: 230px;
    overflow: hidden;
}

.ft-map iframe {
    width: 230px;
    border-radius: 10px;
    height: 247px;
}

.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, .hrv-rotateY svg { transition: all 0.9s ease 0s; }
.hrv-rotateY:hover { text-decoration: none; }
.hrv-rotateY:hover img, .hrv-rotateY:hover svg { 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: var(--color-hover3);
}

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


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

.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: 5px 12px;
}

/* gioi thieu */
.wrap-introduce {
    padding: 80px 0;
}
.introduce-left {
    width: 48%;
}
.introduce-right {
    width: calc(100% - 48%);
    padding-left: 35px;
    padding-top: 10px;
}

.pic-introduce a {
    border-radius: 30px;
}

.title-introduce span {
    color: #333;
    font-family: ER;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 88.235% */
}

.title-introduce h2 {
    color: #2CAFF0;
    font-family: SL;
    font-size: 40px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1; /* 125% */
}

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

.desc-introduce {
    height: 240px;
    overflow-y: auto;
    padding-right: 5px;
    line-height: 1.7;
    font-family: 'SM';
    margin-bottom: 50px;
}
.desc-introduce::-webkit-scrollbar {width: 3px;}
.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: #2caff0;}


.see-more p {
    width: 180px;
    height: 44px;
    display: flex;
    border-radius: 4px;
    background: #F23C3B;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'SB';
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 2.8px;
}

/* tieu chi */
.vsc-index {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 3px 30px 0px #cedce5;
    padding: 50px 35px 40px;
}
.pic-tieuchi {
    width: 54px;
}

.info-tieuchi {
    width: calc(100% - 54px);
    padding-left: 10px;
}

.solieu-tc {
    color: #2CAFF0;
    font-family: SA;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 100% */
    margin-bottom: 12px;
}

h3.name-tieuchi {
    color: #333;
    font-family: SP;
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-height: 1.3; /* 100% */
    margin-bottom: 0;
    min-height: 42px;
}
/* dich vu */

.padding-bottom {
    padding-bottom: 70px;
}

.wrap-service {
    background: #eaf7fe;
    padding: 68px 0 75px;
}
.item-service {
    border-radius: 30px;
    border: 1px solid #2CAFF0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px #CEE4F4;
    padding: 10px 10px 26px;
    margin-bottom: 2px;
}

.img-service {
    margin-bottom: 5px;
}

.img-service a {
    border-radius: 20px;
}

a.name-service {
    color: #062949;
    font-family: 'SM';
    font-size: 20px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    line-height: 1.3; /* 150% */
    margin-bottom: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.content-service {
    padding: 0 15px;
}

.desc-service {
    color: #444;
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2; /* 214.286% */
}

/* san pham */
.wrap-product_list {
    padding: 70px 0;
}

.wrap-product_list .title-main {
    margin-bottom: 1rem;
}

.list-hot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.list-hot a {
    border-radius: 4px;
    border: 1px solid #2CAFF0;
    color: #0387D2;
    text-align: center;
    font-family: SS;
    font-size: 15px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1.5; /* 200% */
    min-width: 130px;
    padding: 10px;
    transition: 0.5s;
    margin: 0 4px 8px;
    cursor: pointer;
}

.list-hot a:hover, .list-hot a.active {
    transition: 0.5s;
    background: var(--color-social);
    color: #fff;
    border-color: var(--color-social);
}
.info-pro {
    padding-left: 10px;
}

.desc-product {
    color: #898989;
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 1;
    line-height: normal;
    margin-bottom: 10px;
}

.col-20 {
    padding: 0 14px 28px;
}

.wrap-product_list .pagination {
    margin: 0;
}

/* tieu chi */

.wrap-why{background: url(../images/bg_1.webp);padding: 65px 0 70px;background-size: cover;}
.wrap-why .title-main h2 {
    color: #fff;
}

.col-md-6.col-why {
    width: 40.5%;
}

.row.row-why {
    justify-content: space-between;
}

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

.item-why {
    max-width: 360px;
    margin-bottom: 90px;
}

.img-why {
    width: 100px;
}

.content-why {
    width: calc(100% - 100px);
    padding: 0 12px;
}

.flex-why {
    border-radius: 160px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.name-why {
    color: #062949;
    font-family: 'SS';
    font-size: 16px;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    line-height: normal;
    margin-bottom: 5px;
}
.wrap-why .title-main {
    margin-bottom: 0.5rem;
}

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

.col-why:nth-child(5) .item-why, .col-why:nth-child(6) .item-why {
    margin-bottom: 0;
}

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

.desc-why {
    color: #5B5B5B;
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 20px; /* 142.857% */
}

.col-why:nth-child(even) .content-why {
    padding-right: 30px;
}

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

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

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

.logo_why {
    border-radius: 270px;
    border: 4px solid #FFF;
    overflow: hidden;
    display: inline-block;
}

.index-why {
    position: relative;
}

.item-logo {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    max-width: 270px;
    max-height: 270px;
    margin: auto;
    pointer-events: none;
}
.index-why:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bf_tc.png) center no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

/* album */
.col-al {
    padding: 0 6px 12px;
}

.row-al {
    margin: 0 -6px;
}

.album-box {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px #CEE4F4;
}

.album-image a {
    border-radius: 4px;
}

.album-image {
    margin-bottom: 24px;
}

.name-album {
    color: #222;
    text-align: center;
    font-family: 'SS';
    font-size: 18px;
    min-height: 54px;
    text-transform: capitalize;
    line-height: 1.5; /* 166.667% */
    margin-bottom: 15px;
    cursor: pointer;
}
.info-album {
    padding: 0 10px 5px;
}

.info-album p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    font-family: SM;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 214.286% */
    border-top: 1px solid #D2ECF9;
    margin-bottom: 0;
    padding: 15px 0;
}

.info-album p svg {
    margin-right: 10px;
}

.wrap-album {
    padding: 60px 0 65px;
}

.wrap-album .see-more {
    margin-top: 20px;
}

/* dang ki */
.wrap-dangki {
    padding: 70px 0 65px;
    background: url(../images/bg_2.webp) top repeat-x;
    background-color: #F3F3F3;
}
.wrap-dangki .title-main h2,.wrap-dangki .title-main p {
    color: #fff;
    padding: 0;
}

.dangki-index {
    max-width: 1120px;
    margin: auto;
}

.dangki {
    border-radius: 8px;
    background: #FFF;
    padding: 45px 30px 30px;
    margin-bottom: 45px;
}

.newsletter-input input, .newsletter-input textarea {
    border-radius: 4px;
    border-color: #E3E3E3;
    height: 44px !important;
}

.newsletter-input {
    padding-bottom: 15px !important;
}

.row-fk .newsletter-input {
    padding: 0 15px 30px !important;
}

.row-fk {
    margin: 0 -15px;
}

.newsletter-input textarea {
    height: 70px !important;
}

.newsletter-input .form-floating>label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #767676;
    font-family: 'SM';
    font-size: 13px;
    font-style: normal;
    padding-left: 20px;
    line-height: 26px; /* 200% */
    max-height: 44px;
}
.newsletter-button input {
    border-radius: 4px;
    background: #F23C3B;
    width: 160px;
    height: 44px;
    color: #FFF;
    font-family: 'SB';
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 26px; /* 200% */
}

.dangki-submit {
    display: flex;
    align-items: center;
    justify-content: end;
}

.slogan-dk {
    color: #767676;
    font-family: 'SM';
    font-size: 13px;
    font-style: normal;
    padding-right: 20px;
    line-height: 26px; /* 200% */
}

.w-info_web {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.item-web {
    display: flex;
    align-items: center;
    max-width: 408px;
}
.pic-info-web {
    width: 60px;
}

.info-web {
    width: calc(100% - 60px);
    padding-left: 10px;
}
.info-web p, .info-web span {
    color: #222;
    font-family: 'SR';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px; /* 162.5% */
}
/* kham pha */
.wrap-khampha {
    padding: 60px 0 70px;
}
.img-newsnb a {
    border-radius: 10px 10px 0px 0px;
}

.img-newsnb {
    position: relative;
}

.img-newsnb h3 {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    margin: auto;
    text-align: center;
    background: #ffffffed;
    padding: 10px;
}

a.name-newsnb {
    color: #000;
    text-align: center;
    font-family: 'SB';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 138.889% */
}

.desc-newsnb {
    color: #33332D;
    text-align: center;
    font-family: 'SM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 214.286% */
}

.content-newsnb {
    padding: 20px 30px 0;
}
/* video */
.video-item {
    position: relative;
}

.video-item:before {
    position: absolute;
    content: "";
    width: 128px;
    height: 128px;
    background: url(../images/play2.png);
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.video-item a {
    display: block;
}

/* doi tac */
.wrap-partner {
    padding: 55px 0 70px;
}

.box-partner a {
    border-radius: 4px;
    border: 1px solid #7DC6F0;
    background: #FFF;
    overflow: hidden;
}
.partner-owl {
    position: relative;
    padding: 0 25px;
}

.partner-owl .control-owl button.owl-prev {
    left: 0;
}

.partner-owl .control-owl button.owl-next {
    right: 0;
    transform: rotate(180deg);
}

.partner-owl .control-owl {
    top: 45%;
}

.wrap-partner .wrap-content {
    max-width: 1250px;
}
.partner-owl svg {
    stroke: #00000000;
}

.partner-owl .control-owl button {
    opacity: 1;
    border: none;
    background: url(../images/arr1.png) center;
    width: 36px;
    height: 8px;
    border-radius: 0;
}


/* Footer */

.footer-news:nth-child(4) {
    width: 310px;
}

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

.info-footer {
}

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

.content-fanpage > div {
    border-radius: 10px 10px 0 0;
    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 {
	color: #fff;
	text-align: center;
	padding: 15px 0;
	background: #0091D9;
	font-family: 'SM';
	font-size: 14px;
}
.logo_footer {
    margin-bottom: 25px;
}

ul.footer-ul li {
}

.footer-news {
    padding-top: 15px;
}

.footer-news:nth-child(5) .title-footer {
    padding-right: 10px;
    margin: 5px 0 0;
}

.footer-news:nth-child(5) ul.footer-ul li {
    margin: 0 5px 10px !important;
}

.footer-news:nth-child(5) ul.footer-ul li a {
    line-height: 1.5;
    border-radius: 50px;
    border: 1px solid #74D1FF;
    padding: 7px 20px;
}
.contact-input.col-20 {
    padding: 0 6px 0;
}

.contact-form .row-20 {
    margin: 0 -7px;
}
.contact-article .col-20 {
    padding-bottom: 0;
}
.box {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            cursor: pointer;
            overflow: hidden;
        }
        .box::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 50%;
            background: conic-gradient(transparent, #ffffff, transparent 30%);
            transform: translate(-50%, -50%) rotate(0deg);
            transition: transform 0.5s linear;
            z-index: -1;
             animation: rotateBorder 2s linear infinite; display: none;
        }
        .box:hover::before {
            transform: translate(-50%, -50%) rotate(360deg);
        }
 .box::after {
            content: "";
            position: absolute;
            inset: 2px;
            background: #fff;
            z-index: -1;
        }
/* .box:hover::before {
    background: conic-gradient(transparent, #2caff0, transparent 30%);
} */
 @keyframes rotateBorder {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .box.active:before, .box:hover:before {
    display: block;   background: conic-gradient(transparent, #2caff0, transparent 30%);
}
/* .menu-right > ul > li > a:hover, .menu-right > ul > li > a.active {color: #2caff0;} */