@charset "UTF-8";

@font-face {
	font-family: 'UTMAvoBold';
	src: url('../fonts/UTMAvoBold.eot');
	src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff2') format('woff2'),
		url('../fonts/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold.ttf') format('truetype'),
		url('../fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
}
@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');
}
/* Main */

:root {
	--color-body: #c6ea27;
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-web: #068542;
}
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a,
input,
textarea {
	outline: none;
	padding: 0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* catchuoi */
.catchuoi1{-webkit-line-clamp:1;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi2{-webkit-line-clamp:2;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi3{-webkit-line-clamp:3;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi4{-webkit-line-clamp:4;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi5{-webkit-line-clamp:5;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi6{-webkit-line-clamp:6;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi7{-webkit-line-clamp:7;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi8{-webkit-line-clamp:8;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
/* catchuoi */

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.wrap-content {
	max-width: 1200px;
	padding: 0px 0px;
	margin: auto;
}
.wrap-home,
.wrap-main {
	max-width: 100%;
	margin: auto;
}

.wrap-main {
	max-width: 1200px;
	padding: 45px 0px;
}

.contain_trong {
	max-width: 1200px;
	margin: 0 auto;
}
.inbl {
	display: inline-block;
}

/* General */
.title-main {
	margin-bottom: 3rem;
	text-align: center;
}
.title-main > span {
	text-transform: uppercase;
	color: var(--color-red);
	font-size: 32px;
	font-family: 'UTMAvoBold', sans-serif;
}

.title-main:after {
	content: '';
	display: block;
	margin: auto;
	width: 690px;
	height: 48px;
	background: url('../images/line.png') center;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}
.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}
.time-main span {
	vertical-align: top;
	display: inline-block;
}
.social {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.social li {
	display: inline-block;
	vertical-align: top;
}
.social li:last-child {
	margin-right: 0px;
}
.control-carousel {
	position: absolute;
	top: calc(50% - 30px/2);
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #eee;
	z-index: 2;
	background-color: #fff;
	color: #ccc;
	cursor: pointer;
}
.control-carousel:hover {
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}
.prev-carousel {
	left: 0px;
}
.next-carousel {
	right: 0px;
}

.fix_head {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 123;
	width: 100%;
	animation: animatetop .4s;
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
#wpcp-error-message {
	direction: ltr;
	text-align: center;
	transition: opacity 900ms ease 0s;
	z-index: 99999999;
}
.hideme {
	opacity: 0;
	visibility: hidden;
}
.showme {
	opacity: 1;
	visibility: visible;
}
.msgmsg-box-wpcp {
	border: 1px solid #f5aca6;
	border-radius: 10px;
	color: #555;
	font-family: Tahoma;
	font-size: 11px;
	margin: 10px;
	padding: 10px 36px;
	position: fixed;
	width: 255px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -130px;
	-webkit-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
	-moz-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
	box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
}
.msgmsg-box-wpcp span {
	font-weight: bold;
	text-transform: uppercase;
}
.warning-wpcp {
	background: #ffecec url('https://cmmbvietnam.com/wp-content/plugins/wp-content-copy-protector/images/warning.png')
		no-repeat 10px 50%;
}
/* Header */
.header {
}
.header-top .wrap-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top p {
	margin-bottom: 0px;
}
.header-top .dc {
	width: 60%;
}
.header-bottom {
	padding: 5px 0px;
	background: url(../images/bg-header.png) no-repeat;
}

.header-topl {
	display: flex;
	align-items: center;
}

.header-topl .header-box + .header-box {
	margin-left: 1rem;
}

.header-bottom .banner {
	width: 500px;
	text-align: center;
}

.header-box img {
	vertical-align: center;
	margin-right: 0.5rem;
}

.header-top {
	padding: 0.5rem 0;
	background: var(--color-body);
}
/* Menu */
.menu_left {
	width: 100%;
}

.menu_left .contain_trong {
	width: calc(100% - 250px);
	float: left;
}
.menu .contain_trong {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu {
	background-color: #000000b3;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.menu ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.menu ul li a span:after {
	content:'';
	width: 0%;
	height: 1px;
	background-color: red;
	position: absolute;
	bottom: 10px;
	left: 0;
	transition: 0.5s;
}

.menu ul li a:hover span:after {
	width: 100%;
}

.contain_trong > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 0px;
}
.contain_trong > ul > li {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	line-height: 49px;
}
.contain_trong > ul > li > a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	text-shadow: none; /* font-weight: 500; */
}
.contain_trong > ul > li > a.active {
	color: #ffffff;
}
.contain_trong > ul > li a span {
	position: relative;
	z-index: 1234;
	display: inline-block;
	opacity: 0.9;
}
/*.contain_trong>ul>li>a>span{padding-top: 5px}*/
.contain_trong > ul > li ul {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 251px;
	z-index: 3000;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
.contain_trong > ul > li > ul {
	top: 50px;
	left: 0px;
	padding-top: 0px !important;
}

.contain_trong li.logo {
	margin-top: -32px;
}
.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all .7s;
}
.contain_trong > ul > li li {
	width: 250px;
	position: relative;
	background: #068542;
	line-height: 25px;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.contain_trong > ul > li li a {
	text-decoration: none;
	font-weight: 500;
	text-transform: none;
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 18px;
}
.contain_trong > ul > li > ul li ul {
	box-shadow: 0px 2px 5px #ccc;
	top: 0px;
}
.contain_trong > ul > li:hover > a {
	text-decoration: none;
}
.contain_trong > ul > li > a.active {
	color: #fff700; /* background:#ffcc00; */
}
.contain_trong > ul > li > a.mousego {
	color: #fff !important;
	background: transparent;
}
.contain_trong > ul > li > a.act_hover {
	color: #ffffff !important;
	background: #ffcc00;
}
.contain_trong > ul > li li:hover {
	background: #09a955;
}
.contain_trong > ul > li:nth-child(9):after {
	display: none;
}
.contain_trong > ul > li:nth-child(9):before {
	display: none;
}
.contain_trong > ul > li li:last-child {
	border-bottom: 0px solid #fff;
}

.logo-menu-res {
	display: none;
}
.flex_main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
/* Search */
.search {
	width: 230px;
	float: right;
	background: #fff; /* width: 42%; */
	height: 27px;
	margin-top: 11px;
	border: 1px solid #ddd;
	border-radius: 7px;
}
.search p {
	float: right; /* width: 33px; */
	height: 15px; /* background: #FFAE00; */ /* line-height: 35px; */ /* border-radius: 50%; */
	cursor: pointer;
	text-align: center;
	margin: 5px 7px 5px 0px;
	color: #000;
	font-size: 13px;
}
.search input {
	width: calc(100% - 45px);
	height: 25px;
	float: left;
	outline: none;
	padding-left: 6px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 12px;
}
.search input::-webkit-input-placeholder {
	color: #ccc;
}
.search input:-moz-placeholder {
	color: #ccc;
}
.search input::-moz-placeholder {
	color: #ccc;
}
.search input:-ms-input-placeholder {
	color: #ccc;
}
.hotline-header {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.hotline-header div:nth-child(1) {
	font-size: 24px;
	color: #e73535;
	font-family: UTMHelvetIns;
	text-shadow: 2px 2px 2px #fff;
}

.hotline-header div:nth-child(1) i {
	font-size: 23px;
	margin-right: 10px;
	text-shadow: unset;
	color: #000;
}

.hotline-header i {
	margin-right: 4px;
}

.hotline-header img {
	display: inline-block;
	vertical-align: middle;
}

.hotline-header span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 7px;
	font-size: 21px;
	color: #ffc66b;
	font-family: 'UTMHelvetIns';
}
/* Menu RP */
.menu-res {
	display: none;
	height: 46px;
	z-index: 10;
	background: #0066cc;
	position: relative;
	line-height: normal;
}
.menu-bar-res {
	height: 46px;
	padding: 0px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu {
	display: none;
}
#hamburger {
	display: block;
	width: 45px;
	height: 23px;
	position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #fff;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0px;
}
#hamburger:before {
	top: 0px;
}
#hamburger span {
	top: 10px;
}
#hamburger:after {
	top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}
.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
	transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
	transform: rotate(-45deg);
}
.mm-menu_opened {
	display: block !important;
}

/* Search RP */
.search-res {
	position: relative;
}
.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: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-red);
	z-index: 2;
	opacity: 0;
	border-radius: 25px;
	line-height: normal;
}
.search-res .search-grid p {
	float: left;
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: var(--color-red);
	line-height: 40px;
	text-align: center;
}
.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: var(--color-red);
}
.search-res .search-grid input::-webkit-input-placeholder {
	color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
	color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
	color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
	color: #ccc;
}

/* Slideshow */
.slideshow {
	position: relative;
}
.slideshow a {
	display: block;
	cursor: pointer;
}
.slideshow a img {
	width: 100%;
}

.slide-block {
	position: relative;
}

.control-slideshow {
	opacity: 0;
}
.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;
}
.slideshow-item {
	display: block;
	cursor: pointer;
}
.slideshow:hover .control-slideshow {
	opacity: 1;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}
.breadCrumbs .wrap-content {
	padding: 0.75rem 10px;
	max-width: 1180px;
}
.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: var(--color-gray);
}

.pic_ct {
	margin-bottom: 15px;
}
.btn_ct {
	text-align: center;
	margin-top: 33px;
	position: relative;
}
.btn_ct:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #ccc;
	height: 1px;
	content: '';
}
.btn_ct a {
	display: inline-block;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: 0;
	color: #333333;
	font-size: 14px;
	padding: 5px 31px 13px 31px;
	position: relative;
	z-index: 1;
}
.btn_ct a p {
	margin-bottom: 0px;
	font-size: 14px;
}
.btn_ct a p b {
}

.pic_ct img {
	width: 100%;
}
.mw_ct p {
	margin-bottom: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #0066cc;
	text-transform: capitalize;
}
/* index */
.tieudeindex {
	text-align: center;
	font-size: 30px;
	padding-top: 30px;
}

.tieudeindex span {
	display: block;
	text-transform: uppercase;
	font-family: 'UTMHelvetIns';
	color: #ec1717;
}
.index1 {
	/* overflow: hidden; */
	background: var(--color-web);
	padding: 30px 0px;
	position: relative;
	margin-bottom: 20px;
}

.index1 img.topindex1 {
	position: absolute;
	top: -39px;
	z-index: 99;
}
.index1 ul {
	margin-bottom: 24px;
	border-bottom: 0px;
	margin-top: -40px;
	position: relative;
	z-index: 99;
}
.index1 ul li {
}

.index1 ul li > a {
	color: #fff;
	padding: 0px 15px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.index1 ul li > a.active,
.index1 ul li > a:hover {
	color: #ff0;
}

.index1 ul li:nth-child(1) > a {
	border-right: 1px solid #fff;
}
.index1 .tab-content > .tab-pane {
	width: 100%;
}
.index1 .slidespnb,
.index1 .slidespbanchay {
	/* margin: 0px -15px; */
	/*height: 368px;*/
	overflow: hidden;
	width: 100%;
}

.index1 .slick-slider .slick-list {
	width: 100%;
}
.index1 .xemtatca {
	text-align: center;
}

.index1 .xemtatca > a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px 20px;
	color: #fff;
	border-radius: 7px;
	transition: all 0.5s;
	text-decoration: none;
	text-transform: capitalize;
}
.index1 .xemtatca > a:hover {
	background: #fff;
	color: #000;
}
.index1 .slick-slider .slick-list .slick-track {
	/* width: 100%!important; */
}
.index2 {
	margin-bottom: 20px;
}
.product > .box {
	/* border: 1px solid #eee; */
	padding: 0px 0px 30px 0px;
	display: block;
	/* width: 271px; */
}
.product > .box .noidung {
	text-align: center;
}
.product > .box .noidung .gia {
	text-align: left;
	padding-left: 30%;
}
.product > .box .noidung h3 {
	color: #000;
	font-size: 14px;
	margin: 15px 0px 0px;
	height: 34px;
}
.product .chatzalo {
	display: block;
	width: 37%;
	border: 1px solid #0ea8e2;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	left: 6px;
}
.product .chatzalo img {
	max-width: 22px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.product .addcart {
	display: block;
	width: 55%;
	background: #fdda16;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	color: #000;
	position: absolute;
	bottom: 11px;
	right: 6px;
	font-size: 15px;
}
.product .addcart img {
	display: inline-block;
	margin-top: 2px;
}
.index3 {
	/* height: 242px; */
	/* display: flex; */
	/* align-items: center; */
}
.index3 .box {
	color: #fff;
	border: 4px solid #fff;
	padding: 15px 50px;
	text-align: center;
}
.index3 .box h3 {
	text-transform: capitalize;
	font-size: 30px;
}
.index3 .box h4 {
	font-size: 25px;
	color: #fbc70c;
}
.index3 .box h5 {
	font-size: 14px;
}
.spdm1 {
	padding-bottom: 30px;
}
.spdm1 .xemtatca {
	text-align: center;
}
.spdm1 .xemtatca > a {
	display: inline-block;
	padding: 5px 20px;
	background: #ffba42;
	color: #000;
	text-transform: uppercase;
	border-radius: 3px;
}
.spdm1 .xemtatca > a:hover {
	background: #ffa200;
}
.index4 {
	height: 369px;
}

.index4 h5 {
	color: #ff0;
	text-align: center;
	padding-top: 44px;
}

.index4 h6 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 50px;
	position: relative;
}

.index4 form {
	margin-top: 50px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
}

.index4 form .input-form {
}

.index4 form input {
	width: calc(25% - 20px);
	float: left;
	margin: 0px 10px;
	background: transparent;
	border: 0px;
	border-bottom: 1px solid #ddd;
	color: #fff;
}

.index4 form button {
	display: block;
	width: 139px;
	padding: 11px;
	border-radius: 5px;
	margin: 40px auto 0px;
	background: #ec0000;
	color: #fff;
	text-transform: uppercase;
}
.index5 {
	background: url(../images/bg-gocamthuc.png) no-repeat top;
	overflow: hidden;
	padding-bottom: 30px;
	margin-top: 20px;
}

.index5 .tieude {
	color: #ec0000;
	float: left;
	display: block;
	width: 100%;
	border-left: 3px solid #ec0000;
	padding-left: 10px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 45px 0px 15px;
}
.index5 .tieudeindex {
	/* padding-bottom: 30px; */
}
.index5 .tieudeindex span {
	color: #efba07;
}
.index5 .left {
	width: 65%;
	float: left;
}

.index5 .left .slidegocamthuc {
}

.index5 .left .slidegocamthuc .items2 {
	display: block;
	float: left;
	margin-right: 15px;
}

.index5 .left .slidegocamthuc .items2 .box:nth-child(1) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.index5 .left .box {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 17px;
	text-decoration: none;
}

.index5 .left .box .hinh {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.index5 .left .box .noidung {
	width: calc(100% - 130px);
	float: right;
}

.index5 .left .box h3 {
	font-size: 14px;
	color: #000;
	height: 38px;
	overflow: hidden;
	line-height: 20px;
}

.index5 .left .box h3:hover {
	color: #f00;
}

.index5 .left .box h4 {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	margin: 25px 0px 0px;
}

.index5 .right {
	width: 33%;
	float: right;
}
.index5 .right iframe {
	height: 238px;
}

.index5 .right select {
	width: 100%;
}
.index5 .right .box {
	border: 1px solid #efba07;
}

/* Intro */
.newshome-best {
	width: 43%;
	display: block;
	float: left;
	margin-right: 1.5%;
}
.pic-newshome-best img {
	width: 100%;
}
.name-newshome {
	color: #0066cc;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 700;
}
.time-newshome {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}
.desc-newshome {
	color: #333333;
	margin-bottom: 0px;
	font-size: 14px;
	height: 63px;
}
.view-newshome {
	display: inline-block;
	border: 1px solid var(--color-black);
	padding: 8px 15px;
	color: var(--color-black);
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 1rem;
}
.view-newshome:hover {
	background-color: var(--color-black);
	color: #fff;
}
.newshome-scroll {
	width: 100%;
	overflow: hidden;
	height: 380px;
}
.newshome-scroll ul li {
	margin-bottom: 18px !important;
}
.newshome-scroll ul li:nth-child(even) .pic-newshome-normal {
	float: right;
}
.newshome-scroll ul li:nth-child(even) .info-newshome-normal {
	float: left;
}
.newshome-normal {
	display: block;
}
.pic-newshome-normal {
	float: left;
	width: 34.485%;
	margin: 0px;
}
.pic-newshome-normal img {
	width: 100%;
}
.info-newshome-normal {
	float: right;
	width: calc(100% - 37.931%);
}
.video-main {
	position: relative;
	height: 330px;
}
.video-main img {
	width: 100%;
	height: 100%;
}
.video-main iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.listvideos {
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	border: 1px solid #ccc;
	color: var(--color-black);
	margin-top: 10px;
	cursor: pointer;
}

.play_1 span {
	width: 50px;
	height: 35px;
	position: absolute;
	top: calc(50% - 35px/2);
	left: calc(50% - 50px/2);
	background: url(../images/play.png)no-repeat center;
}

/* Video */
.mg_vs {
	margin: 0px -10px -20px;
}
.detail_video {
	width: 25%;
	padding: 0px 10px 20px;
}
.video {
	text-align: center;
	cursor: pointer;
}
.video h3 {
	font-size: 14px;
	height: 34px;
	margin: 10px 0px 20px;
}
.pic-video {
	position: relative;
}
.pic-video:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px/2);
	left: calc(50% - 35px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}
.pic-video img {
	width: 100%;
}
.name-video {
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

.video_lst:hover .control-slidevideo {
	opacity: 0.3;
}
.video_lst .control-slidevideo:hover {
	opacity: 0.8;
}
.video_lst {
	position: relative;
	margin-top: 5px;
}
.control-slidevideo {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 30px/2);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	cursor: pointer;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
}
.control-slidevideo i {
	color: #ffffff;
}
.prev-slidevideo {
	left: 0px;
	padding-right: 0px;
}
.next-slidevideo {
	right: 0px;
	padding-left: 0px;
}

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

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 10px;
}
.wrap-brand .wrap-content {
	max-width: 1180px;
	padding: 0px;
	position: relative;
}
.owl-brand {
	padding: 0px 40px;
}
.brand {
	display: block;
	border: 1px solid #eee;
}
.brand img {
	width: 100%;
}

.control-brand {
	opacity: 0;
}
.wrap-brand .control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px/2);
}
.wrap-brand .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;
}
.wrap-brand .control-owl button:hover {
	opacity: 1;
}
.wrap-brand .control-owl button.owl-prev {
	left: 20px;
}
.wrap-brand .control-owl button.owl-next {
	right: 20px;
}
.brand-item {
	display: block;
	cursor: pointer;
}
.wrap-brand:hover .control-brand {
	opacity: 1;
}

.contact-form {
}

.contact-form input {
	margin-bottom: 8px;
}

.contact-form textarea {
	margin-bottom: 8px;
}
.contact-map iframe {
	width: 100%;
}
/* Sản Phẩm */
.wrap-product {
	margin-bottom: 50px;
}
.mg_sp {
	margin: 0px -10px -20px;
}
.detail_sanpham {
	width: 25%;
	padding: 0px 10px 20px;
}
.product {
	/* max-width: 280px; */
	width: calc(25% - 22px);
	float: left;
	margin: 0px 11px 15px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 12px;
	position: relative;
	background: #fff; /* width: 273px!important; */
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}
.pic-product {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #eee;
}
.pic-product img {
	width: 100%;
	border-radius: 3px;
}
.name-product {
	font-size: 16px;
	color: var(--color-black);
}
.name-product.text-split {
	-webkit-line-clamp: 1;
}
.price-product {
	margin-bottom: 0px;
}
.price-product span {
	font-weight: 700;
}
p.gia {
	margin-bottom: 5px;
}
.price-new {
	font-size: 14px; /* font-weight:500; */
	color: #f00;
	margin-bottom: 10px;
}

.price-new span {
	color: #333;
}
.price-old {
	/* padding-left:10px; */
	font-size: 14px;
	color: #f00; /* text-decoration: line-through; */
}

.price-old span {
	color: #333;
}
.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: url(../images/icongiamgia.png) no-repeat;
	background-size: 100%;
	font-size: 15px;
	border-radius: 2px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 44px;
}
.cart-product {
	margin-bottom: 0px;
}
.cart-product span {
	cursor: pointer;
	width: 49%;
	float: left;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
}
.cart-add {
	margin-right: 2%;
	background-color: var(--color-red);
}
.cart-add:hover {
	background-color: var(--color-dark-red);
}
.cart-buy {
	background-color: var(--color-green);
}
.cart-buy:hover {
	background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.grid-pro-detail {
	margin-bottom: 0px;
	margin-top: 15px;
}
.left-pro-detail {
	position: relative;
	float: left;
	width: 40%;
	text-align: center; /* margin-right:2%; */
	background: white;
}
.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
}
.right-pro-detail {
	width: calc(100% - 42%);
	float: left;
}
.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}
.owl-thumb-pro {
	padding: 0px 40px;
}
.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}
.thumb-pro-detail img {
	box-shadow: none !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.title-pro-detail {
	text-transform: capitalize;
	font-size: 20px;
	display: block;
	font-weight: 700;
}
.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}
.desc-pro-detail {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 190px;
}
.attr-pro-detail {
	list-style: none;
	padding: 0px;
}
.attr-pro-detail li {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
}
.attr-pro-detail li > a:nth-child(1) {
	background: #2baf00;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
}

.attr-pro-detail li > a:nth-child(2) {
	padding: 6px 20px;
	background: #ffae00;
	color: #fff;
	border-radius: 5px;
}
.attr-pro-detail li > a:nth-child(2) img {
	margin-top: 6px;
}
.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}
.price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-red);
}
.price-old-pro-detail {
	font-weight: 500;
	font-size: 17px;
	color: var(--color-gray); /* text-decoration:line-through; */
	padding-left: 10px;
}
.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
}
.size-pro-detail {
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}
.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}
.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	cursor: pointer;
}
.cart-pro-detail a.buynow {
	background-color: var(--color-green);
	cursor: pointer;
}
.cart-pro-detail a.addnow:hover {
	background-color: var(--color-dark-green);
	color: #fff;
}
.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
	color: #fff;
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}
.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}
.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
	font-size: 10px;
	float: left;
	margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin: 1rem auto;
	border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
	display: block;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}
.box-readmore li ul > li {
	margin: 0;
	margin-bottom: 8px;
}
.box-readmore li ul > li:before {
	content: counters(item, ".") " ";
}
.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
}
.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}
.box-readmore ul li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 5px;
}
.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}
.box-readmore ul li a:hover {
	color: #767676;
}

/* Bài viết */
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}
.news:nth-child(2n) {
	float: right;
}
.news:nth-child(2n + 1) {
	clear: both;
}
.pic-news {
	float: left;
	width: 27.44%;
	margin-bottom: 0px;
}
.pic-news img {
	width: 100%;
}
.info-news {
	float: right;
	width: calc(100% - 30%);
}
.name-news {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: 700;
}
.name-news:hover {
	color: #0066cc;
}
.time-news {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}
.desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}
.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: #eeeeee40;
	margin-bottom: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: #0066cc;
}

/* Contact */
.top-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top-contact .article-contact {
	width: 48%;
}
.form-contact {
	width: 47%;
}
.input-contact {
	position: relative;
	margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
	width: 100%;
	padding: 0px;
	outline: none;
	font-size: 14px;
}
.input-contact input {
	text-indent: 10px;
}
.input-contact textarea {
	resize: none;
	height: 150px;
	padding: 10px;
}
.input-contact .custom-file-label::after {
	content: attr(title);
}
.bottom-contact {
	position: relative;
	height: 500px;
}
.bottom-contact iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

/* Footer */
.footer {
	margin-bottom: 0px !important;
}
.footer-article {
	background-color: #000;
}
.footer-article .wrap-content {
	padding: 50px 0px 10px;
}
.footer-news:nth-child(1) {
	width: 33.33%;
}

.footer-news:nth-child(1) .info {
	color: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}

.footer-news:nth-child(1) .info img {
	width: 60px;
	float: left;
	margin-right: 10px;
}

.footer-news:nth-child(1) .info span {
	display: block;
	margin-top: 5px;
}

.footer-news:nth-child(1) .title-footer {
}

.footer-info {
	color: #fff;
}

.footer-info p {
	margin-bottom: 8px;
}

.footer-news-inner {
	flex: 1;
}
.footer-news:nth-child(2) {
	width: 33.33%; /* max-width: 190px; */
	text-align: center;
}
.footer-news:nth-child(3) {
	width: 33.33%; /* max-width: 190px; */
	display: flex;
	justify-content: space-between;
}

.footerthem .wrap-content {
	padding: 0px 0px 10px;
}

.footerthem .box {
	color: #fff;
}

.footerthem .box:nth-child(1) img {
	height: 50px;
	margin-right: 10px;
}
.title-footer {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--color-body);
	font-weight: 500;
	text-transform: uppercase;
	border-left: 4px solid var(--color-body);
	line-height: 15px;
	padding-left: 10px;
	display: inline-block;
}
.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-ul li {
	margin-bottom: 10px;
	height: 31px;
}
.footer-ul li:last-child {
	margin-bottom: 0px;
}
.footer-ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
}

.footer-ul li:last-child a {
	background: unset;
}

.footer-ul a img {
	max-height: 30px;
}

.bocongthuong img {
	max-height: 50px;
}

.slogan-newsletter {
	margin-bottom: 0.5rem;
	color: var(--color-gray);
}
.newsletter-input {
	position: relative;
}
.newsletter-input input {
	padding: 0px;
	font-size: 14px;
	text-indent: 40px;
	border-radius: 0px;
	height: 42px;
	border: 1px solid #cccccc;
	color: #fff;
	background: transparent;
	margin-bottom: 13px;
	color: #fff;
}

.newsletter-input input:focus {
	color: #fff;
}
.newsletter-input input::-webkit-input-placeholder {
	color: #fff;
}
.newsletter-input input:-moz-placeholder {
	color: #fff;
}
.newsletter-input input::-moz-placeholder {
	color: #fff;
}
.newsletter-input input:-ms-input-placeholder {
	color: #fff;
}

.newsletter-button {
	margin-top: 5px;
}
.newsletter-button input[type=submit] {
	border: 0px;
	background-color: #ffcc00;
	color: #fff;
	display: inline-block;
	padding: 11px 21px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	font-size: 14px;
}
.footer-tags {
	background: #eee;
}
.footer-tags .wrap-content {
	padding: 30px 10px;
}
.label-tags {
	font-weight: 600;
	font-size: 15px;
}
.list-tags {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-tags li {
	float: left;
	margin: 0px 5px 5px 0px;
}
.list-tags li a {
	color: #fff;
	background-color: var(--color-red);
	padding: 6px 15px 8px 15px;
	border-radius: 3px;
	display: block;
}
.list-tags li a:hover {
	background-color: var(--color-medium-red);
}
.footer-powered {
	color: #fff;
	background-color: #00622e;
	overflow: hidden;
	font-size: 12px;
}

.footer-copyright {
	width: 50%;
	float: left;
}

.footer-statistic {
	width: 50%;
	float: right;
	text-align: center;
}

.bando {
}

.bando iframe {
	width: 100%;
}
.footer-powered .wrap-content {
	padding: 11px 0px;
	overflow: hidden;
}
.copyright {
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
}
.statistic {
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
}
.statistic span {
	padding-right: 10px;
}
.statistic span:last-child {
	padding-right: 0px;
}
#footer-map {
	position: relative;
	height: 181px;
}
#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
	margin-left: 3px;
}

.page_trong {
	padding: 30px 0px;
	min-height: 550px;
}
.page_trong .title-main > span {
	font-size: 32px;
}
.page_trong .title-main {
	margin-bottom: 20px;
}

/* Phân Trang */
.pagination-home {
	margin-top: 10px;
	margin-bottom: 20px;
}
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}
.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
	margin-top: 5px;
}
.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	color: #666666;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	width: 40px;
	height: 32px; /* font-weight: 700; */
	font-size: 14px;
	line-height: 32px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
	background: #000;
	color: #fff !important; /* border-color:#ffcc00; */
}
.pagination-ajax a.prev {
}
.pagination-ajax a.next {
}
.pagination-ajax a.first {
}
.pagination-ajax a.last {
}

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}
.modal-custom .modal-footer .btn {
	font-size: 14px;
}

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

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

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

/* Scroll Top */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 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: 3;
}

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

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

.news-name {
	font-size: 14px;
	font-weight: 700;
}

.news-name > a {
	color: #000;
}
.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.scale-img:hover > img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

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

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

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

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important;
}
.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}
.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}
.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30;
}
.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}
.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}
.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182fc;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}
.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
	width: 220px;
}
.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182fc;
}
.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #1182fc;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}
.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182fc;
}
.js-facebook-messenger-top-header {
	width: 220px;
}
.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}
.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}
.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1;
}

.tt p {
	margin-bottom: 5px;
	color: #000;
	font-size: 14px;
}
.tt p i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	margin-right: 10px;
	font-size: 18px;
	border-radius: 5px;
}

/* Cart fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 10;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-fixed i {
	font-size: 20px;
}
.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: var(--color-red);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	background: var(--color-web);
	width: 100%;
	padding: 10px 3px;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
	display: none;
}
.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: #fff;
	font-size: 12px; /* display:none; */
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}
.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.fixbar ul li {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}
.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #fff;
	padding: 9px 10px 10px 7px;
	z-index: 10;
}
.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plugbar ul li {
	width: 20%;
	float: left;
}
.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.plugbar ul li a i {
	font-size: 20px;
	color: #696969;
}
.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px/2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%;
}

.rows_1 {
	-webkit-line-clamp: 1;
}
.rows_2 {
	-webkit-line-clamp: 2;
}
.rows_3 {
	-webkit-line-clamp: 3;
}
.rows_4 {
	-webkit-line-clamp: 4;
}
.rows_5 {
	-webkit-line-clamp: 5;
}

/* Combo Phone */

/* Phone Switch */
.widget-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
}
#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
	content: '\f00d';
}
.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}
.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, .5);
	border: 1px solid #fff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}
.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 9999;
}
.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@-moz-keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}
@-webkit-keyframes shake-anim {
	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
@-o-keyframes shake-anim {
	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
.mm-panels,
.mm-navbar,
.mm-panels > .mm-panel {
	background: var(--color-web);
}

.mm-menu a {
	color: #fff !important;
}

.tintuc {
	padding: 45px 0;
}

.tintuc-inner {
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
}

.tintuc-mid {
	width: 60%;
}

.tintuc-left,
.tintuc-right {
	width: 20%;
}

.facebook-zalo {
	display: flex;
	grid-gap: 10px;
}

.facebook-zalo img {
	max-height: 45px;
}

.tintuc-box {
	display: flex;
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	color: #000;
}

.tintuc-body {
	padding: 1rem;
}

.tintuc-body h3 {
	font-size: 16px;
	font-family: 'UTMAvoBold';
}

.tintuc-left a,
.tintuc-right a {
	margin-bottom: 1rem;
	display: block;
}

.tintuc-img {
	flex: none;
	position: relative;
	overflow: hidden;
}

.tintuc-overplay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    padding: 30px;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 3;
}

.tintuc-overplay:after{
	content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 45px rgba(255,255,255,0.2);
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.4, 1.4, 1);
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px;
    background-color: rgba(76,175,80,0.2);
}

.tintuc-box:hover .tintuc-overplay:after{
	opacity: 1;
}

.btn-xemthem {
	background-color: var(--color-body);
	padding: 0.5rem 4rem;
	border-radius: 99px;
	margin: auto;
	display: table;
	position: relative;
	overflow: hidden;
}

.btn-xemthem:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    border-radius: 16px;
    transition: transform .5s ease-in-out;
    transform-origin: right;
    border-radius: 99px;
    box-shadow: 0 3.80916px 11.4275px rgba(148,184,147,.22);
    
}

.btn-xemthem:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-xemthem:hover span {
	color: var(--color-body);
}

.btn-xemthem span {
	z-index: 99;
	color: #fff;
	position: relative;
}

.tour-item {
	border: 1px solid #f4f4f4;
	display: block;
	color: #000;
}

.tour-desc {
	text-align: justify;
}

.tour-item h3 {
	font-size: 18px;
	font-family: 'UTMAvoBold';
}

.tournaments .nav-pills {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tournaments .nav-pills .nav-link.active,
.tournaments .nav-pills .show > .nav-link {
	background: var(--color-red);
}

.tournaments .nav-pills .nav-link {
	border-radius: 99px;
	padding: 0.5rem 2rem;
	margin: 0 1rem;
	font-family: 'UTMAvoBold';
	text-transform: uppercase;
	background-color: var(--color-body);
	color: #fff;
}

.tournaments {
	padding: 45px 0;
}

.video-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.slick-videobig {
	margin-bottom: 1rem;
}
.slick-videosmall .video-item {
	margin: 0 10px;
	cursor: pointer;
}

.slick-videosmall .video-image img {
	max-height: 145px;
	border-radius: 20px;
}

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

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

.slick-doitac a {
	display: block;
	margin: 0 10px;
}

.content3 {
	padding: 45px 0;
	background: url('../images/bg1.png');
}

.content3 .title-main:after {
	background: url('../images/line2.png');
}

.dknt .input-form {
	display: flex;
	grid-gap: 15px;
	margin-bottom: 1rem;
}

.dknt .form-control {
	border-radius: 0px;
	border: none;
}

.dknt-bottom {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.dknt-bottom textarea {
	height: 60px;
}

.dknt-bottom button {
	background-color: var(--color-body);
	height: 60px;
	border: none;
	white-space: nowrap;
	font-size: 16px;
	font-family: 'UTMAvoBold';
}

.input-dknt {
	position: relative;
	flex: 1;
	padding-left: 45px;
	background-color: #fff;
}

.input-dknt:before,
.textarea-dknt:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 3px;
	font-size: 20px;
}

.textarea-dknt {
	flex: 1;
	position: relative;
	padding-left: 35px;
	background: #fff;
}

.hoten.input-dknt:before {
	content: '\f007';
}

.email.input-dknt:before {
	content: '\f0e0';
}

.sodt.input-dknt:before {
	content: '\f095';
}

.noidung.textarea-dknt:before {
	content: '\f249';
}

/* Bang diem */

.table-bangdiem thead {
	background-color: var(--color-web);
	color: #fff;
}

.slick-doitac a img {
	border-radius: 20px;
}

/* Responsive */
@media (min-width: 1280px) {
	/*.index1 .product{
        width: 273px!important;
    }*/
}
@media (max-width: 1280px) {
}

@media (max-width: 1220px) {
	.footer-powered .wrap-content {
		padding: 15px 10px;
	}
	.page_trong {
		padding: 30px 10px;
	}
}
@media (max-width: 1024px) {
	.wrap-content {
		max-width: 95%;
	}
	.menu-res .hotline-header {
		display: inline-block;
		padding-left: 0px;
		background: transparent;
	}
	.menu-res .hotline-header span {
		color: #fff;
		font-size: 22px;
	}
	.product {
		/* width: unset!important; */
	}
	.product > .box {
		padding-bottom: 9px;
	}
	.product .chatzalo {
		width: calc(93% - 4px);
		position: relative;
		left: 8px;
		margin-bottom: 0px;
	}
	.product .addcart {
		bottom: 0px;
		left: 8px;
		width: calc(93% - 4px);
		position: relative;
	}
	.title-main > span,
	.page_trong .title-main > span {
		font-size: 30px;
	}

	.newsletter-button {
		text-align: center;
	}
	.footer-article .wrap-content {
		flex-wrap: wrap;
	}
	.footer-news:nth-child(1) {
		/* width: 100%; */
		margin-bottom: 10px;
		padding-top: 0px;
		padding-right: 10px;
	}
	.footer-powered .wrap-content {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.copyright,
	.statistic {
		display: block;
		width: 100%;
		text-align: center;
	}
	.grid-pro-detail {
		margin-bottom: 20px;
	}
	.menu {
		display: none;
	}
	.menu-res {
		display: block;
	}
	img {
		height: auto !important;
	}
	.pbThumbs img {
		height: 96% !important;
	}
	.toolbar ul li a img {
		height: 19px !important;
		width: auto;
	}
	.tintuc-left,
	.tintuc-right {
		display: none;
	}

	.tintuc-mid {
		width: 100%;
	}

	.title-main:after {
		width: 70%;
	}
}
@media (max-width: 850px) {
	.news {
		width: 100%;
		float: none !important;
	}
	.index1 .box {
		/* width: 50%; */
		margin-bottom: 10px;
	}
	.footer-news {
		/* width: 50% !important; */
	}
}
@media (max-width: 769px) {
	.title-main > span,
	.page_trong .title-main > span {
		font-size: 26px;
	}
	.footer-news:nth-child(2) {
		max-width: 100%;
		margin-bottom: 10px;
		width: 100%;
	}
	.footer-news:nth-child(3) {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-news:nth-child(4) {
		width: 100%;
	}
	.pic-news {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.info-news {
		width: 100%;
		float: none;
	}
	.top-contact {
		flex-wrap: wrap;
	}
	.left-pro-detail,
	.right-pro-detail,
	.top-contact .form-contact,
	.top-contact .article-contact {
		width: 100%;
		margin: 0px;
	}
	.left-pro-detail,
	.top-contact .article-contact {
		margin-bottom: 30px;
	}
	.toolbar {
		display: block;
	}
}
@media (max-width: 600px) {
	.product {
		width: calc(50% - 22px);
	}
	.index1 .slidespnb,
	.index1 .slidespbanchay {
		height: auto;
	}
	.index4 form {
		margin-top: 0px;
	}

	.index4 form input {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}
	.index5 .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.index5 .right {
		width: 100%;
	}
	.footerthem .box {
		width: 100%;
		max-width: unset;
		flex: unset;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.index1 .slidespnb button,
	.index1 .slidespbanchay button {
		display: none !important;
	}
	.index1 ul li > a {
		font-size: 14px;
	}
	.index1 img.topindex1 {
		display: none;
	}
	.index1 ul {
		margin-top: 0px;
	}
	.logo-menu-res {
		text-align: center;
		padding: 5px;
	}

	.logo-menu-res img {
		width: 39%;
	}
	.index1 .box {
		width: 100%;
	}
	.product {
		width: calc(50% - 4px);
		margin: 0px 2px 15px;
	}
	.index3 .box h3 {
		font-size: 23px;
	}
	.index5 .right iframe {
		height: 300px;
	}
	.index3 .box {
		display: none;
	}
	.desc-newshome {
		font-size: 12px;
		height: 48px;
		line-height: 16px;
	}
	.name-newshome {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.name-newshome.text-split {
		-webkit-line-clamp: 2;
	}
	.pic-newshome-normal {
		width: 42%;
	}
	.info-newshome-normal {
		width: calc(100% - 45%);
	}
	.pic-news,
	.info-news {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0px;
	}
	.info-news {
		margin-top: 15px;
	}
	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}
	.price-new {
		font-size: 13px;
	}
	.price-old {
		font-size: 13px;
	}
	.footer-article .wrap-content {
		padding: 50px 0px 0px !important;
	}
	.footer-news:nth-child(1),
	.footer-news:nth-child(4) {
		width: 100% !important;
	}
	.footer-news:nth-child(1) .title-footer {
		font-size: 25px;
	}
	.footer-ul li {
		line-height: 19px;
	}
	.btn-zalo,
	.btn-phone,
	.js-facebook-messenger-box {
		display: none;
	}

	.tour-item {
		margin-bottom: 2rem;
	}

	.tournaments {
		padding: 20px 0;
	}

	.title-main > span,
	.page_trong .title-main > span {
		font-size: 20px;
	}

	.dknt .input-form {
		flex-direction: column;
	}

	.footer-news:nth-child(2) {
		display: none;
	}

	.table-bangdiem thead th {
		white-space: nowrap;
	}
}
@media (max-width: 369px) {
	.cart-pro-detail {
		flex-wrap: wrap;
	}
	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}
	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}
	.cart-pro-detail a i {
		display: none;
	}
}
