@charset "UTF-8";



/* 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;
	--font-title:
		'msr-b';
	--font-menu:
		'msr-m';
	--max-width: 1220px;
	--font-body:
		'msr-r';
	--font-title-card: 'msr-b';
	--color-title: #c31829;
	--color-bg-hover: #8b0715;
	--color-hover-text: #c31829;
}

body {
	font-size: 16px;
	overflow-x: hidden;
}

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

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

a,
a:hover {
	color: unset;
	text-decoration: none;
}

p,
h3 {
	margin-bottom: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.w-100{width: 100% !important;}
.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;
}

b,
strong {
	font-family: var(--font-title);
}

.wrap-main,
.wrap-content {
	max-width: var(--max-width);
	margin: 0px auto;
	padding: 0px 10px;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
}

.wrap-content {
	margin: auto;
}

.wap-all-page {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wap-top {
	width: 100%;
}

.wap-hearder {
	width: 100%;
	background-color: #fff;
}

.wap-menu {
	background-color: #dbdbdb;
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 100;
}

.wap-slider {
	width: 100%;
}

.wap-main {
	width: 100%;
}

.wap-footer {
	width: 100%;
}

.block-page {
	width: 100%;
	max-width: var(--max-width);
	margin: 0px auto;
	padding: 30px 10px;
}

/* share */
.share {
	padding: 10px;
	line-height: normal;
	margin-top: 15px;
	border-top: 1px solid #ededed;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

/* owl control */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px/2);
}

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.control-owl button:hover {
	opacity: 1;
}

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

.control-owl button.owl-next {
	right: 20px;
}

/* bootstrap custom */
.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
	background: transparent;
	padding: 10px;
	padding-left: 20px;
	color: #495057;
}

.text-sm {
	font-size: .875rem !important;
}

/* news detail */
.time-main {
	margin-bottom: 20px;
	margin: 10px 0;
	color: #333333ad;
	font-size: 14px;
}

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

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

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

img:not([src]) {
	visibility: hidden;
}

.top {
	background-color: #fff;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

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

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

/* HEADER */
.header {
	width: 100%;
}

.top {
	background-color: #dbdbdb;
	color: #000;
}

.top .wrap-content {
	display: flex;
	padding: 5px 10px;
	justify-content: space-between;
	align-items: center;
}

.header-bottom {
	display: flex;
	padding: 10px;
	max-width: var(--max-width);
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.logo-header {
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
}

.header-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	background: #ccc;
	overflow: hidden;
	max-width: 274px;
	width: calc(100% - 800px);
}

.header-search input {
	background: none;
	border: none;
	outline: none;
	height: 40px;
	text-indent: 10px;
	color: var(--color-title);
	width: calc(100% - 45px);
}

.header-search p {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: var(--color-title);
	cursor: pointer;
	transition: all .2s;
}

.header-search p:hover {
	transition: all .2s;
	background-color: var(--color-bg-hover);
}

.header-holine {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-holine .content {
	padding-left: 10px;
}

.header-holine .content h3 {
	font-size: 16px;
	font-family: 'Arial';
	color: red;
}

.header-holine .content p {
	text-align: left;
}

/* animation color linear text */
.bm-animate-text-1 {
	text-transform: uppercase;
	background: linear-gradient(to right, #0c7714 0%, #00bf0c 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	animation: rainbow-animation 200s linear infinite;
}

@keyframes rainbow-animation {
	100% {
		background-position: 4500vh;
	}
}


/* Search in mmenu */
.search-res {
	position: relative;
	width: calc(100% - 120px);
	max-width: 550px;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #fff;
	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: 0px;
	right: calc(100% + 5px);
	width: 0;
	overflow: hidden;
	height: 40px;
	background: rgb(95, 95, 95);
	display: flex;
	border-radius: 40px;
	transition: all 0.6s;
	box-shadow: 1px 1px 1px;
	z-index: 2;
}

.search-res .search-grid p {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #ea5f33;
	font-size: 16px;
	background: #ffffffc4;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: 4px;
	transition: background 0.4s;
}

.search-res .search-grid p:hover {
	background: #fff;
	transition: background 0.4s;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	height: 38px;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 14px;
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-style: italic;
}

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

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

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

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

.search-res .search-grid.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}

.search_mobile_menu {
	width: 100% !important;
}

.menu_mobile_btn {
	width: 30% !important;
}

/* Partner */
/* .wrap-partner {
	padding: 0px 15px;
	width: 100%;
}

.wrap-partner .wrap-content {
	position: relative;
}

.partner {
	display: block;
	border: 1px solid #eee;
	max-width: 175px;
	margin: 0px auto;
} */

/* Breadcrumb */
.breadCrumbs {
	background: #00007C;
}

.breadCrumbs .wrap-content {
	padding: 30px 10px;
	max-width: var(--max-width);
}

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

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: #fff;
}

.breadCrumbs .wrap-content .breadcrumb-item.active span {
	color: #ff0 !important;
}

.breadcrumb-item span {
	font-size: 14px;
}

.breadcrumb-item:hover span {
	color: var(--color-hover-text);
}

ol.breadcrumb {
	position: relative;
	z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '/';
}

/* Intro */
.news-scroll:before,
.news-scroll:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 85px;
	border-radius: 100%;
	background-color: #CACACA;
}

.news-scroll:before {
	top: 10px;
}

.news-scroll:after {
	bottom: 40px;
}

.news-control {
	left: 85px;
	font-size: 13px;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer;
}

.news-control:hover {
	opacity: 1;
	color: var(--color-title);
}

.news-control#up {
	top: -10px;
}

.news-control#down {
	bottom: 20px;
}

.news-shadow {
	padding-bottom: 30px;
}

.news-shadow-time {
	font-size: 13px;
	width: 75px;
	margin-right: 45px;
}

.news-shadow-time:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 20px/2);
	right: -26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
	width: calc(100% - 120px);
	padding: 14px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #cecabb;
}

.news-shadow-article:before {
	content: '';
	position: absolute;
	top: calc(50% - 26px/2);
	left: -13px;
	z-index: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #cecabb;
	border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px/2);
	left: -11px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 11px solid #ffffff;
	border-bottom: 12px solid transparent;
}

.news-shadow-image {
	margin-right: 10px;
	width: 90px;
}

.news-shadow-info {
	width: calc(100% - 100px);
}

.news-shadow-name {
	height: 36px;
	font-size: 15px;
	font-weight: 700;
}

.news-shadow-name a {
	color: #222222;
}

.news-shadow-name a:hover {
	color: var(--color-title);
}

.news-shadow-desc {
	height: 38px;
	font-size: 13px;
}

.news-shadow-name a.text-split,
.news-shadow-desc.text-split {
	-webkit-line-clamp: 2;
}

/* Video */
.video {
	cursor: pointer;
	margin-bottom: 1rem;
}

.video-image {
	position: relative;
	margin-bottom: 0.75rem;
}

.video-image: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);
}

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

/* Album */
.album {
	cursor: pointer;
	margin-bottom: 1rem;
}

.album-image {
	margin-bottom: 0.75rem;
}

.album-name {
	margin-bottom: 0px;
	text-align: center;
}

.album-name a {
	display: block;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 15px;
	width: 100%;
}

.wrap-brand .wrap-content {
	position: relative;
}

.brand {
	display: block;
	border: 1px solid #eee;
	max-width: 160px;
	margin: 0px auto;
}

/* Product */
#sort-by {
	text-align: left;
	width: 100%;
}

#sort-by span.show-sort-by::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Light';
	position: absolute;
	top: 0px;
	right: 5px;
}

#sort-by label {
	font-family: var(--font-title-card);
	font-weight: 400;
	line-height: 33px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #222;
	display: inline-block;
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sort-by>ul {
	padding: 0px 5px 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: relative;
	width: 180px;
}

#sort-by>ul>li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	cursor: pointer;
	line-height: 34px;
	border-radius: 3px;
	/* position: relative; */
}

#sort-by ul ul {
	position: absolute;
	display: none;
	opacity: 0;
	transition: all .3s ease;
	width: 180px;
	right: 0;
	top: calc(100% + 5px);
	z-index: 1;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow: hidden;
	background: #fff;
	padding-left: 0px !important;
}

#sort-by ul ul.show {
	display: block;
	opacity: 1;
	transition: all .3s ease;
}

#sort-by li li {
	width: 100%;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 8px 10px;
	line-height: 20px;
}

#sort-by li>a {
	display: inline-block;
	width: 100%;
	line-height: 22px;
	transition: all 0s ease-in-out;
}

#sort-by ul ul li:hover {
	background: #dcdcdc;
}

#sort-by ul ul li:not(:last-child) {
	border-bottom: 1px solid #dcdcdc4f;
}

#sort-by a:link,
#sort-by a:visited {
	color: #333;
	text-decoration: none;
}


.wrap-product {
	margin-bottom: 50px;
	width: 100%;
}

.grid-pro {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.product {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.slick-slider .product {
	margin: 10px;
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}

.pic-product {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin: 5px;
}

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

.name-product {
	margin: 10px;
	font-size: 18px;
	font-family: var(--font-title-card);
	line-height: 1.2;
}


.box-product:hover .name-product {
	color: #c31829;
}

.price-product {
	margin: 0 10px;
}

/* .price-product span{font-weight:700;} */
.price-new {
	font-size: 16px;
	font-family: var(--font-title);
	color: #ec2d3f;
	margin-right: 10px;
}

.price-old {
	font-size: 14px;
	color: var(--color-gray);
	text-decoration: line-through;
}

.price-per {
	position: absolute;
	top: 0px;
	right: 5px;
	color: #ffffff;
	background: var(--color-title);
	font-size: 12px;
	border-radius: 20px 0 20px 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.cart-product {
	display: flex;
	margin-bottom: 0px;
	justify-content: end;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
}

.cart-product span {
	cursor: pointer;
	width: 25px;
	height: 25px;
	color: #ffffff;
	border-radius: 4px;
	margin: 3px 0 3px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0px;
}

.cart-product span i {
	font-size: 14px;
}

.cart-add {
	margin-right: 2%;
	background: #9e9e9e;
}

.cart-add:hover {
	background-color: #000;
}

.cart-buy {
	background: #9e9e9e;
}

.cart-buy:hover {
	background-color: #000;
}

.addcart {
	transition: all 0.3s;
}

.addcart:hover {
	transition: all 0.3s;
}

/* Product Detail */
.grid-pro-detail {
	margin-bottom: 3rem;
}

.left-pro-detail {
	position: relative;
	text-align: center;
}

.left-pro-detail .MagicZoom {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 10px #a0a0a0;
}

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

.owl-pro-detail {
	padding: 0px 30px;
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px;
}

.control-pro-detail button:hover {
	opacity: 0.7;
	color: var(--color-hover-text);
}

.control-pro-detail button.owl-prev {
	left: 0px;
}

.control-pro-detail button.owl-next {
	right: 0px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid transparent;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: var(--color-hover-text);
}

.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: 24px;
	display: block;
	font-family: var(--font-title);
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
}

.comment-pro-detail {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* product button hotline */
.product_buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px;
}

.product_buttons>a {
	/* width: 48%; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_buttons>a:hover {
	color: #fe9705;
}

.product_buttons>a:hover img {
	-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%
}

.buy_ins {
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 7px;
	text-align: left;
	background: #287e15;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 3px solid #fe9705;
}

.buy_tc img {
	margin-right: 10px;
}

.buy_tc>span>span {
	font-size: 12px;
}

/* ----------- */
.social-plugin-pro-detail {
	padding: 10px 0;
	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;
	font-family: var(--font-title);
}

.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-family: var(--font-title-card);
	font-size: 20px;
	color: var(--color-red);
}

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

.color-pro-detail {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.size-pro-detail {
	cursor: pointer;
	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;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	display: none;
}

.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: center;
	flex-wrap: wrap;
}

.cart-pro-detail a {
	font-size: 14px;
	color: #ffffff;
	/* text-transform: uppercase; */
	width: 100%;
	max-width: 200px;
	/* margin: 0 auto; */
	display: inline-block;
	line-height: 2;
}


.tags-pro-detail a,
.tags-page {
	float: left;
	font-size: 16px;
	padding: 7px 20px;
	margin: 5px;
	background: linear-gradient(to right, #cc0000, #810000);
	transition: all 0.3s;
}

.tags-pro-detail a:hover,
.tags-page:hover {
	transition: all 0.3s;
	box-shadow: 1px 1px 5px 0 #000;
	transform: scale(0.95);
}

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

.tabs-pro-detail {
	margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
	border-top-width: 3px;
	font-size: 16px;
	font-family: var(--font-title-card);
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-top-color: #555555;
}

.cart-pro-detail a.mua-ngay {
	background-color: #e41319;
	color: #fff;
	margin-bottom: 10px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	text-decoration: none;
	text-transform: initial;
	font-size: 16px;
	transition: all 0.3s;
	font-family: var(--font-title);
}

.title-search {
	font-size: 24px;
	font-weight: bold;
}

.count-search {
	margin-bottom: 20px;
}

.cart-pro-detail a.them-gio {
	background-color: #00781b;
	color: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
	font-family: var(--font-title);
	margin-bottom: 10px;
}

.cart-pro-detail a:hover {
	cursor: pointer;
	text-decoration: none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	transition: all .3s ease;
	transform: scale(.95);
}

/* News */
.grid-news {
	width: 100%;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.infoDetailPost {
	color: #6b6b6b;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 5px;
}

.newshome {
	margin: 8px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.newshome .img {
	margin: 5px;
	border-radius: 3px;
	overflow: hidden;
	height: fit-content
}

.newshome .content {
	padding: 10px;
}

.newshome .content h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.news-2 p.scale-img {
	width: 300px;
}

.news-2 .info-news {
	width: calc(100% - 300px);
	padding: 10px 0 0 25px;
	position: relative;
}

.news-2 .view-times-news {
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
}

.news-2::after {
	content: '';
	width: 100%;
	border-bottom: 1px dashed #dcdcdc;
}

.news-2 {
	display: flex;
	margin: 0 0 20px 0;
	flex-wrap: wrap;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
}


.news-2 .pic-news {
	width: 100%;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.news:hover {}

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

.news .info-news {
	width: 100%;
	padding: 10px 0px 0 0px;
}

.info-news {
	width: 100%;
	padding: 15px 10px 0 10px;
}

.view-times-news {
	border-top: 1px solid #d6d6d6;
	padding: 5px 0;
	margin-top: 10px;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	align-items: center;
	color: #003768;
	font-style: italic;
}

.view-times-news>a {
	transition: color 0.3s;
}

.view-times-news>a:hover {
	color: red;
	transition: color 0.3s;
}

.name-news {
	font-size: 16px;
	font-family: var(--font-title-card);
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}

.name-news a {
	color: #333;
	text-decoration: none;
}

.news .pic-news {
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	/* overflow: hidden; */
}

.news {
	margin-bottom: 20px;
	/* height: fit-content; */
	transition: all ease 0.4s;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.name-news:hover a,
.news:hover .name-news a {
	color: var(--color-title);
}

.time-news {
	color: #003768;
	font-size: 13px;
	margin-bottom: 0.25rem;
	font-style: italic;
	text-align: right;
}

.desc-news.text-split {
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	font-size: 14px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 0px;
	list-style: none;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
	transition: all 0.3s;
	display: block;
}

.list-news-other li a:hover {
	color: var(--color-red);
	transform: translateX(5px);
	transition: all 0.3s;
}

/* Contact */
.contact-article {
	margin-bottom: 3rem;
}

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

.contact-input textarea {
	resize: none;
	height: 150px;
	background: #fff;
}

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

form.contact-form {
	background: #ecf0f3;
	padding: 20px;
	border-radius: 6px;
}

.contact-input input {
	background: #fff;
}

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

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

.contact-form input.btn {
	padding: 5px 25px;
	border: 2px solid transparent;
	background-color: #e93f33;
	color: #fff;
	margin-right: 5px;
	transition: transform 0.3s;
}

.contact-form input.btn:hover {
	color: #fff;
	background-color: #e93f33;
	transform: scale(0.9);
	transition: transform 0.3s;
}

/* Newsletter */
.newsletter-slogan {
	margin-bottom: 0.5rem;
}

.newsletter-input {
	position: relative;
}

.newsletter-button {
	margin-top: 5px;
}

.newsletter-button input[type=submit] {
	text-transform: uppercase;
	font-weight: 500;
}

/* Footer */
.footer-article {}

.footer-article .wrap-content {
	padding: 40px 0px 20px;
	/* color: #fff; */
}

.footer-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #bf3228;
	font-family: var(--font-title);
	;
}

.footer-news {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.footer-news:nth-child(1) {
	max-width: 420px;
}

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

.footer-news:nth-child(3) {
	max-width: 320px;
}

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

.footer-ul li {
	margin-bottom: 5px;
}

.footer-ul li:last-child {
	margin-bottom: 0px;
}

.footer-ul li a {}

.footer-ul li a:hover {
	text-decoration: none;
	color: var(--color-red);
}

.footer-tags {
	background: #eee;
}

.footer-tags .wrap-content {
	padding: 30px 15px;
}

.footer-tags-lists {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-powered {
	color: #ffffff;
	background-color: #bf3228;
}

.footer-powered .wrap-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-statistic {
	text-align: right;
}

.footer-statistic span {
	padding-right: 10px;
}

.footer-statistic span:last-child {
	padding-right: 0px;
}

.validation-newsletter {
	margin-bottom: 30px;
}

#footer-map {
	position: relative;
	height: 240px;
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

.social-footer {
	margin-top: 20px;
	transition: all .2s;
}

.footer-news ul li a:hover {
	color: #c31829;
}

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

/* Paging */
.pagination-home {
	width: 100%;
	text-align: center;
}

.pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
	margin: 2px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.pagination .page-item:not(.active) .page-link:hover {}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	color: #ffffff;
	background: #3f3f3f;
	border: none;
}


/* Paging Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
	border-radius: 3px;
}

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

/* .pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
} */


/* .pagination-ajax a.first:hover::before,
.pagination-ajax a.last:hover::after,
.pagination-ajax a.prev:hover::before,
.pagination-ajax a.next:hover::after {
	color: #ffffff !important;
	border-color: var(--color-red);
	background-color: var(--color-red);
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
}

.pagination-ajax a.first:before {
	content: "\f100";
}

.pagination-ajax a.last:before {
	content: "\f101";
}

.pagination-ajax a.prev:before {
	content: "\f104";
}

.pagination-ajax a.next:before {
	content: "\f105";
} */

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

.modal.fade .modal-dialog.modal-dialog-left {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.modal.show .modal-dialog.modal-dialog-left {
	-webkit-transform: none;
	transform: none;
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog.modal-dialog-left {
		transition: none
	}
}

/* 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: 15px;
	right: 15px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

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

.text-split-1 {
	-webkit-line-clamp: 1;
}

.text-split-6 {
	-webkit-line-clamp: 6;
}

/* 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);
	filter: brightness(.8);
}

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

/* fixed button */
#button-contact-vr {
	margin: -10px;
	transform: scale(0.8);
	position: fixed;
	bottom: 121px;
	z-index: 999;
	right: 0;
}

#zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, .7);
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196f3;
}

#phone-vr {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, .7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px;
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) 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(0) scale(1) skew(1deg)
	}

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

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

/* 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: 70px;
	right: 7px;
	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: #ffffff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #1182FC;
	color: #ffffff;
	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: #ffffff;
	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: 101;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0066cc;
	background-image: linear-gradient(to right, #cc0000, #810000);
}

.cart-fixed:hover {
	background-image: linear-gradient(to right, #810000, #cc0000);
	cursor: pointer;
}

.cart-fixed:hover span {
	background-color: #810000;
}

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

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

/* Toolbar */
.toolbar {
	background: var(--color-red);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	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: 25%;
}

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

.comment-pro-detail .comment-star i {
	font-size: 13px
}

.detail-right-box {
	position: sticky;
	top: 0;
	z-index: 999
}

.detail-right-box-title {
	padding: 10px 10px 0 10px;
	font-size: 18px;
	font-weight: 500
}

.care-detail-box {
	padding: 10px;
}

.detail-right-box-wrap .care-detail-item {
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.detail-right-box-wrap .care-detail-item img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 12px;
}

span.txt-e-c {
	margin-left: 5px;
}

.support-ask-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.support-ask-body,
.support-ask-title {
	padding: 0;
}

.support-ask-item {
	width: 110px;
	display: inline-block;
}

.support-ask-item a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.support-ask-icon img {
	width: 20px;
	height: 20px;
}

.support-ask-name {
	vertical-align: 1px;
}

.detail-right-box-wrap .care-detail-item a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

/*====================== Edit code ======================*/
.font-title {
	font-family: var(--font-title);
	;
}

.tieuchi {
	padding: 10px;
	display: flex !important;
	margin: 5px;
}

.tieuchi img {
	margin: 0 auto;
}

.tieuchi .img {
	width: 80px;
}

.tieuchi .content {
	width: calc(100% - 100px);
}

.tieuchi .content h3 {
	font-size: 18px;
}

.tieuchi .content p {
	font-size: 15px;
	color: #555555;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

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

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

.grid-3 {
	width: 100%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.btn-more {
	display: block;
	padding: 5px 25px;
	margin: 35px auto;
	font-family: var(--font-title);
	;
	color: #fff;
	transition: all 0.3s;
	background-color: #bf3228;
	border-radius: 4px;
	width: fit-content;
	overflow: hidden;
	font-size: 18px;
}

.btn-more:hover {
	box-shadow: 1px 1px 5px 0 grey;
	transition: all 0.3s;
	background-color: #fff;
	color: #bf3228;
	transform: translateY(-5px);
}

.star-comment {
	margin: 10px 0;
	color: #ffea00;
}

.title-main {
	text-align: center;
	margin: 15px auto 30px auto;
	position: relative;
	font-family: var(--font-title);
}

.title-main span {
	padding-bottom: 15px;
	text-transform: uppercase;
	color: var(--color-title);
	font-size: 32px;
}

/* 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;
}
/* Product LEFT */
.wrap-frame-left h2 {
	line-height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: var(--font-title-card);
	color: #000;
	text-shadow: 0.3px 0.3px 0 #000;
	padding: 7px 10px;
	border-radius: 5px 5px 0 0;
	padding-top: 15px;
}

.frame-left>h2:nth-child(2) {
	margin-bottom: 10px;
}

.wrap-frame-left {
	width: 270px;
	float: right;
}

.frame-left {
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.hotline-onl-sub-left {
	width: fit-content;
	padding: 5px 10px;
	background-color: red;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 20px;
}

.hotline-onl-sub-left a {
	color: #fff;
}

.list-btn-position {
	list-style: none;
	position: relative;
	top: 130%;
	width: 100%;
	left: 0px;
	z-index: 5;
	opacity: 0;
	transition: all 0.6s;
	background: #FFF;
	visibility: hidden;
	padding-inline-start: 0px;
}

.list-btn-position.show {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.box-left-menu:last-child .list-btn-position.show {
	margin-bottom: 0;
}

.list-btn-position li:last-child {
	border: none;
}

.list-btn-position li {
	position: relative;
	padding: 7px 0;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
}

.back-list>a {
	padding-left: 30px;
}

.list-btn-position li span {
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	top: 8px;
	z-index: 9;
	cursor: pointer;
}

.list-btn-position li a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	padding: 0px 25px 0px 0;
	transition: transform 0.3s;
}

.list-btn-position li:hover>a,
.list-btn-position li>i:hover {
	color: var(--color-hover-text);
}

.list-btn-position li>i {
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 0px;
	color: grey;
	cursor: pointer;
	font-size: 12px;
}

.list-btn-position ul {
	margin-left: 5px;
	width: 100%;
	background: #FFF;
	list-style: none;
	padding-left: 0;
	display: none;
	list-style: square;
	padding-left: 15px;
}

.list-btn-position ul li a {
	padding-right: 0;
	padding-left: 0;
}

.list-btn-position ul li a>i {
	color: var(--color-title)
}

.list-btn-position ul li:last-child {
	border-bottom: none;
}

.box-pro-index-lf {
	display: flex !important;
	padding: 10px 0;
	position: relative;
}

.box-pro-index-lf:after {
	content: "";
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	border-bottom: 1px solid #ededed;
	position: absolute;
}

.infor-pro-index-lf {
	line-height: 1;
	width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: var(--font-title-card);
}

.infor-pro-index-lf>p {
	font-size: 12px;
}

.infor-pro-index-lf h3 a:hover {
	color: var(--color-hover-text);
}

.box-pro-index-lf>.img-pro-index-lf {
	margin-right: 10px;
	width: 40%;
	border-radius: 5px;
}

.img-pro-index-lf img {
	width: 100%;
}

.box-onl-sup-left {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border: 1px solid lightgrey;
	border-top: unset;
}

.box-onl-sup-left p {
	padding-left: 10px;
}

.box-onl-sup-left img {
	width: 100%;
}

.scroll-dm-right {
	max-height: 350px;
	overflow-y: auto;
	margin: 0 -10px;
	width: calc(100% + 20px);
	padding: 0 10px;
}

.scroll-dm-right::-webkit-scrollbar {
	width: 5px;
}

.scroll-dm-right::-webkit-scrollbar-track {
	background: transparent;
}

.scroll-dm-right::-webkit-scrollbar-thumb {
	background: rgb(233 237 245);
}

.scroll-dm-right::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.box-left-menu {
	padding-bottom: 1px;
	top: 70px;
	z-index: 9;
	padding: 10px;
	margin-bottom: 20px;
}

.list-btn-position li:last-child>a {
	border: none;
}

.catalogy-left h2 {
	background: #009343;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	position: relative;
	top: -1px;
	width: calc(100% + 2px);
	left: -1px;
	margin-bottom: 0;
}

/* Product  Detail */
.pro-detail-page,
.frame-news-page {
	width: calc(100% - 300px);
	margin-right: 30px;
	float: left;
}

.user-pages {
	padding: 30px 0;
}

.show-mobile {
	display: none;
}

/* mobile footer */
.fix-toolbar {
	background: var(--color-title);
	width: 100%;
	padding: 5px;
	bottom: 0;
	position: fixed;
	height: auto;
	line-height: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	border-top: 1px solid #8585858a;
	z-index: 100;
}

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

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

.fix-toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}

.fix-toolbar ul li a img {
	height: 25px;
	width: auto;
}

.fix-toolbar img {
	vertical-align: top;
}

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

.detail-page-left {
	width: calc(100% - 270px);
	margin-right: 20px;
	float: left;
}

.detail-page-right {
	width: 250px;
	float: right;
	margin-top: 10px;
}

.mm-navbar__title {
	font-family: var(--font-title);
	font-size: 18px;
}

.updateCityWarehouse {
	cursor: pointer;
	opacity: .8;
	font-size: 14px;
}

.updateCityWarehouse:hover {
	opacity: 1;
}

.row {
	width: 100%;
}

.cart-product {
	display: none;
}



::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 54.2%;
    padding-top: 32px;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.video_popup iframe, .video_popup object, .video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickvideo {
    width: calc(100% + 10px);
    box-sizing: border-box;
    margin: 0 -5px;
    margin-top: 10px;
}

.addthis_native_toolbox {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
}

.addthis_native_toolbox b {
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

#toptop {
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(../images/back_to_top.png) top center no-repeat;
    transition: 0.5s;
    z-index: 200;
}

#toptop:hover {
    background: url('../images/back_to_top.png') bottom center no-repeat;
    transition: 0.5s;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

.hidden {
    overflow: hidden;
    height: 0;
    display: none;
}

.hienthi {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.hienthi_dichvu {
    width: calc(100% + 18px) !important;
    margin: 0 -9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.hienthi_bds {
    width: calc(100% + 26px) !important;
    margin-left: -13px;
    margin-right: -13px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.box_container .content h1 {
    font-size: 35px;
}

.ngaydang_ct {
    color: #333;
    font-size: 13px;
    font-family: 'Roboto';
    font-style: italic;
    margin: 10px 0;
}

.motatintuc_ct {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    background: #F5F5F6;
    border-radius: 5px;
    padding: 10px;
}

.content > div * {
    margin: 10px 0 !important;
}

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

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

div.bando img {
    max-width: none !important;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    overflow-x: hidden;
}

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

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

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

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

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

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

:root {
    --main-color: #fff;
    --main-color-hover: #ff0;
    --main-back: #3446ED;
    --main-back-hover: #dc2200;
    --main-font-default: 'OpenSansBold';
    --main-font-default1: 'OpenSansBold';
}

div#wapper {
    margin: auto;
    width: 100%;
    background: #fff;
}

div#header {
    position: relative;
    margin: auto;
    z-index: 10;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.banner_left {
    width: 166px;
    text-align: left;
    position: relative;
    position: relative;
}

.banner_left img {
    z-index: 11;
}

.banner_center {
    width: calc(100% - 700px);
    padding: 0 30px;
    box-sizing: border-box
}

.banner_right {
    width: 260px;
    font-size: 14px;
    font-family: 'myFont';
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotline {
    background: url('../images/web/icon_hl.png')no-repeat left center;
    font-size: 14px;
    color: #333;
    font-family: 'OpenSansRegular';
    width: 100%;
    line-height: 25px;
    padding: 5px 0;
    padding-left: 70px;
}

.hotline span {
    color: #dc2200;
    font-size: 29px;
    font-family: 'Arial';
    font-weight: bold;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

div.header_mobi {
    display: none;
}

div.wap_menu {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: auto;
    width: 100%;
    z-index: 99;
    background: rgb(204, 204, 204);
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(204, 204, 204, 1) 100%);
}

div.menu {
    position: relative;
    width: 100%;
    margin: auto;
}

nav#menu > ul {
    width: 1200px;
}

div.menu ul {
    list-style: none;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

div.menu ul li {
    position: relative;
    z-index: 50;
}

div.menu ul li.active_dm {
    width: 240px;
    background: #DA1F26;
}

div.menu ul li.active_dm h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'UTMHelvetIns';
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

div.menu ul li.active_dm h2 i {
    margin-right: 10px;
}

.active_dm > ul {
    display: block !important;
    visibility: visible;
}

div.menu ul li.line:after {
    content: '';
    position: absolute;
    top: calc(calc(100% - 17px)/2);
    left: 0;
    height: 17px;
    border-right: 1px dashed #ffffffa8;
}

div.menu ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto';
    font-weight: normal;
    padding: 0 29px;
    text-transform: uppercase;
    font-weight: 600;
}

.active_after {
    position: relative;
    color: #fff;
    background: rgb(0, 0, 153);
    background: linear-gradient(180deg, rgba(0, 0, 153, 1) 0%, rgba(0, 0, 255, 1) 50%, rgba(0, 0, 153, 1) 100%);
}

div.menu ul li a:hover, div.menu ul li a.active, div.menu ul li a.active2 {
    color: #fff;
    background: rgb(0, 0, 153);
    background: linear-gradient(180deg, rgba(0, 0, 153, 1) 0%, rgba(0, 0, 255, 1) 50%, rgba(0, 0, 153, 1) 100%);
}

div.menu ul li ul, div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 250px;
    background: #ccc;
    line-height: 1.5;
}

div.menu ul li ul li {
    float: none;
}

div.menu ul li ul li a {
    padding: 6px 10px;
    text-transform: none;
    display: block;
    border-bottom: 1px solid #fff;
}

div.menu ul li ul li ul {
    left: 100%;
    top: 0px;
}

div.search {
    height: 50px;
    border: none;
    width: 100%;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    transition: all 0.6s;
    position: relative;
}

div.search input {
    padding: 0px 10px;
    border: none;
    background: none;
    width: 100%;
    outline: none;
    height: 48px;
    color: #333;
    padding-right: 15%;
    font-style: italic;
}

div.search i {
    margin-right: 5px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.search span {
    float: right;
    height: 50px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #EB3738;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    justify-content: center;
    width: 75px;
    top: -1px;
    right: -1px;
}

.search.active {
    opacity: 1;
    transition: all 0.6s
}

div#slider {
    margin: auto;
}

div#left {
    width: 300px;
}

.trangtrong {
    width: calc(100% - 320px) !important;
    box-sizing: border-box;
}

div.tieude {
    color: #ED1C24;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    font-family: 'MuliBold';
}

.tieude h3 {
    font-size: 22px;
    color: #00007C;
    font-family: 'Roboto';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.tieude h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background: #00007C;
    width: 40px;
}

.tieude h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 1px;
    background: #00007C;
    width: 60px;
}

div.danhmucsp {
    border-bottom: none;
    border-bottom: none;
}

div.danhmuc {
    border: 1px solid #b2e2f4;
    margin-bottom: 15px;
}

div.danhmuc:last-child {
    margin-bottom: 0;
}

div.danhmucsp ul {
    list-style: none;
    border-bottom: none;
}

div.danhmucsp ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

div.danhmucsp ul li span {
    width: 15px;
    margin: auto;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    height: 15px;
    position: relative;
}

div.danhmucsp ul li a {
    color: #454545;
    font-family: 'Roboto';
    text-decoration: none;
    font-size: 16px;
    width: calc(100% - 25px);
    transition: 0.4s;
    display: block;
    padding: 10px 0;
}

div.danhmucsp ul li a i {
    font-size: 15px;
    margin-right: 5px;
}

div.danhmucsp ul li:last-child span a {
    border: none;
}

div.danhmucsp ul li a:hover, div.danhmucsp ul li a.active {
    color: red;
    transition: 0.4s;
}

div.danhmucsp ul li ul li a {
    text-transform: inherit;
    width: 100%;
    padding-left: 30px;
    border-bottom: 1px dashed #f1f1f1;
}

div.danhmucsp ul li ul li ul li a {
    background: url(../images/web/icon.png) 22px 15px no-repeat;
    padding: 9px 5px 9px 35px;
    text-transform: inherit;
}

div.danhmucsp ul li ul {
    display: none;
    width: 100%;
}

.flex-ul {
    display: flex !important;
    flex-wrap: wrap;
}

div.danhmucsp ul li span:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #333;
    top: 0;
    left: calc((100% - 2px)/2);
    transition: all 0.6s;
}

div.danhmucsp ul li span:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333;
    top: calc((100% - 2px)/2);
    left: 0;
}

div.danhmucsp ul li span.active {
    transition: all 0.6s;
    transform: rotate(-45deg);
}

div.danhmucsp ul li span.active:after {
    transition: all 0.6s;
    transform: rotate(-45deg);
}

div.danhmucsp ul li span.active:before {
    transform: rotate(45deg);
    transition: all 0.6s;
}

div.load_video {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.baonddknt {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

div#dknt {
    z-index: 2;
    font-size: 14px;
    font-family: 'Roboto';
    color: #333;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    border: 3px solid #038CF6;
    padding: 30px;
    /* padding-left: 15%; */
    border-top: none;
    position: relative;
    padding-top: 0;
    margin: 25px 0;
}

#dknt:after {
    content: '';
    position: absolute;
    left: 0;
    width: 34%;
    height: 3px;
    background: #038CF6;
}

#dknt:before {
    content: '';
    position: absolute;
    right: 0;
    width: 34%;
    height: 3px;
    background: #038CF6;
}

.mota_tieude1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 20px;
}

.thongtin1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'JosefinSans-Regular';
    font-weight: normal
}

.thongtin2 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'JosefinSans-Regular';
    font-weight: normal
}

form#frm_dknt {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15%;
}

form#frm_dknt input[type='text'] {
    width: 100%;
    padding: 0px 5px;
    float: left;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #e6e6e638;
    height: 40px;
}

form#frm_dknt input[type='button'] {
    background: #FFA200;
    width: 140px;
    height: 47px;
    line-height: 47px;
    border: none;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    outline: none;
    bottom: -55px;
    position: absolute;
    left: calc((100% - 65px)/2);
    /* border-radius: 5px; */
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 800;
}

form#frm_dknt input[type='button']:hover {
    background: #da1f26;
    color: #ffff;
}

form#frm_dknt div {
    display: flex;
    width: 100%;
}

.back_dangkynhantin {
    width: 100%;
    background: url('../images/web/bgdangkynhantin.jpg')no-repeat top center;
    position: relative;
    padding: 61px 0;
    background-size: cover;
    background-position: center;
}

.back_dangkynhantin:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 27%;
    background: url(../images/web/icon_on.png)no-repeat top center;
    height: 100%;
    z-index: 2;
}

.noidung_form {
    width: calc(100% + 12px) !important;
    margin: 0 -6px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.noidung_form span {
    padding: 0 6px;
    width: 50%;
}

#noidung_nhantin {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #e6e6e638;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 50px;
    color: #fff;
}

#main_content {
    max-width: 1200px;
    margin: 20px auto;
}

#right {
    width: calc(100%);
}

.wap_item {
    text-align: center;
    position: relative;
    width: 100%;
}

.item {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-family: 'Roboto';
    position: relative;
    z-index: 1;
}

.hover_full > div {
    background: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #ccc;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 25px;
    min-height: 141px;
    margin-bottom: 10px;
}

.item .sp_img {
    position: relative;
    background: #fff;
    width: 100%;
}

.item .sp_img a {
    display: block;
    line-height: 0;
}

.item .sp_name a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.item .sp_name a:hover {
    transition: 0.4s;
    color: red;
}

.item .sp_name a img {
    border-radius: 5px;
}

.item .sp_gia .gia, .item .sp_gia .giakm {
    color: #fe0202;
    font-size: 13px;
}

.item .sp_gia span.giacu {
    color: #666666;
    text-decoration: line-through;
}

.giaspmoi b, .giaspcu b {
    text-decoration: underline;
    font-weight: normal
}

.giaspmoi b {
    font-weight: 700
}

.giaspmoi {
    color: #f00;
    font-family: 'Roboto';
    font-weight: 700
}

.giaspcu {
    text-decoration: line-through
}

#wap_footer {
    margin: auto;
    color: #000;
    font-size: 14px;
    width: 100%;
    font-family: 'Roboto';
    line-height: 30px;
    position: relative;
    background: #000a9f;
    padding-bottom: 50px;
    background-size: cover;
    background: rgb(0, 10, 154);
    background: linear-gradient(180deg, rgba(0, 10, 154, 1) 0%, rgba(0, 20, 229, 1) 50%, rgba(0, 10, 154, 1) 100%);
}

.contentfoooter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Roboto';
    color: #fff;
    padding: 50px 0;
    margin-bottom: 0px;
}

.main_footer:nth-child(1) {
    width: 36.7%;
    box-sizing: border-box;
    color: #fff;
}

.main_footer:nth-child(3) {
    width: 24.6%;
}

.main_footer:nth-child(2) h5 {
    font-size: 33px;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 14px;
}

.main_footer:nth-child(4) {
    width: 25%;
}

.main_footer:nth-child(2) p, .main_footer:nth-child(3) p {
    position: relative;
}

.main_footer:nth-child(2) p:after, .main_footer:nth-child(3) p:after {
    position: absolute;
    left: 0;
    top: calc((100% - 5px)/2);
    width: 5px;
    height: 5px;
    background: #166AB3;
    content: '';
    border-radius: 50%;
}

.contentfoooter h3, .contentfoooter h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSansBold';
    margin-bottom: 11px;
    text-transform: uppercase;
    position: relative;
}

.contentfoooter h4 {
    margin-bottom: 20px;
}

#footer {
    max-width: 1200px;
    margin: auto;
}

#main_footer {
    width: 100%;
    float: left;
}

#doitac {
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

#doitac a img {
    height: 100px;
    margin: 0 5px;
    border: 1px solid #DDD;
}

.wap_pro {
    margin: 15px auto;
    clear: both;
}

.thongtinsp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sphotdetail {
    width: 24%;
    border: 1px solid #ccc;
    border-top: 0;
}

.sphotdetail h4 {
    background: #112B8C;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}

.scroll_sphot::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll_sphot::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll_sphot::-webkit-scrollbar-thumb {
    background-color: #112B8C;
    border: 2px solid #112B8C;
}

.zoom_slick {
    width: 33%;
    text-align: center;
}

.zoom_slick .slick2 {
    border: 1px solid #DDD;
}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    width: 95%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    cursor: pointer;
}

.zoom_slick .slick img:hover {
    border: 1px solid #F60;
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    list-style: none;
    width: 40%;
}

.product_info li {
    font-size: 14px;
    margin-bottom: 15px;
}

.product_info li.ten {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 500;
}

.product_info .giakm, .product_info .gia {
    font-size: 15px;
    color: #DA1F26;
    position: relative;
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
}

.product_info .giacu {
    text-decoration: line-through;
    color: #222222;
    font-size: 16px;
}

.product_info li.giakm .tinh_phantram {
    background: red;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 50%;
    top: 0;
}

.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}

.product_info li .dathang {
    background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    padding: 0 50px;
    transition: 0.4s;
    position: relative;
    background: #000;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
}

.product_info li .dathang i {
    margin-right: 10px;
    font-size: 25px;
    position: absolute;
    top: 7px;
    left: 10px;
}

.product_info li .dathang:hover {
    transition: 0.4s;
    background: #E00;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

span.active_size, span.size:hover, span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    width: 55px;
    border: 1px solid #dedede;
    text-align: center;
    height: 40px;
    border-right: 0;
    border-left: 0;
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}

.soluong_dh_ct {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.click_minus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    color: #777575;
    cursor: pointer;
}

.click_plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    color: #777575;
    cursor: pointer;
}

.scroll_sphot {
    max-height: 350px;
    overflow: auto;
    padding-top: 15px;
}

.row_sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.img_sphot {
    width: 80px;
}

.infor_sphot {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-family: 'Roboto';
}

.infor_sphot h5 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.infor_sphot h5 a {
    text-decoration: none;
    color: #000
}

.infor_sphot h5:hover a {
    color: #f00
}

.giasp_hot {
    font-size: 14px;
    color: #f00;
}

.giasp_hot b {
    text-decoration: underline;
    font-weight: normal;
}

.loaidv {
    font-size: 18px;
    color: #000;
    text-transform: lowercase;
    display: none;
}

table#giohang input {
    margin: 5px 0px;
}

table#giohang input.btn, .click_ajax {
    background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}

table#tt td {
    height: 30px;
}

table#tt td input.t {
    width: 300px;
    height: 20px;
    margin: 3px 0px 5px 0px;
    border: 1px solid #DDD;
}

table#tt td textarea {
    width: 300px;
}

table#tt span {
    color: red;
}

.sp_name {
    width: 100%;
    font-weight: normal;
    max-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
}
.sp_desc{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.icon_danhmuc_l {
    position: absolute;
    left: 0px;
    top: -7px;
    width: 56px;
    height: 45px;
}

.date_comment {
    width: 60%;
    float: right;
    font-size: 10px;
    color: #c4c4c4;
}

.main_footer:nth-child(2) {
    width: 29.2%;
    box-sizing: border-box;
}

.main_footer:nth-child(1) h5 {
    color: #FFFC00;
    font-family: 'Roboto';
    font-size: 45px;
    font-weight: normal;
    border-bottom: 1px dashed #66cccc;
    padding-bottom: 40px;
    margin-bottom: 25px;
    padding-left: 45px;
    margin-top: 8px;
}

.copy {
    width: 100%;
    line-height: 50px;
    background: none;
    color: #000;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #e5e7e7; */
    background: rgb(204, 204, 204);
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(204, 204, 204, 1) 100%);
}

.content_copy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto';
    text-align: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.content_copy > div {
    text-align: center;
    position: relative;
    /* margin-top: 10px; */
}

.content_copy b {
    text-transform: uppercase;
    font-weight: normal;
}

.content_copy span {
    font-family: 'Roboto';
    font-weight: 600
}

.control_slick_doc {
    width: 100%;
    float: left;
}

.wap_box_new > .dongtintuc:last-child {
    border-bottom: none;
}

.dongtintuc {
    background: #fff;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.hinh_tin_trong {
    width: 30%;
}

.hinh_tin_trong a img {
    max-width: 100%;
    height: auto;
}

.noidung_tin_trong {
    width: 67%;
}

.noidung_tin_trong h3 {
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: Roboto;
}

.noidung_tin_trong h3 a {
    color: #333;
    text-decoration: none;
}

.noidung_tin_trong h3:hover a {
    color: #f00;
}

.dong_thongtin_news {
    font-style: italic;
    margin-bottom: 5px;
}

.dong_thongtin_news span {
    position: relative;
}

.dong_thongtin_news span:nth-child(1):after {
    position: absolute;
    top: 0;
    right: -2px;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: '';
}

.mota_new {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Roboto';
}

.tt_lh {
    width: 49%;
}

.bandotrong {
    width: 100%;
    margin-top: 30px;
}

.bandotrong > iframe {
    width: 100%;
    height: 450px;
}

.bando > iframe {
    width: 100%;
    height: 240px;
}

.bando {
    width: 100%;
}

div.frm_lienhe {
    margin: 10px 0px 10px 0px;
    font-size: 13px;
    position: relative;
}

.thongbao {
    font-size: 20px;
    color: red;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.thongbao p {
    text-align: center;
}

div.frm_lienhe .item_lienhe {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

div.frm_lienhe .item_lienhe_b {
    text-align: center;
}

div.frm_lienhe .item_lienhe p {
    min-width: 15%;
    position: absolute;
    top: 10px;
    left: 10px;
}

div.dangky .item_lienhe p {
    clear: both;
    float: none;
}

#reset_capcha img {
    float: left;
    margin: 5px 10px;
}

.baove {
    float: left !important;
}

div.frm_lienhe .item_lienhe span {
    color: red;
    margin-left: 3px;
}

div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password'], div.frm_lienhe .item_lienhe select {
    width: 100%;
    padding: 11px 10px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    padding-left: 15%;
}

div.dangky_frm .item_lienhe input[type='text'], div.dangky_frm .item_lienhe textarea, div.dangky_frm .item_lienhe input[type='password'], div.dangky_frm .item_lienhe select {
    width: 100%;
}

div.frm_lienhe .item_lienhe input[type='button'], div.frm_lienhe .item_lienhe input[type='reset'], div.frm_lienhe .item_lienhe input[type='submit'] {
    padding: 7px 25px;
    background: #ee0303;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btn_dangnhap {
    padding: 7px 25px;
    background: #ee0303;
    border: none;
    display: block;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

.date {
    background: #F7F7F7 url(../images/i_date.png) 98% center no-repeat !important;
    padding-right: 8%;
    cursor: pointer;
}

#tendangnhap {
    background: #F7F7F7 url(../images/i_user.png) 2% center no-repeat !important;
    padding-left: 8%;
}

#matkhau, #nhaplaimatkhau, #matkhaucu {
    background: #F7F7F7 url(../images/i_pass.png) 2% center no-repeat !important;
    padding-left: 8%;
}

.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

.noidungtt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tieude_giua {
    width: 100%;
    float: left;
    text-align: center;
}

.tieude_giua h3 {
    color: #262626;
    font-weight: bold;
    font-family: 'Arial';
    text-transform: uppercase;
    font-size: 30px;
}

.tieude_giua p {
    font-size: 15px;
    text-align: center;
    font-family: 'Arial'
}

/*Gioi thieu*/
.khungbaogt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    padding: 50px 0;
}

.gioithieutrai {
    width: 49%;
    font-size: 16px;
    font-family: 'Arial';
    text-align: center;
}

.gioithieuphai {
    width: 44.2%;
}

.xemthem_gt {
    border: 1px solid #3446ed;
    padding: 8px 20px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #3446ed;
    font-family: 'Arial';
}

.gioithieutrai h3 {
    color: #3446ed;
    font-size: 31px;
    width: 100%;
    text-align: center;
    font-family: 'SVNGenicaPro';
    text-transform: uppercase;
}

.gioithieutrai h4 {
    color: #373c40;
    font-size: 34px;
    width: 100%;
    text-align: center;
    font-family: 'SVNElleNovaCExtraLight';
    background: url(../images/web/icon1.png)no-repeat bottom center;
    padding-bottom: 45px;
    margin-bottom: 20px;
    margin-top: -12px;
}

/*Ket thuc gioi thieu*/
/*Tin tuc trang chu*/
.back_tintucvideo {
    width: 100%;
    padding: 50px 0;
}

.dong_tintuc_index {
    width: 100%;
    justify-content: space-between;
    font-family: 'Roboto';
    font-size: 14px;
    display: flex;
    padding: 8.5px 0px;
}

.hinhanh_tintuc_index {
    width: 135px;
}

.noidung_tintuc_index {
    width: calc(100% - 145px);
}

.dong_tintuc_index h3:hover a, .mottt h3:hover a {
    color: #f00;
}

.noidung_tintuc_index h3, .mottt h3 {
    font-size: 13px;
    font-family: 'Roboto';
    margin-bottom: 5px;
    font-weight: 500;
    max-height: 45px;
    overflow: hidden;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.noidung_tintuc_index h3 a, .mottt h3 a {
    text-decoration: none;
    color: #000;
}

.mottt h3 {
    font-size: 16px;
    margin-top: 5px;
}

.noidung_tintuc_index h3:hover a, .mottt h3:hover a {
    color: #f00;
}

.noidung_tintuc_index p {
    font-size: 13px;
    font-family: 'Roboto';
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.tieude_tintuc {
    width: 100%;
    float: left;
    color: #000;
    font-size: 27px;
    font-family: 'Arial';
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 17px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

.tieude_tintuc:after {
    content: '';
    position: absolute;
    left: 0;
    width: 120px;
    height: 3px;
    background: #013068;
    bottom: 0
}

.noidung_tintucnew {
    width: 275px;
    font-size: 14px;
    color: #333;
}

.noidung_tintucnew img {
    display: inline-block !important;
}

.baokhungtt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mottt {
    width: 46%;
    font-size: 14px;
    font-family: 'Roboto';
}
.desc-news-big{
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.nhieutt {
    width: 53.5%;
}
.nhieutt .slick-list{
	margin:-8.5px 0px;
}
.tieudedd {
    width: 100%;
    background: url('../images/web/bgtieudetd.jpg')no-repeat top center;
    color: #fff;
    text-transform: uppercase;
    float: left;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 22px;
    text-align: center;
    padding: 0 10px;
    font-family: 'Arial';
    font-weight: bold;
    /* margin-bottom: 15px; */
    overflow: hidden;
}

.ndtd {
    width: 100%;
    font-size: 14px;
    font-family: 'Arial';
    float: left;
    padding: 20px;
    text-align: center;
    background: #ebebeb;
    padding-bottom: 52px;
}

.khunglontt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.khunglontt > div:nth-child(1) {
    width: 65%;
}

.khunglontt > div:nth-child(2) {
    width: 34%;
}

.khunglontt .tieudett1 {
    margin-bottom: 25px;
}

/*Ket thuc tin tuc trang chu*/
.back_doitacindex {
    width: 100%;
}

.chaydoitac {
    width: calc(100% + 10px);
    margin: 35px -5px;
}

.chaydoitac > .slick-next {
    background: url(../images/web/icon_next_dt.png)no-repeat top center;
    width: 29px;
    height: 57px;
    top: 22%;
}

.chaydoitac > .slick-prev {
    background: url(../images/web/icon_next_dt.png)no-repeat top center;
    width: 29px;
    height: 57px;
    transform: rotate(-180deg);
    top: 22%;
}

.xemthemtt {
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
    color: #f00;
    font-family: 'Roboto';
    display: inline-block;
}

.xemthemtt a {
    text-decoration: none;
    color: #f33
}

.xemthemtt:hover a {
    color: #00A50C
}

.ngaytaott {
    position: absolute;
    left: 0;
    width: 45px;
    height: 62px;
    background: #fff;
    top: calc((100% - 62px)/2);
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: 'Arial';
    line-height: 18px;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ngaytaott span:nth-child(2) {
    font-weight: normal;
    font-size: 12px;
}

/*San pham theo danh muc*/
.back_sanpham {
    padding-top: 65px;
    padding-bottom: 50px;
}

.back_sanpham:nth-child(even) {
    background: #fff;
}

.back_sanpham:nth-child(odd) {
    background: #f1f1f1;
}

.dmcap2 {
    width: 100%;
    text-align: center;
}

.dmcap2 span {
    font-size: 14px;
    font-family: 'Roboto';
    transform: skewX(10deg);
    display: inline-block;
    cursor: pointer;
    transition: all 0.6s;
}

.dmcap2 span b {
    font-weight: normal;
    transform: skewX(-10deg);
    display: inline-block;
}

.dmcap2 span.active b, .dmcap2 span:hover b {
    color: #fff;
    transition: all 0.6s
}

.baokn {
    width: 25%;
    padding: 0px 9px;
    margin-bottom: 12px;
    overflow: hidden;
}

.baokn:hover .item p:nth-child(1) {
    transition: all 0.6s;
}

.goingay {
    color: #000;
    font-size: 15px;
    font-family: 'Arial';
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.goingay span {
    color: #CF2626;
    font-family: 'Arial';
    font-size: 15px;
}

.khungsp {
    position: relative;
    text-align: center;
}

.khungsp > a {
    display: block;
    line-height: 0;
}

.spinner {
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1D3A86;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader1, .loader1:before, .loader1:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader1 {
    color: #183789;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader1:before, .loader1:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader1:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader1:after {
    left: 3.5em;
}

.loadd_spindex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.xemthem_sp {
    width: 100%;
    text-align: center;
    margin-top: 17px;
}

.clickxemthem {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
    border-radius: 40px;
    padding: 18px 20px;
    display: inline-block;
    cursor: pointer;
    background: #EA4235;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.clickxemthem:after {
    background: var(--main-back-hover);
    height: 0;
    top: 50%;
    width: calc(100% + 0.9px);
    transition: all 0.6s;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 40px;
}

.clickxemthem:hover:after {
    top: 0;
    height: 100%;
    transition: all 0.6s
}

.clickxemthem > span {
    z-index: 10;
    position: relative;
}

.spcon {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
}

.none_active {
    display: none;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*Ket thuc san pham theo danh muc*/
.icon_dtdknt {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
}

.icon_dtdknt i {
    transform: rotate(90deg);
    transition: all 0.6s;
}

.noidung_form_baogia {
    width: calc(100% + 10px);
    float: left;
    margin: 0 -5px;
}

.noidung_form_baogia span {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    float: left;
}

.noidung_form_baogia span input {
    width: 100%;
    float: left;
    height: 50px;
    padding-left: 10px;
    background: #fff;
    border-radius: 10px;
    border: none;
}

#noidung_baogia {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
}

#submit_baogia {
    background: #E30F0F;
    color: #fff;
    border-radius: 10px;
    padding: 17px 24px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-family: 'Muli-Bold';
    cursor: pointer
}

.chaydichvu {
    width: calc(100% + 30px);
    float: left;
    margin: 0 -15px;
}

.chaydichvu > .slick-next {
    background: url(../images/web/icon_next_dv.png)no-repeat top center;
    width: 29px;
    height: 57px;
    top: 35%;
}

.chaydichvu > .slick-prev {
    background: url(../images/web/icon_next_dv.png)no-repeat top center;
    width: 29px;
    height: 57px;
    transform: rotate(-180deg);
    top: 35%;
}

.tieudedvtt {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald-Medium';
}

.khungbaodichvu {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.thongtindichvu {
    width: 100%;
    float: left;
    padding: 0 15px;
    font-size: 15px;
    font-family: 'myFont';
    text-align: justify;
    text-align-last: center;
}

.thongtindichvu h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Arial';
    margin: 15px 0;
    text-align: center;
    padding-bottom: 10px;
}

.thongtindichvu h3 a {
    text-decoration: none;
    color: #333
}

.thongtindichvu h3:hover a {
    color: #f00
}

.tieudett_chinh {
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}

.backkhonggianquan {
    width: 100%;
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
}

.backkhonggianquan:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    background: url('../images/web/icon_aftertv.png')repeat-x top center;
    height: 147px;
    width: 259px;
}

.tieudett {
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
}

.tieudett h3 {
    width: 100%;
    text-align: left;
    color: #1D3F98;
    font-family: 'UTMHelvetIns';
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    position: relative;
}

.tieudett h3:after {
    content: '';
    position: absolute;
    left: 49.8%;
    width: 1px;
    background: #3399ff;
    height: 25px;
    top: -25px;
}

.tieudett h3:before {
    content: '';
    position: absolute;
    left: 50.2%;
    width: 1px;
    background: #3399ff;
    height: 17px;
    top: -17px;
}

.tieudett p {
    color: #2BB3E7;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
}

.tieudett1 {
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
}

.tieudett1 h3 {
    width: 100%;
    text-align: left;
    color: #3446ed;
    font-family: 'SVNGenicaPro';
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    position: relative;
}

.tieudett1 h3:after {
    content: '';
    position: absolute;
    left: 0;
    width: 175px;
    background: #7f7d7e;
    height: 3px;
    bottom: -1px;
}

.tieudett1 p {
    color: #2BB3E7;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
}

.active_menu {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.active_banner {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.active_banner .tophead {
    display: none;
}

.active_banner .banner_left {
    width: 90px
}

.active_menu .logomenu img {
    transform: scale(0.6);
    top: -33px;
}

.baokhungvideo {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.login-popup .video_popup {
    width: calc(100%) !important
}

.trangtrong .tieudett2 h3 {
    text-align: left;
    position: relative;
    margin-top: -20px;
}

.noidungcottrai {
    width: 100%;
    position: sticky;
    top: 50px;
}

.khungbaochitiet {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row4 {
    width: 25%;
}

.footerin {
    margin-top: 30px !important;
}

.khungbaongoaitv {
    margin: 0 2.5%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tieude_giua1 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.tieude_giua1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    background: #00007C;
    bottom: -5px;
}

.tieude_giua1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    height: 1px;
    background: #00007C;
    bottom: -8px;
}

.tieude_giua1 h3 {
    color: #00007C;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 30px;
}

.tieude_giua1 p {
    font-size: 15px;
    text-align: center;
    font-family: 'Arial';
    color: #fff;
    margin-top: -5px;
}

.tieude_giua2 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    top: -25px;
}

.tieude_giua2 h3 {
    color: #fff;
    font-family: 'UTMHelvetIns';
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
}

.tieude_giua2 p {
    font-size: 15px;
    text-align: center;
    font-family: 'Arial';
    color: #fff;
    margin-top: -5px;
}

#keyword::-webkit-input-placeholder {
    color: #333;
}

#keyword:-ms-input-placeholder {
    color: #333;
}

#keyword::placeholder {
    color: #333;
}

form#frm_dknt input[type='text']::-webkit-input-placeholder, #noidung_nhantin::-webkit-input-placeholder {
    color: #fff;
}

form#frm_dknt input[type='text']:-ms-input-placeholder, #noidung_nhantin:-ms-input-placeholder {
    color: #fff;
}

form#frm_dknt input[type='text']::placeholder, #noidung_nhantin::placeholder {
    color: #fff;
}

.chaytieuchi {
    width: calc(100% + 70px);
    margin: 0 -35px;
}

.backnoibattaiquan {
    width: 100%;
    background: #fff;
    padding: 35px 0;
}

.chayspnoibat {
    width: calc(100% + 18px);
    margin: 0 -9px;
    margin-top: 17px;
}

.khungbaochay {
    padding: 0 9px;
}

.chayspnoibat > .slick-next {
    top: 35%;
    background: url('../images/web/icon_next.png')no-repeat top center;
    width: 42px;
    height: 42px;
    z-index: 1;
    right: -38px;
}

.chayspnoibat > .slick-prev {
    top: 35%;
    background: url('../images/web/icon_next.png')no-repeat top center;
    width: 42px;
    height: 42px;
    transform: rotate(-180deg);
    z-index: 1;
    left: -38px;
}

.chayspnoibat .item {
    position: relative;
}

.chayspnoibat .item div {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    transition: all 0.6s
}

.chayspnoibat .item:hover div {
    transition: all 0.6s;
    bottom: 0
}

.chayspnoibat .item .sp_name a {
    color: #fff
}

.chayspnoibat .item .sp_name:hover a {
    color: #ff0
}

.khungchinhsach p {
    font-size: 15px;
    font-family: 'Roboto';
    background: url('../images/web/icon_ft.png')no-repeat left 12px;
    padding-left: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

.khungchinhsach p a {
    text-decoration: none;
    color: #fff
}

.khungchinhsach p:hover a {
    color: #ff0;
}

.chay_tintuc_trai .noidung_tin_trong h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    max-height: 50px;
    overflow: hidden;
}

.chay_tintuc_trai .dongtintuc {
    margin-bottom: 0;
    border: none;
    padding: 5px 0;
}

.chay_tintuc_trai {
    max-height: 340px;
    overflow: hidden;
}

.backbreachurm {
    width: 100%;
    background: #00007C;
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    font-family: 'Roboto';
    color: #fff;
    margin-top: 10px;
}

.backbreachurm a {
    text-decoration: none;
    color: #fff;
}

.backbreachurm a:hover {
    color: #ff0;
}

.backbreachurm span.active {
    color: #ff0;
}

.backbreachurm h1 {
    font-size: 35px;
}

.boxBreachurm1 {
    color: #fff
}

.boxBreachurm1 a {
    text-decoration: none;
    color: #fff !important
}

.boxBreachurm1 a:hover {
    color: #ff0 !important
}

.boxBreachurm1 span.active {
    color: #ff0 !important
}

.none {
    display: none
}

.khungttsp {
    width: 100%;
    display: flex;
}

.khungnoidungsp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.khungdmtrai {
    width: 227px;
    border: 1px solid #ccc;
    position: relative;
}

.khungthucdon {
    width: calc(100% - 247px);
}

.khungdmtrai h3 {
    background: #00A50C;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-family: 'NunitoBold';
    font-size: 20px;
}

.giasp_tem {
    font-size: 17px;
    font-family: 'NunitoBold';
    color: #009900
}

.xemthemsp a {
    color: #f00
}

.xemthemsp:hover a {
    color: #009900
}

.fixitem {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.spmoi {
    background: url('../images/web/icon_moi.png')no-repeat top center;
    width: 41px;
    height: 47px;
    position: absolute;
    top: 1px;
    right: 0;
}

.noidunglh {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.noidunglh .tt_lh, .noidunglh .bando {
    width: 49%;
}

.hotro_phai {
    margin-bottom: 20px;
}

.click_search {
    padding: 0 10px;
    cursor: pointer
}

.bandott {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.chinhanh {
    width: 330px;
    background: #fff;
    padding: 25px;
    overflow-y: scroll;
    max-height: 435px;
}

.showbando {
    width: calc(100% - 350px);
}

.showbando iframe {
    width: 100%;
    height: 435px;
}

.itembando {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.itembando h3 {
    font-size: 16px;
    color: #1A3D97;
    text-transform: uppercase;
    font-family: 'UTMHelvetIns';
    margin-bottom: 10px;
    font-weight: normal;
}

.dienthoai {
    color: #ff3333;
    font-weight: 800;
    margin-top: 5px;
}

/*Tieu chi */
.backtieuchi {
    padding-top: 18px;
    padding-bottom: 20px;
    background: url('../images/web/bgtieuchi.jpg')no-repeat top center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 10px;
}

.khungbaotieuchi {
    width: calc(100% + 12px);
    margin: 0 -6px;
}

.baongoaitieuchi {
    width: 25%;
    padding: 0 6px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #274198;
}

.itemtieuchi {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hinhtieuchi {
    margin-right: 10px;
}

.hinhtieuchi span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
}

.ndtieuchi {
    font-family: 'Roboto';
    font-size: 14px;
    text-align: left;
    width: calc(100% - 82px);
    color: #fff;
}

.ndtieuchi h3 {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ndtieuchi h3 a {
    text-decoration: none;
    color: #Fff;
}

.ndtieuchi h3:hover a {
    color: #ff0;
}

.slick-current .baongoaitieuchi {
    border-left: 1px solid transparent
}

.baongoaitieuchi:hover .hinhtieuchi span {
    opacity: 0.7;
    transition: all 0.6s
}

/*Ket thuc tieu chi*/
.box3 {
    width: 33.33%;
    padding: 0px 9px;
    margin-bottom: 12px;
    overflow: hidden;
}

/* @media screen and (max-width:1200px) {
	::-webkit-scrollbar { background: #fff; width: 10px; height: 10px; }
} */
.nonedeskt {
    display: none;
}

@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar {
        background: #fff;
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1160px) {
    div.menu ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .banner_left,.banner_right {
        width: 25%
    }

    .banner_center {
        width: 50%
    }

    div.menu ul li a {
        padding: 0px 5px;
        font-size: 13px;
    }

    .video_popup {
        width: calc(100%);
        padding-bottom: 34%;
    }

    #clickvideo {
        width: 100%;
    }

    .sphotdetail {
        display: none;
    }

    .zoom_slick {
        width: 45%
    }

    .product_info {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    div.header_mobi {
        display: block;
    }

    nav#menu {
        display: none;
    }

    div#main_content {
        width: 100%;
    }

    div#footer {
        width: 100%;
    }

    div#slider {
        width: 100%;
        padding: 0;
        border: none;
    }

    div#main_footer {
        width: 100%;
    }

    div.tt_lh {
        width: 100%;
    }

    div.bando {
        width: 100%;
    }

    .menu_login {
        display: none;
    }

    .tt_lh, .bandotrong {
        width: 100%;
    }

    .wap_menu {
        width: 50px !important;
        float: right !important;
    }

    .phone_mobi {
        display: block !important
    }

    .baokn {
        width: 33.33%;
    }

    .tt_lh,.bando {
        width: 100% !important
    }

    #right {
        padding: 0 5px;
        box-sizing: border-box
    }

    div#header {
        position: relative;
    }

    .back_gioithieu {
        padding: 35px 10px;
        box-sizing: border-box;
    }
	.backnoibattaiquan{padding-left:10px;padding-right:10px}

    .back_sanpham {
        padding: 0 10px;
        padding-top: 65px;
        padding-bottom: 50px;
    }

    .nonedeskt {
        display: block;
    }

    #wap_footer {
        padding: 0 5px;
        padding-bottom: 50px;
    }

    .nonemobi {
        display: none ;
    }
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 800px) {
    div#wap_footer {
        height: auto;
        padding: 0 5px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

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

    .banner {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .banner_left,.banner_center,.banner_right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 660px) {
}

@media screen and (max-width: 603px) {
    div#right, div#left {
        width: 100%;
    }

    div#header img.logo_mobi {
        display: block;
        margin: auto;
        width: 100%;
    }

    .zoom_slick {
        width: 85%;
        max-width: 400px;
        float: none;
        margin: auto;
    }

    .product_info {
        width: 100%;
        margin-top: 10px;
    }

    .gh_an {
        display: none;
    }

    .baokn {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 460px) {
    div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password'] {
        width: 100%;
    }

    div.frm_lienhe .item_lienhe select {
        width: 100%;
    }

    .map_description {
        width: 100%;
    }

    .box_news a img {
        width: 110px;
    }

    div.frm_lienhe .item_lienhe p {
        width: 100%;
    }

    .othernews ul.phantrang {
        margin-left: 0px;
    }

    .box_news h3 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}

.hotlinesp {
    text-decoration: none;
    font-size: 22px;
    color: #f00;
    text-shadow: 1px 1px 1px #0000d8;
    font-weight: bold;
}

.hotlinesp:hover {
    color: #ff0;
    text-shadow: 1px 1px 1px #0000d8
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
div#tabs
{
	margin-top: 40px;
	margin-bottom:10px;
}
div#tabs ul#ultabs 
{
	list-style:none;
	border-bottom:1px solid #d0d0d0;
	height: 41px;
	/* padding-left:8px; */
}
div#tabs ul#ultabs li
{
	float: left;
    color: #000;
    background: #fff;
    padding: 8px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
div#tabs ul#ultabs li.active
{
	color:#0404b0;
	border:1px solid #d0d0d0;
	border-bottom: 1px solid #fff;
}
div#content_tabs
{	
	border-top:none;
	padding:10px 0px;
}
.menu-res{
	background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(204, 204, 204, 1) 100%);
	height: 45px;
	padding-left: 10px;
	display: none;
}
#hamburger{
    height: 45px;
    display: flex;
    align-items: center;
}
#hamburger i{
    color: #3446ee;
    font-size: 23px;
}
.mm-wrapper_opening #mmenu{display: block !important;}
.box_container {
}

.box_container .content {
    padding: 10px 0px;
}

/*.tt_lh{width: 49%;float: left;}
.bando{width: 49%;float: right;}*/
.dangky {
    width: 49%;
    float: left;
}

.dangky_frm {
    padding: 10px 20px;
    position: relative;
    border: 1px solid #D6D6D6;
    margin-top: 10px;
    box-sizing: border-box;
}

div.dangnhap {
    float: right;
    width: 49%;
    position: relative;
}

div.tieude_dangky {
    position: absolute;
    background: #F7F7F7;
    padding: 3px 15px;
    top: -16px;
    left: 20px;
    border: 1px solid #D6D6D6;
    font-size: 13px;
}

div.tieude_dangnhap {
    border-bottom: 1px solid #D6D6D6;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 13px;
}

.popup_thongbao {
    width: 300px;
    background: #fff;
    text-align: center;
    border: 1px solid #D0CFCF;
    font-size: 13px;
}

.popup_thongbao .tieude_tb {
    background: #E80019;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.popup_thongbao .popup_kq {
    padding: 10px;
    font-weight: bold;
    color: #4C4C4C;
    min-height: 70px;
    align-items: center;
    font-size: 13px;
}

/*Form liÃªn há»‡*/
div.frm_lienhe {
    margin: 10px 0px 10px 0px;
    font-size: 13px;
    position: relative;
}

.thongbao {
    font-size: 20px;
    color: red;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.thongbao p {
    text-align: center;
}

div.frm_lienhe .item_lienhe {
    margin: 8px 0px;
}

div.frm_lienhe .item_lienhe_b {
    text-align: center;
}

div.frm_lienhe .item_lienhe p {
    /* float:left; */
    min-width: 120px;
}

div.dangky .item_lienhe p {
    clear: both;
    float: none;
}

#reset_capcha img {
    float: left;
    margin: 5px 10px;
}

.baove {
    float: left !important;
}

div.frm_lienhe .item_lienhe span {
    color: red;
    margin-left: 3px;
}

div.frm_lienhe .item_lienhe input[type='text'],div.frm_lienhe .item_lienhe textarea,div.frm_lienhe .item_lienhe input[type='password'],div.frm_lienhe .item_lienhe select {
    width: 63%;
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    background: #F7F7F7;
}

div.dangky_frm .item_lienhe input[type='text'],div.dangky_frm .item_lienhe textarea,div.dangky_frm .item_lienhe input[type='password'],div.dangky_frm .item_lienhe select {
    width: 100%;
}

div.frm_lienhe .item_lienhe input[type='button'],div.frm_lienhe .item_lienhe input[type='reset'],div.frm_lienhe .item_lienhe input[type='submit'] {
    padding: 7px 25px;
    background: #ee0303;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btn_dangnhap {
    padding: 7px 25px;
    background: #ee0303;
    border: none;
    display: block;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

.date {
    background: #F7F7F7 url(../images/i_date.png) 98% center no-repeat !important;
    padding-right: 8%;
    cursor: pointer;
}

#tendangnhap {
    background: #F7F7F7 url(../images/i_user.png) 2% center no-repeat !important;
    padding-left: 8%;
}

#matkhau,#nhaplaimatkhau,#matkhaucu {
    background: #F7F7F7 url(../images/i_pass.png) 2% center no-repeat!important;
    padding-left: 8%;
}

/*Form liÃªn há»‡*/
/*css tin tá»©c*/
.box_news {
    padding: 12px 0;
    border-bottom: 1px dashed #C6C6C6;
    width: 100%;
}

.box_news h3 a {
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 6px;
    transition: 0.4s;
    text-decoration: none;
    display: block;
}

.box_news h3 a:hover {
    color: #F00;
    transition: 0.4s;
}

.box_news a.chitiet {
    color: #00F;
}

.box_news a {
    text-decoration: none;
}

.box_news a img {
    float: left;
    margin: 4px 15px 3px 0px;
    width: 35%;
    max-width: 170px !important;
    transition: 1s;
    border: 1px solid #DCDCDC;
}

.box_news a img:hover {
    opacity: 0.4;
    transition: 1s;
}

.othernews {
    border: 1px solid #DEDEDE;
    padding: 5px;
    background: #F7F7F7;
}

.othernews .cactinkhac {
    font-size: 20px;
    color: #0066FF;
}

.othernews ul.khac {
    list-style: none;
    margin-left: 15px;
}

.othernews ul.khac li {
    background: url(../images/i_tinkhac.png) left 3px no-repeat;
    padding: 3px 5px 3px 18px;
    color: #AAAAAA;
}

.othernews ul.khac li a {
    color: #4A4A4A;
    text-decoration: none;
    transition: 0.4s;
}

.othernews ul.khac li a:hover {
    color: red;
    padding-left: 10px;
    transition: 0.4s;
}

/*css tin tá»©c*/
/*----------css báº£n Ä‘á»“-------------*/
#map_canvas {
    height: 500px;
    width: 99%;
    margin: 0px auto;
    border: 1px solid #BBB;
}

.map_description {
    color: #000000;
    overflow: auto;
    max-width: 300px;
}

.map_title {
    color: #30A602;
    font-weight: bold;
}

/*----------css báº£n Ä‘á»“-------------*/
/*----------PhÃ¢n trang-------------*/
.pagination {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: left;
}

.pagination .pages li.prev {
    margin-right: 15px;
}

.pagination .pages li.next {
    margin-left: 15px;
}

.pagination .pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pagination .pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}

.pagination .pages li a:hover {
    background: #f6f6f6;
}

.pagination .pages li .active {
    background: #424852;
    color: #fff;
    border-color: #424852;
}

.pagination .pages li .active:hover {
    background: #2a313d;
}

/*----------PhÃ¢n trang-------------*/
/*----------PhÃ¢n trang ajax-------------*/
.pages_ajax {
    display: inline-block;
}

.pages_ajax li {
    display: inline-block;
    margin: 5px 2px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    font-size: 11px;
    box-sizing: border-box;
    min-width: 30px;
    cursor: pointer;
}

.pages_ajax li.actived,.pages_ajax li:hover {
    background: #2a313d;
    color: #fff;
}

span.total {
    display: none;
}

/*----------PhÃ¢n trang ajax-------------*/
/*----------ÄÃ¡nh giÃ¡ sao-------------*/
.danhgiasao {
    cursor: pointer;
}

.danhgiasao span {
    background: url(../images/star.gif) center top no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.danhgiasao span.active {
    background: url(../images/star.gif) center -48px no-repeat;
}

.danhgiasao span.hover,.danhgiasao span.default {
    background: url(../images/star.gif) center -32px no-repeat;
}

/*----------ÄÃ¡nh giÃ¡ sao-------------*/
/*----------Loading-------------*/
#pre-loader {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

/*----------Loading-------------*/
/*----------css hiá»‡u á»©ng-------------*/
.hover_sang1 {
    position: relative;
    overflow: hidden;
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-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_sang1:hover:before {
    webkit-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_sang2 {
    position: relative;
    overflow: hidden;
}

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%;
}

.hinh_mo {
    position: relative;
    z-index: 2;
}

.hinh_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    ;background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}

.trang_den {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.trang_den:hover {
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.zoom_hinh {
    overflow: hidden;
}

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

.zoom_hinh:hover img {
    transform: scale(1.1);
}

.xoay_hinh {
    overflow: hidden;
}

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

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

.zoom_mo {
    position: relative;
}

.zoom_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: ease-in-out 500ms;
    -o-transition: ease-in-out 500ms;
    transition: ease-in-out 500ms;
    z-index: 1;
}

.zoom_mo:hover:before {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

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

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

.hover_sang3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.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_sang4::after {
    position: absolute;
    background: rgba(0,0,0,0.4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-transform: perspective(1500px) rotateY(-90deg);
    -moz-transform: perspective(1500px) rotateY(-90deg);
    -ms-transform: perspective(1500px) rotateY(-90deg);
    -o-transform: perspective(1500px) rotateY(-90deg);
    transform: perspective(1500px) rotateY(-90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0
}

.hover_sang4:hover::after {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-transform: perspective(1500px) rotateX(0deg);
    -moz-transform: perspective(1500px) rotateX(0deg);
    -ms-transform: perspective(1500px) rotateX(0deg);
    -o-transform: perspective(1500px) rotateX(0deg);
    transform: perspective(1500px) rotateX(0deg)
}

/*----------css hiá»‡u á»©ng-------------*/
div#tags {
    margin-top: 10px;
}

div#tags a {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 5px;
    text-decoration: none;
    color: #222222;
}

div#tags a:hover {
    color: red;
}

div#tags span {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 5px;
    text-decoration: none;
    color: #222222;
    background: #DDDDDD;
}

/*div.left_gh{width:65%;float:left;}
div.right_gh{width:33%;float:right;}*/
div.td_gh {
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}

div.wap_load {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.line-scale {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(0.2,0.68,0.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(0.2,0.68,0.18,1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(0.2,0.68,0.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(0.2,0.68,0.18,1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(0.2,0.68,0.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(0.2,0.68,0.18,1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(0.2,0.68,0.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(0.2,0.68,0.18,1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0 infinite cubic-bezier(0.2,0.68,0.18,1.08);
    animation: line-scale 1s 0 infinite cubic-bezier(0.2,0.68,0.18,1.08)
}

.line-scale > div {
    background-color: #ff630c;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

/* Responsive */
@media(max-width: 1300px) {
	.menu .item-big .nav-item>a {
		padding: 15px;
	}
}

@media(max-width: 1001px) {
	.info-header {
		display: none;
	}

	.wrap-frame-left,
	#button-contact-vr,
	#messages-facebook,
	.cart-fixed {
		display: none;
	}

	.wap-hearder {
		position: unset;
	}

	.frame-news-page {
		width: 100%;
	}

	.menu,
	.header-bottom {
		display: none;
	}

	.menu-res,
	.show-mobile,
	.fix-toolbar {
		display: block;
	}

	.logo-header {
		width: calc(100% - 140px);
	}

	.btn-menumobile {
		width: 70px;
		font-size: 24px;
	}

	.social-footer {
		margin-bottom: 15px;
	}

	.footer-copyright,
	.footer-statistic {
		float: unset;
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.grid-news {
		grid-gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}
	.banner_right{display: none;}
	.wap_menu{display: none;}
	.khungbaogt{flex-direction: column-reverse;row-gap: 20px;padding-top: 0px;}
	.gioithieuphai, .gioithieutrai{width: 100%;}
	.khunglontt{flex-direction: column;row-gap: 20px;padding: 0px 10px;}
	.khunglontt > div:nth-child(1){width: 100%;}
	.khunglontt > div:nth-child(2){width: 100%;}
	.baokhungtt{flex-direction: column;row-gap: 20px;}
	.mottt{width: 100%;}
	.nhieutt{width: 100%;}
	.mottt img{width: 100%;}
	.contentfoooter{flex-direction: column;row-gap: 20px;}
	.contentfoooter > div{
		width: 100% !important;
	}
	.khungbaochitiet{flex-direction: column;row-gap: 20px;}
	.khungbaochitiet > div{width: 100% !important;}
	.copy{position: unset;}
	.copy{line-height: 27px;}
	.thongtinsp{flex-direction: column;row-gap: 20px;}
	.thongtinsp > div{width: 100% !important;}
}

@media(max-width: 992px) {
	.detail-page-right {
		display: none;
	}

	.detail-page-left {
		width: 100%;
		margin-right: 0;
		float: unset;
	}
}

@media(max-width: 850px) {}

@media(max-width: 768px) {

	.grid-3,
	.grid-pro {
		grid-template-columns: repeat(2, 1fr);
	}

	.wrap-about .block-left.w-50,
	.wrap-about .block-right.w-50 {
		width: 100% !important;
		text-align: center;
	}

	.grid-news {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

	.static-page {
		padding: 20px 15px !important;
	}

	.hover_sang2:before {
		content: unset;
	}
}

@media(max-width: 576px) {
	.news-image {
		margin-bottom: 1rem;
	}

	.slick-slider .product {
		margin: 5px;
	}

	.title-main span {
		font-size: 24px;
	}

	.newshome {
		margin: 5px;
	}

	.name-product,
	body {
		font-size: 14px;
	}

	.cart-product {
		position: relative;
		width: 100%;
	}

	.grid-pro {
		grid-gap: 10px;
	}

	.cart-product span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.news-2 p.scale-img {
		width: 40%;
	}

	.news-2 .info-news {
		width: 60%;
	}

	.block-page {
		padding: 10px;
	}
	.gioithieutrai h3{font-size: 20px;}
	.gioithieutrai h4{font-size: 22px;margin-top: 10px;}
	.product_info li.ten{font-size: 22px;}
	.product_info .giakm, .product_info .gia{font-size: 18px;}
	.tieude_giua1 h3{font-size: 22px;}
}

@media(max-width: 480px) {
	.footer-news {
		max-width: 100% !important;
	}

	.footer {
		text-align: center;
	}
}

@media(max-width: 369px) {
	.news-2 p.scale-img {
		width: 100%;
	}

	.grid-news {
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	.pic-news {
		max-width: 200px;
	}

	.news-2 .info-news {
		width: 100%;
		margin-bottom: 10px;

	}

	.desc-news,
	.name-news {
		text-align: justify;
	}

	.cart-pro-detail a {
		width: 100%;
	}

	.cart-pro-detail a:first-child {
		margin-right: 0px;
		margin-bottom: 0.5rem;
	}

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