@charset "utf-8";

/* CSS Document */

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

body {
	font-family: 'Roboto';
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

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

iframe {
	max-width: 100%;
}

.grecaptcha-badge {
	display: none !important;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	color: unset;
	outline: none;
}

ul {
	visibility: visible;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: initial
}

.clearfix {
	float: none;
	clear: both;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#main {
	width: 100%;
	position: relative;
}

#info {
	width: 100%;
	position: relative;
	padding: 6em 0 2em 0;
	border-top: 1px solid #dddddd;
}

#info .noidung_detail {
	display: block;
	width: 100%;
}

#info .noidung_detail .noidung * {
	max-width: 100%;
	height: auto;
}

#info .noidung_detail .noidung {
	margin: 10px 0;
}

.addthis_inline_share_toolbox {
	width: 100%;
	display: inline-flex;
}

.margin_auto {
	width: 1188px;
	margin: 0 auto;
	position: relative;
}

#container {
	position: relative;
	transition: 0.5s all;
	background: #ffffff;
	width: 100%;
}

.bando iframe {
	width: 100%;
	height: 220px;
	display: block;
}

#popup {
	display: none;
	padding: 0;
	max-width: 95%;
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.updating {
	width: 100%;
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0;
}

.khung_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.khung_flex.flex_center {
	align-items: center;
}

/* MXH */
.mangxh h4 {
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
}

.mangxh a {
	padding: 2px 5px 0px 5px;
}

/* Header */
.hotro_top {
	width: 69%;
	background: url(../img/menu_ht.png) no-repeat;
	background-size: cover;
	background-position: top left;
	float: right;
	box-shadow: 0 0 5px #1b1b1b;
	display: flex;
	justify-content: flex-end;
	height: 40px;
	align-items: center;
	padding-right: calc((100% - 1200px)/2);
	position: relative;
	z-index: 1;
}

.hotro_top:after {
	content: '';
	width: 57px;
	height: 38px;
	background: url('../img/af_hotro.png') no-repeat;
	position: absolute;
	top: 0;
	right: 100%;
}

.hotro_top p {
	color: #999999;
	background: url('../img/icon_gmc.png') no-repeat left;
	padding-left: 25px;
}

.hotro_top ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 5px;
}

.hotro_top ul li {
	margin-left: 20px;
    padding-top: 15px;
}

.hotro_top ul li a {
	color: white;
	font-size: 0.9rem;
}

#header {
	position: relative;
	width: 100%;
	background: url(../img/bg_hotro.jpeg) no-repeat;
	background-size: cover;
	background-position: top left;
}

#header:after {
	content: '';
	width: 100%;
	height: 5px;
	background: url(../img/gach_ht.jpeg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	background-size: cover;
	background-position: top left;
	box-shadow: 0 0 5px #1b1b1b;
}

.header {
	width: 100%;
}

.header .margin_auto {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	margin-left: -65px;
}

#timkiem {
	width: 450px;
}

#timkiem form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#timkiem input {
	width: calc(100% - 53px);
	height: 45px;
	border: 1px solid #404040;
	background: transparent;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: 'Roboto';
	padding: 0 10px;
	color: #ffffff;
}

#timkiem button {
	width: 53px;
	height: 45px;
	background: #cb1e33 url(../img/search2.png) center no-repeat;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.hotline {
	display: flex;
	justify-content: center;
	/* background: url(../img/call24h.png) no-repeat left; */
	min-height: 39px;
	flex-flow: column;
}

.hotline p {
	font-size: 1.5rem;
	color: white;
}

.hotline span {
	font-size: 1.5rem;
	color: #ffcc2a;
	font-weight: 700
}

/* Main menu */
#mainmenu {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 100%;
}

#mainmenu:before {
	content: '';
	width: 100%;
	height: 10px;
	border-bottom: 5px solid #808080;
	position: absolute;
	top: 0;
	left: 0;
	background: #cb1e33;
}

.timkiem_g {
	max-width: 400px;
	margin: 20px auto;
	position: relative;
}

.timkiem_g ul {
	position: absolute;
	left: 0;
	width: 100%;
	background: #2e2e2e;
	z-index: 100;
	color: #ffffff;
	display: none;
	max-height: 350px;
	overflow: auto;

}

.timkiem_g ul li {
	padding: 6px 10px;
	border-bottom: 1px solid #333333;
	cursor: pointer;
}

.timkiem_g ul li:hover {
	color: #cb1e33;
}

/* Title */
.title {
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
	text-align: center;
}

.title p {
	font-size: 15px;
	color: #333333;
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.5;
}

.title h4,
.title h2 {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	color: #f172ac;
	position: relative;
	z-index: 1;
	font-weight: 700;
	padding: 0 0 30px 0;
	width: 100%;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title.white h2,
.title.white h4 {
	color: #ffffff;
}

.tab_sp {
	padding: 0;
	position: relative;
}

.tab_sp li {
	position: relative;
	list-style: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	color: #1a1a1a;
	display: inline-flex;
	padding: 12px 25px;
	line-height: 1;
	margin: 0 2px;
	border: 1px dashed #636363;
	text-transform: uppercase;
	border-radius: 20px;
	background: #ffffff;
}

.tab_sp.white li {
	background: #ffffff;
}

.tab_sp li.active,
.tab_sp li:hover {
	border: 1px solid #d60c0c;
	color: #d60c0c;
}

/* Slider */
#slider {
	width: 100%;
	position: relative;
}

.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0px !important;
	box-shadow: none !important;
}

.bx-wrapper .bx-caption {
	text-align: left;
}

.bx-wrapper .bx-caption span {
	color: white !important;
}

.bx-wrapper {
	margin-bottom: 0 !important
}

.bx-viewport,
.bx-wrapper {
	position: relative;
	width: 100%;
	height: 528px !important;
	top: 0;
	left: 0;
}

.bxslider,
.bxslider li {
	height: 100% !important;
}

.bxslider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.text_slider {
	position: absolute;
	left: 70px;
	width: 40%;
	height: 100%;
	bottom: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	z-index: 10000;
}

.text_slider .desc {
	color: #fff;
	width: 100%;
	text-align: left;
	-webkit-animation: fadeInDown 1s ease-in-out backwards;
	-moz-animation: fadeInDown 1s ease-in-out backwards;
	-o-animation: fadeInDown 1s ease-in-out backwards;
	-ms-animation: fadeInDown 1s ease-in-out backwards;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1.5s;
}

.xt_lienhe {
	margin-top: 20px
}

.xt_lienhe a {
	width: 170px;
	line-height: 45px;
	background: #f3f3f3;
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	transform: skew(-15deg);
	margin-right: 7px;
	text-align: center;
	font-weight: 500;
}

.xt_lienhe span {
	transform: skew(15deg);
	display: inline-block;
}

.xt_lienhe a:hover {
	background: #ed193f;
	color: #fff
}

/*Hỗ trợ */
.hotro {
	width: 100%;
	display: inline-block;
	border: 1px solid #dddddd;
	padding: 37px 0 0 0;
	margin: -37px 0 0 0;
}

.hotro .phone img {
	display: inline-block;
}

.hotro .phone span {
	font-family: UTMAvoBold;
	color: #fe0000;
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 10px 0 10px 60px;
	margin: 10px 0;
}

.hotro .khung {
	width: 100%;
	display: inline-block;
	padding: 0 10px;
}

.yahoo {
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	display: block;
	padding: 5px 0;
	line-height: 30px;
}

.yahoo:last-child {
	border: none;
}

.yahoo .hinh {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.yahoo .hinh span {
	font-size: 15px;
	color: #3853a4;
}

.yahoo .thongtin span:nth-child(1) {
	padding: 0 0 0 25px;
	font-size: 13px;
	color: #4a4a4a;
	font-weight: 400;
}

.yahoo .thongtin span:nth-child(2) {
	padding: 0 0 0 25px;
	font-size: 13px;
	color: #707070;
	font-weight: 400;
}

/*-----CART-------*/
.cart {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 0 0 0 50px;
	position: relative;
}

.cart span {
	color: #da1919;
	font-weight: 700;
}

.cart strong {
	font-weight: 400;
}

/* Product detail */
.product_ct {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.khung_product_detail {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.khung_product_detail .daxem {
	width: 250px;
}

.khung_product_detail .daxem h4 {
	font-family: SFUFuturaBook;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background: #000000;
	padding: 10px 0;
	font-weight: 100;
}

.khung_product_detail .daxem .bao_sp {
	display: none;
}

.khung_product_detail .daxem .sp {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.khung_product_detail .daxem .sp>a {
	width: 80px;
}

.khung_product_detail .daxem .sp .noidung {
	width: calc(100% - 90px);
	font-family: 'Roboto';
	font-size: 13px;
	color: #333333;
}

.khung_product_detail .daxem .sp .noidung .giaban {
	color: #ff0000;
}

.khung_product_detail .daxem .sp .noidung .giacu {
	text-decoration: line-through;
}

.khung_product_detail .daxem .sp h3 a {
	font-family: 'Roboto';
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	max-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 500;
}

.slick_daxem {
	border: 1px solid #dddddd;
	padding: 5px;
	border-top: 0;
}

.slick_daxem .slick-slide {
	margin: 5px 0;
}

.frame_images {
	padding: 0;
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 31.5px;
	z-index: 0;
}

.MagicZoom {
	width: 100%;
	text-align: center;
	background: #ffffff;
}

.app-figure {
	width: 100%;
	visibility: hidden;
	height: 0px;
}

.app-figure.active .mz-thumb-selected img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.app-figure.active {
	visibility: visible;
	height: auto;
}

.color_l {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.color_r {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.selectors {
	width: 100%;
	margin: 5px 0 0 0;
}

.list_carousel {
	width: 100%;
	position: relative;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel #foo3 {
	margin: 0 -5px;
}

.list_carousel .slick-slide {
	margin: 0 5px;
}

.foo3_l {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 99;
}

.foo3_r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99;
}

.list_carousel li {
	display: none;
}

.list_carousel li img {
	display: block;
}

.list_carousel li a {
	text-decoration: none;
}

.list_carousel li a h3 {
	color: #835410;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.pager {
	width: 320px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.prev13 {
	width: 12px;
	height: 19px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.next13 {
	width: 12px;
	height: 19px;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.caroufredsel_wrapper {
	width: 100% !important;
}

/* Khung thong tin */
#container_product {
	width: 100%;
	margin: 20px 0 0 0;
}

#container_product .noidung_tab {
	width: 100%;
	display: block;
}

div#container_product #tabs {
	overflow: hidden;
	background: #f2f2f2;
	display: flex;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#container_product #tabs li {
	text-transform: uppercase;
}

div#container_product #tabs li.active {
	background: #cb1e33;
	border-bottom: none;
	position: relative;
}

div#container_product #tabs li.active a {
	color: #fff;
}

div#container_product #tabs li {
	padding: 8px 20px;
	background: #eeeeee;
	list-style: none;
	text-align: center;
}

div#container_product #tabs li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.khung_thongtin {
	width: 50%;
}

.khung_thongtin_ajax {
	width: 100%;
}

.khung_thongtin>a {
	background: #70eea0;
	color: #ffffff;
	padding: 5px 30px;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Roboto';
	text-transform: uppercase;
	cursor: pointer;
}

.khung_thongtin .addthis_inline_share_toolbox {
	width: 100%;
}

.khung_thongtin>div {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 3px 0;
	width: 100%;
}

.khung_thongtin>div label {
	color: #000000;
	font-weight: 400;
}

.khung_thongtin>.size,
.khung_thongtin>.color {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.khung_thongtin>.size span {
	display: inline-block;
	border: 1px solid #f172ac;
	padding: 2px 8px;
	margin: 0 0 0 5px;
	cursor: pointer;
	color: #f172ac;
	border-radius: 2px;
}

.khung_thongtin>.size span:hover,
.khung_thongtin>.size span.active {
	background: #f172ac;
	color: #ffffff;
}

.khung_thongtin>.color span {
	margin: 0 0 0 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #dddddd;
	padding: 2px;
}

.khung_thongtin>.color span img {
	vertical-align: middle;
	margin-right: 5px;
}

.khung_thongtin>.color span.active {
	border: 1px solid #f172ac;
}

.khung_thongtin>.color span.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 13px;
	border-bottom: 14px solid #EB038D;
	border-left: 14px solid transparent;
	width: 0;
}

.khung_thongtin div p a {
	font-family: 'Roboto';
	font-size: 14px;
	color: #006a48;
}

.khung_thongtin h1 {
	font-size: 21px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.khung_thongtin b {
	font-weight: 100;
	margin: 0 10px 0 0;
	font-family: 'Roboto';
	font-weight: 500;
}

.khung_thongtin span.giacu {
	text-decoration: line-through;
}

.khung_thongtin span.giaban {
	color: #dc2121;
	font-size: 16px;
	font-weight: 700;
}

.khung_thongtin .dathang {
	background: #d00;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	margin: 10px 0;
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}

.khung_thongtin .dathang:hover {
	background: #047c24;
}

#social-air-sp {
	display: inline-flex;
}

#social-air-sp img {
	display: inline-block !important;
}

.zalo-share-button {
	position: relative;
	margin: 0 0 0 5px;
}

.zalo-share-button img {
	width: 30px !important;
}

/* buy product detail */
.input-number {
	padding: 8px 8px;
	border: 1px solid #c9c9c9;
	width: 50px;
	margin: 0 0 0 7px;
}

.add_to_cart {
	width: 100%;
	margin: 0 0 10px 0;
}

.add_to_cart a {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 500;
}

.add_to_cart a.buy {
	background-size: 30px;
	padding: 8px 10px 8px 40px;
}

.add_to_cart a.muangay {
	background-size: 20px;
	padding: 8px 10px 8px 40px;
}

/* Share gia soc */
#giasoc {
	padding: 10px;
	border-radius: 5px;
	background: #eaaf2d;
	overflow: unset;
	display: none;
	text-align: center;
}

#giasoc .buy_giasoc {
	padding: 10px 10px 10px 80px;
	color: #000000;
	font-family: 'Roboto';
	font-weight: 400;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 0 10px 0;
	cursor: pointer;
}

#giasoc .buy_giathuong {
	background: #000000;
	color: #ffffff;
	display: table;
	margin: 0 auto;
	padding: 8px 30px;
	font-family: 'Roboto';
	cursor: pointer;
	font-weight: 500;
}

#giasoc .buy_giathuong:hover {
	background: #ff0000;
	color: #ffffff;
}

#giasoc .fancybox-close-small {
	background: #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	right: 0;
	top: -15px;
	right: -15px;
}

#giasoc .fancybox-close-small:after {
	width: 20px;
	height: 20px;
	top: 1px;
}

/* Video */
#video_load {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#video_load .object {
	background: #fff;
	width: 100%;
}

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

.select_video select {
	width: 100%;
	padding: 10px;
	outline: none;
	color: #5c5c5c;
	font-weight: 500;
	text-indent: 5px;
	font-size: 1.5rem;
	border: 1px solid #d6d6d6;
}

.select_video::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

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

.select_video::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

.box_video {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.box_video h3 {
	text-align: center;
	margin-top: 5px;
}

.box_video h3 a {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	max-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.box_video .video:hover h3 a {
	color: #25b4ed;
}

.clip_bt .khung_video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.khung_video .video-container{
    width: 100%;
}
.clip_bt .iframe {
	width: 100%;
	margin-bottom: 3px;
}

.clip_bt .iframe iframe {
	display: block;
}

.slick_video {
	margin: 0 -5.5px;
}

.slick_video .slick-slide {
	margin: 0;
	cursor: pointer;
	margin: 0 5.5px;
}

.slick_video .vi img {
	height: 77px;
}

.khung_slickk {
	width: 100%;
	margin-top: 8px;
}

/* Search */
.frm_timkiem input::-webkit-input-placeholder {
	color: #666666;
}

.frm_timkiem input:-moz-placeholder {
	color: #666666;
}

.frm_timkiem input::-moz-placeholder {
	color: #666666;
}

.frm_timkiem input:-ms-input-placeholder {
	color: #666666;
}

#timkiem_l {
	margin-bottom: 20px;
}

#timkiem_l .frm_timkiem {
	border: 1px solid #0060bf;
}

#timkiem_l .frm_timkiem button {
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 25px;
}

#timkiem_l .frm_timkiem input {
	line-height: 43px;
	padding: 0 10px;
	font-size: 15px;
}

/* HTTT */
.hotro_right {
	position: fixed;
	top: 20%;
	left: -300px;
	z-index: 100;
	width: 345px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.5s all;
}

.hotro_right.active {
	left: 0;
}

.hotro_right #img {
	display: inline-block;
	position: relative;
	width: 45px;
	cursor: pointer;
}

.hotro_right div.hotline_r {
	bottom: 0px;
	padding: 0px 10px;
	background-color: #ffde00;
	color: #d00000;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.hotro_right .noidung_20 {
	display: none;
	width: 100%;
	background-color: #FFF;
	border-left: 1px solid #d00000;
	border-top: 1px solid #d00000;
	padding: 5px;
}

.hotro_tt img {
	display: block;
}

.hotro_bt {
	width: calc(100% - 45px);
	display: inline-block;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.hotro_bt p b {
	color: #444444;
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: 100;
	display: inline-block;
}

.hotline_bt {
	width: 100%;
	text-indent: 70px;
	margin-bottom: 10px;
}

.hotline_bt p {
	font-size: 27px;
	font-family: 'Roboto';
	color: #d50000;
}

.yahoo_top {
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.yahoo p.hinh a {
	display: inline-block;
	margin: 0 10px 0 0;
}

.yahoo p.hinh a img {
	width: 30px;
}

.yahoo .dienthoai {
	color: #333;
}

.yahoo .email {
	color: #333;
	padding: 2px 0px 2px 40px;
}

.yahoo p b {
	color: #ff0000;
	font-family: 'Roboto';
	font-weight: 100;
}

.visit_hidden {
	visibility: hidden;
	height: 0;
}

.tinkhac {
	width: 100%;
	margin: 0;
}

.tinkhac ul {
	margin: 0;
	padding: 0;
}

.tinkhac ul li {
	width: 100%;
	/* line-height: 30px; */
	list-style: none;
	display: inline-flex;
	align-items: baseline;
}

.tinkhac li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-indent: 10px;
	display: inline-block;
}

.tinkhac li a img:hover {
	opacity: 0.5;
}

.tinkhac li a i {
	margin-right: 20px;
}

.tinkhac li a:hover {
	color: #f172ac;
}

.xemnhieu {
	width: 193px;
	border: 1px solid #FF8A00;
}

/* ul.pagination {
	text-align: center;
	color: #829994;
}

ul.pagination li {
	display: inline;
	padding: 0 3px;
} */

/* ul.pagination a {
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-decoration: none;
	background: #403e3ecc;
	font-size: 14px;
} */

/* ul.pagination a:hover,
ul.pagination a.current {
	background: #e32323;
	color: #fff;
} */

.page_info {
	display: none !important;
}

/* ========== Content pagination ========== */
.paging {
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.paging .pagination {
	margin: auto;
	float: unset;
	width: auto !important;
	text-align: center;
	margin: 20px 0 20px 0;
}

.pages li.prev {
	margin-right: 15px;
}

.pages li.next {
	margin-left: 15px;
}

.pages li {
	display: inline-block;
	margin: 5px 2px;
}

.pages li a {
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}

.pages li a:hover {
	background: #f6f6f6;
}

.pages li .active {
	color: #fff;
	border-color: #424852;
}

.pages li .active:hover {
	background: #2a313d;
}

/* Thong ke */
.thongke {
	width: 215px;
}

.thongke ul {
	padding: 0;
	line-height: 30px;
	font-family: Roboto;
	font-weight: 400;
	color: #ffffff;
}

.thongke li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 0 30px;
	font-size: 13px;
	color: #ffffff;
}

.thongke li:last-child {
	border-bottom: 0;
}

/* Tieu chi */
.tieuchi_w {
	width: 100%;
	background: #e5e5e5;
	padding: 20px 0
}

.slick_tc {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 -5px
}

.slick_tc .slick-slide {
	margin: 0 5px
}

.item_tc {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding-top: 15px;
	border-radius: 5px;
}

.item_tc img {
	width: 40px;
}

.item_tc h3 {
	font-size: 15px;
	font-weight: 500;
	margin-left: 10px;
}

.item_tc h3 a {
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}

/* Sản phẩm */
.sanpham_w {
	width: 100%;
	padding-bottom: 50px;
}

.thanh_title {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
	margin-top: 50px;
}

.thanh_title:after {
	content: '';
	width: 100%;
	height: 25px;
	background: url(../img/bg_tit.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0
}

.thanh_title h2 {
	font-size: 25px;
	color: #fff;
	font-family: 'UTMHelvetIns';
	text-transform: uppercase;
	padding: 0 70px;
	background: #cb1e33;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 50px;
}

.thanh_title h2:before {
	content: '';
	width: 21px;
	height: 100%;
	background: #cb1e33;
	position: absolute;
	top: 0;
	right: calc(100% - 0.5px);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.thanh_title h2:after {
	content: '';
	width: 21px;
	height: 100%;
	background: #cb1e33;
	position: absolute;
	top: 0;
	left: calc(100% - 0.5px);
	clip-path: polygon(0 0, 1% 100%, 100% 50%);
}

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

.item_sp {
	text-align: center;
}

.item_sp>a {
	display: block;
}

.item_sp>a span {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/new.png) no-repeat;
	width: 45px;
	height: 45px;
}

.item_sp h3 {
    min-height: 50px;
    line-height: 15px;
	margin-top: 10px;
}

.item_sp h3 a {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.item_sp p {
	color: #808080;
	font-weight: 500;
	margin-top: 2px;
	font-size: 1.25rem;
}

.item_sp p span {
	color: #cb1e33
}

.xemthem_sp {
	text-align: center;
	margin-top: 20px
}

.xemthem_sp a {
    text-underline-offset: 5px;
    /* text-decoration: underline; */
    display: inline-block;
    width: 120px;
    line-height: 45px;
    /* background: #ffbb36; */
    color: #e70000;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}

.xemthem_sp a:hover {
	/* background: #cb1e33; */
	color: #cb1e33;
    text-decoration: underline;
}

/* Danh muc */
.khung_sanpham {
	display: flex;
	justify-content: space-between;
}

.right_sp {
	/* width: calc(100% - 305px); */
	padding-top: 33px;
}

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

.danhmuc {
	width: 270px
}

.sticky_dm {
	position: sticky;
	top: 56px
}

.danhmuc h4 {
	color: #d50000;
	background: url(../img/list_dm.png) left center no-repeat;
	padding-left: 25px;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #d50000;
	font-family: 'Roboto Condensed';
	font-weight: 700;
}

.danhmuc ul {
	background: #cb1e33;
	margin-top: 1px;
}

.danhmuc ul li {
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #fff;
}

.danhmuc ul li a {
	display: block;
	background: url(../img/icon_dm.png) no-repeat left;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px;
	color: #fff;
}

.danhmuc ul li ul {
	width: 100%;
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	z-index: 1;
	opacity: 0;
	transition: 0.5s all;
	pointer-events: none;
}

.danhmuc ul li:last-child {
	border: 0
}

.danhmuc ul li:hover ul {
	opacity: 1;
	transition: 0.5s all;
	pointer-events: auto;
}

.danhmuc ul li:after {
	content: '';
	width: 0;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s all;
}

.danhmuc ul li:hover:after {
	width: 100%;
	transition: 0.5s all
}

.danhmuc ul li a span {
	position: relative;
	z-index: 1;
	display: block;
}

/* Quang cao */
.banner_w {
	width: 100%;
}

.banner_w a {
	display: block;
	height: 350px
}

/* Sản phẩm list */
.sanpham_list {
	width: 100%;
}

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

/* Bottom */
.bottom_w {
	width: 100%;
	padding-bottom: 50px;
}

.bottom_w .margin_auto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tintuc_bt {
	width: 50%;
	padding-right: 15px;
}

.thanh_bt {
	width: 100%;
	margin-top: 40px;
	background: url(../img/thanh_bt.jpeg) repeat-x;
	height: 44px;
	margin-bottom: 30px;
}

.thanh_bt h4 {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	font-family: 'UTMImpact';
	text-transform: uppercase;
	background: url(../img/bg_bt.jpeg) repeat-x;
	padding: 0 35px;
	position: relative;
	line-height: 58px;
	margin-top: -7px;
}

.thanh_bt h4:after {
	content: '';
	width: 21px;
	height: 100%;
	background: url(../img/bg_bt.jpeg) repeat-x;
	position: absolute;
	top: 0;
	left: calc(100% - 0.5px);
	clip-path: polygon(0 0, 1% 100%, 100% 100%);
}

.sim_tin {
	position: relative
}

.sim_tin:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #999999;
	position: absolute;
	top: 0;
	left: 52px;
}

.khung_tin {
	position: relative
}

.khung_tin:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #999999;
	position: absolute;
	top: 0;
	left: 48px;
	border-radius: 50%;
}

.khung_tin:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #999999;
	position: absolute;
	bottom: 0;
	left: 48px;
	border-radius: 50%;
}

.item_tin {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.num_tin {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	border-radius: 50%;
	background: #cb1e33;
}

.info_tin {
	width: calc(100% - 73px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px dotted #b2b2b2
}

.info_tin:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/icon_tin.png) no-repeat;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	z-index: 1;
}

.info_tin>a {
	display: block;
	width: 137px;
}

.mota_tin {
	width: calc(100% - 150px)
}

.mota_tin h3 a {
	color: #000;
	font-size: 15px;
	font-weight: 500
}

.date_tin span {
	font-size: 13px;
	color: #808080;
}

.date_tin a {
	display: inline-block;
	font-weight: 500;
	color: #be2235;
	margin-left: 10px;
	font-style: italic;
}

.mota_tin>p {
	color: #000;
	line-height: 25px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.clip_bt {
	width: 50%;
	padding-left: 15px
}

.vert .simply-scroll-list .item_tin .info_tin {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important
}

.vert .simply-scroll-list {
	height: auto !important;
}

/*Tin tức*/
.box_news {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.box_news .news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.box_news .news .img a {
	display: table;
	margin: 0 auto;
}

.box_news .news .noidung {
	width: calc(100% - 300px);
}

.box_news .news:hover h3 a {
	color: #25b4ed;
}

.box_news .news h3 {}

.box_news .news h3 a {
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	max-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}

.box_news .news .mota {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 5;
	max-height: 125px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.box_news .news .ngaydang {
	font-weight: 400;
	font-size: 14px;
	color: #a7a0a0;
	font-style: italic;
}

/*Quảng cáo*/
#quangcao {
	padding: 0;
}

.slick_qc {
	display: none;
	0
}

/*Điều hướng*/
.dieuhuong {
	width: 100%;
	padding: 0 0 10px 0;
	position: relative;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 15px;
}

.dieuhuong a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px;
	position: relative;
}

.dieuhuong a:first-child {
	padding: 0 10px 0 0;
}

.dieuhuong a:first-child i {
	margin-right: 5px;
	font-size: 19px;
	color: #585858cc;
	font-weight: 100;
}

.dieuhuong a:before {
	font-family: FontAwesome;
	position: absolute;
	content: '\f105';
	right: -5px;
	top: -1px;
}

.dieuhuong a:last-child,
.dieuhuong a:hover {
	color: #fb2b27;
	font-weight: 700
}

.dieuhuong a:last-child:before {
	display: none;
}

.noidung_tt {
	width: calc(100% - 380px);
}

.noidung_tt .hinhanh {
	margin-bottom: 20px;
}

/*Tab*/
.khung_tab {
	width: 100%;
	display: none;
}

.khung_tab.active {
	display: block;
}

.tags_sp a {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	margin: 0 0 5px 0;
}

.tags_sp a:hover {
	color: #ed1c24;
	border-color: #ed1c24;
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/* Tab product */
.tab_show {
	display: block !important;
	/* border: 1px solid #ebebeb; */
	border-top: 0;
	padding: 10px;
	width: 100%;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.tab_hidden {
	display: none;
}

.noidung_ta * {
	max-width: 100%;
}

/* Footer */
.nhantin_ft {
	width: 100%;
	padding: 30px 0;
	background: #cb1e33
}

.nhantin_ft .margin_auto {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tit_nhantin {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 77px;
	background: url(../img/icon_email.png) no-repeat left;
	min-height: 65px;
}

.tit_nhantin h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.tit_nhantin p {
	font-size: 15px;
	color: #fff;
}

.lh_nhantin {
	width: 72%;
}

.lh_nhantin form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lh_nhantin .submit_nt {
	width: 130px;
	line-height: 40px;
	background: #f6bf00;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	font-family: 'Roboto';
	border: 0;
	cursor: pointer;
	margin-top: 10px;
}

.nhom {
    align-items: flex-end;
	width: calc(100% - 140px);
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.lh_nhantin .input {
	width: 100%;
	height: 40px;
	border: 0;
	background: #fff;
	border-radius: 5px;
	font-family: 'Roboto';
	font-size: 14px;
	color: #000;
	padding: 0 10px
}

footer {
	padding: 0;
}

#footer {
	width: 100%;
	position: relative;
	color: #fff;
	background: url(../img/bg_footer.jpeg) no-repeat;
	background-size: cover;
	background-position: top left
}

.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer .thongtin_ct {
	width: 33%;
}

.thanh_ft {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px
}

.thanh_ft:after {
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0
}

.footer .thongtin_ct h2 {
	font-size: 35px;
	color: #fff;
	font-family: 'UTMHelvetIns';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.noidung {
	width: 100%;
	font-family: 'Roboto';
}

.lienket {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.lienket a {
	margin-left: 8px;
}

.tag_ft {
	width: 33%;
}

.item_tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.item_tag a {
	font-size: 15px;
	color: #000;
	padding: 11px 30px;
	background: #fff;
	font-weight: 700;
	margin: 0 10px 10px 0px;
	border-radius: 5px;
}

.item_tag a:hover {
	background: #cb1e33;
	color: #fff
}

.fan_ft {
	width: 33%;
}

/* coppy */
.coppy {
	width: 100%;
	background: #cb1e33;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 16px 0;
}

.coppy .margin_auto {
	display: flex;
	align-items: center;
	justify-content: center;
}

.coppy span {
	text-transform: uppercase;
}

.coppy ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400
}

.coppy ul li {
	display: inline-block;
	line-height: 1;
	margin-left: 10px;
}

/* back to top  */
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 17px;
	text-align: center;
	line-height: 45px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 99999;
	background: #1182fc;
	border-radius: 50%;
}

#back-to-top a {
	display: block;
	color: #fff;
	font-size: 25px;
}

#back-to-top .back-circle {
	height: 50px;
	width: 50px;
}

#back-to-top .back-circle .circle {
	border: 1px solid #034790 !important;
}

/* Mang XH*/
.mang_xh {
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 12px;
}

.mang_xh span {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 10px 0 0;
}

.mang_xh a {
	display: inline-block;
}

.mang_xh a img {
	vertical-align: middle;
	display: block;
}

.mang_xh a:last-child {
	margin: 0;
}

.mang_xh a:hover img {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transition: all 1s;
}

/* contact */
.khung_contact {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.khung_contact .noidung_detail {
	margin-bottom: 20px;
}

.khung_contact .bando {
	width: 100%;
	margin-top: 20px;
}

.khung_trai,
.khung_phai {
	width: 48%;
}

.thongtin_lh {
	width: 100%;
	padding: 0px 40px 20px 0px;
}

.thongtin_lh h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #04608B
}

.form_lh {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.form_lh h4 {
	font-size: 25px;
	color: #333;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.form_lh p.mxn {
	width: 100%;
}

.form_lh p.mxn>b {
	padding: 0px 20px 0px 0px;
	font-family: 'Roboto';
}

.form_lh p.mxn input {
	width: 100px;
}

.form_lh p {
	padding: 5px 0px 5px 0px;
	margin: 0;
	width: 100%;
	display: inline-block;
}

.form_lh p input,
.form_lh p textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: unset;
	font-family: 'Roboto';
	font-size: 14px;
}

.form_lh p label {
	width: 120px;
}

.form_lh p button {
	border: 0px;
	background: #cb1e33;
	padding: 10px 20px;
	margin: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: 500;
}

.form_lh p button:hover {
	background: #e2273e;
}

.form_van input {
	width: 100%;
	padding: 5px;
}

.form_van button {
	position: absolute;
	z-index: 1000;
	top: 1px;
	right: 0px;
	color: #eee;
	padding: 5px;
	border: 0px;
	background: #E78D00
}

.form_contact {
	padding: 0 0 10px 0;
}

#form_contact input {
	padding: 5px;
}

/* Download */
.download_box {
	width: 230px;
	margin: 0px 25px 10px 0px;
	text-align: center;
	border: 1px solid #ddd;
}

.download_box p {
	margin: 0;
	font-family: 'Roboto';
}

.download_box img {
	padding: 5px;
	transform: scale(1);
}

.download_box img:hover {
	transform: scale(1.05);
}

.download_box h3 {
	text-align: center;
	font-weight: 100;
	color: #333;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-family: RobotoBold;
	width: 100%;
	display: inline-block;
}

.download_box a {
	margin: auto;
	display: inline-block;
	padding: 3px 20px 3px 20px;
	background: #ff0000;
	color: #fff;
}

.download_box a:hover {
	background: #13b119;
}

/* Album */
.khung_album {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.khung_album img {
	display: block;
}

.khung_album h3 {
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
}

.khung_album h3 a {
	width: 100%;
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'OpenSansSemiBold';
}

.khung_album .hinhanh>a {
	padding: 3px;
	border: 1px dashed #ccc;
}

.khung_album .hinhanh:hover h3 a {
	color: #d81818;
}

.khung_album_images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.hinhanh_detail {
	margin-top: 20px;
}

.slick_ab {
	display: none;
	margin: 10px -10px 0 -10px;
}

.slick_ab .slick-slide {
	margin: 0 10px;
}

/*--------------tags---------------------*/
.tags span {
	font-family: RobotoBlack;
	font-size: 14px;
	font-weight: 100;
}

.tags a {
	color: #333333;
	font-size: 12px;
	padding: 4px 10px;
	margin: 0 3px 6px 0;
	border: 1px solid #dddddd;
	border-radius: 20px;
	display: inline-block;
}

.tags a:hover {
	color: #ff0202;
	border-color: #ff0202;
}

/*-----------------end tags-----------------------*/

/* Hover */
.thongtin_gt ul li .mota_tc h3 a:hover,
.xemthem_gt a:hover,
.owl_dichvu li .mota_dv h3 a:hover,
.owl_sanpham li h3 a:hover,
.tinlon h3 a:hover,
.tinnho ul li .mota_nho a:hover {
	color: red;
}

.xemtatca a:hover {
	background: #ff0000
}

/*++++++++++LEFT+++++++++++*/
.sp_index {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#left {
	width: 397px;
	position: relative;
}

.product_detail {
	width: calc(100% - 417px);
}

/*Hover images*/
.hover_img {
	width: 100%;
	overflow: hidden;
}

.hover_img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff5e;
	content: '';
	z-index: 10;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

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

/* Zoom In #1 */
.hover_zoom {
	box-shadow: 2px 2px 2px #f2ebeb;
    position: relative;
    overflow: hidden;
}

.hover_zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
}

.hover_zoom:hover img {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.hover1:before {
	z-index: 1;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(0, 1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:hover:before,
.hover1:hover:after {
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

/* Service detail */
.baiviet2 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.baiviet2.box4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 20px 0;
}

.baiviet2 .baiviet2_it {
	transition: 0.5s all;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.baiviet2 .baiviet2_it:hover .arrows_left,
.baiviet2 .baiviet2_it:hover .arrows_right {
	opacity: 1;
}

.baiviet2 .baiviet2_it .img {
	width: 100%;
	overflow: hidden;
	border: 1px dotted #e1e1e1;
	padding: 3px;
}

.baiviet2 .baiviet2_it .arrows_right {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	transition: 0.5s all;
}

.baiviet2 .baiviet2_it .arrows_left {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	transition: 0.5s all;
}

.baiviet2 .baiviet2_it .noidung {
	width: 100%;
}

.baiviet2 .baiviet2_it .noidung>span {
	font-family: 'Roboto';
	font-size: 12px;
	color: #b8b8b8;
	font-style: italic;
}

.baiviet2 .baiviet2_it .khung>a {
	display: block;
	margin: 0 0 5px 0;
}

.baiviet2 .baiviet2_it img {
	display: block;
}

.baiviet2 .baiviet2_it h3 {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.baiviet2 .baiviet2_it h3 a {
	font-size: 15px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 700
}

.baiviet2 .baiviet2_it:hover h3 a {
	color: #fb2b27;
}

.baiviet2 .baiviet2_it p {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	width: 100%;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.chitiet_bv {
	color: red;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	display: block;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.baiviet2 .baiviet2_it p.ngaydang {
	padding: 0 0 0 20px;
	font-size: 12px;
	-webkit-line-clamp: 1;
	max-height: 25px;
	font-style: italic;
}

.baiviet2 .baiviet2_it a.xemthem {
	font-size: 14px;
	color: #2882ce;
	font-family: 'Roboto';
	padding: 10px 30px;
	border: 1px solid #2882ce;
	border-radius: 10px;
	transition: 1s all;
	display: inline-block;
}

.baiviet2 .baiviet2_it a.xemthem:hover {
	color: #000000;
	border: 1px solid #000000;
}

.khung_tinkhac {
	width: 100%;
}

.owl_tinkhac .slick-slide {
	margin: 0 10px;
}

.owl_tinkhac .baiviet2_it {}

.khung_tinkhac .baiviet2_it {
	transition: 0.5s all;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.khung_tinkhac .baiviet2_it:hover .arrows_left,
.baiviet2 .baiviet2_it:hover .arrows_right {
	opacity: 1;
}

.khung_tinkhac .baiviet2_it .img {
	width: 100%;
	overflow: hidden;
	border: 1px dotted #e1e1e1;
	padding: 3px;
}

.khung_tinkhac .baiviet2_it .arrows_right {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	transition: 0.5s all;
}

.khung_tinkhac .baiviet2_it .arrows_left {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	transition: 0.5s all;
}

.khung_tinkhac .baiviet2_it .noidung {
	width: 100%;
	min-height: 148px;
}

.khung_tinkhac .baiviet2_it .noidung>span {
	font-family: 'Roboto';
	font-size: 12px;
	color: #b8b8b8;
	font-style: italic;
}

.khung_tinkhac .baiviet2_it .khung>a {
	display: block;
	margin: 0 0 5px 0;
}

.khung_tinkhac .baiviet2_it img {
	display: block;
}

.khung_tinkhac .baiviet2_it h3 {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.khung_tinkhac .baiviet2_it h3 a {
	font-size: 15px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 700
}

.khung_tinkhac .baiviet2_it:hover h3 a {
	color: #fb2b27;
	font-weight: 700
}

.khung_tinkhac .baiviet2_it p {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	width: 100%;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 3;
	max-height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.chitiet_bv {
	color: red;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	display: block;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.khung_tinkhac .baiviet2_it p.ngaydang {
	padding: 0 0 0 20px;
	font-size: 12px;
	-webkit-line-clamp: 1;
	max-height: 25px;
	font-style: italic;
}

.khung_tinkhac .baiviet2_it a.xemthem {
	font-size: 14px;
	color: #2882ce;
	font-family: 'Roboto';
	padding: 10px 30px;
	border: 1px solid #2882ce;
	border-radius: 10px;
	transition: 1s all;
	display: inline-block;
}

.khung_tinkhac .baiviet2_it a.xemthem:hover {
	color: #000000;
	border: 1px solid #000000;
}

/* Hinh anh */
#hinhanh {
	padding: 30px 0 50px 0;
}

.bao_hinhanh {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bao_hinhanh a:nth-child(1) {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}

.bao_hinhanh a:nth-child(2) {
	grid-row: 1;
	grid-column: 3 / 5;
}

.bao_hinhanh a:nth-child(3) {
	grid-row: 2;
	grid-column: 3;
}

.bao_hinhanh a:nth-child(4) {
	grid-row: 2;
	grid-column: 4;
}

.bao_hinhanh a:nth-child(5) {
	grid-row: 1 / 3;
	grid-column: 5 / 7;
}

/* Phan biet */
.slick_phanbiet {
	display: none;
	margin: 0 -15px;
}

.slick_phanbiet .slick-slide {
	margin: 0 15px;
}

.phanbiet {
	text-align: center;
}

.phanbiet>.img {
	display: table;
	margin: 0 auto;
}

.phanbiet img {
	border-radius: 5px;
}

.phanbiet h3 {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.phanbiet:hover h3 {
	color: #f172ac;
}

.sudung {
	position: relative;
}

.sudung h3 {
	font-weight: 400;
	color: #ffffff;
	background: #00000099;
	text-align: center;
	padding: 12px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
}

.sudung h3 a {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 1;
	max-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.sudung:hover h3 {
	background: #f172aca3;
}

#lienhe_face {
	padding: 30px 0;
}

#lienhe_face .lienhe {
	width: 600px;
	max-width: 100%;
}

.frm_lienhe {
	background: #ffd9e1;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frm_lienhe input {
	width: calc((100% / 2) - 10px);
	margin-bottom: 20px;
}

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

.frm_lienhe input,
.frm_lienhe textarea {
	font-family: Roboto, sans-serif;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #808080;
	border: none;
}

.frm_lienhe button {
	display: table;
	margin: 0 auto;
	padding: 14px 25px;
	background: #f172ac;
	border: none;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 5px;
}

#lienhe_face .facebook {
	width: 500px;
	max-width: 100%;
}

.phone_rep,
#goidien_rep {
	display: none;
}

.mm-panels {
	background: #cb1e33 !important;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: #fff !important;
	text-transform: uppercase;
}

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

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: #fff !important;
}

.mm-menu.mm-current.mm-opened {
	display: block !important;
}

@keyframes balloon {

	0%,
	100% {
		transform: translateY(0) rotate(-6deg)
	}

	50% {
		transform: translateY(-1px) rotate(8deg)
	}
}

.shake-68 {
	animation: balloon 1s ease-in-out infinite;
}

.map_contact {
	width: 100%;
}

.map_contact iframe {
	width: 100%;
	height: 400px;
}

.header_mm {
	display: none;
}

#timkiem_rep {
	display: none
}

/************* Responsive *************/
@media(max-width:1200px) {
	.margin_auto {
		width: 100%;
		padding: 0 10px
	}

	#container {
		overflow: hidden;
	}

	.hotro_top {
		width: 80%
	}

	.logo {
		margin-left: 0
	}
}

@media(max-width:1000px) {
	#mainmenu {
		padding: 0;
	}

	.text_slider {
		display: none;
	}

	.hotro_top ul li {
		margin-left: 10px
	}

	.hotro_top {
		padding-right: 10px;
	}
}

@media(max-width:980px) {
	.hotro_top {
		width: 100%;
		padding-left: 10px;
	}

	.bx-viewport,
	.bx-wrapper {
		height: 420px !important;
	}
}

@media(max-width:768px) {

	.hotro_top,
	#timkiem,
	.hotline,
	nav.menu_top:before,
	nav.menu_top:after,
	#mainmenu:before,
	.menubar,
	.danhmuc {
		display: none
	}

	.right_sp {
		width: 100%
	}

	.right_sp {
		padding: 0
	}

	.frame_images {
		padding: 0
	}

	.bx-viewport,
	.bx-wrapper {
		height: 290px !important;
	}

	#timkiem_rep {
		display: block !important;
	}

	#timkiem_rep {
		width: 80%;
	}

	#timkiem_rep form {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#timkiem_rep input {
		width: calc(100% - 53px);
		height: 35px;
		border: 1px solid #404040;
		background: #fff;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		color: black;
		font-family: 'Roboto';
		padding: 0 10px;
	}

	#timkiem_rep button {
		width: 53px;
		height: 35px;
		background: #ffbb36;
		border: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		cursor: pointer;
	}

	.slick_sanpham,
	.grid_in {
		grid-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}

	.header .margin_auto {
		justify-content: center;
	}

	.xemthem_sp a {
		width: 130px;
		height: 40px;
		line-height: 40px;
	}

	.thanh_title h2 {
		font-size: 1.7em;
	}

	.item_sp p {
		font-size: 14px
	}

	.banner_w a {
		height: 250px
	}

	.tintuc_bt {
		width: 100%;
		padding: 0
	}

	.clip_bt {
		width: 100%;
		padding: 0
	}

	.bottom_w {
		padding-bottom: 30px
	}

	.nhantin_ft .margin_auto {
		justify-content: center;
		flex-flow: column
	}

	.lh_nhantin {
		width: 100%
	}

	.tit_nhantin {
		margin-bottom: 10px;
		background: none;
		padding: 0;
		text-align: center;
	}

	.footer .thongtin_ct,
	.tag_ft,
	.fan_ft {
		width: 100%
	}

	.thanh_ft {
		margin-top: 20px
	}

	.lh_nhantin form {
		flex-flow: column;
	}

	.footer {
		padding-top: 20px
	}

	footer {
		padding-bottom: 45px
	}

	.coppy {
		padding: 10px 0
	}

	.coppy .margin_auto {
		flex-flow: column
	}

	#mainmenu {
		height: 45px;
		position: relative;
		background: #cb1e33
	}

	.header_mm a {
		top: 4px;
		transform: initial;
		display: block !important;
	}

	.frm_timkiem {
		display: block;
		position: relative;
		top: initial;
		right: initial;
		width: 100%
	}

	#mainmenu .margin_auto {
		align-items: center;
		justify-content: flex-end;
		height: 100%;
		display: flex;
		padding: 0;
		padding-right: 10px;
	}

	.zalo_animax,
	.js-facebook-messenger-box,
	.icon_s {
		display: none !important;
	}

	.phone_rep {
		display: block;
		font-size: 22px;
		color: #ed1c24;
		margin-right: 10px;
	}

	#info {
		padding: 2em 0 20px 0;
	}

	.frame_images,
	.khung_thongtin {
		width: 100%;
	}

	.grid_sp,
	.baiviet2 {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}

	.khung_trai,
	.khung_phai {
		width: 100%;
	}

	.form_lh h4 {
		font-size: 1.7em
	}

	#goidien_rep {
		display: block;
	}

	#back-to-top {
		bottom: 60px;
		right: 10px;
		background: #cb1e33;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#back-to-top a {
		font-size: 22px;
	}

	.header_mm {
		display: block;
	}
}

@media(max-width:650px) {}

@media(max-width:600px) {}

@media(max-width:500px) {

	.bx-viewport,
	.bx-wrapper {
		height: 230px !important;
	}

	.thanh_title {
		margin-top: 30px
	}

	.thanh_title h2 {
		font-size: 1.4em;
		line-height: 40px;
		padding: 0 40px;
	}

	.slick_sanpham,
	.grid_in,
	.grid_sp,
	.baiviet2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.num_tin,
	.khung_tin:before,
	.sim_tin:after {
		display: none
	}

	.info_tin {
		width: 100%
	}

	.thanh_bt h4 {
		font-size: 1.4em;
		line-height: 50px;
	}

	.nhom {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}

	.footer .thongtin_ct h2 {
		font-size: 30px;
	}

	.lh_nhantin .submit_nt {
		width: 110px;
		line-height: 35px;
	}

	.item_tag a {
		padding: 10px 20px;
	}

	.item_sp>a span {
		zoom: 0.7;
	}
}

@media(max-width:420px) {
	.banner_w a {
		height: 150px;
	}

	.xemthem_sp a {
		width: 120px;
		height: 37px;
		line-height: 37px;
	}
}

@media(max-width:380px) {}
