html.openmenu {
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
	width: 12px;
}
::-webkit-scrollbar:horizontal {
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #fff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 14px;
	line-height: 24px;
}
#vnt-wrapper {
	width: 100%;
}
a:focus,
a:hover {
	text-decoration: none;
}
.not_h1 {
	padding-top: 10px;
}
.info_menu {
	float: right;
}
.openmenu #load_ajax_form_color {
	z-index: 0;
	position: relative;
}
.openmenu .vnt-product .slick-arrow {
	z-index: 0;
}
.btn-ct {
	background-color: #f1ba47;
	display: block;
	width: 100%;
	text-align: center;
}
.categories_all {
	width: 275px;
}
.categories_all:hover .all_categories {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.all_categories {
	position: absolute;
	z-index: 9;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

#autocomplete .input-group-btn {
	position: absolute;
	top: 0;
	right: 40px;
}
#load_search {
	position: relative;
}
.wrap_search {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 41%;
	padding: 10px 15px 5px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	left: 25%;
	top: 0;
	max-height: 404px;
	overflow: auto;
}
/*=============BEGIN PRODUCT =====================*/
.glyphicon-star {
	color: #fe8c23;
	font-size: 13px;
	margin: 0 2px;
}
.glyphicon-star-empty {
	margin: 0 2px;
}
.glyphicon-star-empty {
	color: #dedddd;
	font-size: 13px;
}
.rating {
	float: left;
	border: none;
	background-color: initial;
	font-size: 0;
}
.rating-container .rating-stars {
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
.rating-container .rating-input {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	font-size: 1px;
	border: none;
	background: 0 0;
	padding: 0;
	margin: 0;
}
.rating-container .rating-input:focus {
	outline: 0;
	outline-offset: 0;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
	cursor: not-allowed;
}
.rating-container .star {
	display: inline-block;
	text-align: center;
}
.rating-container .empty-stars {
	color: #aaa;
	font-size: 13px;
}
.rating-container .filled-stars {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	color: #fde16d;
	white-space: nowrap;
	overflow: hidden;
}
.rating-rtl {
	float: right;
}
.rating-animate .filled-stars {
	transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
	left: auto;
	right: 0;
	transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
.rating-rtl.is-star .filled-stars {
	right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
	margin-right: 0.07em;
}
.rating-lg {
	display: inline-block;
}
.rating-md {
	display: inline-block;
	margin-left: -2px;
}
.rating-sm {
	display: inline-block;
}
.rating-xs {
	display: inline-block;
}
.rating-xl {
	display: inline-block;
}
.rating-container .clear-rating {
	color: #aaa;
	cursor: not-allowed;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	padding-right: 5px;
	display: none;
}
.clear-rating-active {
	cursor: pointer !important;
}
.clear-rating-active:hover {
	color: #843534;
}
.rating-container .caption {
	color: #999;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin-top: -0.6em;
	margin-left: 5px;
	margin-right: 0;
	display: none;
}
.rating-rtl .caption {
	margin-right: 5px;
	margin-left: 0;
}
/*=============END PRODUCT =====================*/
/*=============BEGIN COMMON =====================*/
.checked {
	color: orange;
}

ul.tsc_pagination li a i {
	line-height: 30px;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	color: #fff;
	box-shadow: 0 1px #ededed;
	-moz-box-shadow: 0 1px #ededed;
	-webkit-box-shadow: 0 1px #ededed;
}
ul.tsc_pagination {
	padding: 0;
	height: 100%;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	width: 100%;
}
ul.tsc_pagination li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.tsc_pagination li a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	transition: all 0.3s;
	border: 1px solid #015af2;
	display: inline-grid;
	font-size: 14px;
}
ul.tsc_pagination li a img {
	border: none;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	background: #015af2;
}
.clear {
	clear: both;
}
.breadcrumb {
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background: inherit;
}
.breadcrumb.nomb {
	margin-bottom: 0;
}
.breadcrumb:after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 170px;
	border-bottom: 1px dotted #d9d9d9;
}
.breadcrumb ul {
	padding: 10px 15px;
	width: 100%;
	background-color: transparent;
	margin: 0;
	position: relative;
	text-align: left;
}
.breadcrumb ul:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 1px;
}
.breadcrumb ul li {
	padding: 0 12px;
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
}
.breadcrumb ul li.active a {
	color: #777;
}
.breadcrumb ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #252a2b;
}
.breadcrumb ul li a h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.breadcrumb ul li:first-child {
	padding-left: 0;
}
.breadcrumb ul li ~ li:before {
	position: absolute;
	font-family: fontawesome;
	content: "\f105";
	top: 2px;
	left: -2px;
	color: #333;
}
.breadcrumb ul li.home a {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: -3px;
	text-indent: -99999px;
	color: transparent;
	width: 20px;
	height: 22px;
}
.PageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;
	opacity: 0.5;
	visibility: visible;
	background: #363636;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.PageOverlay_modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;
	opacity: 0.5;
	visibility: visible;
	background: #363636;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.no-scroll {
	overflow: hidden;
}

.PageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;
	opacity: 0.5;
	visibility: visible;
	background: #363636;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.RemoveOverlay {
	position: sticky;
	background-color: rgba(255, 255, 255, 1);
	z-index: 10;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.btn-passnews {
	background: #015af2;
	color: #fff;
	padding: 10px 0;
}
.btn-passnews.focus,
.btn-passnews:focus,
.btn-passnews:hover {
	color: #fff;
}
.border-block-shadow {
	position: relative;
	display: block;
	margin-bottom: 0;
	border-radius: 8px;
	border: 1px solid #eee;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
	margin-bottom: 0;
	max-height: 70px;
}
.hvr-shutter-out-horizontal {
	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);
	position: relative;
	color: #333;
	background-color: #fff;
	padding: 5px 15px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 1px solid #00a2ff;
}
.hvr-shutter-out-horizontal:hover {
	color: #fff;
	border: 1px solid #009cff;
	border-radius: 4px;
}
.hvr-shutter-out-horizontal:focus {
	color: #fff;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #009cff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border: none;
	color: #fff;
}
.newsletter-button-r1z {
	display: inline-grid;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	outline: none;
	color: #fff;
	background-color: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #3b67d7;
	transition: color 0.5s ease-in-out;
	padding: 2px 15px;
}

.remove-decoration {
	color: #333;
}
.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.title-cat {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700;
	margin-top: 30px;
}
.title-cat span {
	color: #ffa801;
	font-weight: 400;
	font-size: 13px;
	display: block;
	line-height: 25px;
	padding-bottom: 10px;
}
.title-cat h3 {
	font-size: 22px;
	line-height: 32px;
	display: inline-block;
	position: relative;
	color: #333;
}
.title-cat h3:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #015696;
}
.title-cat_sp {
	padding: 30px 0;
}
.video-container {
	position: relative;
	padding-bottom: 48.75%;
	height: 0;
	overflow: hidden;
}
.i-gif {
	display: none;
}
video {
	width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-content .box_mid {
	margin-bottom: 0;
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes quick-alo-circle-img-anim {
	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);
	}
}
@-moz-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-webkit-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-o-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-moz-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}
@-webkit-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}
@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}
@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

/*=============END COMMON =====================*/


.dathongbao {
	text-align: right;
}
.dathongbao img {
	max-width: 130px;
}
.fck_intro {
	text-align: justify;
}
.txt_color_2 {
	color: #ff424e;
}
.txt_12 {
	font-size: 12px;
	line-height: 22px;
}
.icon-search {
	display: none;
}
