@font-face {	font-family: 'RR';	font-display: block;	src: url('../fonts/Roboto-Regular.woff');}
@font-face {	font-family: 'RB';	font-display: block;	src: url('../fonts/Roboto-Bold.woff');}
@font-face {	font-family: 'RCB';	font-display: block;	src: url('../fonts/RobotoCondensedBold.woff');}
@font-face {	font-family: 'RCR';	font-display: block;	src: url('../fonts/Roboto-Condensed.woff');}
@font-face {	font-family: 'RCMe';	font-display: block;	src: url('../fonts/RobotoCondensed-Medium.woff');}


@font-face {	font-family: 'RMe';	font-display: block;	src: url('../fonts/RobotoMedium.woff');}
@font-face {	font-family: 'UNR';	font-display: block;	src: url('../fonts/UTMNokia.woff');}
@font-face {	font-family: 'RSSeB';	font-display: block;	src: url('../fonts/RobotoSlab-SemiBold.woff');}
@font-face{font-family:'UHI';src:url(../fonts/UTM\ HelvetIns.ttf)}
@font-face{font-family:impac;src:url(../fonts/UTM\ Impact.ttf)}
@font-face{font-family:svn;src:url(../fonts/SVN-Blenda\ Script.ttf)}


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

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

@font-face {	font-family: 'QsR';	font-display: block;	src: url('../fonts/QuicksandRegular.woff');}
@font-face {	font-family: 'QsB';	font-display: block;	src: url('../fonts/QuicksandBold.woff');}
@font-face {	font-family: 'QsLi';	font-display: block;	src: url('../fonts/Quicksand-Light.woff');}
@font-face {	font-family: 'QsMe';	font-display: block;	src: url('../fonts/Quicksand-Medium.woff');}
@font-face {	font-family: 'Balbes';	font-display: block;	src: url('../fonts/Balbes.woff');}



/*  */
@font-face {	font-family: 'SPR';	font-display: block;	src: url('../fonts/SVN-Poppins.woff');}
@font-face {	font-family: 'SPMe';	font-display: block;	src: url('../fonts/SVN-PoppinsMedium.woff');}
@font-face {	font-family: 'SPB';	font-display: block;	src: url('../fonts/SVN-PoppinsBold.woff');}
@font-face {	font-family: 'SPSeB';	font-display: block;	src: url('../fonts/SVN-PoppinsSemiBold.woff');}
@font-face {	font-family: 'SaB';	font-display: block;	src: url('../fonts/Saira-Bold.woff');}
@font-face {	font-family: 'InB';	font-display: block;	src: url('../fonts/Inter-Bold.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-chudao: #bb1613;--color-chudao-2:#fee500;--font-chudao:'SPB';--color-main:#2557ae;--color-social:#2557ae;--color-hover:#2557ae;--color-text:#2557ae}



body {
	font-size: 14px; font-family: 'SPR' !important;
	/* min-width: 1366px; */ 
}
body{touch-action:pan-y}

.max-width {
 
	max-width: 1200px;
	margin: 0px auto;
}

.wrap-main { max-width: 1200px; margin: 30px auto;  }
.wrap-main-k,.wrap-content { max-width: 1200px; margin: auto;  }

/*chia ko deu*/
.flex{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flexnowidth{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flex_odd_even{flex-direction:row-reverse}
.flexwrap{flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap}
.justifylex{justify-content:space-between;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify}
.bottomflex{-webkit-box-align:end;-webkit-flex-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end}
.topflex{-webkit-box-align:start;-webkit-flex-align:start;-ms-flex-align:start;-webkit-align-items:start;align-items:start}
.rightflex{justify-content:flex-end;-webkit-box-pack:right;-webkit-justify-content:flex-end;-ms-flex-pack:right}
.leftflex{justify-content:flex-start;-webkit-box-pack:left;-webkit-justify-content:flex-start;-ms-flex-pack:left}
.centerflex{justify-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center}
.topbottomflex{-webkit-box-align:center;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
/*chia deu*/

/**/
.grid_6{display:grid;grid-template-columns:repeat(6,1fr)}
.grid_5{display:grid;grid-template-columns:repeat(5,1fr)}
.grid_4{display:grid;grid-template-columns:repeat(4,1fr)}
.grid_3{display:grid;grid-template-columns:repeat(3,1fr)}
.grid_2{display:grid;grid-template-columns:repeat(2,1fr)}
.paddingg_80{grid-gap:80px}
.paddingg_60{grid-gap:60px}
.paddingg_45{grid-gap:45px}
.paddingg_40{grid-gap:40px}
.paddingg_35{grid-gap:35px}
.paddingg_31{grid-gap:31px}

.paddingg_30{grid-gap:30px}
.paddingg_25{grid-gap:25px}
.paddingg_20{grid-gap:20px}
.paddingg_15{grid-gap:15px}
.paddingg_18{grid-gap:18px}
.paddingg_10{grid-gap:10px}
.paddingg_5{grid-gap:5px}
.row-3{ margin-left: -3px; margin-right: -3px;}

.row-10{ margin-left: -15px; margin-right: -15px;}
.clear{ clear: both;}
.w-clear:after { display: block; content: ""; clear: both; }

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);
}
.overflow{ overflow: hidden;}
.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: 2;
}
.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;
}

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

.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.title-main {
	margin-bottom: 1.5rem;
	position: relative;
}
.title-main span {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* mMenu */ 
.menu-res {
	z-index: 100;
	background: var(--color-chudao);
	position: relative;
	display: none;
	padding: 10px 10px;
  }
   
  
  @media only screen and (max-width: 991px) {
	.menu-res {
	  display: block;
	}
  }
#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #ffffff;
	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;
}

.search-res {
	position: relative;
  }
  
  .search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
	font-size: 17px;
	margin: 0px;
  }
  
  .search-res .icon-search.active {
	color: var(--color-chudao);
	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 var(--color-chudao);
	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: var(--color-chudao);
	line-height: 40px;
	text-align: center;
  }
  
  .search-res .search-grid input {
	width: calc(100% - 35px);
	float: right; 
	outline: none;
	border: none;
	color: #313131;
  }
  
  .search-res .search-grid input::-webkit-input-placeholder {
	color: #313131;
  }
  
  .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;
  }
  
/* News */
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}
.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.pic-news img {
	width: 100%;
}
a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}
a.views:hover {
	border: solid 1px #fed402;
	color: #fed402;
}
.info-news {
}
.info-news h3 {
}
.name-news {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-height: 40px;
	-webkit-line-clamp: 2 !important;
	font-weight: 400;
}
a.name-news.name1 {
	font-size: 25px;
	line-height: 32px;
	max-height: 64px;
}
.name-news:hover {
	color: #fed402;
}
.time-news {
	color: #fed402;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}
.desc-news {
	color: #333333;
	margin-top: 0px;
	line-height: 20px;
	height: 60px;
}
.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;
}

/* grid-product */
.grid-product {
	display: grid;
	grid-template-columns: repeat(3, 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;
}
 
/* 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;
}

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

/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}
.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}
.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}

/* About */
.box-about {
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}
.box-about h3 {
	color: #ca0000;
	font-family: SVN;
	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;
}

/* Service */
.item-service {
	position: relative;
}
.item-service h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 17px;
	margin: 0px;
}

/* 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 detail */
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-bottom: 1px solid #ececec;
}
.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;
} 
/*css khuyen mai*/
.block__promo {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 10px;
}

.promoadd__list {
	padding: 10px;
}
.promoadd__list li {
	margin-bottom: 15px;
	background: url(../images/tick.png) no-repeat 0px 3px;
	background-size: 15px;
	padding-left: 25px;
}

.pr-top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 10px;
}

.pr-txtb {
	font-weight: bold;
}

.pr-top .pr-txt {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	font-style: normal;
}

.pr-content .pr-item:last-child {
	border: none;
}

.pr-content .pr-item {
	padding: 15px 10px 10px 10px;
}

.divb {
	margin-bottom: -10px;
}

.divb .nb {
	background-color: #4a90e2;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	text-align: center;
	width: 16px;
}

.divb-right {
	padding-left: 26px;
}

.pr-content .pr-item p {
	margin: 0px 0px 0px 0px;
}

.divb-right a {
	color: #4a90e2;
}

/* Tien ich */
.wrap-ti {
	padding: 20px 0px;
}
.box-ti {
	background: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	min-height: 135px;
}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
	background-color: rgb(220, 238, 255);
}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
	background-color: rgb(254, 245, 207);
}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
	background-color: rgb(255, 239, 219);
}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
	background-color: rgb(225, 254, 207);
}
.ds-ti {
	width: calc(100% - 45px);
}
.ds-ti h3 {
	font-size: 15px;
}
.ds-ti h3 a {
	color: #333;
}
.ds-ti h3 a:hover {
	color: #f00;
}
/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}
.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

/* paging */
.pagination {
	margin: 20px 0px;
}
.pagination li a {
	cursor: pointer;
}

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

.grid-properties {
	display: flex;
	gap: 10px;
}
.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: '';
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}
.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}
/* Xu huong */
.wrap-xh {
	background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
	padding: 10px;
	border-radius: 10px;
}
.title-xh {
	font-size: 25px;
	margin: 20px 0px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.image-xh {
	border-radius: 10px;
	overflow: hidden;
}
.name-xh {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin: 10px 0px 0px;
}
/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

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

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



.wrap-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.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;
}
  
.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}
/* 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: 20px;
	border-radius: 5px;
}
.flex-product-main .right-product {
	width: calc(100% - 250px);
}
.wrap-product-sale {
	 
	overflow: hidden;
}
.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}
 
/*  */


	
#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #ffffff;
	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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

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


/* Begin Left */
.left{     width: 270px; 
    position: relative;
    top: -51px;
    left: 0px;
    z-index: 999;}
.left-in{ position: absolute; top: 0px;}
.left-in .content-left{ display: none;}
.left-in:hover .content-left{ display: block;}

.block-left{   width: 100%; float: left; position: relative;  }
.block-left-in{min-height:auto;}
    
  
.title-left{      background: #b80101;
    height: 50px;
    position: relative;
    z-index: 10;
    min-height: 50px;
    text-align: center;}
 
.title-left img{ margin-right: 20px; position: relative; top: -3px;} 
.title-left span{  font-family: var(--font-chudao);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.title-left span a{ color: #000; }
.content-left{    width: 100%;
    border: 1px solid #e9e9e9;
    float: left;
    background: #fff;
    margin-top: 1px;}
  
.left .lst-pro-left > ul > li{      width: 100%;
    float: left; }
 
.left .lst-pro-left > ul > li:last-child  {border-bottom:none;}
.left .lst-pro-left ul li:last-child:after{border:none;box-shadow:unset;}
.left .lst-pro-left > ul > li > a{       color: #3a3a3a;
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 8.25px 5px 8.25px 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
    font-family: 'RB';}

.left .lst-pro-left ul li a .img_left{   float: left; 
    margin-right: 5px; width: 24px; text-align: center;
}
.left .lst-pro-left ul li a .img_left img{ max-height: 19px;}
.left .lst-pro-left ul li a .img_right{   float: right; 
    margin-left: 5px; width: 27px; text-align: center;
}

.left .lst-pro-left > ul > li > a.group:hover .group-hover\:text-\[\#5172fd\]
{
	color: var(--color-chudao);
}


.left .lst-pro-left ul li a span{    padding: 8px 0px;
    float: left;
    font-size: 16px; }
.left .lst-pro-left ul li a:hover{color:red !important;}
.left .lst-pro-left ul li:hover > a.has-child{color:red !important;}


.left .lst-pro-left ul li a i{float:right;margin-left:10px;margin-right:10px;color:#F0F0F0;background:#000;border-radius:50%;font-size:14px;}
.left .lst-pro-left > ul > li > ul{  padding-left: 10px;    width: 100%;   display: none;    z-index: 999999;
    background: #fff; position: absolute; left: 98%; top: 0px; border-left: 1px solid #ccc;box-shadow: -1px 4px 5px #ccc; border-radius: 0px;}
.left .lst-pro-left > ul > li > ul > li{width:100%;float:  left;  }  
.left .lst-pro-left ul ul li:last-child{border-bottom:none;}
.left .lst-pro-left ul ul a{  background:unset;text-transform:none;line-height:20px;   color:#333333 !important;display:block;padding:10px; position:relative;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;}
.left .lst-pro-left ul ul ul a{}
.left .lst-pro-left > ul > li:hover > ul{visibility:visible;opacity:1;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;display:block;}
.left .lst-pro-left > ul > li > ul > li:hover > ul{visibility:visible;opacity:1;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;display:block;}
.left .lst-pro-left ul ul ul h3{font-size:14px;padding:0px;margin:0px;}
.left .lst-pro-left ul li ul li ul li a{ padding: 10.5px 0px; line-height: 20px; padding-left:15px; font-family: 'RR';}
.left .lst-pro-left ul li ul li ul li ul li a{ padding-left: 30px; } 
.left .lst-pro-left > ul > li > ul > li > ul > li {padding-left: 10px;}

 
.content-left > ul{  
        padding-left: 0px;
    width: 100%;
    float: left;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 99;
    margin: 0px;
    padding-left: 0px;
    float: left;
    margin: 0px;
    border-top: none;
    }
.content-left > ul::-webkit-scrollbar{width:4px;height:1px;}
.content-left > ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.3);background:#EBEBEB;}

/*ngoai*/
.content-left > ul::-webkit-scrollbar-thumb{background:var(--color-chudao);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);height:10px;}



/* tieuchi */
.bg_ct{ margin-top: 50px;}
.bd-ct {
	display: flex;
	justify-content: start;
	align-items: center;
	   
}
 
.ds-ct{ width: calc(100% - 50px); padding-left: 20px;}
.ds-ct span{ font-size: 45px; font-family: 'MoB'; color: #ffc027;
	-webkit-filter: drop-shadow(1px 0px 0px #128135) drop-shadow(0px 1px 0px #128135) drop-shadow(0px -1px 0px #128135) drop-shadow(-1px 0px 0px #128135) drop-shadow(2px 1px 0px rgb(0,0,0,0.1));
    filter: drop-shadow(1px 0px 0px #128135) drop-shadow(0px 1px 0px #128135) drop-shadow(0px -1px 0px #128135) drop-shadow(-1px 0px 0px #128135) drop-shadow(2px 1px 0px rgb(0,0,0,0.1));
    line-height: 37px;

}
.ds-ct h3 a {    font-size: 22px;
    color: #333;
    font-family: 'RCR';
}
.ds-ct h3 a:hover {
	color: #f00;
}
 .image-ct{  width: 50px; }
    .image-ct img{ max-height: 50px; }
.ct-shadow-lrn-desc { color: #5E5E5E;}

/*dmcap1*/
.control-dmcap1.control-owl { top: calc(50% - 39.5px);} 
.control-dmcap1.control-owl button.owl-prev{ left: -28px;}
.control-dmcap1.control-owl button.owl-next{ right: -28px;}



.title_dmcap1{ position: relative; text-align: center; margin-bottom: 15px;}
.title_dmcap1 span{ 
    font-family: 'UHz';    font-size: 27px;    color: var(--color-chudao); text-transform: uppercase;
       position: relative; padding: 0 30px;

}
.title_dmcap1 span::before{
	content: '';position: absolute; left: 100%;
	top: 13px; width: 100px; height: 14px; background: url(../images/b_dv.png) no-repeat;transform: rotateY(180deg);
}
.title_dmcap1 span::after{
	content: '';position: absolute; right: 100%; 
	top: 13px; width: 100px; height: 14px; background: url(../images/b_dv.png) no-repeat;
} 
.title_dmcap1 p{  color: #404040;}


.bg_dmcap1{   padding: 1px 0px !important;   }
.bg_dmcap1 .wrap-main{ box-shadow: 0 0 10px #ccc; border-radius: 10px; padding: 30px }

.all_dmcap1{ position: relative; }
.item-dmcap1{ position: relative; text-align: center }
.image-dmcap1 { width: 130px; height: 130px; margin-bottom: 10px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;  background:  #e6f3ff;} 
.image-dmcap1 img{ height: 74px; }

.desc-dmcap1{  }
	.desc-dmcap1 h3{ line-height: unset;margin-bottom: 0px;}
	.desc-dmcap1 h3 a{    padding: 0px 10px;
	font-family: 'RMe';
    font-size: 15px;
    color: #333;
}
/*doitac */
.item-partner{ border: 1px solid #e3e3e3;}

/* title_spcap1 */
.title-pro-moi{ border-bottom: 2px solid var(--color-chudao);}
.title-pro-moi span {background: url(../images/bg_dm1.png) repeat-x;
    min-height: 48px;
    display: inline-block;
    font-size: 22px;
    font-family: 'RCB';
    color: #fff;
    line-height: 48px;
    padding: 0 30px; position: relative;}
	.title-pro-moi span:after{
		content: '';
		position: absolute; 
		left: 100%;
		top: 0px;
		width: 88px;
		height: 50px;
		background: url(../images/a_ttdm.png) no-repeat;
	} 

.product-ajax{ border: 1px solid #dedede; border-radius: 10px;}

.hamburger2 {    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 15px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%; 
    margin-right: 15px;
}

.hamburger2 .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.hamburger2 span {
    height: 2px;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    border-radius: 10px;
}
.menu_icon span {
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    line-height: 22.5px;
}
.hamburger2 .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.hamburger2 .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}

.hamburger2 .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}
.hamburger2 .bottom-bun2 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards800ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 800ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}
   
 

/* qc */
.quangcao{ max-width: 1366px; margin: 0 auto;}
 
/*spnb*/
.bg_spnb { position: relative;   background: url(../images/bg_mnb.png) no-repeat;
    min-height: 782px;
    padding: 40px 15px; padding-top: 50px !important; }
 


  /*spnb*/
  
  .title_pro {
	  margin-bottom: 60px;
	  position: relative;
	  text-align: center;
	  color: #fff;
  }
  
  .title_pro span {
	  font-size: 40px;
	  color: #7B5E02;
	  font-family: 'Balbes';
	  position: relative;
	  display: inline-block; 
	  text-transform: capitalize;
	  color: transparent;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.6, var(--color-chudao)), color-stop(0.8, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));
  }
  .title_pro:after{
	  content: '';
	  position: absolute;
	  left: 50%;transform: translateX(-50%);
	  bottom: -23px;
	  width: 110px;
	  height: 15px;
	  background: url(../images/a_sp.png) no-repeat;
  } 
/*pro_*/

.product {
	display: block;
    position: relative; background: #fff; border-radius: 150px; padding: 10px; padding-bottom: 20px;
}
 

 
 .product .pic-product{ border-radius: 150px; overflow: hidden; position: relative; background: #fff; margin-bottom: 20px;}
 .price-per{ position: absolute; right: 10px; top: 10px }
.product .pic-product > a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center; 
}
.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 .desc-product{ padding: 0 15px; text-align: center; }
.product .name-product { 
	font-weight: normal;
}
.product .name-product a {    font-size: 17px; font-family: 'QsB';
    color: #000;
    line-height: 25px;
}
.product .name-product a:hover {
	color: var(--color-chudao-2);
}
.product .name-product .text-split {
	-webkit-line-clamp: 1;
}
.product .price-product {
	margin-bottom: 10px;
	color: #555;
	 
}
.product .price-new {    font-family: 'Balbes';
   
    display: inline-block;
    font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.6, var(--color-chudao)), color-stop(0.8, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));


}
.product .price-old {    padding: 0 10px;
    font-size: 14px;
    text-decoration: line-through; 
    color: #ccc;
}
.product .price-per {
	color: #ff2e00;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}
.product span{ color: #fff; }
.all_spnb{ position: relative;} 
.all_spnb .control-owl {
    top: 45%;
}

.all_spnb .control-owl button {
    background: url(../images/prev_mnb.png) no-repeat;
    width: 46px;
    height: 46px;
    border-radius: 0;
    border: none;
    opacity: 1;
}

.all_spnb .control-owl button.owl-prev svg {
    display: none;
}

.all_spnb .control-owl button.owl-next svg {
    display: none;
}

.all_spnb .control-owl button.owl-prev {
    left: -60px;
}

.all_spnb .control-owl button.owl-next {
    right: -60px;
    transform: rotate(180deg);
}


/*book*/

.bg_book{ position: relative; z-index: 1;  
	min-height: 1090px; padding-top: 135px; background: url(../images/bg_td.png) no-repeat; min-height: 850px; }
 
	.title-book{    margin-bottom: 60px;
	   position: relative;
	   text-align: center;}
	 
   .title-book > span{      font-size: 40px;
	   color: #fff;
	   font-family: 'SKR';
	   position: relative;
	   text-transform: uppercase;}
	
   .title-book:after{ content: '';position: absolute; left: 50%; transform: translateX(-50%); bottom: -29px; width: 225px; height: 20px;
	   background: url(../images/a_tt.png) center no-repeat; }
	
.all_book{ position: relative; background: url(../images/bg_itd.png) no-repeat; width: 1072px; min-height: 732px;  padding-top: 55px; margin: 0 auto;}
	
   .flipbook-viewport{position:relative; overflow: unset !important;}
	.flipbook-viewport .flipbook{ overflow: hidden;  max-width: 980px; }
   .item_book{  
	   background: transparent!important;
	   box-shadow: unset !important;max-height: 630px;
	}
   .item_book img{width:100%;margin:0px auto; max-width: calc(100% - 30px) !important; border-radius: 10px;}
   .item_book.even{ }
   .item_book.odd{  text-align: right;}
   
   .flipbook .tabs{width:942px;height:22px;top:-22px;position:relative;z-index:1;}
   .flipbook .tabs > div{width:450px;height:22px;float:left;}
   .flipbook .tabs .left{text-align:left;margin-left:10px;}
   .flipbook .tabs .right{text-align:right;margin-right:10px;}
   .flipbook .tabs a{color:black;-webkit-border-image:url(../images/tab-off.png) 5 20 5 20 repeat stretch;border-width:5px 20px 5px 20px;display:inline-block;font:bold 11px arial;text-shadow:1px 1px 0 #ddd;color:#333;line-height:12px;text-decoration:none;}
   .flipbook .tabs .on,.flipbook .tabs .on:hover{-webkit-border-image:url(../images/tab-on.png) 5 20 5 20 repeat stretch;cursor:default;}
   .flipbook .tabs a:hover{color:black;text-decoration:none;cursor:pointer;-webkit-border-image:url(../images/tab-hover.png) 5 20 5 20 repeat stretch;}
   
   .flip-control{ position: absolute; top: 50%; height: 45px; width: 100%;z-index: -1; }
   .flip-control #prev img{  position: absolute; left: -50px; }
   .flip-control #next img{    position: absolute; right:   -50px;transform: rotateY(180deg);  }
    
   
/* dichvu */
  
.title-serv {
   text-align: center;
   margin-bottom: 60px;
}
.title-serv b{ font-size: 16px; color: var(--color-chudao); font-weight: normal;}
.title-serv span{font-family: 'RB';font-size: 44px;color: #202020;text-transform: capitalize;margin-bottom: 70px;display: inline-block; position: relative;}

.title-serv span:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 245px;
	height: 26px;
	background: url(../images/a_serv.png) no-repeat;
}  

.serv-shadow-image {
    border-radius: 10px;
}

.serv-shadow-info {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 90%;
    text-align: center;
    background: rgb(0,0,0,0.5);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
 
.serv-shadow-info span {
	-webkit-line-clamp: 2;
}
 
.serv-shadow-image a {
    overflow: hidden;
}

.serv-shadow-name {
    font-size: 14px;
    margin-bottom: 0px !important;
    padding: 10px;
}

.serv-shadow-name a {
    color: #fff;
    font-size: 16px;
    font-family: var(--font-chudao);
}

.serv-shadow-name a:hover {
    color: red;
}

.serv-shadow-name a.text-split {
    -webkit-line-clamp: 2;
}
 
 
 

/* why */
.bg_why{ background: url(../images/bg_why.png) no-repeat; min-height: 892px;}
.title-why {
	text-align: center;
	margin-bottom: 60px;
 }
 .title-why b{ font-size: 16px; color: var(--color-chudao); font-weight: normal;}
 .title-why span{font-family: 'RB';font-size: 33px;color: #fff;text-transform: capitalize;margin-bottom: 70px;display: inline-block;position: relative;}
 
 .title-why span:after {
	 content: '';
	 position: absolute;
	 bottom: -40px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 245px;
	 height: 26px;
	 background: url(../images/a_serv.png) no-repeat;
 } 

 
/*why*/ 
 
 
	.all_why1 {
		position: relative;
		margin: 0 auto;
		max-width: 880px;
		 
		}
		.all_why1:after{
			content: '';
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			top: 154px;
			width: 642px;
			height: 345px;
			background: url(../images/bd_why.png) no-repeat;
		}
	  
	.bd_why{     cursor: pointer;
		text-align: center;
		text-decoration: none !important;
		position: relative;
		width: 255px;}
	.des_why{  text-align: center;
	
		}
	 
	.des_why h3{
		font-size: 18px;
		font-family: 'RB';
		color: #fff;
		line-height: 30px;
		position: relative;
		margin-bottom: 10px;
		-webkit-line-clamp: 1;
		} 
	.des_why h3:hover{ color: red; }
	.item_why{float: left;position: relative;z-index: 1;margin-bottom: 85px;}
	.item_why:nth-child(2n+1){ clear: both; }

.item_why:last-child {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

	 
	.item_why .img_why{
		position: relative;
		text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		/* overflow: hidden; */
		background: var(--color-chudao);
		width: 67px;
		height: 67px;
		border-radius: 6px;
		margin-bottom: 10px;
	} 
	.item_why .img_why:after{
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -41px;
		width: 101px;
		height: 83px;
		background: url(../images/a_vs.png) no-repeat;
	}
	
	.item_why .img_why img{    
		
	  
		transition: 0.3s;}
	.item_why .img_why:hover img{ transform: rotateY(360deg); }
	 
	.des_why h3 p{ margin-bottom: 0px; color: #181818; }
	.des_why span{
		color: #fff;
		-webkit-line-clamp: 2;
		} 
	
	 
	.item_why:nth-child(3){   margin-bottom: 0px;    }
	.item_why:nth-child(4){ margin-bottom: 0px; }
 
	 
	.item_why:nth-child(2n){ float: right; }
	   
	.bd_img_vs{     z-index: 9;
		position: relative; }
	
	
	
.img_visao{  
	position: absolute;

	left: 50%;
	transform: translateX(-50%);
	top: 65px;
		width: 549px; 
	text-align: center;
	z-index: 1;}
/* question */
 .bg_question{margin: 30px auto;	}

.title-question { text-align: center; margin-bottom: 30px;}
.title-question span{ font-size: 44px; font-family: 'RB'; text-transform: capitalize;}



.title_dv
{ 
 font-family: var(--font-chudao);
 font-size: 18px;
 
 cursor: pointer;

}

.title_dv h3{font-size: 18px;color: #fff;width: calc(100% - 40px);float: left;position: relative;}


.content_dv.act{ display: block !important; }
.content_dv{    color: #70797f;
padding: 10px 0px;}
.content_dv a{ color: #fff; display: inline-block; }
.content_dv a:hover{ color: red; }

.content_dv span{ -webkit-line-clamp: 10; }
.item_dichvu .all_dichvu{
	padding: 15px 0px;
	box-shadow: 0 0 5px #ccc;
	padding-left: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #c90803;
	}

.left-question{width: 54.6%;}
.right-question{width: 45.4%;}

.right-question{ 

	 background: #fff;
	height: 515px; 
	overflow-y: scroll; display: inline-block;  padding: 70px 85px 70px 35px; } 
.right-question::-webkit-scrollbar {width: 4px; height:1px;}
.right-question::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background:#EBEBEB;} /*ngoai*/
.right-question::-webkit-scrollbar-thumb {  background:#3e2c8d ;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	height: 10px;}/*trong*/  
.right-question::-webkit-scrollbar-thumb:window-inactive { 
	background: #3e2c8d;    
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);    }  

.all_dichvu .title_dv .icon_dv{width: 40px;height: 12px;background: url(../images/cong.png) no-repeat;float: right;margin-top: 2px;}

.all_dichvu.active .title_dv .icon_dv{ width: 40px; height: 12px; background: url(../images/tru.png) no-repeat; float: right; margin-top: 9px;}

.item_dichvu .all_dichvu.active{ background: #fff;}

.item_dichvu .all_dichvu.active .title_dv h3{ color: #000; }
.item_dichvu .all_dichvu:hover{ background: #fff;}
.item_dichvu .all_dichvu:hover .title_dv h3{ color: #000; }
.item_dichvu .all_dichvu:hover .title_dv .icon_dv{ background: url(../images/tru.png) no-repeat; margin-top: 9px;}


/*   Header   */
.header {position: relative;
	 
}
.header:after{
	content: '';
	position: absolute;
	right: 0px; top: 0px;
	width: 513px; height: 134px; background: url(../images/a_header.png) no-repeat;
}
.head_top {     background: #f8f8f8;
    position: relative;
    padding-top: 6px;
    color: #000;
    height: 42px;}
.mxh_head{ position: absolute; right: 0px; top: 10px;}

.social-header {
	text-transform: uppercase;
	color: #fff;
    background: var(--color-chudao-2);
    padding: 12px 30px 12px 45px !important;
    padding-right: 88px !important;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.social-header li{ margin-right: 10px;}
.address_head{       font-family: 'SGR';
    font-size: 15px;
    background: url(../images/ic.png) top 5px left 0px no-repeat;
    padding-left: 50px; }
.address_head span b{ font-weight: normal; font-family: 'SGB';  }
 
.email_head span{     margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; color: #393939;} 
	.email_head span img{ margin-right: 10px;}
.email_head span b{ font-weight: normal; color: #9acaf8;}
 
/*  */
.head_bot{
    height: 120px;
    position: relative;
    padding-top: 15px;
    /* background: #fffee7; */
    }
 
.hotline{
    color: #fff;
    background: url(../images/icon_hl.png) top 3px left no-repeat;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
    padding-left: 55px;
    /* width: 185px; */
    position: relative;
    }
	.hotline:after{
		content: '';
		position: absolute; top: 50%; transform: translateY(-50%); right: 13px; height: 30px;
		width: 1px; 
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(0.5,var(--color-chudao-2)),color-stop(1,transparent));

	}
 
.hotline p{display: inline-block;color: #252525;font-size: 19px;/* text-transform: uppercase; */font-family: 'RB';}
.hotline span{
    font-size: 22px;
    font-family: 'SaB';
    color: #C90803;
}
.hotline img{    position: relative;
    top: -4px;
    margin-right: 10px;}
.logo-header{
	width: 350px;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    background: url(../images/bg_logo.png) no-repeat;
    min-height: 171px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-bottom: 15px;
    background-size: 100% 100%;
    }
  .banner-header{
    width: 663px;
    position: relative;
    z-index: 100;
    margin-left: 290px;
    text-align: center;
	 }
.banner-header .banner-name{ color: #000; font-family: 'UHI';font-size: 40px;text-transform: uppercase; 
	-webkit-filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(2px 2px 0px #ccc);
	filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(2px 2px 0px #ccc);
    }
.banner-desc{ display: inline-block; color: #D62829;     font-family: 'UHI';font-size: 40px;text-transform: uppercase; 
	-webkit-filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(2px 2px 0px #ccc);
	filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(2px 2px 0px #ccc);
}
.banner-header b{ font-weight: normal; font-family: 'SPMe'; color: #3E3E3E; font-size: 17px; filter: unset}


/*  */
.menu {
    position: relative;
    z-index: 99;
    /* background: var(--color-chudao); */
    border-top: 1px solid #fff;
    height: 51px;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}
.menu .wrap-main-k {
	position: relative;
	padding-left: 250px;
}
 
.menu > .wrap-main-k > ul { 
	padding: 0px;
	margin: 0;
	list-style: none; 
}

.menu .wrap-main-k > ul.ulmn >  li {
	position: relative;
	z-index: 99;

}
.menu .wrap-main-k > ul.ulmn >  li:after{
	content: '';
	position: absolute;
	top: 50%; 
	right: 0px;
	width: 1px;
	transform: translateY(-50%); 
	height: 15px;
	background: rgb(0,0,0,0.2);
}
.menu .wrap-main-k > ul.ulmn >  li:nth-last-child(2):after
{
	width: 0px;
}
.menu ul.ulmn > li { 
	flex: auto;
} 
.menu ul.ulmn li a {
	font-size: 15px;
	color: #fff;
	font-family: 'SPSeB';
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: block;
	text-transform: uppercase;
	line-height: 51px;
	clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
	padding: 0 19px;
}
 
.menu ul.ulmn li:last-child a::after{
	border-right: none;
}

.menu .wrap-main-k > ul.ulmn > li > a img {
	vertical-align: middle;
}

.menu ul.ulmn li ul {
	position: absolute;
	min-width: 250px;
	top: 100%;
	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;
	padding-left: 0px;

}
.menu ul.ulmn 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.ulmn li ul li {
	text-align: left;	padding-left: 10px;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul.ulmn li ul li:last-child {
	border-bottom: 0px;
}
.menu ul.ulmn li ul li a {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.menu ul.ulmn li ul li ul {
	top: 0px;
	left: 100%;
}
.menu ul.ulmn li ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: #fed402;
	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.ulmn li a.active,
.menu ul.ulmn li:hover > a { 
	color: #000;
   background: #fee500;

}

.menu ul.ulmn li ul li:hover { 
 background: var(--color-chudao);

}
.menu ul.ulmn li ul li a.active,
.menu ul.ulmn li ul li:hover > a {
	color: #fff;
}
.menu ul.ulmn li ul li a:hover:before,
.menu ul.ulmn li ul li > a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;  
}
.menu ul.ulmn li ul li a:hover {
	padding-left: 40px;
}

/*search_hover*/
.search1 {
    z-index: 10;
    color: #333333 !important;
    cursor: pointer;
    position: relative;
    float: right;
    margin-left: 20px;
}
/* .search1:after{
	content: '';
	position: absolute; top: 0px;
	right: 0px; width: 22px; height: 50px;
	background: url(../images/line.png) no-repeat;
} */

.search1 img {
	background: rgb(0, 0, 0, .2);
    padding: 7px 14px;
    border-radius: 20px;
}

.search1 span {
    font-family: 'OsLi';
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.search {
    width: 178px;
    height: 35px;
    background: white;
    border-radius: 5px;
    position: absolute;
    top: 122%;
    right: 0px;
    z-index: 99999;
    border: 1px solid #000;
    display: none;
}

.search .btn_search {
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: none;
    background:
        url("assets/images/icon_search.png") no-repeat center center;
    border: none;
}

.search input {
    width: 100%;
    height: 35px;
    padding: 0;
    text-indent: 20px;
}

.search .txt_search {
    width: calc(100% - 35px);
    float: left;
    background: transparent;
    line-height: 33px;
    text-indent: 10px;
    outline: none;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Tahoma';
}

.search .txt_search::-webkit-input-placeholder,
.search .txt_search::-moz-placeholder,
.search .txt_search:-ms-input-placeholder,
.search .txt_search:-moz-placeholder {
    color: #000;
}

.search .search-auto {
    background: transparent;
    border: none
}

#last-child {
    float: left;
    padding: 0px 19px;
}

.search input[type=text]::-webkit-input-placeholder {
    color: #000;
}

.search input[type=text]::-moz-placeholder {
    color: #000;
}

.search input[type=text]:-ms-input-placeholder {
    color: #000;
}

.search input[type=text]:-moz-placeholder {
    color: #000;
}

.search p {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* Footer */
.footer-article{background: url(../images/bg_ft.png) no-repeat;min-height: 353px;position: relative;padding: 35px 0px 0px 0px !important;}
.all_img_ft{ float: left; margin-bottom: 30px; }
.logo-ft{ display: inline-block; margin-right: 20px;}

.footer-in{ margin-top: 100px;}
  
  

.title-footer-dt{       font-size: 22px; 
    color: #EB1F19;
    text-transform: uppercase;
    margin-bottom: 20px; }
 
 
.footer-news:nth-child(1) {
	width: 233px;
  }
.footer-news:nth-child(2) {
	  width:calc(100% - 233px);
	  padding-left: 25px;
	  /* text-align: center; */
}
.title-footer{text-transform: uppercase;font-size: 40px;font-family: 'UHI';text-align: center;margin-bottom: 20px;}
.title-footer-1{ display: inline-block; color: #fff;}
.title-footer-2{ display: inline-block; color: #FEE500;}   
.info-footer1{  color: #fff;    text-align: center; }

.social-footer {
    color: #fff;
    margin-top: 20px !important;
    text-align: center;
}

.social-footer span {
    text-transform: uppercase;
}

.social-footer li {
    display: inline-block;
    margin-right: 1px;
}
.social-footer li img{max-height: 46px;}
.footer-ul{ margin-bottom: 30px !important;}
.footer-ul li { margin-bottom: 10px;}
.footer-ul li a{ color: #222222;}
.footer-ul li a:hover{ color: red;}

.copyright{    color: #fff; 
    display: inline-block;}   
 
.footer-powered {
    color: #1E1E1E;
    padding: 15px 0px;
    position: relative;
    /* background: #b61713; */
    /* left: -83px; */
    text-align: center;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}
  

.bd-footer{    text-align: center;    background: var(--color-chudao);
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    padding: 35px;
    width: 350px;
    margin: 0 auto;
    margin-top: -200px;
    z-index: 9;
    position: relative;
    margin-bottom: 40px; }
 
.info-footer{ color: #fff;    }
.info-footer ul li{padding-left: 76px;list-style: none;min-height: 64px;line-height: 27px;display: inline-flex;align-items: center;font-size: 17px;font-family: 'RB'; max-width: 33%;}
.info-footer ul li span{font-family: 'RR';font-size: 14px;color: rgb(255,255,255,0.8);}
.info-footer ul li:nth-child(1){ background: url(../images/ft1.png) no-repeat; }
.info-footer ul li:nth-child(2){ background: url(../images/ft2.png) no-repeat; }
.info-footer ul li:nth-child(3){ background: url(../images/ft3.png) no-repeat; }
.info-footer ul li:nth-child(4){ background: url(../images/ft4.png) no-repeat; }


/* slideshow */

  
.slideshow {
	position: relative;
    width: 100%; 
}
.slideshow-item{ overflow: hidden;}
   

/* news */
.bg_news {
    /* background: url(../images/bg_news.jpg) no-repeat; */
    /* min-height: 600px; */
    padding: 30px 0px !important;
}

.title-main-news {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.title-main-news span {
    font-family: 'SPB';
    font-size: 35px;
    
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;

	color: transparent;
	-webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;
 
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}

.title-main-news span:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 303px;
    height: 13px;
    background: url(../images/a_tt.png) no-repeat;
}

.title-main-news b {
    font-size: 50px;
    font-family: 'SPB';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
    position: relative;
    top: 40px;
    text-transform: uppercase;
    z-index: -1;
}

.title-main-news p {
    color: #4D4D4D;
}

/*news_left_right1*/
.bg_info {
    background: #f1e8d1;
}

.left-news {
    width: calc(50% - 10px);
}

.right-news {
    width: calc(50% - 30px);
    margin-top: 10px;
}

.bg_info .wrap-main {
    position: relative;
}

.title-intro {
    margin-bottom: 30px;
    position: relative;
    text-align: center;

}

.title-intro span {
    font-size: 35px;
    color: #196131;
    font-family: 'USc';
    text-transform: uppercase;
}

.news-shadow-lrn-article {
    width: 100%;
    float: left;
     
}

.news-shadow-lrn-name {
    margin-bottom: 15px;
    line-height: 17px;
}

.news-shadow-lrn-name a {
    color: #222222;
    font-size: 15px;
    font-family: var(--font-chudao); 
    line-height: 23px;
    -webkit-line-clamp: 1;
}

.news-shadow-lrn-name a:hover {
    color: red;
}

.news-shadow-lrn-name b {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}

.news-shadow-lrn-desc {
    font-size: 15px;
    color: #5c5c5c;
}

.news-shadow-lrn-desc.text-split {
    -webkit-line-clamp: 3
}

.news-shadow-lrn-image {
    position: relative;
    width: 380px;
    overflow: hidden;
    border-radius: 10px;
}

.news-shadow-lrn-info {
    width: calc(100% - 225px);
    padding-left: 0px;
    position: absolute;
    right: 0px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 0 10px #ccc;
}

.date-shadow-lrn {
    color: #B6B6B6;
    font-size: 13px; margin-bottom: 5px;
}
 

.news-shadow-lrn-article.flex_odd_even .news-shadow-lrn-info {
    padding-left: 0px;
    padding-right: 20px;
}

.more_news {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-family: var(--font-chudao);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
    padding: 9px 25px;
    border-radius: 7px;
}

.more_news:hover {
    color: red;
}

.right-news-shadow-lrn-name {
    width: calc(100% - 90px);
}

/*end news_left_right1*/

.bg_cus { background: #f2f2f2; padding: 30px 0px !important;}
.left-cus{width: 50%;padding-left: 80px;position: relative;padding-right: 20px;}
.left-cus:before{ content: ''; position: absolute; left: 0px; top: 25px; width: 84px; height: 434px; background:url(../images/b_kh.png) no-repeat; }
.right-cus{
    width: calc(50% - 10px); 
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    text-align: center;
    }


	.cus-shadow-lrn-image{    position: relative;
		min-height: 489px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 239px;}
.cus-shadow-lrn-image:before{
	content: ''; position: absolute; left: 0px; top: 0px; width: 239px; height: 489px;
	background: url(../images/a_fb.png) top center no-repeat;
    
}	
.cus-shadow-lrn-image img{ border-radius: 20px;} 
/* footer */
.map-ft iframe{  height: 415px; width: 100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}


/* dang ky nhan tin */
 
.left-dknt{ width: 415px; background: url(../images/bg_dknt.png) no-repeat; min-height: 415px; padding: 25px;}
.right-dknt{ width: calc(100% - 415px);}
.title-main-dknt { 
    margin-bottom: 40px; 
	position: relative;background: url(../images/icon_email.png) no-repeat; min-height: 68px; padding-left: 76px;
}
.title-main-dknt span{    font-size: 27px;
    color: #fff;
    font-family: 'SPB';
    text-transform: uppercase; 
    display: inline-block;
} 
.title-main-dknt p{font-size: 16px;color: #fff;-webkit-line-clamp: 1;}

.newslestter_row {
    justify-content: space-between;
}

.newsletter-input.nd {
    width: 100%;
    margin-top: 10px;
}

.newslestter_row_bot.flex_row {
    justify-content: center;
}

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

.newsletter-input p {
    display: inline-block;
    color: var(--color-chudao);
}

.newsletter-input span {
    margin-bottom: 5px;
    display: inline-block;
}

.newsletter-input input {
	padding: 0px;
	font-size: 14px;
	text-indent: 15px;
	border: none;
	height: 40px;
	color: #585858 !important;
	border-radius: 0px;
	background: #fff !important; 
	border-radius: 5px;
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
    color: #5c5c5c;
    font-weight: 300;
}

.newsletter-input textarea {
	text-indent: 15px;
    height: 40px;
    border: none; 
    font-size: 14px;
    border-radius: 5px;
    background: 0px;
    color: #585858 !important;
    padding-top: 10px;
    padding-left: 0px;   
	background: #fff !important; 
}

.newsletter-button {
    text-align: center;
    margin-top: 0px;
}

.newsletter-button input[type=submit] {
    border: 0px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: 'InB';
    background: #FF0000;
	border-radius: 5px;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #585858;
}

.newsletter-input input::-moz-placeholder {
    color: #585858;
}

.newsletter-input input:-ms-input-placeholder {
    color: #585858;
}

.newsletter-input input:-moz-placeholder {
    color: #585858;
}

.newsletter-input textarea::-webkit-input-placeholder {
    color: #585858;
}

.newsletter-input textarea::-moz-placeholder {
    color: #585858;
}

.newsletter-input textarea:-ms-input-placeholder {
    color: #585858;
}

.newsletter-input textarea:-moz-placeholder {
    color: #585858;
} 

/* bg_album */
.bg_album{position: relative;padding-top: 50px !important; }
 
.title_album{ margin-bottom: 30px;}
.title_album span{
	font-family: var(--font-chudao);
	font-size: 35px;
	text-transform: uppercase; 
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}
/* .title_album span::before{
	content: '';position: absolute; left: 100%;
	top: 15px; width: 100px; height: 14px; background: url(../images/b_dv.png) no-repeat;transform: rotateY(180deg);
}
.title_album span::after{
	content: '';position: absolute; right: 100%; 
	top: 15px; width: 100px; height: 14px; background: url(../images/b_dv.png) no-repeat;
}  */
.title_album p{font-size: 15px;color: #4D4D4D;}
.all_album:nth-child(1){  width: 393px;  float: left;}
 
.all_album:nth-child(2){ width: calc(100% - 393px - 10px); float: right; }
.all_album:nth-child(2) .item_album{ float: left;  }

.all_album:nth-child(2) .item_album:nth-child(1),.all_album:nth-child(2) .item_album:nth-child(4){width: 393px;}
.all_album:nth-child(2) .item_album:nth-child(2){width: 393px;}
.all_album:nth-child(2) .item_album:nth-child(3){width: 100%;}
.all_album:nth-child(2) .item_album:nth-child(3){ clear: both;}
.all_album:nth-child(2) .item_album:nth-child(2n){ float: right;}
 
.logo_album{position: absolute;left: -54px;top: -53px;z-index: 1;}
.logo_album img{
	animation: round 15s infinite linear;
  }
  
  @keyframes round {
	to{
	  transform: rotate(360deg);
	}
  } 
.news-album-image {overflow: hidden;border-radius: 10px;}
 
.album_dt{ display: none;}
 
.all_album:nth-child(2) .item_album:nth-child(1){   position: relative;}
.item_album{ margin-bottom: 10px;}
 /* daotao */
 .bg_produce{ background: #f2f2f2;}
 .left-produce{ width: 331px;}
 .center-produce{width: calc(100% - 331px*2 - 20px);}
 .right-produce{width: 331px; }


 .produce-shadow{ margin-bottom: 10px;}
 .produce-shadow-image {
 
}
.produce-shadow-article{    border-radius: 10px;
    display: inherit;
    overflow: hidden;}
.produce-shadow-info {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent), color-stop(1,#000));
}
 
.produce-shadow-info span {
	-webkit-line-clamp: 2;
}
 
.produce-shadow-image a {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
}

.produce-shadow-name {
    font-size: 14px;
    margin-bottom: 0px !important; 
}

.produce-shadow-name a {
    color: #fff;
    font-size: 18px;
    font-family: 'SPSeB';
}

.produce-shadow-name a:hover {
    color: red;
}

.produce-shadow-name a.text-split {
    -webkit-line-clamp: 2;
}
 
 
/* video */
 
.video_photo{position: relative;border-radius: 10px;overflow: hidden;margin-bottom: 0;}
.img_video{     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 131px;
    height: 131px; 
}
.video_item{ cursor: pointer;}
.video_photo img{min-height: 510px;object-fit: cover;border-radius: 10px;}

.img_video img{
	animation: round 15s infinite linear;
  }
  
  @keyframes round {
	to{
	  transform: rotate(360deg);
	}
  }  
/* khoahoc */


.title-main-khoahoc {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.title-main-khoahoc span {
    font-family: 'SPB';
    font-size: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;

	color: transparent;
	-webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;
 
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}
.title-main-khoahoc span:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 9px;
    width: 166px;
    height: 40px;
    background: url(../images/b_tt_kh.png) no-repeat;
}
.title-main-khoahoc span:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 9px; 
    width: 162px;
    height: 40px;
    background: url(../images/a_tt_kh.png) no-repeat;
}

.title-main-khoahoc p {
    color: #4D4D4D; position: relative;
}
.title-main-khoahoc p:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	width: 303px;
	height: 13px;
	background: url(../images/a_tt.png) no-repeat;
}


.all_khoahoc:nth-child(1){  width: 393px;  float: left;}
 
.all_khoahoc:nth-child(2){ width: calc(100% - 393px - 10px); float: right; }
.all_khoahoc:nth-child(2) .item_khoahoc{ float: left;  }

.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(1),.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(4){width: 393px;}
.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(2){width: 393px;}
.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(3){width: 100%;}
.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(3){ clear: both;}
.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(2n){ float: right;}
.all_khoahoc:nth-child(3) { clear: both;}
.all_khoahoc:nth-child(3) .item_khoahoc:nth-child(1) { width: calc(50% - 5px); float: left;}
.all_khoahoc:nth-child(3) .item_khoahoc:nth-child(2) { width: calc(50% - 5px); float: right;}


 
.logo_khoahoc{position: absolute;left: -54px;top: -53px;z-index: 1;}
.logo_khoahoc img{
	animation: round 15s infinite linear;
  }
  
  @keyframes round {
	to{
	  transform: rotate(360deg);
	}
  }
  
 .news-khoahoc-article{ overflow: hidden;
  border-radius: 10px; position: relative; z-index: 1;}
.news-khoahoc-image {overflow: hidden;border-radius: 10px; transition: 0.3s;}
 
.khoahoc_dt{ display: none;}
 
.all_khoahoc:nth-child(2) .item_khoahoc:nth-child(1){   position: relative;}
.item_khoahoc{ margin-bottom: 10px;}

.khoahoc-shadow-info {
	position: absolute; 
    right: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    transition: 0.3s;
   
    top: calc(100% - 55px);  
    transition: all .3s ease; z-index: 1;

}
.news-khoahoc-article:after{
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #000));
    bottom: 0px;
    height: 50px;
    z-index: -1;
}
.news-khoahoc-article:hover .khoahoc-shadow-info{  
   
    background-image: unset;
	top: 50%;
    transform: translateY(-50%);
}

.news-khoahoc-article:hover:after{ width: 0px;}
.khoahoc-shadow-info span {
	-webkit-line-clamp: 2;
}
 
.khoahoc-shadow-name {
    font-size: 14px;
    margin-bottom: 0px !important; 
}

.khoahoc-shadow-name a {
    color: #fff;
    font-size: 18px;
    font-family: 'SPSeB';
}

.khoahoc-shadow-name a:hover {
    color: red;
}

.khoahoc-shadow-name a.text-split {
    -webkit-line-clamp: 2;
}

.news-khoahoc-article:hover .news-khoahoc-image{transform: scale(1.1);}

 /*  */
.bg_article{background: url(../images/bg_bv.png) no-repeat;min-height: 514px;padding: 30px 0px;position: relative;z-index: 1;}

.bg_article .wrap-main{ position: relative; }
.bg_article .wrap-main:after{
    content: '';
    position: absolute;
    right: 28px; 
    bottom: -48px;
    width: 950px;
    height: 124px;
    background: url(../images/line_article.png) no-repeat;
    z-index: -40;
}
.box-article:nth-child(2n+1){padding-top: 60px;}
 
.bd-article {
    background: url(../images/bg_iarticle.png);
    padding: 35px;
    padding-top: 28px;
    border-radius: 10px; 
    padding-bottom: 75px;
    position: relative;
    text-align: center;
    height: 303px;
    z-index: 0;
}  

.box-article{ position: relative;}
.box-article:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
	width: 220px;
	height: 63px;
	background: url(../images/a_article.png) no-repeat;
	z-index: -31;
}
.box-article:nth-child(2n):before{bottom: 30px;}

.box-article:hover {
    border-color:  transparent;
}

.box-article img {
    max-height: 85px;
}
 

.image-article { margin-bottom: 20px; display: inline-block;}
.image-article:hover img{ transform: rotateY(360deg); transition: 0.3s;}
.bd-article {
    width: 100%;
}

.ds-article {}

.ds-article h3 {
    margin-bottom: 10px;
}

.ds-article h3 a {
    font-size: 21px;
    color: #202020;
    font-family: 'SPSeB';
    -webkit-line-clamp: 1;
}

.ds-article h3 a:hover {
    color: var(--color-chudao);
}

.shadow-lrn-desc-article {
    -webkit-line-clamp: 4;
    color: #4d4d4d;
}


/*gioithieu*/

.bg_gt{padding-top:30px !important;position: relative;/* background: #fffee7; */}
 
.title_gt{    position: relative;
    margin-bottom: 15px;
    z-index: 9;  }
 
.title_gt span{
    position: relative;
    display: inline-block;
    font-size: 25px;
    
    color: #282828; 
    text-transform: uppercase; 
} 

.title_gt h2{
    font-family: 'UHI';
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #a61813), color-stop(1, #d51414));
}
  

.left-gt{
    position: relative;
    padding: 0;
    width: 48.5%;
    }
 
   
  .hinhgioithieu{width: 49%;position: relative;}
  .hinhgioithieu:before{
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 220px; height: 140px;
  }
   
.image-gioithieu{      position: relative;
    overflow: hidden; margin-bottom: 10px; border-radius: 10px; }
.image-gioithieu:nth-child(2),.image-gioithieu:nth-child(3){ width: 288px; display: inline-block;}
.image-gioithieu:nth-child(3){ float: right;}
     
.bd-gioithieu > span{font-family:'SFBook';font-size:29px;position:relative;left:50%;transform:translateX(-50%);z-index:9;text-transform:uppercase;display:inline-block}

.bdh-gioithieu{position:relative;min-height:300px}
.noidunggioithieu{text-align: justify;
line-height: 25px; 
margin: 0 auto; }
.noidunggioithieu > span{
    -webkit-line-clamp: 8;
    color: #4D4D4D;
    line-height: 29px;
    }
.more_xt{ margin-top: 30px; width: 100%;}
.more_xt a{
    font-size: 15px;
    font-family: 'RB';
    padding: 10px 30px;
    border-radius: 30px; 
    color: #fff;
    display: inline-flex;
    align-items: center;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
   }

.more_xt a:hover{ color: yellow; }

.more_xt a img{ margin-left: 10px;}
.all-solieu{ width: 80%; margin-top: 30px;}
.all-solieu ul{ padding-left: 0px;}
.all-solieu ul li{ position: relative;   border-bottom: 2px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;}
	.all-solieu ul li span{ font-size: 18px; font-family: 'RB';}
	.all-solieu ul li p{ font-size: 18px; font-family: 'RB';}
.line_solieu{ position: absolute; left: 0px; bottom: -2px;  border-bottom: 2px solid #c90803;
	transition: 0.3s;
}
/* soluong */
.all-soluong { background: #ffefef; padding: 20px 30px; margin-top: 30px;}
 
.all-soluong .item-number{
    display: inline-block; 
    }
.all-soluong .item-number p{font-family: 'SPB';font-size: 35px; 

	color: transparent;
	-webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;
 
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a61813),color-stop(1,#d51414));
}
.all-soluong .item-number p b{ font-weight: normal;}
.all-soluong .item-number span{font-size: 16px;font-family: 'RMe';color: #333333;}
/* popup */
#popup1 .left-dknt {
    width: 100%;
    background: url(../images/bg_dknt.png) no-repeat;
    min-height: 415px;
    padding: 25px;
    background-size: 100% 100%;
}
.dknt-popup{ cursor: pointer;}

/* load */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

/* loading */
.content_load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.content_load .logo-header-l {
    text-align: center;
    display: inline-block;
}

#loader-wrapper ul li {
    -webkit-animation: anime 1.5s infinite linear;
    animation: anime 1.5s infinite linear;
    display: inline-block;
    font-family: 'RB';
    font-size: 1.875rem;
    letter-spacing: 1px;
}

#loader-wrapper ul li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#loader-wrapper ul li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#loader-wrapper ul li:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#loader-wrapper ul li:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#loader-wrapper ul li:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#loader-wrapper ul li:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#loader-wrapper ul li:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#loader-wrapper ul {
    padding-left: 0px !important;
}

@-webkit-keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px);
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }
}

@keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px);
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }
}

.xehoi{position:absolute;display:inline-block;bottom:300px;right:0;animation:xechay 3s linear infinite;width:451px;z-index:7;}
@keyframes xechay{
0%{right:-50%;}
100%{right:100%;}
}
.xehoi:after{content: "";position:absolute;background:url(../images/banhxe.png) no-repeat;width:66px;height:66px;left:15%;bottom:10px;animation:xoaytron 0.6s linear infinite;}
.xehoi:before{content: "";position:absolute;background:url(../images/banhxe.png) no-repeat;width:66px;height:66px;right:48px;bottom:10px;animation:xoaytron 0.6s linear infinite;}
@keyframes xoaytron{
0%{transform:rotate(0deg);}
100%{transform:rotate(-360deg);}
}
 /*  */

.bg_bgsize{background-size:100% 100% !important;padding:1px 0}