@charset "UTF-8";

/* Main */
:root {
	--color-main-1: #fff;
	--color-main-2: #2a74af;
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--font-title:
		"Oswald", sans-serif;
	--font-menu:
		"Oswald", sans-serif;
	--max-width: 1220px;
	--font-body: "Montserrat", sans-serif;
	--font-title-card: "Oswald", sans-serif;
	--color-title: #c31829;
	--color-bg-hover: #8b0715;
	--color-hover-text: #F7B938;
}

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-title-main: #333;
}

body {
	/* font-size:14px; */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

/*.wrap-main,.wrap-content{max-width:1220px;margin:40px auto;padding:0px 10px;}
.wrap-home{max-width:100%;padding:0;margin: 0 auto;}
.wrap-content{margin:auto;}*/

/* General */
.title-main {
	margin-bottom: 1.5rem;
	text-align: center;
}

.title-main span {
	text-transform: uppercase;
	color: var(--color-red);
	font-weight: 800;
	font-size: 23px;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}

.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}

.time-main span {
	vertical-align: top;
	display: inline-block;
}

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

.social li {
	display: inline-block;
	vertical-align: top;
}

.social li:last-child {
	margin-right: 0px;
}

.control-carousel {
	position: absolute;
	top: calc(50% - 30px/2);
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #eee;
	z-index: 2;
	background-color: #fff;
	color: #ccc;
	cursor: pointer;
}

.control-carousel:hover {
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}

.prev-carousel {
	left: 0px;
}

.next-carousel {
	right: 0px;
}

/* Header */
/*.header{background-color:#fff;}
.header-top{color:#fff;background-color:var(--color-red);}
.header-top .wrap-content{padding:6px 10px;}
.info-header{margin-bottom:0px;}
.info-header i{vertical-align:top;margin:3px 5px 0px 0px;font-size:16px;}
.social-header li{width:30px;margin-right:3px;}
.header-bottom .wrap-content{padding:20px 10px;}
.hotline-header{display:inline-block;padding-left:25px;background-image:url(../images/hotline.png);background-repeat:no-repeat;background-position:0px 1px;}
.hotline-header p{font-weight:bold;margin-bottom:-2px;text-transform:capitalize;}
.hotline-header span{font-weight:bold;color:var(--color-red);font-size:20px;display:block;}
.user-header a{color:#fff;padding-right:9px;margin-right:7px;position:relative;display:inline-block;vertical-align:top;text-decoration:none;}
.user-header a:after{content:"";position:absolute;width:1px;height:8px;background-color:#fff;top:calc(50% - 7px/2);right:0px;opacity:0.7;}
.user-header a:last-child{padding-right:0px;margin-right:0px;}
.user-header a:last-child:after{display:none;}*/

/* Menu */
/*.menu{background-color:var(--color-red);}
.menu ul{width:100%;padding:0px;margin:auto;list-style:none;}
.menu ul li{position:relative;z-index:99;}
.menu ul li.line{width:1px;height:15px;background-color:rgba(255,255,255,0.5);}
.menu ul li a{display:block;position:relative;z-index:1;text-align:center;text-decoration:none!important;}
.menu ul li a h2{font-size:15px;color:#fff;margin:0px;padding:16px 14px;text-transform:uppercase;}
.menu ul li a.active,.menu ul li:hover > a{background:var(--color-dark-red);}
.menu ul li ul{position:absolute;min-width:200px;background:var(--color-red);box-shadow:0 3px 11px 0 rgba(0,0,0,0.1);-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 .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 .7s;}
.menu ul li ul li a{text-align:left;border-bottom:1px solid rgba(255,255,255,0.2);}
.menu ul li ul li:last-child > a{border-bottom:0px;}
.menu ul li ul li a h2{font-size:14px;padding:12px 15px;}
.menu ul li ul li ul{top:0px;left:100%;}*/

/* Search */
/*.search{width:230px;background:#fff;}
.search p{float:left;width:35px;height:35px;line-height:35px;cursor:pointer;text-align:center;margin:0px;color:var(--color-gray);font-size:16px;}
.search input{width:calc(100% - 35px);height:35px;float:left;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size:12px;}
.search input::-webkit-input-placeholder{color:#ccc;}
.search input:-moz-placeholder{color:#ccc;}
.search input::-moz-placeholder{color:#ccc;}
.search input:-ms-input-placeholder{color:#ccc;}*/

/* Menu RP */
.menu-res {
	display: none;
	height: 65px;
	z-index: 10;
	background: var(--color-main-2);
	position: relative;
	line-height: normal;
}

.menu-bar-res {
	height: 65px;
	padding: 0px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu {
	display: none;
}

#hamburger {
	display: block;
	width: 45px;
	height: 23px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #333;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	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;
	transition-property: transform, top, bottom, left, opacity;
}

.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 {
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

/* Search RP */
.search-res {
	position: relative;
	float: right;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #5197ff;
	font-size: 17px;
	margin: 0px;
}

.search-res .icon-search.active {
	color: var(--color-red);
	background: #fff;
	border-radius: 100%;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-red);
	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-red);
	line-height: 40px;
	text-align: center;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: var(--color-red);
}

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

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

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

.search-res .search-grid input:-ms-input-placeholder {
	color: #ccc;
}

/* Slideshow */
.slideshow {
	position: relative;
}

.slideshow a {
	display: block;
	cursor: pointer;
}

.slideshow a img {
	width: 100%;
}

.slideshow:hover .control-slideshow {
	opacity: 0.3;
}

.slideshow .control-slideshow:hover {
	opacity: 0.8;
}

.control-slideshow {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px/2);
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
}

.control-slideshow i {
	color: #ffffff;
}

.prev-slideshow {
	left: 20px;
	padding-right: 3px;
}

.next-slideshow {
	right: 20px;
	padding-left: 3px;
}

/* Partner 
.wrap-partner{padding:0px 10px;}
.wrap-partner .wrap-content{max-width:1200px;padding:0px;position:relative;}
.owl-partner{padding:0px 40px;}
.partner{display:block;border:1px solid #eee;}
.partner img{width:100%;}*/

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}

.breadCrumbs .container {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.breadCrumbs .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadCrumbs .breadcrumb-item a {
	color: var(--color-black);
}

.breadCrumbs .breadcrumb-item.active a {
	color: var(--color-gray);
}

/* Intro */
/*.wrap-intro{margin-bottom:50px;}
.left-intro{width:67%;}
.right-intro{width:30%;}
.title-intro{border-bottom:1px solid var(--color-red);margin-bottom:1.5rem;}
.title-intro span{display:inline-block;font-weight:700;text-transform:uppercase;position:relative;padding-bottom:10px;font-size:20px;}
.title-intro span:after{content:"";position:absolute;width:100%;height:4px;bottom:0px;left:0px;background-color:var(--color-red);}
.newshome-best{width:43%;display:block;float:left;margin-right:1.5%;}
.pic-newshome-best img{width:100%;}
.name-newshome{color:var(--color-black);font-size:14px;line-height:18px;margin-bottom:0.25rem;}
.name-newshome.text-split{-webkit-line-clamp:2;}
.time-newshome{color:var(--color-gray);margin-bottom:0.25rem;}
.desc-newshome{color:var(--color-black);margin-bottom:0px;}
.view-newshome{display:inline-block;border:1px solid var(--color-black);padding:8px 15px;color:var(--color-black);text-transform:capitalize;font-weight:600;margin-top:1rem;}
.view-newshome:hover{background-color:var(--color-black);color:#fff;}
.newshome-scroll{width:calc(100% - 44.5%);height:450px;overflow:hidden;}
.newshome-scroll ul li{margin-bottom:15px!important;}
.newshome-normal{display:block;}
.pic-newshome-normal{float:left;width:34%;margin-right:3%;margin-bottom:0px;}
.pic-newshome-normal img{width:100%;}
.info-newshome-normal{float:left;width:calc(100% - 37%);}
.video-main{position:relative;height:400px;}
.video-main iframe{position:absolute;width:100%;height:100%;top:0px;left:0px;}
.listvideos{width:100%;height:40px;padding:0px 10px;border:1px solid #ccc;color:var(--color-black);margin-top:10px;cursor:pointer;}*/

/* Video */
.video {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}

.video:nth-child(4n+1) {
	clear: both;
}

.video:nth-child(4n) {
	margin-right: 0px;
}

.pic-video {
	position: relative;
}

.pic-video:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px/2);
	left: calc(50% - 35px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
	background-size: contain;
	background-position: center center;
}

.pic-video img {
	width: 100%;
}

.name-video {
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Album */
/*.album{float:left;width:23.5%;margin:0 2% 2% 0;text-align:center;cursor:pointer;}
.album:nth-child(4n+1){clear:both;}
.album:nth-child(4n){margin-right:0px;}
.pic-album{position:relative;}
.pic-album img{width:100%;}
.name-album{font-size:16px;color:var(--color-black);margin-bottom:0px;}*/

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 10px;
}

.wrap-brand .wrap-content {
	max-width: 1200px;
	padding: 0px;
	position: relative;
}

.owl-brand {
	padding: 0px 40px;
}

.brand {
	display: block;
	border: 1px solid #eee;
}

.brand img {
	width: 100%;
}

/* Sản Phẩm */
.wrap-product {
	margin-bottom: 50px;
}

/*.product{float:left;width:23.5%;margin:0 2% 2% 0;}
.product:nth-child(4n+1){clear:both;}
.product:nth-child(4n){margin-right:0px;}
.box-product{position:relative;display:block;margin-bottom:1rem;}
.pic-product{background:#fff;border-radius:5px;padding:5px;border:1px solid #eee;}
.pic-product img{width:100%;border-radius:3px;}
.name-product{font-size:16px;color:var(--color-black);}
.name-product.text-split{-webkit-line-clamp:1;}
.price-product{margin-bottom:0px;}
.price-product span{font-weight:700;}
.price-new{font-size:15px;font-weight:500;color:var(--color-red);}
.price-old{padding-left:10px;font-size:12px;color:var(--color-gray);}
.price-per{position:absolute;top:15px;right:15px;color:#fff;background:var(--color-red);font-size:11px;border-radius:2px;width:45px;height:25px;text-align:center;line-height:25px;}
.cart-product{margin-bottom:0px;}
.cart-product span{cursor:pointer;width:49%;float:left;color:#fff;text-transform:capitalize;text-align:center;padding:7px 5px;border-radius:3px;}
.cart-add{margin-right:2%;background-color:var(--color-red);}
.cart-add:hover{background-color:var(--color-dark-red);}
.cart-buy{background-color:var(--color-green);}
.cart-buy:hover{background-color:var(--color-dark-green);}*/

/* Sản Phẩm Detail */
.grid-pro-detail {
	margin-bottom: 50px;
}

.left-pro-detail {
	position: relative;
	float: left;
	width: 48%;
	text-align: center;
	margin-right: 2%;
	background: white;
}

.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
}

.right-pro-detail {
	width: calc(100% - 50%);
	float: left;
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.owl-thumb-pro {
	padding: 0px 40px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}

.thumb-pro-detail img {
	box-shadow: none !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 20px;
	display: block;
	font-weight: 700;
}

.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 0px;
}

.attr-pro-detail li {
	margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-red);
}

.price-old-pro-detail {
	font-weight: 500;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
}

.size-pro-detail {
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}

/*upgrade style START*/
.color-pro-detail {
	width: 60px;
	height: auto;
	padding: 4px;
	border: 1px solid #ccc;
	display: inline-flex;
	flex-direction: column;
	text-align: center;
}

.color-pro-detail span {
	font-size: 12px;
}

.color-pro-detail input[type=radio] {
	height: 50px;
	margin-bottom: 5px;
	position: relative;
	background-size: cover;
}

/*upgrade style END*/
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
	background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}

.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
	font-size: 10px;
	float: left;
	margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
	display: block;
}

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

/* Bài viết */
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}

.news:nth-child(2n) {
	float: right;
}

.news:nth-child(2n+1) {
	clear: both;
}

.pic-news {
	float: left;
	margin-right: 4%;
	width: 36%;
}

.pic-news img {
	width: 100%;
}

.info-news {
	float: left;
	width: 60%;
}

.name-news {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}

.name-news:hover {
	color: var(--color-red);
}

.time-news {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}

.desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}

.share {
	padding: 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.share b {
	margin-right: 10px;
}

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

/* Contact */
.top-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top-contact .article-contact {
	width: 48%;
}

.form-contact {
	width: 47%;
}

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

.input-contact input,
.input-contact textarea {
	width: 100%;
	padding: 0px;
	outline: none;
	font-size: 14px;
}

.input-contact input {
	text-indent: 10px;
}

.input-contact textarea {
	resize: none;
	height: 150px;
	padding: 10px;
}

.input-contact .custom-file-label::after {
	content: attr(title);
}

.bottom-contact {
	position: relative;
	height: 500px;
}

.bottom-contact iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

/* Footer */
/*.footer-article{background-color:#f5f6f7;}
.footer-article .wrap-content{padding:35px 10px;}
.footer-news:nth-child(1){width:30%;}
.footer-news:nth-child(2){width:15%;}
.footer-news:nth-child(3){width:20%;}
.footer-news:nth-child(4){width:25%;}
.title-footer{text-transform:uppercase;font-size:14px;margin-bottom:0.75rem;}
.footer-ul{list-style:none;padding:0px;margin:0px;}
.footer-ul li{margin-bottom:10px;}
.footer-ul li:last-child{margin-bottom:0px;}
.footer-ul li a{color:var(--color-black);}
.slogan-newsletter{margin-bottom:0.5rem;color:var(--color-gray);}
.newsletter-input{position:relative;}
.newsletter-input input{padding:0px;font-size:14px;text-indent:10px;border-radius:0px;}
.newsletter-button{margin-top:5px;}
.newsletter-button input[type=submit]{border:0px;background-color:var(--color-red);color:#fff;display:inline-block;padding:5px 16px;text-transform:uppercase;font-weight:500;cursor:pointer;}
.footer-tags{background:#eee;}
.footer-tags .wrap-content{padding:30px 10px;}
.label-tags{font-weight:600;font-size:15px;}
.list-tags{list-style:none;padding:0px;margin:0px;}
.list-tags li{float:left;margin:0px 5px 5px 0px;}
.list-tags li a{color:#fff;background-color:var(--color-red);padding:6px 15px 8px 15px;border-radius:3px;display:block;}
.list-tags li a:hover{background-color:var(--color-medium-red);}
.footer-powered{color:#fff;background-color:var(--color-medium-red);}
.footer-powered .wrap-content{padding:15px 10px;}
.copyright{margin-bottom:0px;}
.statistic{margin-bottom:0px;}
.statistic span{padding-right:10px;}
.statistic span:last-child{padding-right:0px;}
#footer-map{position:relative;height:500px;}
#footer-map iframe{position:absolute!important;width:100%!important;height:100%!important;top:0px!important;left:0px!important;}*/

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	flex: 1;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin>a {
	width: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 3px;
	border-radius: 3px;
	overflow: hidden
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 3px 2px;
	color: #333;
	background: #eee;
	border: 1px solid rgba(161, 161, 161, 0.4);
	font-size: 12px;
	cursor: pointer;
	padding: 3px 10px 5px 10px;
	border-radius: 2px;
}

.pagination-ajax a i {
	line-height: inherit;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	background: var(--color-red);
	color: #fff;
	border-color: var(--color-red);
}

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
	font-size: 14px;
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

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

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

/* Scroll Top */
.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: 10000;
	cursor: pointer;
}

/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 100;
	cursor: pointer;
}

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182FC;
	position: relative;
	z-index: 1;
}

.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;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .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;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

/* Zalo */
.btn-zalo {
	bottom: 315px;
}

/* Phone */
.btn-phone {
	bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182FC;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #1182FC;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1
}

/* Cart fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 100;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: var(--color-red);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	display: none;
	background: var(--color-red);
	width: 100%;
	padding: 10px;
	display: none;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	left: 0px;
}

.toolbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.toolbar ul li {
	text-align: center;
	width: 20%;
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
}

.toolbar ul li a img {
	height: 6vw;
	width: auto;
}

.toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 3.5vw;
	display: none;
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}

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

.fixbar ul li {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}

.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #fff;
	padding: 9px 10px 10px 7px;
	z-index: 10;
}

.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plugbar ul li {
	width: 20%;
	float: left;
}

.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.plugbar ul li a i {
	font-size: 20px;
	color: #696969;
}

.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px/2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%;
}

/* Combo Phone */
.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px;
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
	display: block;
}

.support-online a {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: .75;
	right: -10px;
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #0089B9;
	opacity: .5;
}

.support-online .support-online .btn-support {
	cursor: pointer;
}

.support-online .mes i {
	background: orange;
}

.support-online .sms i {
	background: red;
}

.support-online .call-now i {
	background: green;
}

/* Phone Switch */
.widget-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
}

#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
	content: '\f00d';
}

.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}

.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, .5);
	border: 1px solid #fff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}

.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

@-moz-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)
	}
}

@-webkit-keyframes shake-anim {

	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@-o-keyframes shake-anim {

	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

/* danhmuc-menu */
/* #danhmuc-menu>a {
	display: block;
	width: 280px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: var(--title-font);
	background-color: #0c5798;
} */
.group-danhmucsp {
	position: relative;
}


.group-danhmucsp>a {
	display: block;
	width: 250px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: var(--title-font);
	background-color: #0c5798;
	margin-bottom: 0;
}

.group-danhmucsp .danhmuc-sp-ul1 {
	display: none;
	transition: all 0.4s;
	visibility: hidden;
	opacity: 0;
}

.group-danhmucsp:hover .danhmuc-sp-ul1 {
	display: block;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}

.dropdown-danhmuc-left {
	position: absolute;
	width: 100%;
	height: fit-content;
	top: 100%;
	left: 0;
	z-index: 1000;
}

.wrap-danhmuc-left {
	width: 250px;
	position: relative;
}

.danhmuc-sp {
	width: 100%;
	cursor: pointer;
	line-height: 50px;
	text-align: left;
	height: inherit;
}

.danhmuc-sp>a {
	color: #fff !important;
	font-weight: bold !important;
	font-size: 16px;
}

.danhmuc-sp .danhmuc-sp-ul1 {
	width: 100%;
	background-color: #ffffffd3;
	padding-left: 0;
	border-top: none;
	/* overflow-x: hidden;
	overflow-y: auto; */
	height: inherit;
}

.danhmuc-sp .danhmuc-sp-ul1.show.inpage {
	display: block;
	visibility: visible;
	opacity: 1;
}

.danhmuc-sp-ul1 li {
	text-align: left;
	line-height: 1.2;
	width: 250px;
	border-bottom: 1px dotted #e1e1e1;
	position: relative;
}

.danhmuc-sp-ul1 li:hover,
.danhmuc-sp-ul1 li ul li:hover {
	background-color: #2f82c4;
}

.danhmuc-sp-ul1 li:hover>a,
.danhmuc-sp-ul1 ul li:hover>a {
	color: #fff !important;
}

.danhmuc-sp-ul1 span.text-split {
	-webkit-line-clamp: 2;
}

.danhmuc-sp-ul1 li a {
	color: #000 !important;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.danhmuc-sp-ul1 li ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	padding-left: 0;
	z-index: 200;
	transition: all 0.3s;
}

.danhmuc-sp-ul1 li:hover ul {
	display: block;
}

.danhmuc-sp ul {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}


#bm-phone {
	padding: 2px 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background: #0d5995;
	border-top: 1px solid #2d308d;
}

#bm-phone #bm-support {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1920px;
	margin: 0 auto
}

#bm-phone #bm-support .bm-items {
	padding: 0px 10px;
}

#bm-phone #bm-support .bm-items .bm-box {
	padding: 5px 0px;
	display: flex;
	align-items: center;
	color: #FFF;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#bm-phone #bm-support .bm-items .bm-box:hover {
	transform: translateY(-2px);
	box-shadow: 0px 0px 22px rgb(255 0 0 / 29%)
}

#bm-phone #bm-support .bm-items .bm-box:hover svg {
	-webkit-animation: ringring 1s infinite ease-in-out;
	-moz-animation: ringring 1s infinite ease-in-out;
	-ms-animation: ringring 1s infinite ease-in-out;
	-o-animation: ringring 1s infinite ease-in-out;
	animation: ringring 1s infinite ease-in-out
}

#bm-phone #bm-support .bm-items .bm-box .phone-name {
	margin-left: 5px;
	color: #FFF
}

#bm-phone #bm-support .bm-items .bm-box .name {
	font-weight: 700;
	font-size: 14px
}

#bm-phone #bm-support .bm-items .bm-box a {
	font-size: 14px
}

#bm-phone #bm-support .bm-items:hover svg.phone-icon {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

#bm-phone #bm-support .bm-items svg.phone-icon {
	width: 30px;
	height: 30px
}


:root {
	--theme-color: #2f82c4;
	--theme: #2f82c4;
	--theme-opc80-color: rgba(47, 130, 196, 0.8);
	--theme2: #df0025;
	--theme2-color: #df0025;
	--header-top-bg: #efefef;
	--header-bg: #fff;
	--menu-bg: #2f82c4;
	--valak-bg: #9d9494;
	--menu-link-hover-color: #fff;
	--menu-item-hover-bg: #df0025;
	--footer-bg: transparent;
	--copyright-bg: #1173c1;
	--title-font: "Oswald", sans-serif;
	--text-font: "Montserrat", sans-serif;
	--menu-font: "Oswald", sans-serif;
}

/* ======================== FONTS ======================== */
/* montserrat-300 - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/montserrat-v14-vietnamese_latin-300.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v14-vietnamese_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-300.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-300.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-300.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-300.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-300italic - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/montserrat-v14-vietnamese_latin-300italic.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("../fonts/montserrat-v14-vietnamese_latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-300italic.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-300italic.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-300italic.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-300italic.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-regular - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/montserrat-v14-vietnamese_latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-vietnamese_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-regular.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-regular.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-italic - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/montserrat-v14-vietnamese_latin-italic.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Italic"), local("Montserrat-Italic"), url("../fonts/montserrat-v14-vietnamese_latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-italic.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-italic.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-italic.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-italic.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-600 - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/montserrat-v14-vietnamese_latin-600.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-vietnamese_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-600.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-600.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-600.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-600.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-600italic - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/montserrat-v14-vietnamese_latin-600italic.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("../fonts/montserrat-v14-vietnamese_latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-600italic.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-600italic.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-600italic.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-600italic.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-700 - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/montserrat-v14-vietnamese_latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-vietnamese_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-700.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-700.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-700italic - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: italic;
	font-weight: 700;
	src: url("../fonts/montserrat-v14-vietnamese_latin-700italic.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("../fonts/montserrat-v14-vietnamese_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-700italic.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-700italic.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-700italic.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-700italic.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-900 - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/montserrat-v14-vietnamese_latin-900.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-v14-vietnamese_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-900.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-900.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-900.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-900.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-900italic - vietnamese_latin */
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	font-style: italic;
	font-weight: 900;
	src: url("../fonts/montserrat-v14-vietnamese_latin-900italic.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("../fonts/montserrat-v14-vietnamese_latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-vietnamese_latin-900italic.woff2") format("woff2"), url("../fonts/montserrat-v14-vietnamese_latin-900italic.woff") format("woff"), url("../fonts/montserrat-v14-vietnamese_latin-900italic.ttf") format("truetype"), url("../fonts/montserrat-v14-vietnamese_latin-900italic.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* oswald-200 - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/oswald-v36-vietnamese_latin-200.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-200.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-200.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-200.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-200.svg#Oswald") format("svg");
	/* Legacy iOS */
}

/* oswald-300 - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/oswald-v36-vietnamese_latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-300.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-300.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-300.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-300.svg#Oswald") format("svg");
	/* Legacy iOS */
}

/* oswald-regular - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/oswald-v36-vietnamese_latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-regular.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-regular.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-regular.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-regular.svg#Oswald") format("svg");
	/* Legacy iOS */
}

/* oswald-500 - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/oswald-v36-vietnamese_latin-500.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-500.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-500.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-500.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-500.svg#Oswald") format("svg");
	/* Legacy iOS */
}

/* oswald-600 - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/oswald-v36-vietnamese_latin-600.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-600.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-600.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-600.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-600.svg#Oswald") format("svg");
	/* Legacy iOS */
}

/* oswald-700 - vietnamese_latin */
@font-face {
	font-family: 'Oswald';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/oswald-v36-vietnamese_latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/oswald-v36-vietnamese_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v36-vietnamese_latin-700.woff2") format("woff2"), url("../fonts/oswald-v36-vietnamese_latin-700.woff") format("woff"), url("../fonts/oswald-v36-vietnamese_latin-700.ttf") format("truetype"), url("../fonts/oswald-v36-vietnamese_latin-700.svg#Oswald") format("svg");
	/* Legacy iOS */
}

@font-face {
	font-family: 'SFUAristonRegular';
	font-display: swap;
	src: url("../fonts/SFUAristonRegular.eot");
	src: url("../fonts/SFUAristonRegular.eot") format("embedded-opentype"), url("../fonts/SFUAristonRegular.woff2") format("woff2"), url("../fonts/SFUAristonRegular.woff") format("woff"), url("../fonts/SFUAristonRegular.ttf") format("truetype"), url("../fonts/SFUAristonRegular.svg#SFUAristonRegular") format("svg");
}

/* ==================== BORDER RADIUS ==================== */
/* Ref: 
    http://www.w3schools.com/css/css3_borders.asp 
    http://border-radius.com/
    border-radius: tl tr br bl:
*/
/* ==================== BOX SHADOW ==================== */
/* Ref: 
    http://www.cssmatic.com/box-shadow
*/
/* ==================== Set Font ==================== */
/* ==================== HOVER A ==================== */
/* Ref: 
*/
/*
@include transition(all .3s ease);
@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
*/
/*
@include background-opacity(#000, $opacity: 0.3);
*/
@keyframes h-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes marquee {
	0% {
		right: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		right: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin1 {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin2 {
	0% {
		-webkit-transform: rotate(72deg);
		-ms-transform: rotate(72deg);
		-o-transform: rotate(72deg);
		transform: rotate(72deg);
	}

	100% {
		-webkit-transform: rotate(-288deg);
		-ms-transform: rotate(-288deg);
		-o-transform: rotate(-288deg);
		transform: rotate(-288deg);
	}
}

@-moz-keyframes spin2 {
	0% {
		-webkit-transform: rotate(72deg);
		-ms-transform: rotate(72deg);
		-o-transform: rotate(72deg);
		transform: rotate(72deg);
	}

	100% {
		-webkit-transform: rotate(-288deg);
		-ms-transform: rotate(-288deg);
		-o-transform: rotate(-288deg);
		transform: rotate(-288deg);
	}
}

@-ms-keyframes spin2 {
	0% {
		-webkit-transform: rotate(72deg);
		-ms-transform: rotate(72deg);
		-o-transform: rotate(72deg);
		transform: rotate(72deg);
	}

	100% {
		-webkit-transform: rotate(-288deg);
		-ms-transform: rotate(-288deg);
		-o-transform: rotate(-288deg);
		transform: rotate(-288deg);
	}
}

@-o-keyframes spin2 {
	0% {
		-webkit-transform: rotate(72deg);
		-ms-transform: rotate(72deg);
		-o-transform: rotate(72deg);
		transform: rotate(72deg);
	}

	100% {
		-webkit-transform: rotate(-288deg);
		-ms-transform: rotate(-288deg);
		-o-transform: rotate(-288deg);
		transform: rotate(-288deg);
	}
}

@keyframes spin2 {
	0% {
		-webkit-transform: rotate(72deg);
		-ms-transform: rotate(72deg);
		-o-transform: rotate(72deg);
		transform: rotate(72deg);
	}

	100% {
		-webkit-transform: rotate(-288deg);
		-ms-transform: rotate(-288deg);
		-o-transform: rotate(-288deg);
		transform: rotate(-288deg);
	}
}

@-webkit-keyframes spin3 {
	0% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}

	100% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}
}

@-moz-keyframes spin3 {
	0% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}

	100% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}
}

@-ms-keyframes spin3 {
	0% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}

	100% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}
}

@-o-keyframes spin3 {
	0% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}

	100% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}
}

@keyframes spin3 {
	0% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}

	100% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}
}

@-webkit-keyframes spin4 {
	0% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}

	100% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}
}

@-moz-keyframes spin4 {
	0% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}

	100% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}
}

@-ms-keyframes spin4 {
	0% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}

	100% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}
}

@-o-keyframes spin4 {
	0% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}

	100% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}
}

@keyframes spin4 {
	0% {
		-webkit-transform: rotate(216deg);
		-ms-transform: rotate(216deg);
		-o-transform: rotate(216deg);
		transform: rotate(216deg);
	}

	100% {
		-webkit-transform: rotate(-144deg);
		-ms-transform: rotate(-144deg);
		-o-transform: rotate(-144deg);
		transform: rotate(-144deg);
	}
}

@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}

	50% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-moz-keyframes hvr-bob {
	0% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}

	50% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-ms-keyframes hvr-bob {
	0% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}

	50% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-o-keyframes hvr-bob {
	0% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}

	50% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}

	50% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-moz-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-ms-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-o-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translate(0, -8px);
		-ms-transform: translate(0, -8px);
		-o-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-moz-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-ms-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-o-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

.pd-hot .simply-scroll-list .pd-hot-item__link figure img,
.slideshow .owl-item a img,
.first-news__img,
.news-hot__img,
.quangcao__img,
.quangcao2__img,
.baogia-item__img,
.product__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.hover_sang1:before,
.hover_sang3:before,
.hover_sang3:after,
.fixed-shadow:after,
.nav-level-2__list .nav-level-2__item:before,
.nav-level-3__list .nav-level-3__item:before,
.thongke li+li:before,
.section-slider .main-slider-nav-item>a:before,
.section-slider .main-slider-nav-item>a:after {
	content: '';
	position: absolute;
}

.reset-list,
.widget-dmsp ul,
.menu--left,
.menu .submenu,
.menu .submenu li ul,
.thongke,
.footer__baiviet ul,
.pd-hot-list {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

[class^="hvr-"] {
	margin: .4em;
	padding: 1em;
	cursor: pointer;
	background: #e1e1e1;
	text-decoration: none;
	color: #666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-bob {
	display: inline-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);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

.blink_me {
	-webkit-animation: blinker 1s linear infinite;
	-moz-animation: blinker 1s linear infinite;
	-ms-animation: blinker 1s linear infinite;
	-o-animation: blinker 1s linear infinite;
	animation: blinker 1s linear infinite;
}

.shake_me {
	-webkit-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
	-moz-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
	-ms-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
	-o-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
	animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

.hover_sang1 {
	z-index: 40;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-ms-transition: transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	-moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	-ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	overflow: hidden;
	border: 1px solid #e8e4e4;
	box-shadow: 4px 6px 0 0 #f5f5f5;
	background: rgba(255, 255, 255, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
	.hover_sang1 {
		transition: none;
	}
}

.hover_sang1:before {
	width: 100%;
	height: 100%;
}

.hover_sang1:hover::before {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	-moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	-ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.hover_sang3 {
	overflow: hidden;
	position: relative;
}

.hover_sang3:hover::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:before {
	width: 100%;
	height: 100%;
	z-index: 41;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.hover_sang3:before {
		transition: none;
	}
}

.hover_sang3:after {
	width: 100%;
	height: 100%;
	z-index: 40;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.hover_sang3:after {
		transition: none;
	}
}

.xoay_hinh {
	overflow: hidden;
}

.xoay_hinh:hover img {
	transform: rotate(360deg);
}

.xoay_hinh img {
	transition: all 1s ease 0s;
}

.marquee {
	-webkit-animation: marquee 10s linear infinite;
	-moz-animation: marquee 10s linear infinite;
	-ms-animation: marquee 10s linear infinite;
	-o-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite;
}

.text-theme {
	color: var(--theme-color) !important;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (prefers-reduced-motion: reduce) {
	.overlay {
		transition: none;
	}
}

.overlay__box {
	position: absolute;
	top: 20px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 40px);
	border: 3px solid #fff;
}

.fixed {
	-webkit-animation: slideInDown 0.8s ease;
	-moz-animation: slideInDown 0.8s ease;
	-ms-animation: slideInDown 0.8s ease;
	-o-animation: slideInDown 0.8s ease;
	animation: slideInDown 0.8s ease;
}

.fixed-shadow:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: -1;
	box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
	opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
	.fixed-shadow:after {
		transition: none;
	}
}

.fixed-shadow.fixed::after {
	opacity: 1;
}

.scrollstyle-4::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.scrollstyle-4::-webkit-scrollbar-thumb {
	background: #2f82c4;
}

.scrollstyle-4::-webkit-scrollbar-track {
	background: #97c1e2;
}

.scrollstyle-4 {
	scrollbar-face-color: #2f82c4;
	scrollbar-track-color: #97c1e2;
}

body {
	font-size: 16px;
	font-size: 1rem;
	font-family: var(--text-font);
}

body .aside {
	float: left;
	width: 23.3333333333%;
}

body .main-container {
	float: right;
	width: 74.5833333333%;
}

@media (max-width: 992px) {
	body .aside {
		display: none;
	}

	body .main-container {
		float: none;
		width: 100%;
	}
}

.container {
	max-width: 1230px;
	position: relative;
}

.wrap-main {
	z-index: 40;
	position: relative;
	padding: 35px 0;
}

.wrap-main.wrap-home {
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	width: 26px;
	height: 40px;
	border-radius: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #eee;
	padding-top: 4px;
}

@media screen and (prefers-reduced-motion: reduce) {

	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		transition: none;
	}
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	background-color: #2f82c4;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
	font-size: 24px;
	color: #333;
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
	color: #fff;
}

.slick-slider .slick-prev {
	left: 20px;
}

.slick-slider .slick-next {
	right: 20px;
}

.btn-frame i {
	background: var(--theme-color);
}

.btn-frame .kenit-alo-circle {
	border: 2px solid var(--theme-opc80-color);
	background: var(--theme-color);
}

.js-facebook-messenger-box {
	background: var(--theme-color);
}

.js-facebook-messenger-top-heade {
	background: var(--theme-color);
}

.widget-dmsp {
	padding: 0;
}

.nav-level-1__item-box {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: 1px dashed #cacaca;
	padding: 10px;
}

.nav-level-1__item-box i {
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.nav-level-1__item-box i:before {
	content: "\f106";
}

.nav-level-1__item-box i.collapsed {
	cursor: pointer;
}

.nav-level-1__item-box i.collapsed:before {
	content: "\f107";
}

.nav-level-1__item-box .nav-level-1__link {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

@media screen and (prefers-reduced-motion: reduce) {
	.nav-level-1__item-box .nav-level-1__link {
		transition: none;
	}
}

.nav-level-1__item-box .nav-level-1__link:hover {
	color: #ff0;
}

.nav-level-2__list .nav-level-2__item {
	position: relative;
	border-bottom: 1px dashed #cacaca;
}

.nav-level-2__list .nav-level-2__item:before {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 18px;
	left: 20px;
	border-radius: 50%;
	background-color: #fff;
}

.nav-level-2__list .nav-level-2__item .nav-level-2__link {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 10px 10px 10px 30px;
	display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
	.nav-level-2__list .nav-level-2__item .nav-level-2__link {
		transition: none;
	}
}

.nav-level-2__list .nav-level-2__item .nav-level-2__link:hover {
	color: #ff0;
}

.nav-level-3__list .nav-level-3__item {
	position: relative;
	border-top: 1px dashed #cacaca;
}

.nav-level-3__list .nav-level-3__item:before {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 22px;
	left: 30px;
	background-color: #000;
}

.nav-level-3__list .nav-level-3__item .nav-level-3__link {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	padding: 15px 15px 15px 45px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.nav-level-3__list .nav-level-3__item .nav-level-3__link {
		transition: none;
	}
}

.nav-level-3__list .nav-level-3__item .nav-level-3__link:hover {
	color: #df0025;
}

.widget {
	margin-bottom: 10px;
	padding-top: 10px;
}

.widget--border .widget-body {
	border-style: solid;
	border-color: #2f82c4;
	border-width: 0 2px 2px;
}

.widget--bg {
	background-color: var(--theme);
}

.widget--bg .widget-body {
	background-color: var(--theme);
}

.widget-head {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-transform: uppercase;
	background-color: #2f82c4;
	border: 3px solid #fff;
	margin: 0 10px;
	min-height: 60px;
}

.widget-head i {
	margin: 0 10px;
}

.menubar {
	z-index: 50;
	position: sticky;
	top: 0px;
	left: 0px;
	background-color: var(--menu-bg);
}

.menu {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.menu__item {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu__item {
		transition: none;
	}
}

.menu__item .menu__link.active,
.menu__item:hover .menu__link {
	color: var(--menu-link-hover-color);
	background-color: var(--menu-item-hover-bg);
}

.menu__item:hover .submenu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.menu__link {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: var(--menu-font);
	box-sizing: border-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 50px;
	text-transform: uppercase;
	padding: 0 25px;
	position: relative;
	width: 100%;
	text-align: center;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu__link {
		transition: none;
	}
}

.menu__link.active {
	color: var(--menu-link-hover-color);
}

.menu--left {
	z-index: 50;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	/* -webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1; */
	position: relative;
	width: calc(100% - 230px);
}

.menu .submenu {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu .submenu {
		transition: none;
	}
}

.menu .submenu li {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	background-color: #2f82c4;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu .submenu li {
		transition: none;
	}
}

.menu .submenu li:hover {
	background-color: #519bd5;
}

.menu .submenu li:hover>a {
	color: #fff;
}

.menu .submenu li:hover>ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.menu .submenu li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.menu .submenu li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-family: "Arial";
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	padding: 8px 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu .submenu li a {
		transition: none;
	}
}

.menu .submenu li ul {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.menu .submenu li ul {
		transition: none;
	}
}

.menu_mobi,
.menu_mobi_add {
	display: none;
}

.menu-res {
	z-index: 100;
	position: sticky;
	top: 0;
}

.copyright {
	z-index: 41;
	background-color: var(--copyright-bg);
	position: relative;
}

.copyright-wrap {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	min-height: 50px;
	width: 100%;
	position: relative;
}

.copyright__text {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}

.copyright__text span {
	text-transform: uppercase;
}

.thongke {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 0;
}

.thongke li {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: relative;
}

.thongke li+li {
	margin-left: 20px;
}

.thongke li+li:before {
	width: 1px;
	height: 12px;
	background-color: #fff;
	left: -10px;
}

.footer__baiviet {
	width: 22.5%;
	position: relative;
}

.footer__baiviet ul li {
	margin-bottom: 15px;
}

.footer__baiviet ul li a,
.footer__baiviet ul li span {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	position: relative;
	display: inline-block;
	padding: 0;
}

@media screen and (prefers-reduced-motion: reduce) {

	.footer__baiviet ul li a,
	.footer__baiviet ul li span {
		transition: none;
	}
}

.footer__baiviet ul li a[href]:hover,
.footer__baiviet ul li span[href]:hover {
	color: #ff0;
	padding-left: 10px;
}

.header {
	z-index: 50;
	position: relative;
	top: 0px;
	left: 0px;
}

.header-top {
	background-color: var(--header-top-bg);
}

.header-top .container {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	height: 45px;
}

.header-top .container .slogan {
	width: 50%;
	overflow: hidden;
}

.header-top .container .marquee {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-top .container p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.header-top .container p i {
	color: var(--theme);
	margin-right: 10px;
}

.header-bottom .container {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	height: 120px;
}

.header-info {
	text-align: center;
}

.header-info__name {
	font-size: 27px;
	color: #4d4d4d;
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
}

.header-info__name span {
	color: var(--theme2);
}

.header-info p {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.header-hotline {
	position: relative;
	padding-left: 50px;
}

.header-hotline__icon {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid var(--theme);
	background-color: #fff;
}

.header-hotline__icon i {
	color: var(--theme);
	font-size: 20px;
}

.header-hotline p {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.header-hotline span {
	font-size: 14px;
	color: #f00;
	font-weight: 900;
	display: block;
}

.logo {
	display: inline-block;
	max-width: 18.3333333333%;
}

.logo img {
	max-height: 100px;
}

.fixed .logo img {
	max-height: 70px;
}

.section-chinhanh {
	position: relative;
}

.section-chinhanh-nav {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
}

.section-chinhanh-nav .container {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.section-chinhanh-nav .nav-item+.nav-item {
	margin-left: 10px;
}

.section-chinhanh-nav .nav-link {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #404040;
}

.section-chinhanh-nav .nav-link.active {
	background-color: var(--theme);
}

.footer {
	z-index: 1;
	background-image: url("../images/ft-bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
}

.footer-contact__type {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	font-family: var(--title-font);
	text-transform: uppercase;
}

.footer-contact__name {
	font-size: 24px;
	color: var(--theme);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-contact p {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.footer-contact p i {
	margin-right: 5px;
	color: var(--theme);
}

.footer-contact p+p {
	margin-top: 15px;
}

.footer-wrap {
	background-color: var(--footer-bg);
	position: relative;
}

.footer-box {
	padding: 60px 0;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.footer__title {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.footer__line {
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 10px 0 20px;
}

.footer__info {
	width: 50%;
	position: relative;
}

.footer__info-body {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.footer__info-body p {
	margin-bottom: 15px;
}

.footer__fanpage {
	width: 25.8333333333%;
}

.footer__fanpage #fanpage-facebook {
	max-height: 260px;
	overflow: hidden;
}

#footer-map,
#footer-map iframe {
	overflow: hidden;
	width: 100%;
	height: 450px;
}

.codebando,
.codebando iframe {
	overflow: hidden;
	width: 100%;
	height: 450px;
}

.main-title {
	position: relative;
	margin-bottom: 30px;
}

.main-title__name {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	text-align: center;
}

.main-title__link {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
	color: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
	.main-title__link {
		transition: none;
	}
}

.main-title__link[href] {
	cursor: pointer;
}

.main-title__link[href]:hover {
	color: var(--theme2);
}

.main-title__line {
	background-image: url("../images/idx-tit.png");
	background-repeat: no-repeat;
	background-position: center 0;
	width: 99px;
	height: 8px;
	border: 0;
	margin: 10px auto 0;
}

.title-main span {
	font-size: 1.6em;
	color: var(--color-title-main);
	font-weight: 700;
}

.text-main img {
	max-width: 100% !important;
	height: auto !important;
}

.section-slider {
	background-color: #f6f6f6;
	padding: 15px 0;
}

.section-slider .container {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.section-slider .main-slider {
	width: 65.4166666667%;
	background-color: #fff;
}

.section-slider .main-slider-nav-slick .slick-prev {
	left: 0;
}

.section-slider .main-slider-nav-slick .slick-next {
	right: 0;
}

.section-slider .main-slider-nav-item {
	margin: 10px 0;
	padding: 10px 0;
}

.section-slider .main-slider-nav-item>a {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	height: 42px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: block;
	padding: 0 15px 0 25px;
	position: relative;
}

.section-slider .main-slider-nav-item>a:before {
	width: 0.5px;
	height: 100%;
	background-color: #eaeaea;
	left: 0.05px;
}

.section-slider .main-slider-nav-item>a:after {
	width: 0.5px;
	height: 100%;
	background-color: #eaeaea;
	right: 0.5px;
}

.pd-hot {
	width: 33.3333333333%;
}

.pd-hot__header {
	background-image: url("../images/hot-title.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #eeeded;
	height: 43px;
	padding-left: 20px;
}

.pd-hot__header span {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 43px;
}

.pd-hot .newshome-scroll {
	height: 435px;
	overflow: hidden;
}

.pd-hot-list {
	background-color: #fff;
}

.pd-hot .simply-scroll-list .pd-hot-item {
	padding: 5px 0;
}

.pd-hot .simply-scroll-list .pd-hot-item__link {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border: 1px solid #c5c5c5;
	padding: 5px;
}

.pd-hot .simply-scroll-list .pd-hot-item__link figure {
	position: relative;
	width: 130px;
}

.pd-hot .simply-scroll-list .pd-hot-item__link figure:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 69.2307692308%;
}

.pd-hot .simply-scroll-list .pd-hot-item__info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
}

.pd-hot .simply-scroll-list .pd-hot-item__name {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: block;
	display: -webkit-box;
	max-height: 44.8px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pd-hot .simply-scroll-list .pd-hot-item__price {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.pd-hot .simply-scroll-list .pd-hot-item__price strong {
	color: #f00;
}

.slideshow {
	z-index: 1;
	width: 100%;
	position: relative;
	height: 33.6749vw;
	overflow: hidden;
}

.slideshow .owl-item a {
	position: relative;
}

.slideshow .owl-item a::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 33.6749633968%;
}

.slideshow .owl-item a img {
	background-color: #fff;
}

@-webkit-keyframes fadeInUpSD {
	0% {
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

.search .search-grid {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}

.search .search-grid input {
	font-size: 13px;
	color: #7f7f7f;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 0;
	line-height: 40px;
	outline: none;
	background-color: transparent;
	padding-left: 15px;
	margin-right: 5px;
}

.search .search-grid input::-moz-placeholder {
	color: rgba(127, 127, 127, 0.7);
	opacity: 1;
}

.search .search-grid input:-ms-input-placeholder {
	color: rgba(127, 127, 127, 0.7);
}

.search .search-grid input::-webkit-input-placeholder {
	color: rgba(127, 127, 127, 0.7);
}

.search .search-grid p {
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #0c5798;
	margin: 0;
	cursor: pointer;
}

.search {
	width: 100%;
	position: relative;
	max-width: 220px;
}

/* section-newsletter */
.newsletter {
	background-image: url("../images/dknt.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 60px 0;
}

.newsletter__name {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	font-family: var(--title-font);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.newsletter__desc {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

.newsletter form {
	max-width: 630px;
	margin: 0 auto;
}

.newsletter form .form-group-flex {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.newsletter form .form-group-flex .form-group {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.newsletter form .form-group-flex .form-group+.form-group {
	margin-left: 10px;
}

.newsletter form .form-group-linethird {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.newsletter form .form-group-linethird .form-group {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 10px;
}

.newsletter form .form-group {
	position: relative;
	margin-bottom: 13px;
}

.newsletter form .form-group .invalid-feedback {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	margin: 0;
	font-size: 10px;
}

.newsletter form .form-group .form-control {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-family: "Arial";
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 40px;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
}

.newsletter form .form-group .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.newsletter form .form-group .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.newsletter form .form-group .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.newsletter form .form-group textarea.form-control {
	-webkit-box-flex: unset;
	-webkit-flex: unset;
	-moz-box-flex: unset;
	-moz-flex: unset;
	-ms-flex: unset;
	flex: unset;
	width: 100%;
	height: 90px;
}

.newsletter form .newsletter-button input[type="submit"],
.newsletter form .newsletter-button input[type="reset"] {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 90px;
	background-color: var(--theme2);
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	padding: 0 15px;
}

.btn-more {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn-more {
		transition: none;
	}
}

.btn-more span {
	font-size: 14px;
	color: inherit;
	font-weight: 400;
	line-height: 40px;
	padding: 0 15px;
	display: block;
	background-color: var(--theme);
	border: 1px solid var(--theme);
	border-radius: 20px;
}

.btn-more:hover {
	color: #ff0;
}

.btn-more2 {
	box-sizing: border-box;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 40px;
	cursor: pointer;
	color: #000;
	padding: 0 15px;
	border: 2px solid var(--theme);
	text-transform: uppercase;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn-more2 {
		transition: none;
	}
}

.btn-more2 span {
	font-size: 16px;
	color: inherit;
	font-weight: 400;
	line-height: 1;
}

.btn-more2 i {
	margin-left: 5px;
}

.btn-more2:hover {
	background-color: #fff;
	color: var(--theme);
}

.mt-section {
	margin-top: 60px;
}

/*section-news-video*/
.news-video-wrap {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.newshome {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	width: 65%;
}

.videohome {
	width: 33.3333333333%;
}

.first-news__item {
	width: 46.1538461538%;
	margin-bottom: 10px;
}

.first-news__image {
	position: relative;
	margin-bottom: 20px;
}

.first-news__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 55.5555555556%;
}

.first-news__name {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	display: -webkit-box;
	max-height: 64px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (prefers-reduced-motion: reduce) {
	.first-news__name {
		transition: none;
	}
}

.first-news__name:hover {
	color: var(--theme);
}

.first-news__desc {
	font-size: 13px;
	color: #000;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	max-height: 78px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	text-align-last: left;
	margin-bottom: 10px;
}

.video-main,
.video-main iframe {
	overflow: hidden;
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
}

.news-hot-slick {
	width: 51.2820512821%;
	margin: -10px 0;
}

.news-hot__item {
	padding: 10px 0;
}

.news-hot__link {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.news-hot__link:hover .news-hot__name {
	color: var(--theme);
}

.news-hot__image {
	position: relative;
	width: 37.5%;
}

.news-hot__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 73.3333333333%;
}

.news-hot__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 5px;
}

.news-hot__name {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	display: -webkit-box;
	max-height: 42px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (prefers-reduced-motion: reduce) {
	.news-hot__name {
		transition: none;
	}
}

.news-hot__desc {
	font-size: 13px;
	color: #000;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	height: 58.5px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/*section-about*/
.section-about .container {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.about-image {
	width: 49.1666666667%;
	display: block;
}

.about-info {
	width: 45.8333333333%;
}

.about-slogan {
	font-size: 20px;
	color: var(--theme);
	font-weight: 400;
	font-family: "SFUAristonRegular";
	margin: 20px 0 10px;
}

.about-header {
	text-transform: uppercase;
	border-left: 3px solid var(--theme);
	padding-left: 20px;
}

.about-header__type {
	font-size: 27px;
	color: #4d4d4d;
	font-weight: 400;
	font-family: var(--title-font);
}

.about-header__name {
	font-size: 27px;
	color: #4d4d4d;
	font-weight: 700;
}

.about-header__name span {
	color: var(--theme2);
}

.about-body {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	max-height: 135px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin: 10px 0 20px;
}

.tieuchi-box {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.tieuchi {
	box-sizing: border-box;
	flex: 0 0 33.3333333333%;
}

.tieuchi figure {
	width: 98px;
	height: 103px;
	background-image: url("../images/tieuchi.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.tieuchi figure img {
	max-width: 45px;
	max-height: 45px;
}

.tieuchi p {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

/*section-quangcao*/
.quangcao__link {
	position: relative;
	display: block;
}

.quangcao__link:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 17.5695461201%;
}

.quangcao2__link {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.quangcao2__link:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 89.6551724138%;
}

/*product-by-list*/
.product-by-list__head {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin: 20px auto;
	background-color: #2f82c4;
	padding: 10px;
}

.product-by-list__head h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	font-family: var(--title-font);
	text-transform: uppercase;
	margin: 0;
}

.product-by-list__head h2 a {
	color: inherit;
}

.product-by-list__head>a {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
}

/*section-baogia*/
.section-baogia {
	background-image: url("../images/baogia.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 50px 0;
}

.baogia-slick {
	margin: 0 -10px;
}

.baogia-item {
	padding: 0 10px;
}

.baogia-item__link {
	display: block;
	position: relative;
}

.baogia-item__figure {
	position: relative;
	margin-bottom: 0;
}

.baogia-item__figure:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 133.333333333%;
}

.baogia-item__name {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	padding: 20px 10px;
	text-align: center;
}

/*section-product-highligh*/
.section-product-highligh {
	margin-bottom: 50px;
}

.news-grid {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}

.news__item {
	box-sizing: border-box;
	flex: 0 0 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}

.news__link {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.news__link:hover .news__name {
	color: var(--theme);
}

.news__image {
	width: 36%;
	margin-bottom: 10px;
}

.news__img {
	background-color: #eee;
	width: 100%;
}

.news__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 1em;
}

.news__name {
	font-size: 16px;
	color: var(--color-title-main);
	font-weight: 700;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	.news__name {
		transition: none;
	}
}

.news__desc {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	max-height: 63px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news__date {
	font-size: 14px;
	color: #807f7f;
	font-weight: 400;
}

@media (max-width: 440px) {
	.news__image {
		width: 100%;
	}

	.news__body {
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 850px) {
	.news__item {
		box-sizing: border-box;
		flex: 0 0 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.news--verticle .news__item {
		box-sizing: border-box;
		flex: 0 0 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}
}

@media (max-width: 425px) {
	.news--verticle .news__item {
		box-sizing: border-box;
		flex: 0 0 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}
}

.product-grid {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.0833333333%;
	margin-right: -1.0833333333%;
}

.product {
	box-sizing: border-box;
	flex: 0 0 31.1666666667%;
	margin-left: 1.0833333333%;
	margin-right: 1.0833333333%;
	margin-bottom: 2.1666666667%;
	margin-bottom: 40px;
}

.page_danhmuc .product {
	flex: 0 0 23%;
	margin-left: 1%;
	margin-right: 1%;
}

.slick-box-item .product {
	width: 100%;
	margin: 0;
}

.product__box {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 9px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.product__box {
		transition: none;
	}
}

.product__link {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.product__image {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.product__image::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.product__img {
	background-color: #fff;
}

.product__line {
	border-top: 1px dashed #e1e1e1;
	margin-bottom: 10px;
}

.product__name {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 0 5px 0;
}

@media screen and (prefers-reduced-motion: reduce) {
	.product__name {
		transition: none;
	}
}

.product__name a {
	display: block;
	display: -webkit-box;
	max-height: 42px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: inherit;
	display: block;
	font-weight: 600;
}

.product__contact {
	font-size: 14px;
	color: var(--theme2);
	font-weight: 700;
	margin-bottom: 20px;
}

.product__contact span+span {
	font-weight: 400;
	color: #000;
	margin-left: 5px;
	display: inline-block;
}

.product__price {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.product__price-new {
	color: #f00;
	font-weight: 700;
	padding-left: 5px;
	line-height: 1.5;
}

.product__price-old {
	font-weight: 700;
	padding-left: 5px;
	color: #bb0000;
	text-decoration: line-through;
	position: relative;
	line-height: 1.5;
}

.product__price-per {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	width: 45px;
	height: 25px;
	border-radius: 2px;
	background: var(--color-red);
	text-align: center;
	line-height: 25px;
}

.product__cart {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	background-color: #e00b13;
	border: 2px solid #e00b13;
	margin: 0 auto 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
	.product__cart {
		transition: none;
	}
}

.product__cart:hover {
	color: #e00b13;
	background-color: #fff;
}

.product__cart span {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	cursor: pointer;
	min-height: 40px;
}

.product__cart i {
	margin-right: 5px;
}

.product__cart-add {
	cursor: pointer;
}

.product__cart-buy {
	cursor: pointer;
}

.slick-box-item {
	padding: 0 0.5em 20px;
}

.spnoibat-main {
	margin: 0 -0.5em;
}

.menu-product-detail {
	position: sticky;
	top: 0;
	background-color: #fff;
	transition: all 0.5s;
	z-index: 999;
}

.menu-product-detail span,
.title-noidung-detail span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	background-color: var(--theme);
	color: #fff;
	font: 15px var(--bold);
	text-transform: uppercase;
}

.menu-product-detail span:hover,
.menu-product-detail span.active {
	background: #25679b;
}

.fixed_detail {
	top: 0 !important;
}

.title-noidung-detail {
	margin-bottom: 20px;
	border-bottom: 1px solid #25679b;
}

/*  ================================================================================
  MIXIN DEVICES
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */
/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1200px)
  ================================================================================ */
/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
.logo-mobile img {
	max-width: 120px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.header {
		display: none;
	}

	.logo-mobile {
		position: absolute;
		top: 0px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: block;
	}

	.logo-mobile img {
		max-height: 65px;
	}

	.menu-bar-res {
		margin-right: 0;
	}

	.menu-bar-res--right {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}

	.hero-image {
		display: none;
	}

	.menubar {
		display: none;
	}

	.menu_mobi {
		display: flex;
	}

	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		background-color: #fff;
	}

	.search-res .icon-search {
		color: #fff;
	}

	.menu-res {
		width: 100%;
		border-bottom: 1px solid #eee;
		/* background-color: #938989; */
	}

	.toolbar {
		background-color: #2a74af;
	}

	.footer__info {
		width: 100%;
		margin-bottom: 1em;
	}

	.footer__fanpage {
		width: 49%;
		margin-bottom: 1em;
	}

	.footer__baiviet {
		width: 49%;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 768px) {
	.btn-more span {
		font-size: 12px;
		padding: 0 5px;
	}

	.js-facebook-messenger-box {
		right: 5px;
	}

	.scrollToTop {
		right: 13px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
	.footer__fanpage {
		width: 100%;
	}

	.footer__baiviet {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.copyright-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 7px;
		height: auto;
	}

	.copyright__text {
		width: 100%;
	}

	.copyright .thongke {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		width: 100%;
	}

	.copyright .thongke li:first-child {
		margin-left: 0;
	}

	.copyright .thongke li:first-child:before {
		display: none;
	}

	#footer-map,
	#footer-map iframe {
		height: 300px;
	}

	.newshome {
		width: 100%;
		margin-bottom: 20px;
	}

	.videohome {
		width: 100%;
	}

	.product-grid {
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -1.0833333333%;
		margin-right: -1.0833333333%;
	}

	.product {
		box-sizing: border-box;
		flex: 0 0 47.8333333333%;
		margin-left: 1.0833333333%;
		margin-right: 1.0833333333%;
		margin-bottom: 2.1666666667%;
		margin-bottom: 40px;
	}
}

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
	.header {
		display: none;
	}

	.logo-mobile {
		position: absolute;
		top: 0px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: block;
	}

	.logo-mobile img {
		max-height: 65px;
	}

	.menu-bar-res {
		margin-right: 0;
	}

	.menu-bar-res--right {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}

	.hero-image {
		display: none;
	}

	.menubar {
		display: none;
	}

	.menu_mobi {
		display: flex;
	}

	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		background-color: #fff;
	}

	.search-res .icon-search {
		color: #fff;
	}

	.menu-res {
		width: 100%;
		border-bottom: 1px solid #eee;
		/* background-color: #938989; */
	}

	.toolbar {
		background-color: #2a74af;
	}

	.footer__info {
		width: 100%;
		margin-bottom: 1em;
	}

	.footer__fanpage {
		width: 49%;
		margin-bottom: 1em;
	}

	.footer__baiviet {
		width: 49%;
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
	.footer__fanpage {
		width: 100%;
	}

	.footer__baiviet {
		width: 100%;
	}
}

@media screen and (min-width: 425px) and (max-width: 768px) {
	.copyright-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 7px;
		height: auto;
	}

	.copyright__text {
		width: 100%;
	}

	.copyright .thongke {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		width: 100%;
	}

	.copyright .thongke li:first-child {
		margin-left: 0;
	}

	.copyright .thongke li:first-child:before {
		display: none;
	}

	#footer-map,
	#footer-map iframe {
		height: 300px;
	}

	.newshome {
		width: 100%;
		margin-bottom: 20px;
	}

	.videohome {
		width: 100%;
	}

	.product-grid {
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -1.0833333333%;
		margin-right: -1.0833333333%;
	}

	.product {
		box-sizing: border-box;
		flex: 0 0 47.8333333333%;
		margin-left: 1.0833333333%;
		margin-right: 1.0833333333%;
		margin-bottom: 2.1666666667%;
		margin-bottom: 40px;
	}
}

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
	.header {
		display: none;
	}

	.logo-mobile {
		position: absolute;
		top: 0px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: block;
	}

	.logo-mobile img {
		max-height: 65px;
	}

	.menu-bar-res {
		margin-right: 0;
	}

	.menu-bar-res--right {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}

	.hero-image {
		display: none;
	}

	.menubar {
		display: none;
	}

	.menu_mobi {
		display: flex;
	}

	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		background-color: #fff;
	}

	.search-res .icon-search {
		color: #fff;
	}

	.menu-res {
		width: 100%;
		border-bottom: 1px solid #eee;
		/* background-color: #938989; */
	}

	.toolbar {
		background-color: #2a74af;
	}

	.footer__info {
		width: 100%;
		margin-bottom: 1em;
	}

	.footer__fanpage {
		width: 49%;
		margin-bottom: 1em;
	}

	.footer__baiviet {
		width: 49%;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 425px) and (max-width: 425px) {
	.footer__fanpage {
		width: 100%;
	}

	.footer__baiviet {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
	.copyright-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 7px;
		height: auto;
	}

	.copyright__text {
		width: 100%;
	}

	.copyright .thongke {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		width: 100%;
	}

	.copyright .thongke li:first-child {
		margin-left: 0;
	}

	.copyright .thongke li:first-child:before {
		display: none;
	}

	#footer-map,
	#footer-map iframe {
		height: 300px;
	}

	.newshome {
		width: 100%;
		margin-bottom: 20px;
	}

	.videohome {
		width: 100%;
	}

	.product-grid {
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -1.0833333333%;
		margin-right: -1.0833333333%;
	}

	.product,
	.page_danhmuc .product {
		box-sizing: border-box;
		flex: 0 0 47.8333333333%;
		margin-left: 1.0833333333%;
		margin-right: 1.0833333333%;
		margin-bottom: 2.1666666667%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 425px) and (max-width: 330px) {
	.product-grid {
		box-sizing: border-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}

	.product {
		box-sizing: border-box;
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 425px) {
	/* .slideshow .owl-item a {
		position: relative;
	}

	.slideshow .owl-item a:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 41.6666666667%;
	} */

	.first-news__item {
		display: none;
	}

	.news-hot-slick {
		width: 100%;
	}
}


/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

#share-buttons button {
	transition: all .2s;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px !important;
}

#share-buttons button:hover {
	transition: all .2s;
	filter: invert(1);
}

/* General */
.res-img-detail {
	width: 100%;
}

.res-img-detail img {
	max-width: 100%;
	height: auto !important;
}

.res-img-detail .table-detail-inpage {
	overflow-x: auto;
	max-width: 950px;
}

.res-img-detail .table-detail-inpage table {
	max-width: 950px !important;
}

.res-img-detail table {
	max-width: 100%;
}

/* Responsive */
@media(max-width:1190px) {
	.menu__link {
		padding: 0 15px !important;
	}
}

@media(max-width:1001px) {
	#bm-phone {
		display: none;
	}

	.menu {
		display: none;
	}

	.menu-res {
		display: block;
	}
}

@media(max-width:850px) {
	.news {
		width: 100%;
		float: none !important;
	}
}

@media(max-width:769px) {
	.top-contact {
		flex-wrap: wrap;
	}

	.btn-frame {
		display: none;
	}

	.toolbar {
		display: block;
	}

	.left-pro-detail,
	.right-pro-detail,
	.top-contact .form-contact,
	.top-contact .article-contact {
		width: 100%;
		margin: 0px;
	}

	.left-pro-detail,
	.top-contact .article-contact {
		margin-bottom: 30px;
	}

	.page_danhmuc .product {
		flex: 0 0 calc(100%/3 - 2%);
	}
}

@media(max-width:576px) {
	.slideshow {
		height: 33.68vw;
	}

	.thumb-pro-detail {
		padding: 2px;
	}

	.about-image {
		width: 100% !important;
		margin-bottom: 1em;
	}

	.about-info {
		width: 100% !important;
	}

	.btn-more span {
		line-height: 32px;
	}

	.btn-more {
		position: static;
		margin: 0 auto;
		transform: unset;
	}

	.product__box {
		padding: 2px 2px 10px 2px;
	}
}

@media(max-width:480px) {

	.page_danhmuc .product {
		flex: 0 0 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media(max-width:440px) {

	.pic-news,
	.info-news {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0px;
	}

	.info-news {
		margin-top: 15px;
	}

	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}
}

@media(max-width:369px) {
	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}

	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}

	.cart-pro-detail a i {
		display: none;
	}
}

.wrap-main-container .wrap-main-container {
	padding-left: 0;
	padding-right: 0;
}