@charset "UTF-8";
/* Main */
:root {
	--color-main: #0084cb;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #000;
	--color-gray: #6c757d;
	--mm-color-background: #0084cb;
	--mm-color-text: #fff;
	--mm-color-text-dimmed: #fff;
}
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a,
input,
textarea {
	outline: none;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.newsletter-input input::-webkit-input-placeholder {
	color: #000 !important;
}
.newsletter-inputinput::-moz-placeholder {
	color: #000 !important;
}
.newsletter-inputinput:-moz-placeholder {
	/* Older versions of Firefox */
	color: #000 !important;
}
.newsletter-input input:-ms-input-placeholder {
	color: #000 !important;
}
.w-clear:after {
	display: block;
	content: '';
	clear: both;
}
.mg5 {
	margin-right: -5px !important;
	margin-left: -5px !important;
}
.pd5 {
	padding: 0px 5px !important;
}
.pd0 {
	padding: 0 !important;
}
.pd_sp {
	padding: 0px 6px !important;
}
.mg0 {
	margin: 0 !important;
}
.pad_pic {
	padding: 5px !important;
}
.pad_video {
	padding: 10px;
}
.pad_video_1 {
	padding: 0px;
}
.pad_video_2 {
	padding: 10px 10px;
	padding-bottom: 10px;
}
.five_sp {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.hidden,
.meta-toc {
	display: none;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.view_video {
	cursor: pointer;
}
.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}
.container_s {
	max-width: none !important;
	margin: 0px auto;
}

.wrap-main,
.wrap-content {
	max-width: 1330px;
	margin: 40px auto;
	padding: 0px 0px;
}
.wrap-content-pd0 {
	max-width: 1335px;
	margin: 0px auto;
	padding: 0px 10px;
}
.wrap-home {
	max-width: 100%;
	padding: 0px;
	position: relative;
}
.wrap-content {
	margin: auto;
}

/* General */
.title-index {
	position: relative;
	margin: 0px 0px;
	border: 1px solid #0084cb;
}
.title-index:before {
}
.title-index span {
	position: relative;
	text-transform: capitalize;
	color: #fff;
	background: #0084cb;
	font-size: 17px;
	display: inline-block;
	padding: 8px 20px;
	font-weight: 700;
	min-width: 200px;
}
.title-index span:before {
}
.title-index span:after {
}
.title-index p {
}

.title-index-s {
	position: relative;
	margin-bottom: 10px;
}
.title-index-s:before {
}
.title-index-s span {
	position: relative;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 10px;
	color: #333333;
	font-size: 26px;
	z-index: 9;
	font-weight: 700;
	border-left: 5px solid #0084cb;
}
.title-index-s span:before {
}
.title-index-s p {
	font-size: 15px;
	color: #5c5c5c;
}
.title-index-s:after {
}

.title-main {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.title-main:after {
}
.title-main span {
	text-transform: uppercase;
	color: #c12721;
	font-size: 30px;
	display: block;
	font-weight: 700;
}
.title-main p {
	color: #262626;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.time-main {
	margin-bottom: 0.75rem;
	color: #fff;
}
.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}
.time-main span {
	vertical-align: top;
	display: inline-block;
}

.title-main.bk_white {
}
.title-main.bk_white span {
	text-transform: capitalize;
	color: #f9d409;
	background: none;
	font-size: 55px;
	font-family: 'UTMEdwardian';
	padding: 0px;
}
.title-main.bk_white p {
	color: #fff;
	margin-top: 0px;
}

.social {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.social li {
	display: inline-block;
	vertical-align: top;
}
.social li img {
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	transition: 1s ease-out;
}
.social li:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.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-main);
	border-color: var(--color-main);
	color: #fff;
}
.prev-carousel {
	left: 0px;
}
.next-carousel {
	right: 0px;
}

/* Header */
.header {
	position: relative;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9;
}
.header.header-noindex {
	margin-bottom: 50px;
}
.header-top {
	position: relative;
	color: #fff;
	background: #ffe19c;
	text-align: center;
}
.header-top .wrap-content {
	padding: 5px 10px;
}
.header-bottom {
	position: relative;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.header-menu {
	background-color: #0084cb;
}
.logo-header {
	position: relative;
}
.info-header {
	margin-bottom: 0px;
	color: #fff;
}
.info-header span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff000;
	display: inline-block;
}
.info-header marquee {
	width: 75%;
	position: relative;
	top: 5px;
	font-weight: 700;
	color: #fff000;
}
.info-header i {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	font-size: 14px;
}
.social-header li {
	width: 30px;
	margin-right: 3px;
}
.header-bottom .wrap-content {
	padding: 10px 0px;
}
.name_header {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 28px;
	color: #0084cb;
	text-transform: uppercase;
}
.hotline-header {
	display: inline-block;
	padding-left: 35px;
	min-height: 55px;
	background-image: url(../images/icon_hotline.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.hotline-header p {
	font-weight: 400;
	margin-bottom: -2px;
	text-transform: capitalize;
	color: #333333;
	font-size: 15px;
}
.hotline-header p:nth-child(2) {
	font-size: 13px;
}
.hotline-header span {
	font-weight: 700;
	color: #da282d;
	font-size: 17px;
}
.time-header {
	display: inline-block;
	padding: 10px 0px;
	padding-left: 60px;
	min-height: 55px;
	background-image: url(../images/i_time.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.time-header p {
	font-weight: 400;
	margin-bottom: -2px;
	text-transform: capitalize;
	color: #333333;
	font-size: 14px;
}
.time-header span {
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	display: block;
}

.dichvu-header {
	display: inline-block;
	margin-right: 30px;
	padding-left: 50px;
	background-image: url(../images/i_dvut.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}
.sanpham-header {
	display: inline-block;
	margin-right: 30px;
	padding-left: 50px;
	background-image: url(../images/i_spch.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}
.dichvu-header p,
.sanpham-header p {
	margin: 0px;
	font-size: 14px;
	color: #333333;
}
.dichvu-header p span,
.sanpham-header p span {
	font-weight: 700;
}
.user-header a {
	color: #fff;
	padding-right: 9px;
	margin-right: 7px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.user-header a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 8px;
	background-color: #fff;
	top: calc(50% - 7px / 2);
	right: 0px;
	opacity: 0.7;
}
.user-header a:last-child {
	padding-right: 0px;
	margin-right: 0px;
}
.user-header a:last-child:after {
	display: none;
}

/* Menu */
.menu {
	background: #0084cb;
	padding: 0px 10px;
}
.menu ul {
	width: 100%;
	padding: 0px;
	margin: auto;
	list-style: none;
}
.menu > ul {
	width: auto;
}
.menu ul li {
	position: relative;
	z-index: 99;
}
.menu ul li.line {
	width: 5px;
	height: 10px;
	background: url(../images/space.png) no-repeat center center;
}
.menu ul li a {
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
}
.menu ul li a i {
	font-size: 30px;
	color: #fff;
	margin: 0px;
}
.menu ul li a h2 {
	font-size: 15px;
	color: #fff;
	margin: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.8;
}
.menu ul li a h2 img {
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.menu > ul > li > a.active,
.menu > ul > li:hover > a {
}
.menu > ul > li > a.active h2,
.menu > ul > li:hover > a h2 {
	background: #da282d;
}
.menu > ul > li a.active:after,
.menu > ul > li:hover > a:after {
}
.menu ul li ul {
	position: absolute;
	min-width: 200px;
	background: var(--color-main);
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.7s;
}
.menu ul li ul li a {
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu ul li ul li:last-child > a {
	border-bottom: 0px;
}
.menu ul li ul li a h2 {
	font-size: 15px;
	padding: 12px 15px;
}
.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}

.menu ul li ul li:hover a,
.menu ul li ul li:hover a > h2 {
	color: #fff;
	background: #da282d;
}

.header.menufix .header-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	transition: 0.1s all ease-in-out 0.1s;
}
.header.menufix .header-bottom .wrap-content {
	padding: 10px 10px;
	transition: 0.1s all ease-in-out 0.1s;
}
.header.menufix:hover {
	transition: 0.1s all ease-in-out 0.1s;
}
.header.menufix .logo-header {
	top: -10px;
	transition: 0.1s all ease-in-out 0.1s;
}
.header.menufix .logo-header img {
	width: 45%;
	transition: 0.1s all ease-in-out 0.1s;
}
.header.menufix .menu {
	transition: 0.1s all ease-in-out 0.1s;
}
.menu.menufix ul {
}
/* Search */
.search {
	max-width: 590px;
	background: #fff;
	border: 1px solid #cccccc;
	margin: 10px 0px;
}
.search p {
	float: left;
	width: auto;
	height: auto;
	line-height: 40px;
	padding: 0px 22px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	background: #da282d;
}
.search input {
	width: calc(100% - 60px);
	height: 40px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 12px;
}
.search input::-webkit-input-placeholder {
	color: #000;
}
.search input:-moz-placeholder {
	color: #000;
}
.search input::-moz-placeholder {
	color: #000;
}
.search input:-ms-input-placeholder {
	color: #000;
}

div.google_dich {
	position: relative;
	width: 140px;
	height: 40px;
	z-index: 9999;
	color: #fff;
	background: url(../images/i_google_d.png) no-repeat top left;
	background-size: 100% 100%;
}
div.google_dich select {
	height: 40px;
	border: 1px solid #ccc;
	background: none;
	width: 147px;
	color: #8b5e3b;
	text-transform: uppercase;
	margin: auto !important;
	padding-top: 3px;
}
div.google_dich .nav-link {
	display: block;
	padding: 0.1rem 1rem;
}
.google-translate .dropdown .dropdown-menu .dropdown-item {
	cursor: pointer;
	font-weight: 400;
	padding: 4px 0;
	font-size: 13px;
	padding-left: 45px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 25px;
}

/* Menu RP */
.menu-res {
	display: none;
	height: 55px;
	z-index: 10;
	background: var(--color-main);
	position: sticky;
	top: 0px;
	line-height: normal;
}
.menu-bar-res {
	height: 55px;
	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;
}
.mm-listitem a h2 {
	font-size: 16px;
	text-transform: uppercase;
}
/* 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-main);
	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-main);
	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-main);
	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-main);
}
.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 */
.margin_qc {
	margin-top: 10px;
}
.margin_qc img {
	margin-bottom: 10px;
}
.slideshow {
	position: relative;
}
.slideshow-pad {
	margin-top: 10px;
}
.slideshow a {
	display: block;
	cursor: pointer;
}
.slideshow a img {
	width: 100%;
}
.slideshow:hover .control-slideshow {
	opacity: 0.3;
}
.slideshow .control-slideshow:hover {
	opacity: 0.8;
}
.control-slideshow {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px / 2);
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
}
.control-slideshow i {
	color: #ffffff;
}
.prev-slideshow {
	left: 20px;
	padding-right: 3px;
}
.next-slideshow {
	right: 20px;
	padding-left: 3px;
}
#myVideo {
	position: relative;
	width: 100%;
	height: 715px;
	background-size: 100% 100%;
	background-color: black;
	background-image: /* our video */ ;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: -1;
}

.box_qc2b {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.box_qc2b img {
	width: auto !important;
}
.box_qcleft img {
	max-width: 100%;
	margin: 10px auto;
}
.title-page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: 1.5px solid #fff;
	display: inline-block;
	z-index: 1;
}
.title-page p {
	background: rgba(0, 0, 0, 0.8);
	padding: 25px 50px;
	color: #fff;
	font-size: 35px;
}
/* Partner */
.wrap-partner {
	padding: 0px 10px;
	position: relative;
}
.wrap-partner .wrap-content {
	max-width: 1200px;
	padding: 0px;
	position: relative;
}
.owl-partner {
	padding: 0px 10px;
	margin-top: 10px;
}
.partner {
	display: block;
}
.partner img {
	width: 100%;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}
.breadCrumbs .wrap-content {
	padding: 0.75rem 10px;
	max-width: 1200px;
}
.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);
}

/* Intro */
.wrap-intro {
	margin-bottom: 50px;
}
.left-intro {
	width: 67%;
}
.right-intro {
	width: 30%;
}
.title-intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5rem;
	text-align: center;
}
.title-intro span {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
	color: #333;
}
.title-intro span:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	bottom: 0px;
	left: 50%;
	background-color: #0084cb;
	transform: translate(-50%, 0%);
}
.newshome-best {
	width: 43%;
	display: block;
	float: left;
	margin-right: 1.5%;
}
.pic-newshome-best img {
	width: 100%;
}
.name-newshome {
	color: #313131;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0.25rem;
	font-weight: 700;
}
.name-newshome.text-white {
	color: #fff;
}
.name-newshome.text-split {
	-webkit-line-clamp: 2;
}
.time-newshome {
	color: #7d7d7d;
	margin-bottom: 0.25rem;
	font-size: 12px;
}
.desc-newshome {
	color: #313131;
	margin-bottom: 0px;
	font-size: 15px;
}
.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%;
	height: 330px;
	overflow: hidden;
}
.newshome-scroll ul li {
	margin-bottom: 15px !important;
}
.newshome-normal {
	display: block;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pic-newshome-normal {
	float: left;
	width: 45.57%;
	margin-right: 3%;
	margin-bottom: 0px;
}
.pic-newshome-normal.pic-newshome-none-float {
	width: 87%;
	margin-right: 0%;
}
.pic-newshome-normal img {
	width: 100%;
}
.info-newshome-normal {
	float: left;
	width: calc(100% - 48.57%);
}
.video-main {
	position: relative;
	height: 385px;
}
.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;
}

.post_date {
	position: absolute;
	bottom: 10px;
	left: 15px;
	display: inline-block;
	padding: 5px 7px;
	text-align: center;
	background: #f9e709;
}
.post_date p {
	text-align: center;
	color: #0084cb;
	font-size: 41px;
	margin: 0px;
	font-weight: 900;
}
.post_date p:last-child {
	font-weight: 700;
	font-size: 18px;
	border-top: 1px solid #0084cb;
}
.post_date:after {
}

.post_date_small {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	padding: 5px 7px;
	text-align: center;
	background: #f9e709;
}
.post_date_small p {
	text-align: center;
	color: #0084cb;
	font-size: 24px;
	margin: 0px;
	font-weight: 900;
}
.post_date_small p:last-child {
	font-weight: 700;
	font-size: 10px;
	border-top: 1px solid #0084cb;
}

/* Video */
.video {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}
.video:nth-child(4n + 1) {
	clear: both;
}
.video:nth-child(4n) {
	margin-right: 0px;
}
.pic-video {
	position: relative;
}
.pic-video:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px / 2);
	left: calc(50% - 35px / 2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}
.pic-video img {
	width: 100%;
}
.name-video {
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

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

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

/* Sản Phẩm */
.wrap-product {
	position: relative;
	padding-top: 50px;
}
.wrap-product-bk {
	background: #fafafa;
}
.wrap-product-list {
	margin-top: 10px;
	padding: 15px 15px;
	background: #fff;
}
.product {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.product:nth-child(4n + 1) {
	clear: both;
}
.product:nth-child(4n) {
	margin-right: 0px;
}
.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}
.pic-product {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #eee;
}
.pic-product img {
	width: 100%;
	border-radius: 3px;
}
.name-product {
	font-size: 16px;
	color: var(--color-black);
}
.name-product.text-split {
	-webkit-line-clamp: 1;
}
.price-product {
	margin-bottom: 0px;
}
.price-product span {
	font-weight: 700;
}
.price-new {
	font-size: 15px;
	font-weight: 500;
	color: var(--color-main);
}
.price-old {
	padding-left: 10px;
	font-size: 12px;
	color: var(--color-gray);
}
.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: var(--color-main);
	font-size: 11px;
	border-radius: 2px;
	width: 45px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.cart-product {
	margin-bottom: 0px;
}
.cart-product span {
	cursor: pointer;
	width: 49%;
	float: left;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
}
.cart-add {
	margin-right: 2%;
	background-color: var(--color-main);
}
.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-top: 50px;
	margin-bottom: 50px;
}
.left-pro-detail {
	position: relative;
	text-align: center;
	background: white;
}
.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
}
.right-pro-detail {
}
.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}
.owl-thumb-pro {
	padding: 0px 40px;
}
.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}
.thumb-pro-detail img {
	box-shadow: none !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.title-pro-detail {
	text-transform: capitalize;
	font-size: 20px;
	display: block;
	font-weight: 700;
}
.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}
.desc-pro-detail {
	margin-bottom: 1rem;
}
.attr-pro-detail {
	list-style: none;
	padding: 0px;
}
.attr-pro-detail li {
	margin: 10px auto;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 0px;
}
.attr-pro-detail li:last-child {
	border: none;
}
.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-main);
}
.price-old-pro-detail {
	font-weight: 500;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}
.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
}
.size-pro-detail {
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.color-pro-detail input[type='radio'],
.size-pro-detail input[type='radio'] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}
.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
}
.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
}
.cart-pro-detail a.buynow {
	background-color: var(--color-green);
}
.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}
.tabs-pro-detail {
	margin-top: 50px;
}
.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-main);
	border-radius: 3px;
}
.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
	font-size: 10px;
	float: left;
	margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
	display: block;
}

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

/* Bài viết */
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}
.news:nth-child(2n) {
	float: right;
}
.news:nth-child(2n + 1) {
	clear: both;
}
.pic-news {
	float: left;
	margin-right: 4%;
	width: 36%;
}
.pic-news img {
	width: 100%;
}
.info-news {
	float: left;
	width: 60%;
}
.name-news {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}
.name-news:hover {
	color: var(--color-main);
}
.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: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
	padding-left: 17px;
	list-style: square;
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: var(--color-main);
}

/* Contact */
.top-contact {
	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 */
.wrap-thongtin {
	padding: 50px 0px;
}
.footer {
	margin-top: 30px;
	background: #f3f3f3;
}
.footer-article-top {
	background: #fff;
	padding: 50px 0px;
}
.footer-article {
	background: #f3f3f3;
	padding: 35px 0px;
}
.footer-article .wrap-content {
	padding: 35px 10px;
}

.footer-news:nth-child(1) {
	width: 30%;
}
.footer-news:nth-child(2) {
	width: 15%;
}
.footer-news:nth-child(3) {
	width: 20%;
}
.footer-news:nth-child(4) {
	width: 25%;
}
.title-footer {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	color: #333333;
	padding-bottom: 10px;
	font-weight: 700;
}
.title-footer:before {
}
.title-footer:after {
}
.title-footer-big {
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0.75rem;
	color: #f9e709;
	padding-bottom: 10px;
	font-weight: 900;
}

.title-footer-small {
	position: relative;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 0.75rem;
	color: #f9e709;
	padding-bottom: 10px;
	font-weight: 700;
	display: inline-block;
}

.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #333;
	margin-left: 0px;
}
.footer-ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/node.png) no-repeat left center;
}
.footer-ul li:last-child {
	margin-bottom: 0px;
}
.footer-ul li a {
	color: #333;
	font-size: 15px;
}

.wrap-newsletter {
	padding: 20px 0px;
	background: #033e5d;
	height: 100%;
}
.slogan-newsletter {
	margin-bottom: 0.5rem;
	color: #333;
}
.slogan-newsletter span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.slogan-newsletter p {
	font-size: 14px;
	color: #fff;
}
.form-newsletter {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.invalid-feedback {
	color: #ff0000;
}
.newsletter-input {
	position: relative;
}
.newsletter-input input {
	padding: 0px;
	font-size: 14px;
	text-indent: 10px;
	border-radius: 0px;
	height: calc(1.5em + 0.75rem + 10px);
	border: 1px solid #ccc;
	background: #fff;
}
.newsletter-button {
	position: absolute;
	top: 0px;
	right: 0px;
}
.newsletter-button input[type='submit'] {
	position: relative;
	border: 0px;
	background: #da282d url(../images/i_fly.png) no-repeat top left;
	color: #fff;
	display: inline-block;
	padding: 0px 14px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	text-indent: -9999999px;
	width: 55px;
	height: 42px;
}

.footer-tags {
	background: #f3f3f3;
	padding: 30px 0px;
}
.footer-tags .wrap-content {
	padding: 0px 10px;
}
.label-tags {
	font-weight: 600;
	font-size: 15px;
	color: #000;
}
.list-tags {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-tags li {
	float: left;
	margin: 0px 5px 5px 0px;
	position: relative;
}
.list-tags li:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -8px;
	width: 1px;
	height: 15px;
	background: #333;
}
.list-tags li:last-child:after {
	background: none;
}
.list-tags li a {
	color: #333;
	padding: 6px 15px 8px 15px;
	display: block;
}
.list-tags li a:hover {
	color: var(--color-medium-red);
}
.list-tags li:last-child {
	background: none;
}

.footer-powered {
	color: #333;
	background-color: #e6e6e6;
}
.footer-powered .wrap-content {
	padding: 15px 10px;
}
.copyright {
	margin-bottom: 0px;
}
.copyright span {
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
.statistic {
	margin-bottom: 0px;
}
.statistic span {
	padding-right: 10px;
	color: #333;
	font-weight: 700;
}
.statistic span:last-child {
	padding-right: 0px;
}
#footer-map {
	position: relative;
	height: 200px;
}
#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

.social-footer {
	line-height: 3;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
}

.bct {
	display: block;
	max-width: 200px;
}
/* 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;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
}
.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 3px 2px;
	color: #333;
	background: #eee;
	border: 1px solid rgba(161, 161, 161, 0.4);
	font-size: 12px;
	cursor: pointer;
	padding: 3px 10px 5px 10px;
	border-radius: 2px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
	background: var(--color-main);
	color: #fff;
	border-color: var(--color-main);
}

/* 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;
}
.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;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 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: #0084cb;
	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: 0.1;
	border-color: #0084cb;
	opacity: 0.5;
}
.btn-frame .zoomIn {
	animation-name: zoomIn;
}
.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-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 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}
.btn-frame .pulse {
	animation-name: pulse;
}

.btn-dathen {
	bottom: 475px;
	color: #fff;
}
.btn-frame i {
	color: #fff;
}
/* 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: 1e30;
}
.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: #0084cb;
	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: #0084cb;
}
.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #0084cb;
	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: #0084cb;
}
.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: 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-main);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}
.cart-header {
	padding: 10px 0px;
	padding-left: 60px;
	min-height: 55px;
	background: url(../images/i_giohang.png) no-repeat left center;
	font-weight: 700;
	color: #0084cb;
}
.cart-header p {
	margin-bottom: -2px;
	font-weight: 400;
	color: #757575;
}
.cart-header span {
}
.cart-header:hover {
	color: #da1919;
}
.cart-header-menu {
	color: #fff;
}
.cart-header-menu p {
	margin: 0px;
	font-size: 20px;
}
/* Toolbar */
.toolbar {
	background: var(--color-main);
	width: 100%;
	padding: 3vw;
	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%;
	line-height: 1;
}
.toolbar ul li a {
	display: inline-block;
	width: 100%;
	color: #fff;
}
.toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	display: block;
}
.toolbar ul li a img {
	height: 15px;
	width: auto;
}
.element-animation {
	animation: animationFrames linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 0%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: animationFrames linear 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 0%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames linear 1s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 0%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: animationFrames linear 1s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 0%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: animationFrames linear 1s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 0%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes animationFrames {
	0% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes animationFrames {
	0% {
		-moz-transform: rotate(0deg);
	}
	20% {
		-moz-transform: rotate(15deg);
	}
	40% {
		-moz-transform: rotate(-10deg);
	}
	60% {
		-moz-transform: rotate(5deg);
	}
	80% {
		-moz-transform: rotate(-5deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}

@-webkit-keyframes animationFrames {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-o-keyframes animationFrames {
	0% {
		-o-transform: rotate(0deg);
	}
	20% {
		-o-transform: rotate(15deg);
	}
	40% {
		-o-transform: rotate(-10deg);
	}
	60% {
		-o-transform: rotate(5deg);
	}
	80% {
		-o-transform: rotate(-5deg);
	}
	100% {
		-o-transform: rotate(0deg);
	}
}

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

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

/* Combo Phone */
.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px;
}
.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}
.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}
.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
	display: block;
}
.support-online a {
	display: block;
}
.support-online a span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}
.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: 0.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: 0.1;
	border-color: #0089b9;
	opacity: 0.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, 0.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, 0.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);
	}
}
/****other-css***/
.wrap-album {
	padding: 50px 0px;
}
.item_content_pos {
	position: relative;
	width: 100%;
	margin: 15px auto;
}
.zoom_content_pos {
	overflow: hidden;
}
.zoom_content_pos img {
	width: 100%;
}
.name_content_pos {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.name_content_pos h3 a {
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	transition: 0.1s all ease-in-out 0.1s;
}
.item_content_pos:hover .name_content_pos h3 a {
	color: var(--color-main);
	transition: 0.1s all ease-in-out 0.1s;
}
/********wrap-tabs-sp**********/
.wrap-tabs {
	text-align: center;
	margin-left: 50px;
}
.list_mc {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.list_mc li {
	position: relative;
	display: inline-block;
	line-height: 35px;
	margin: 0px 2px;
	background: #fff;
}
.list_mc li:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -8px;
	width: 2px;
	height: 15px;
	background: #333;
}
.list_mc li:last-child:after {
	background: none;
}
.list_mc a {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	cursor: pointer;
	text-transform: capitalize;
	padding: 0px 20px;
}
.list_mc li:hover {
}
.list_mc li:hover a {
	color: #0084cb;
}
li.active_list_mc {
}
li.active_list_mc a {
	color: #0084cb;
}
/*******end-wrap-tabs-sp*******/

/**********item-san-pham******/
.item_product {
	width: 100%;
	height: auto;
	margin: 15px auto;
	position: relative;
	background: #fafafa;
	padding: 10px;
	box-shadow: 0px 0px 0px 1px #ccc;
}
.item_product_bk,
.wrap-product-bk .item_product {
	background: #fafafa;
}
.item_product.product_marin {
	width: 93.5%;
}
.zoom_product {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.zoom_product:after {
}
.zoom_product img {
	transition: all 1.2s ease 0s;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}
.hover_product {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
}
.item_product:hover img {
	transform: scale(1.1);
	transition: all 1.2s ease 0s;
}
.item_product:hover {
	box-shadow: 0px 0px 0px 1px #da282d;
	transition: all 0.2s ease 0s;
}
.km_sp {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/bk_sale.png) no-repeat top left;
	width: 61px;
	height: 61px;
	color: #fff !important;
	text-align: center;
	line-height: 61px;
	font-weight: 900;
	font-size: 20px;
	z-index: 1;
}
.new_sp {
}
.name_product {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}
.name_product h3 {
	height: 35px;
	font-size: 15px;
	color: #333;

	margin: 0px;
	overflow: hidden;
	font-weight: 700;
}
.name_product h3 a {
	color: #333;
	display: block;
	margin-bottom: 5px;
}
.name_product p.msp_product {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
}
.name_product p {
	font-size: 14px;
	color: #4c4c4c;
	margin: 0px;
}
.name_product p.mota {
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}
.name_product p span {
	color: #da282d;
	font-size: 14px;
	font-weight: 700;
}
.name_product p a {
	color: #333333;
}
.price_sp {
	font-size: 14px;
	color: #545454;
	margin: 0px;
}
.price_sp span {
	color: #e30016;
	font-size: 16px;
	font-weight: 700;
}
.price_sp .i_giacu {
	display: block;
	color: #737373;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
}
.btn_cart_add {
	display: block;
	width: 50%;
	padding: 7px 10px;
	padding-left: 30px;
	background: #fc0;
	position: relative;
	margin: auto;
	color: #111;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn_cart_add:after {
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 13px;
	color: #111;
}
/* .btn_cart_add:hover,.btn_cart_add:hover:after{
	color:#fff;background:#0084cb;
} */
/***********end-item-sanpham*****/

/*******item-bai-vet******/
.wrap-service {
	padding: 50px 0px;
	background: url(../images/bk_dichvu.jpg) repeat top left;
}
.wrap-service.bk_xam {
	background: #f5f5f5;
}
.box_news {
	clear: both;
	margin: 15px auto;
}
.box_news.box_news_slick {
	width: 96.16%;
}
.box_news h3 {
	margin: 10px 0px;
	padding: 0px 5px;
	color: #292929;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 15px;

	z-index: 8;
	position: relative;
}
.box_news h3:after {
}
.box_news h3 a {
	color: #292929;
	display: block;
}
.box_news p {
	color: #898989;
	margin: 0px;
	font-size: 15px;
	padding: 0px 5px;
}
.box_news p.small {
	font-size: 13px;
	color: #9f9f9f;
}
.box_news p.small span {
	color: #ed3237;
}
.box_news h3:hover {
}
.image_boder {
	margin: 0px 0px 0px 0px;
	background: #fff;
	overflow: hidden;
}
.image_boder img {
	width: 100%;
}
.box_news:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.2s all ease-in-out 0.2s;
}
/*******end-item-bai-vet******/
.box_news_sole {
	padding: 10px;
	border: 1px solid #eab137;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}
.box_news_sole .hover {
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: rgba(140, 85, 6, 0.4);
	display: none;
	transition: all 0.3s;
}
.text_news_sole h3 {
	text-transform: uppercase;
	color: #6e2b06;
	background: url(../images/bg-ac.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 130px;
}
.text_news_sole h3 a {
	color: #6e2b06;
}
.box_news_sole img {
	border-radius: 10px;
	width: 100%;
}
.box_news_sole:hover .hover {
	display: block;
}

.item {
	display: inline-block;
	width: 100%;
	padding: 7px 15px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	border-radius: 50px;
	margin-bottom: 20px;
}
.item > div {
	display: inline-block;
	float: left;
}
.item .num {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #777575;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding-top: 5px;
	color: #fff;
}
.item .title {
	width: calc(100% - 250px);
	padding-left: 20px;
	padding-right: 15px;
	font-size: 18px;
}
.item .title a {
	color: #000;
}
.item .title a:hover {
	color: #e6a00a;
}
.item .download {
	width: 45px;
	background: #f8edd4;
	font-size: 18px;
	text-align: center;

	height: 45px;
	border-radius: 5px;
	margin-top: 5px;
	padding-top: 10px;
	margin-right: 5px;
}
.item .date {
	width: 145px;
	background: #f8edd4;
	font-size: 18px;
	text-align: center;

	height: 45px;
	border-radius: 45px;
	margin-top: 5px;
	padding-top: 10px;
}
/*******About-us*************/
.wrap-about {
	padding: 50px 0px;
	background: url(../images/bk_tintuc.jpg) no-repeat top left;
	background-size: cover;
}
.wrap-about .image_gt img {
}
.wrap-about .border_gt {
}
.title_about {
	font-size: 15px;
	color: #636363;
	line-height: 0.8;
}
.title_about p span:first-child {
	border-top: 1px solid #0084cb;
	border-bottom: 1px solid #0084cb;
	text-transform: uppercase;
	margin-right: 5px;
	padding: 5px 0px;
}
.title_about p span:last-child {
	font-size: 60px;
	color: #0084cb;
	text-transform: capitalize;
	font-family: 'UTMEdwardian';
}
.text_gt {
}
/******End-about-us*********/

/*********ITEM-VIDEO-ALBUM******/

.item_video {
	position: relative;
	width: 100%;
	margin: 5px auto;
	overflow: hidden;
}
.item_video img {
	width: 100%;
}
.title_video {
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	line-height: 45px;
	padding: 0px 20px;
	transition: 0.4s all ease-in-out 0.4s;
}
.hover_video {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: rgba(244, 180, 71, 0.8);
	transition: 0.3s all ease-in-out 0.3s;
}
.hover_video h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700px;
	font-size: 15px;
	margin: 0px;
}
.item_video:hover .title_video {
	transition: 0.4s all ease-in-out 0.4s;
	bottom: -45px;
}
.item_video:hover .hover_video {
	transition: 0.3s all ease-in-out 0.3s;
	opacity: 1;
}
/*********END-ITEM-VIDEO-ALBUM***/

/********other-custom*******/
.wrap-dambao {
	padding: 40px 0px;
	padding-bottom: 0px;
}
.wrap-tieuchi {
	margin: 50px auto;
	margin-bottom: 0px;
	padding: 20px 0px;
	background: #0084cb;
}
.wrap-tieuchi .run_item_4 {
}
.wrap-tieuchi-padtop {
	padding-top: 50px;
}
.item_dambao {
	position: relative;
	width: 92%;
	margin: 0px auto;
	padding: 10px;
}
.slick-current .item_dambao {
	border-left: none;
}
.item_dambao .zoom_dambao {
	position: relative;
	margin: 5px auto;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.item_dambao .zoom_dambao:after {
}
.item_dambao img {
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	transition: 1s ease-out;
	margin: 0px auto !important;
}
.item_dambao h3 {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.item_dambao p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.item_dambao h3 a,
.item_dambao p a {
	color: #fff;
}
.item_dambao:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.wrap-other {
	padding: 50px 0px;
}
/********end-custom********/

/**** icon_xemthem****/
.icon_xemthem {
	margin: 0px;
	border: 1px solid var(--color-main);
	position: relative;
	color: var(--color-main);
	text-transform: capitalize;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	padding: 8px 25px;
	background: #fff;
}
.icon_xemthem a {
	color: var(--color-main);
}
.icon_xemthem:after {
}
.icon_xemthem:hover {
	color: #fff;
	background: var(--color-main);
	border: 1px solid var(--color-main);
}
.icon_xemthem:hover a,
.icon_xemthem:hover:after {
	color: #fff;
}
.icon_xemthem2 {
	position: absolute;
	top: 15px;
	right: 0px;
	margin: 0px;
	border: 1px solid var(--color-main);
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
	display: inline-block;
	padding: 8px 25px;
	background: #fff;
}
.icon_xemthem2 a {
	color: var(--color-main);
}
.icon_xemthem2:after {
}
.icon_xemthem2:hover {
	background: var(--color-main);
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.icon_xemthem2:hover a {
	color: #fff;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.icon_xemthem3 {
	border: 1px solid #0084cb;
	position: relative;
	color: #000000;
	text-transform: uppercase;

	cursor: pointer;
	font-size: 15px;
	display: inline-block;
	padding: 8px 35px;
	background: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.icon_xemthem3 a {
	color: #000000;
}
.icon_xemthem3:after {
}
.icon_xemthem3:hover {
	color: #fff;
	background: #0084cb;
	border: 1px solid #0084cb;
}
.icon_xemthem3:hover a {
	color: #fff;
}
.icon_xemthem4 {
	border: 1px solid #ffb400;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;

	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	padding: 8px 25px;
	background: #ffb400;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon_xemthem4 a {
	color: #fff;
}
.icon_xemthem4:after {
}
.icon_xemthem4:hover {
	color: #ffb400;
	background: #fff;
	border: 1px solid #ffb400;
}
.icon_xemthem4:hover a {
	color: #ffb400;
}
/**** end icon_xemthem****/

/****multi-map*****/
.carlton_map_weather {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0px 0px;
}
.carlton_map_weather .ten_chinhanh {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}
.carlton_map_weather ul {
	list-style: none;
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
	text-align: right;
	padding: 0px 10px;
}
.carlton_map_weather ul li {
	vertical-align: middle;

	font-weight: 400;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	padding: 10px 25px;
	background: var(--color-main);
	transform: skewX(-15deg);
	margin-bottom: 10px;
}
.carlton_map_weather ul li > p {
	font-weight: 15px;
	color: #333333;
	font-weight: 400;
	margin: 0px;
}
.carlton_map_weather ul li i {
	color: #0096d5;
	margin-right: 5px;
}
.carlton_map_weather ul li:hover,
.carlton_map_weather ul li.act {
	background: #db1200;
	color: #fff;
}
.carlton_map_weather ul li:hover p,
.carlton_map_weather ul li.act p {
	color: #fff;
}
.carlton_map_weather_tab section {
	overflow: hidden;
}
.carlton_map_weather_tab section iframe {
	width: 100%;
	display: block;
	height: 460px;
}
.carlton_map_weather_tab section {
	display: none;
}
/**********end-multi-map**********/
.slick-prev:before,
.slick-next:before {
	color: #000;
}
.i_next_prev .slick-prev {
	width: 73px !important;
	height: 73px !important;
	background: url('../images/icon_prev.png') no-repeat top left !important;
	opacity: 1 !important;
	left: -18px;
}
.i_next_prev .slick-next {
	width: 73px !important;
	height: 73px !important;
	background: url('../images/icon_prev.png') no-repeat top left !important;
	opacity: 1 !important;
	transform: rotateY(180deg);
	right: -18px;
}
.i_next_prev .slick-prev:before,
.i_next_prev .slick-next:before {
	opacity: 0;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #ff0000;
}

.modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

/****menu-left*****/
.col_left {
	position: relative;
}
.col_right {
	position: relative;
}

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

h4.title-catalog {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background: #da282d url(../images/bk_title.png) no-repeat top right;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;
	width: 100%;
	color: #fff;

	text-align: center;
}
.sub_con_other {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #d2d2d2;
	padding: 10px;
	margin-bottom: 40px;
}
.list_rp_nb {
	list-style: none;
	padding: 0px;
}
.list_rp_nb li {
	padding: 10px 15px;
	border-bottom: 1px solid #d2d2d2;
	background: url(../images/node2.png) no-repeat left center;
}

.list_rp_nb li a {
	display: block;
	color: #474747;

	font-size: 15px;
}
.list_rp_nb li:hover a {
	color: #fe0000;
}
.icon_block {
	width: 100%;
	height: 47px;
	background: #da282d url(../images/i_dmsp.png) no-repeat right + 20px center;
	padding-left: 30px;
	padding-right: 70px;
	font-weight: 700;
	line-height: 47px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.menu-l {
	width: 100%;
	z-index: 9;
	position: absolute;
	top: 0px;
}
.menu_left {
	position: relative;
}
.menu-l:hover .menu_left > ul {
	display: block !important;
}
.menu_left > ul {
	max-height: 460px;
	overflow: auto;
	padding: 0px 0px;
	background: #fff;
}

.menu-l ul {
	border: 1px solid #cccccc;
	margin: 0px;
	width: 100%;
	font-size: 14px;
	display: none;
	z-index: 99;
}
.menu_left > ul::-webkit-scrollbar {
	width: 5px;
}

.menu_left > ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
	border-radius: 10px;
}

.menu_left > ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.menu-l ul li {
	list-style: none;
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	padding: 12.5px 10px;
	line-height: 20px;
	text-align: left;
	background: url(../images/node2.png) no-repeat right + 15px center;
}
.menu-l ul li:first-child {
	border-top: none;
}
.menu-l ul li:last-child {
	border-bottom: none;
}
.menu-l ul li b {
	font-weight: 400;
}
.menu-l ul li a {
	display: block;
	color: #333333;
	padding-right: 20px;
	font-size: 14px;
	padding-left: 25px;
	font-weight: 400;
}
.menu-l ul li a span {
	display: block;
	font-size: 16px;
}
.menu-l ul li a:hover {
	color: #ff7f27;
}
.menu-l ul li ul {
	position: absolute;
	top: 0;
	left: 95%;
	min-height: 0px;
	background: rgba(255, 255, 255, 0.8);
	padding-left: 0px;
}
.menu-l ul li ul li {
	position: relative;
	background: url(../images/node2.png) no-repeat 15px center;
}
.menu-l ul li ul li a {
	background: none;
}

.menu-l ul li ul li ul {
	top: 0px !important;
}

.icon_block .menu-l ul li:hover > ul {
	display: block !important;
}
.menu-l ul li:hover > ul {
	display: block !important;
}
.menu-l ul li ul:hover {
	background: rgba(255, 255, 255, 1);
}
.showopen {
	display: none !important;
}
.showopen li ul {
}
/****end-menu-left****/

.tag-ul {
	list-style: none;
	padding: 0px;
	text-align: justify;
	margin-top: 20px;
}
.tag-ul {
}
.tag-ul a {
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #fff;
}
.tag-ul a:first-child {
}
.tag-ul a:last-child {
}
.tag-ul a:hover {
	color: #f9e709;
	border: 1px solid #f9e709;
}
/*****css-cam-nhan****/
.wrap-ykien {
	padding: 50px 0px;
}
.list_tin_thongtin {
	background: #f3f3f3;
	padding: 20px;
}
.list_tin_thongtin .img {
	position: relative;
	z-index: 9;
	text-align: center;
}
.list_tin_thongtin .img:before {
}
.list_tin_thongtin img {
	float: right;
	margin-top: -50px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.list_tin_thongtin h3 {
	color: #333;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
}
.list_tin_thongtin h3 p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}
.list_tin_ykien {
	position: relative;
}

.run_item_1 .slick-track {
}
.run_item_1 .slick-dots li button:before {
}
.list_tin_mota {
	color: #333333;
	padding: 0px 60px;
	min-height: 100px;
}
/*****end-css-cam-nha***/
@media (min-width: 1200px) {
	.col_right {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	.col_left {
		-ms-flex: 0 0 77%;
		flex: 0 0 77%;
		max-width: 77%;
	}
	.col_right_slider {
		-ms-flex: 0 0 61.333333%;
		flex: 0 0 61.333333%;
		max-width: 61.333333%;
	}
	.col_left_slider {
		-ms-flex: 0 0 38.666667%;
		flex: 0 0 38.666667%;
		max-width: 38.666667%;
	}
	.width-1200 {
		-ms-flex: 0 0 84.333333%;
		flex: 0 0 84.333333%;
		max-width: 84.333333%;
	}

	.gallery-thumb-pro {
		margin: 0px;
	}
	.owl-thumb-pro {
		padding: 0px;
	}
}
@media (min-width: 1023px) {
	.gallery-thumb-pro {
		margin: 0px;
	}
	.owl-thumb-pro {
		padding: 0px;
	}
}
@media (max-width: 1025px) {
	.wrap-dambao .khung_qt .img_icon {
		width: 185px;
		height: 185px;
	}
	.menu ul li a h2 {
		padding: 12px 10px;
	}
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
	.info-header marquee {
		width: 65%;
	}
	.dichvu-header,
	.sanpham-header,
	.cart-header {
		margin-right: 5px;
		padding-left: 45px;
	}
	.menu_left > nav {
		max-height: 400px;
	}
}
@media (max-width: 1001px) {
	.res_none,
	.menu,
	.header-top,
	.hotline-header,
	.search,
	.box_qc2b {
		display: none;
	}
	.menu-res,
	.toolbar {
		display: block;
	}
	.header-bottom .wrap-content {
		padding: 5px 0px;
		text-align: center;
	}
	.logo-header {
		position: relative;
		top: auto;
	}
	.header.menufix .header-bottom {
		position: relative;
		top: auto;
		left: auto;
	}
	.header.menufix .logo-header {
		top: auto;
	}
	.header.header-noindex {
		margin-bottom: 0px;
	}
	.banner-header img {
		margin-top: 20px;
	}
}
@media (max-width: 850px) {
	.news {
		width: 100%;
		float: none !important;
	}
}
@media (max-width: 769px) {
	.col_left {
		padding: 0px !important;
	}
	.banner_center,
	.col_right,
	.box_qcleft,
	.banner_right_none {
		display: none !important;
	}
	.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;
	}
	.col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0px 5px;
	}
	.col-xs-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xs-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.banner-header img {
		margin-top: 10px;
	}
	.header.menufix .logo-header img {
		width: auto;
	}
	.list_mc li {
	}
	.list_mc a {
	}
	.ab-big {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.ab-small {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}

	.list_tin_thongtin {
	}
	.carlton_map_weather .ten_chinhanh .name_bando {
		padding-left: 10px;
	}
	.carlton_map_weather ul {
		margin: 0px 10px;
	}
	.footer-powered .wrap-content {
		display: block !important;
		text-align: center;
	}
	.newshome-best {
		width: 100%;
	}
	.newshome-scroll {
		width: 100%;
	}
	.newsletter-input {
		margin: 5px auto;
	}
	.text-xs-center,
	.zoom_product {
		text-align: center;
	}

	.item_dambao {
		position: relative;
		width: 100%;
	}
	.wrap-tabs {
		margin-left: 0px;
	}
	.list_mc li:after {
		right: -5px;
		width: 1px;
	}
}
@media (max-width: 440px) {
	.pic-news,
	.info-news {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0px;
	}
	.info-news {
		margin-top: 15px;
	}
	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}
	.cart-pro-detail {
		display: block;
	}
	.cart-pro-detail a {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.title-index span {
		display: block;
	}
	.list_tin_mota {
		padding: 0 5px;
	}
}
@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;
	}
}
