
@font-face {
    font-family: 'MB';
    src: url('../fonts/main/Mulish-Bold.eot');
    src: url('../fonts/main/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ME';
    src: url('../fonts/main/Mulish-ExtraBold.eot');
    src: url('../fonts/main/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MR';
    src: url('../fonts/main/Mulish-Regular.eot');
    src: url('../fonts/main/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SS';
    src: url('../fonts/main/SVN-PoppinsSemiBold.eot');
    src: url('../fonts/main/SVN-PoppinsSemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/SVN-PoppinsSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB';
    src: url('../fonts/main/SVN-PoppinsBold.eot');
    src: url('../fonts/main/SVN-PoppinsBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/SVN-PoppinsBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SR';
    src: url('../fonts/main/SVN-Poppins.eot');
    src: url('../fonts/main/SVN-Poppins.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/SVN-Poppins.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MM';
    src: url('../fonts/main/Mulish-Medium.eot');
    src: url('../fonts/main/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/Mulish-Medium.ttf') format('truetype');
    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;
}

@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/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: #684230;
	--color-social: #b10000;
	--color-hover: #ab5025;
	--color-hover3: #ff0;
}


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

.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;
	margin-top: -144px;
	aspect-ratio: auto;
}

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

/* Search */
.search {
	width: 320px;
	background: #fff;
	position: relative;
	right: 0;
	top: 0;
	border-radius: 5px;
}
.slideshow img {
    max-height: 850px !important;
}
.search input {
	width: calc(100% - 40px);
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	border: none;
	 
	font-style: italic;
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search p {
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	margin-right: 5px;
}
.search p i {
	font-weight: bold;
	color: #0000008c;
}
.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: #fff;
  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;
}
.menu-right {
    width: 75%;
}
.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;
}


.danhmuc ul > li.has-submenu > a.acap:hover {
    color: #f00;
}
.fix_head .menu {
    background: var(--color-main);
}

.fix_head .logo {
    zoom: 0.5;
}


.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: 17px;
  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: MB;
}
.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: var(--color-hover) !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: #fff;
  font-size: 22px;
  margin: 0px;
  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: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #684230;
	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: #333;
	font-family: SS;
	font-size: 40px;
	text-transform: uppercase;
}
.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;
	border: 1px solid var(--color-main);
}
.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: 230px;
}

.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;
    width: 325px;
}

.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: #684230;
}

/*   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;
	background: #fff;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
}
.product .pic-product {
	background: #fff;
	margin-bottom: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: solid 1px transparent;
}
/* .product:hover .pic-product {
	border: solid 1px #ccc;
} */
.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.product .pic-product > a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
}
.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: 0;
	font-weight: normal;
	-webkit-line-clamp: 2;
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	line-height: 1.6;
	min-height: 42px;
	font-family: 'MM';
}
.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: 17px;
	font-family: 'MB';
	color: #B10000;
	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: 'MR';
}
.product .price-per {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'MM';
	border-radius: 4px;
	background: #B10000;
	width: 65px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 10px;
}
.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: 48%;
	border-right: 1px solid #ececec;
	padding-right: 30px;
}

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

.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;
	border-top: 1px solid var(--color-main);
	border-bottom: 1px solid var(--color-main);
}
.breadCrumbs ol {
	margin: 0px;
}
.breadCrumbs ol li a {
	font-family: MM;
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: var(--color-hover);
}

/* 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;
}
.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: 78px;
	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;
}

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: #32a9f3;
    padding: 5px 0;
}

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

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

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

/* footer */
.footer-article2 {
    padding: 60px 0 65px;
    background: #FFF2EC;
}
.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: 25%;
}

.footer-news:nth-child(2) {
    width: 325px;
}

.footer-news:nth-child(3) {
    width: 475px;
    overflow: hidden;
    background: url(../images/map.png) no-repeat right center;
}
.box-fanpage.d-flex {
    justify-content: space-between;
}
.title-footer {
   color: #333;
   font-family: ME;
   font-size: 17px;
   font-style: normal;
   font-weight: 800;
   line-height: 26px; /* 152.941% */
   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;
}

ul.footer-ul li {
    padding-left: 10px;
    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 {
    border-radius: 10px;
   width: 386px;
    overflow: hidden;
}

.ft-map iframe {
   width: 386px;
height: 284px;
    border-radius: 10px;

}

.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: 'MB';
  font-size: 1.5rem;
  text-transform: capitalize;
}

.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-hover);
}
.hover-b:hover{
	color: #ff0;
}

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

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

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

img:not([src]) {
  visibility: hidden;
}
.introduce-left {
    max-width: 820px;
    margin: auto;
}

/* tieu chi */
.vsc-index {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(104, 66, 48, 0.12);
    padding: 45px 60px;
}
.wrap-vsc {
    padding: 60px 0 55px;
}

h3.name-tieuchi {
    -webkit-line-clamp: 2;
    color: #333;
    font-family: ME;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: normal;
}

.pic-tieuchi {
    margin-bottom: 20px;
}

.desc-tieuchi {
    color: #333;
    text-align: center;
    font-family: MR;
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 22px; /* 157.143% */
}

.owl-item:nth-child(even) .box-tieuchi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}

.owl-item:nth-child(even) .pic-tieuchi {
    margin: 20px 0 0;
}

/* dich vu */

.wrap-service {
    padding: 0 0 40px;
}

.scale-img {
    display: block;
    overflow: hidden;
}

.wrap-service .title-main {
    padding-top: 45px;
    background: url(../images/bg_t3.png) no-repeat top center;
}
.img-service a {
    border-radius: 10px;
}

.img-service {
    position: relative;
}

.img-service:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #684230 0%, rgba(104, 66, 48, 0.00) 33.33%);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.item-service {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.content-service {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 10px;
    right: 20px;
    color: #fff;
    display: flex;
    align-items: start;
}

.ct-service {
    position: absolute;
    z-index: 3;
    bottom: -100%;
    background: #684230;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.stt {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: 'SS';
    font-size: 70px;
    font-style: normal;
    color: #00000000;
    line-height: 1;
    width: 90px;
    text-align: left;
}

.tieude {
    color: #FFF;
    font-family: SR;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    line-height: normal;
}

a.name-service {
    -webkit-line-clamp: 2;
    color: #FFF;
    font-family: SB;
    font-size: 28px;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
}

.thutu-service {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.col-se {
    padding: 0 10px 30px;
}

.row-se {
    margin: 0 -10px;
}
.desc-service {
    -webkit-line-clamp: 10;
    color: #fff;
    font-family: 'MR';
    line-height: 1.8;
    padding-top: 10px;
}
.item-service:hover .ct-service {
    transition: 0.5s;
    bottom: 0;
    top: 0;
}

/* du an */
.wrap-project .title-main {
    padding-top: 45px;
    background: url(../images/bg_t1.png) no-repeat top center;
}
.wrap-project {
    padding: 57px 0 30px;
}

.img-project a {
    border-radius: 10px;
}
.img-project {
    position: relative;
}

.img-project:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #684230 0%, rgba(206, 131, 95, 0.00) 34.56%);
    z-index: 2;
}

.item-project {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.content-project {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    transition: 0.5s;
}

.ct-project {
    position: absolute;
    bottom: -100%;
    z-index: 3;
    transition: 0.5s;
    border-radius: 10px;
    background: rgba(104, 66, 48, 0.80);
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

a.name-project {
    color: #FFF;
    font-family: ME;
    font-size: 17px;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    line-height: normal;
}

.col-news {
    padding: 0 5px 10px;
}

.row-news {
    margin: 0 -5px;
}

.item-project:hover .content-project {
    opacity: 0;
    transition: 0.5s;
}
.desc-project {
    color: #FFF;
    text-align: center;
    font-family: MM;
    font-size: 14px;
    font-style: normal;
    margin: 10px 0;
    line-height: 24px; /* 171.429% */
}

.view-project p {
    display: inline-flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Linear, linear-gradient(90deg, #ECC440 -0.01%, #FFFA8A 31.98%, #DDAC17 68.02%, #FFFF95 100%));
    color: #000;
    font-size: 16px;
    font-family: 'MB';
}

.item-project:hover .ct-project {
    transition: 0.5s;
    bottom: 0;
    top: 0;
}
.w-bannerlink img {
    max-height: 420px;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.page-item.active .page-link, .page-link:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

.page-link {
    font-family: 'MM';
    color: #000;
    margin: 0 6px;
    padding: 5px 12px;
}

/* san pham */
.w-product-list-cat {
    background: #F4F4F4;
    padding: 60px 0;
}

h2.name-title-product {
    color: #333;
    font-family: SS;
    font-size: 35px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-left: 25px;
}

.d-title-product-list-cat {
    margin-bottom: 30px;
    border-bottom: 1px dashed #684230;
    position: relative;
}

.d-title-product-list-cat:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 53px;
    background: url(../images/bf_sp.png) no-repeat;
    bottom: -2px;
    left: -1px;
    /* top: 0; */
}
.list-product-hot a {
    color: #333;
    font-family: 'MM';
    font-size: 16px;
    margin: 0 5px;
    border-bottom: 1px solid #333;
    line-height: normal;
    cursor: pointer;
}
.list-product-hot a.active, .list-product-hot a:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
}
.content-fanpage iframe {
    width: 325px;
}

/* dang ky */
.dangki-index {
    display: flex;
    justify-content: space-between;
}

.dangki-left {
    width: 40%;
    border-radius: 10px 0px 0px 10px;
    background: rgba(0, 0, 0, 0.40);
    overflow: hidden;
}

.dangki-right {
    width: 60%;
    padding: 40px 60px;
    border-radius: 0px 10px 10px 0px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

.pic-video a {
    position: relative;
}

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

.item-top_dk {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-dk {
    color: #fff;
    margin-bottom: 5px;
}

.wrap-dangki {
    background: url(../images/bg_dk.jpg) no-repeat top center;
    padding: 2.5rem 0 60px;
}
.w-top_dk {
    width: 40%;
    margin-bottom: 40px;
}

.title-dk span {
    color: #FFF;
    font-family: 'MM';
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.title-dk h2 {
    font-family: 'SS';
    font-size: 40px;
    background: var(--Linear, linear-gradient(90deg, #ECC440 -0.01%, #FFFA8A 31.98%, #DDAC17 68.02%, #FFFF95 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}

.info-top_dk img {
    margin-right: 5px;
}

.info-top_dk {
    color: #FFF;
    font-family: 'MM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
ul.socialdk {
    padding: 20px 0 0;
}

ul.socialdk span {
    color: #FFF;
    font-family: MM;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
}

.wrap-dangki .wrap-content {
    background: url(../images/bf_dk.png) top right no-repeat;
}
.tt-dk h2 {
    color: #333;
    font-family: SS;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tt-dk span {
    color: #333;
    font-family: MB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tt-dk {
    padding: 17px 0 20px 35px;
    background: url(../images/bf_dk2.png) left no-repeat;
    margin-bottom: 20px;
}
.name_dk {
    color: #333;
    font-family: 'MR';
    font-size: 14px;
    font-style: normal;
    padding-bottom: 8px;
    line-height: normal;
}

.newsletter-input {
    margin-bottom: 15px;
}

.newsletter-input input, .newsletter-input textarea {
    border-radius: 8px;
    border-color: #ECECEC;
    background-color: #FFF;
}

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

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

.box-dangki .form-floating>label {
    color: #C7C7C7;
    font-family: 'MR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter-button input {
    border-radius: 8px;
    background: var(--Linear, linear-gradient(90deg, #ECC440 -0.01%, #FFFA8A 31.98%, #DDAC17 68.02%, #FFFF95 100%));
    width: 100%;
    padding: 15px;
    color: #191919;
    font-family: ME;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
ul.socialdk li {
    margin-left: 11px;
}

/* tin tuc */

.wrap-newsnb {
    padding: 60px 0 55px;
}

.index-newsnb {
    display: flex;
    justify-content: space-between;
}

.left-newsnb {
    width: 60%;
}

.right-newsnb {
    width: 40%;
    padding-left: 20px;
    margin-bottom: -30px;
}

.wrap-newsnb .title-main {
    padding-top: 45px;
    background: url(../images/bg_t2.png) no-repeat top center;
}
.item-news_slick {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.img-news_slick {
    width: 120px;
}

.content-news_slick {
    width: calc(100% - 120px);
    padding-left: 15px;
}
.img-news_slick a {
    border-radius: 3px;
}

a.name-news_slick {
    color: #333;
    font-family: ME;
    font-size: 16px;
    font-style: normal;
    -webkit-line-clamp: 2;
    line-height: 26px; /* 162.5% */
}

.time-news_slick {
    display: flex;
    align-items: center;
    color: #7C7C7C;
    font-family: 'MM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.time-news_slick img {
    margin-right: 10px;
}
.img-newsnb1 a {
    border-radius: 10px;
}

.img-newsnb1 {
    margin-bottom: 15px;
}

.time-newsnb1 {
    width: 95px;
    height: 30px;
    background: #684230;
    color: #FFF;
    font-family: 'MM';
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}

.time-newsnb1:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    background: #684230;
    bottom: -6px;
    left: 10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

a.name-newsnb1 {
    color: #333;
    font-family: ME;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    line-height: 28px; /* 155.556% */
    text-transform: uppercase;
}

.desc-newsnb1 {
    color: #333;
    font-family: 'MM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.item-newsnb2 {
    position: relative;
}

.content-newsnb2 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

a.name-newsnb2 {
    color: #FFF;
    font-family: ME;
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 125% */
}

.img-newsnb2 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.img-newsnb2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 24%, rgb(0 0 0 / 0%) 46%, rgb(0 0 0 / 24%) 70%, rgba(0, 0, 0, 0.5802696078431373) 100%);
    z-index: 2;
}

.newsnb2-box {
    margin-bottom: 30px;
}

/* doi tac */
.partner_icon {
    border-radius: 10px;
    background: url(../images/bf_dt.png) left no-repeat;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.partner-index {
    width: 93%;
}

.title-partner {
    width: 7%;
}
.title-partner h2 {
    color: #FFF;
    text-align: center;
    font-family: SS;
    font-size: 25px;
    padding: 10px 15px;
    writing-mode: vertical-rl;
    line-height: 26px; /* 104% */
    text-transform: uppercase;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

.title-partner {
     display: flex;
     justify-content: center;
     align-items: center;
     transform: rotate(180deg);
     padding-left: 20px;
}
.wrap-partner {
    padding: 0 0 60px;
}
.menu.ba_mn {
    background: var(--color-main);
}
.col-pro {
    padding: 0 10px 20px;
}

.row-pro {
    margin: 0 -10px;
}

.row-pro .product {
    box-shadow: 0 0 4px #00000047;
}
.price-new-pro-detail {
    font-family: 'MB';
    color: var(--color-hover);
}

.w-spnoibat_detail {position: sticky;top: 75px;}

.title-spnb {
    background: var(--color-main);
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'MB';
    padding: 10px;
}

.item-spnb {
    border: 1px solid var(--color-main);
    padding: 10px;
}
.prodetail_dflex {
    display: flex;
    justify-content: space-between;
}

.prodetail-right {
    width: 28%;
}

.prodetail_left {
    width: 70%;
}
.box-spnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.img-spnb {
    width: 100px;
}

.content-spnb {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.img-spnb a {
    border-radius: 5px;
}

a.name-spnb {
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-family: MM;
    color: #000;
    margin-bottom: 10px;
}

.price-productdt .price-new {
    font-family: MM;
    color: var(--color-main);
}

.spnoibat_detail-item:nth-child(2) {
    margin-top: 1rem;
}
.menu ul li a.active, .menu-right > ul > li > a:hover {
    background: linear-gradient(90deg, #ECC440 -0.01%, #FFFA8A 31.98%, #DDAC17 68.02%, #FFFF95 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-right > ul > li > a {
    position: relative;
    padding: 10px 0;
}

.menu-right > ul > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ECC440 -0.01%, #FFFA8A 31.98%, #DDAC17 68.02%, #FFFF95 100%);
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}


.menu-right > ul > li > a.active:before, .menu-right > ul > li > a:hover:before {
    display: block;
}

.pic-partner a {
    border: 1px solid #dbdbdb;
    border-radius: 12px;
}

.col-20 {
    padding: 0 5px 10px;
}

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