* {
	box-sizing: border-box
}

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

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--background-static: #1f2a44;
	--background-hover: #fcc917;
	--color-static: #000;
	--color-hover: #1f2a44;
}

.text-sm {
	font-size: 14px;
}

.hover_xemthem {
	transition: .4s;
}

.hover_xemthem:hover {
	letter-spacing: 2px;
}

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

.pad-top {
	padding-top: 50px;
}

.pad-bottom {
	padding-bottom: 50px;
}

.mg-top {
	margin-top: 50px;
}

.mg-bottom {
	margin-bottom: 50px;
}

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

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

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

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

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

.hover_sang3:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.hover_sang3:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.hover_sang3:hover:before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover:after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.5);
}

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

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

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

.video_popup {
	position: relative;
	padding-bottom: 51.2%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

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

.addthis_native_toolbox {
	margin: 10px 0px;
	width: 100%;
	clear: both;
	max-height: 50px
}

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

#footer1 {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: none;
}

#footer1 img {
	vertical-align: middle
}

#footer1 a {
	color: #fff
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	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
	}
}

.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 100px;
	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: #ec2d3f;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

.table_goidien {
	width: 100%;
	text-align: center;
	margin: auto;
	background: #000;
	border-top: 1px solid #CCC
}

.the_an {
	position: absolute;
	top: -1000px
}

.tags {}

.tags a {
	display: inline-block;
	border-radius: 5px;
	background: #f0f0f0;
	color: #6e6e6e;
	padding: 3px 5px;
	margin-bottom: 2px
}

.tags a:hover {
	background: #fe6d4c;
	color: #fff
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clear {
	zoom: 1
}

*:first-child+html .clear {
	zoom: 1
}

img {
	max-width: 100%;
}

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

.fix_head {
	position: fixed !important;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
}

.fix_head ul li a {
	padding: 0px 55px !important;
}

.fix_head ul li ul li a {
	padding: 6px 10px !important;
}

.fix_head div.box-timkiem {
	bottom: -57% !important;
}

a {
	text-decoration: none
}

#google_language_translator {
	position: absolute;
	bottom: 0;
	right: 0;
}

.khung_chay {
	overflow: hidden;
}

/* <!-- hieu ung trang guong --> */
.hieuung {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	opacity: 0.9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s
}

.hieuung img {}

.hieuung:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.hieuung:hover:after {
	webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.hieuung:hover {
	opacity: 1
}

/*--- end ---*/

/*-- hieu ung border nhieu mau --*/
.hieuung_border .i_trai {
	position: absolute;
	height: 0px;
	width: 1px;
	left: 0px;
	top: 0px;
	background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
	background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
	background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
	background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet);
	transition: all 0.5s ease
}

.hieuung_border .i_phai {
	position: absolute;
	height: 0px;
	width: 1px;
	right: 0px;
	bottom: 0px;
	background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
	background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
	background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
	background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet);
	transition: all 0.5s ease
}

.hieuung_border .i_tren {
	position: absolute;
	height: 1px;
	width: 0px;
	right: 0px;
	top: 0px;
	background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
	transition: all 0.5s ease
}

.hieuung_border .i_duoi {
	position: absolute;
	height: 1px;
	width: 0px;
	left: 0px;
	bottom: 0px;
	background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
	background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
	background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
	background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet);
	transition: all 0.5s ease
}

.hieuung_border:hover .i_trai {
	height: 100%;
	bottom: 0px;
	top: inherit
}

.hieuung_border:hover .i_tren {
	width: 100%;
	left: 0px
}

.hieuung_border:hover .i_phai {
	height: 100%;
	top: 0px;
	bottom: inherit
}

.hieuung_border:hover .i_duoi {
	width: 100%;
	right: 0px;
	left: inherit
}

/*-- end ---*/
@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.woff');
}

@font-face {
	font-family: 'RR';
	src: url('font/Roboto-Regular.woff');
}

@font-face {
	font-family: 'RB';
	src: url('font/Roboto-Bold.woff');
}

@font-face {
	font-family: 'RBL';
	src: url('assets/fonts/Roboto-Black.woff');
}

@font-face {
	font-family: 'RM';
	src: url('assets/fonts/Roboto-Medium.woff');
}

@font-face {
	font-family: 'utm-helvetins';
	src: url('assets/fonts/utm-helvetins.woff');
}

body {
	font-size: 14px;
	background: #fff;
}

@font-face {
	font-family: 'MYRIADPRO';
	src: url('font/MYRIADPRO.OTF');
}

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

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

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

.zoom {
	overflow: hidden;
}

.zoom img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.zoom img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.fix {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

/*breadcumb*/
.dg-d ul {
	list-style-type: none;
	margin-bottom: 0;
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

.dg-d ul li {
	position: relative;
}

.dg-d ul li:after {
	position: absolute;
	content: "";
	left: 0px;
	background: #797878;
	width: 1px;
	height: 10px;
	top: calc(50% - 10px/2);
	transform: rotate(20deg);
}

.dg-d ul li:first-child:after {
	background: none;
}

.dg-d ul li a {
	padding: 0 15px;
	font-weight: 500;
	color: #797878;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'RR';
}

.dg-d ul li:first-child a {
	padding-left: 0;
}

.dg-d ul li:last-child a {
	color: var(--background-static);
}

/* body */
div#wapper {
	/* margin: auto; */
	/* max-width: 1349px; */
	/* background: #fff; */
	/* overflow: hidden; */
}

div.h1200 {
	max-width: 1190px;
	margin: 0 auto;
	width: calc(100% - 30px);
}

/* header */
div#box_top {
	background: #1a1a1a;
	color: #a1a1a1;
	font-family: 'RR';
}

div.top_1 img,
div.top_2 img {
	vertical-align: inherit;
}

div.top_1 {
	float: left;
	width: 38%;
	margin-top: 15px;
}

div.top_2 {
	float: left;
	margin-top: 14px;
}

div.top_3 {
	float: right;
}

/* menu */
.w-mn.fix_head {
	background: var(--background-static);
}

div#menu_mobi {
	display: none;
}

div.logo {}

div.box_menu {
	float: right;
}

div#menu {
	position: relative;
	height: 60px;
	line-height: 60px;
	margin: auto;
	background: #292C35;
}

.fix_head#menu {
	background: var(--background-static);
}

div#menu ul {
	float: left;
	list-style: none;
	height: 100%;
	margin-bottom: 0;
}

div#menu ul li {
	float: left;
	position: relative;
	z-index: 50;
}

div#menu ul li.line {
	background: #FFF;
	height: 41px;
	width: 1px;
}

div#menu ul li a {
	color: #fff;
	font-size: 15px;
	padding: 0px 41px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-family: 'RB';
}

div#menu ul li a:after {
	content:
		'';
	height: 1px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to right, transparent, #efd604, transparent);
	transition: .3s;
	transform: scale(0);
}

div#menu ul li a:hover,
div#menu ul li a.active,
div#menu ul li a.active2 {
	color: var(--background-hover);
}

div#menu ul li a:hover:after,
div#menu ul li a.active:after,
div#menu ul li a.active2:after {
	transform: scale(1);
}

div#menu ul li ul,
div#menu ul li:hover ul li ul {
	position: absolute;
	margin-left: 0px;
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul li ul li {
	width: 400px;
	line-height: 1.5;
	background: var(--background-static);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

div#menu ul li ul li a {
	padding: 6px 10px;
	text-transform: capitalize;
	font-family: 'RR';
	font-size: 14px;
}

div#menu ul li ul li a:after {
	display: none;
}

div#menu ul li ul li a:hover {}

div#menu ul li ul li ul {
	left: 220px;
	top: 0px;
}

div#search {
	/* margin-top:8px; */

	/* margin-right:8px; */

	/* background:#fff; */

	/* height:25px; */
	float: right;
	position: relative;
	margin-right: 20px;
}

div.show-search {
	display: block !important;
	transition: all 0.5s;
}

div#search img {
	cursor: pointer;
}

div.box-timkiem {
	width: 200px;
	height: 35px;
	z-index: 9;
	border: 1px solid #717377;
	border-radius: 30px;
	margin: 0 34px;
}

div.box-timkiem input {
	background: none;
	color: #717377;
	font-size: 13px;
	height: 100%;
	border: none;
	text-indent: 15px;
	width: calc(100% - 30px);
	outline: none;
}

div.box-timkiem i {
	color: #717377;
}

div#search input {
	float: left;
	border: none;
	background: none;
	width: 80%;
	outline: none;
	color: #777;
	height: 100%;
	padding: 0 10px;
}

div#search i {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	color: #222;
	font-size: 18px;
	cursor: pointer;
}

div.lang {
	float: right;
}

div.lang2 a:first-child {
	border-right: 1px solid #717377;
	padding-right: 10px;
	margin-right: 10px;
}

div#slider {
	margin: auto;
}

div#dich_vu {
	margin-top: 50px;
}

div.dichvu-left {
	float: left;
	width: 49%;
}

div.dichvu-right {
	float: right;
	width: 49%;
}

div.box-dichvu {
	position: relative;
	display: inline-block;
}

div.ten-dichvu a {
	color: #fff;
	font-family: 'UTMSharnay';
	/* text-transform: uppercase; */
	font-size: 20px;
	display: inline-block;
	padding: 0 5px;
	line-height: 22px;
}

div.ten-dichvu a:hover {
	color: #ff0000;
}

div.ten-dichvu {
	position: absolute;
	width: 100%;
	height: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

div.height20 {
	height: 25% !important;
}

div.block-dichvu {
	margin-bottom: 20px;
}

div#taisao_chonchungtoi {
	margin-top: 25px;
	background: url(images/img/bg-taisao.png);
	padding-bottom: 40px;
	padding-top: 45px;
}

div.tieude-visao {
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'UTMNeutra';
}

div.bd-visao {
	text-align: center;
	margin-bottom: 20px;
}

div.wrap-visao {
	width: calc(100% + 24px);
	margin: 0 -12px;
}

div.block-visao {
	float: left;
	width: 20%;
	padding: 0 12px;
	box-sizing: border-box;
}

div.item-visao {
	padding: 5px;
	background: #fff;
	position: relative;
}

div.item-visao:hover div.nd-visao {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

div.nd-visao {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
}

div.block-noidung {
	width: 100%;
}

div.ten-visao a {
	color: #fff;
	font-family: 'RB';
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
}

div.ten-visao a:hover {
	color: #ff0000;
}

div.mota-visao {
	font-family: 'RR';
	font-size: 13px;
}

div.hide {
	display: none;
}

/* content */
div#main_content {
	margin-top: 40px;
	margin-bottom: 30px;
}

div.tieude_giua {
	color: #fff;
	padding-left: 20px;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1%;
	background: #3458b8;
}

div.tieude {
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	background: #3458b8;
}

.tieude-index-1 {
	color: var(--background-static);
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'RBL';
}

div.wrap-sp {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

div.block-sp {
	float: left;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}

div.item-sp {}

div.img-sp {
	border: 1px solid #e5e5e5;
}

div.nd-sp {
	text-align: center;
	padding: 10px 0;
}

div.ten-sp a {
	color: #2e2e2e;
	text-transform: capitalize;
	font-family: 'RobotoMedium';
	font-size: 14px;
}

div.ten-sp a:hover {
	color: #ff0000;
}

div.gia-sp {
	color: #333;
	font-family: 'RR';
	font-size: 14px;
}

div.gia-sp span {
	color: #ff0000;
}

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

/*bottom*/
div#mod_bottom {
	margin-top: 40px;
}

div.tintuc-left {
	float: left;
	width: 49%;
}

div.tintuc-right {
	float: right;
}

div.noidung-tintuc1 {
	background: #f7f7f7;
	padding: 3%;
}

div.ngaydang {
	color: #9d9d9d;
}

div.ten-tintuc1 a {
	color: #333333;
	text-transform: capitalize;
	font-family: 'RobotoMedium';
	font-size: 15px;
	display: inline-block;
	margin: 3px 0 7px 0;
}

div.ten-tintuc1 a:hover {
	color: #ff0000;
}

div.mota-tintuc1 {
	font-family: 'RR';
}

div.tintuc-right {
	float: right;
	width: 49%;
}

div.wrap-tintuc2 {
	width: calc(100% + 30px);
	margin: 0 -15px;
	max-height: 534px;
	overflow: auto;
}

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

div.wrap-tintuc2::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

div.wrap-tintuc2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #D62929;
}

div.block-tintuc2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}

div.ten-tintuc2 a {
	color: #333333;
	text-transform: capitalize;
	font-family: 'RobotoMedium';
	font-size: 14px;
	display: inline-block;
	margin: 3px 0 7px 0;
}

div.ten-tintuc2 a:hover {
	color: #ff0000;
}

div.noidung-tintuc2 {
	background: #fff;
	padding: 3%;
}

div#dangky_nhantin {
	margin-top: 30px;
	background: url(images/img/bg-dknt.png);
	padding-top: 50px;
	padding-bottom: 50px;
}

div.box-dangky {
	margin: auto;
	border: 1px solid #fff;
	padding: 50px 100px;
}

div.wrap-dk {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

div.block-dk {
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 20px;
}

form#frm_dknt {
	margin-top: 20px;
}

form#frm_dknt input[type='text'],
form#frm_dknt input[type='number'] {
	width: 100%;
	height: 45px;
	outline: none;
	color: #3a3a3a;
	font-size: 14px;
	font-family: 'RR';
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

form#frm_dknt input[type='button'] {
	background: #e3ba00;
	color: #fff;
	width: 13%;
	height: 35px;
	line-height: 35px;
	border: none;
	margin-top: 20px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
}

form#frm_dknt input::placeholder {
	color: #3a3a3a;
}

form#frm_dknt textarea {
	border: none;
	height: 110px;
	border-radius: 0;
	font-size: 14px;
	font-family: 'RR';
	margin-bottom: 20px;
}

form#frm_dknt textarea::placeholder {
	color: #3a3a3a;
	padding: 10px 0 0 10px;
}

div.btn-dangky {
	width: 100%;
	text-align: center;
}

div.btn-dangky input[type='submit'] {
	width: 140px;
	height: 45px;
	background: var(--background-hover);
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'RR';
	text-transform: capitalize;
}

div.slogan-dk {
	text-align: center;
	color: #ffffff;
	font-family: 'RR';
	margin-top: 20px;
}

/*----------------------------------------------------*/
div.wap_pro {
	margin: 15px auto;
	clear: both;
}

@-webkit-keyframes star {
	0% {
		-webkit-transform: rotate(0) scale(0);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0);
	}
}

@-o-keyframes star {
	0% {
		-o-transform: rotate(0) scale(0);
	}

	50% {
		-o-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-o-transform: rotate(360deg) scale(0);
	}
}

@-moz-keyframes star {
	0% {
		-moz-transform: rotate(0) scale(0);
	}

	50% {
		-moz-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-moz-transform: rotate(360deg) scale(0);
	}
}

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

@keyframes star {
	0% {
		transform: rotate(0) scale(0);
	}

	50% {
		transform: rotate(180deg) scale(1.5);
	}

	100% {
		transform: rotate(360deg) scale(0);
	}
}

.fcb_map_footer {
	text-decoration: underline;
	color: #000;
	display: block;
}

.fcb_dknt {
	display: block;
	color: #000;
}

#footer {
	font-family: 'RR';
	font-size: 13px;
	margin-top: 50px;
}

div.footer-left {
	float: left;
	background: #191919;
	padding-top: 30px;
	width: 100%;
	margin-top: 35px;
	/* padding-left: 5%; */
	min-height: 388px;
	position: relative;
}

/* div.footer-left:before { position: absolute; top: -9%; right: -85%; content: ""; background: url(images/img/af-footer.png); width: 361px; height: 423px; z-index: 9; } */
div.footer-right {
	float: right;
	width: 100%;
}

.footer-right iframe {
	width: 100%;
	height: 450px;
}

div#map_canvas1 {
	height: 422px;
}

div.tieude-ft {
	color: #ffb400;
	font-family: 'RB';
	text-transform: uppercase;
}

div.bd-ft {
	margin-bottom: 20px;
}

div.mxh {
	color: #fff;
	font-family: 'RR';
	margin-top: 10px;
}

div.mxh span {
	margin-right: 5px;
}

div.mxh img {
	margin-right: 5px;
}

div.copy {
	color: #8d8d8d;
	font-family: 'RR';
	margin-top: 20px;
	line-height: 40px;
	border-top: 1px solid #e4d6d6;
	text-align: center;
}

.container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.cart-pro-detail {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	color: #FFF !important;
	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: #28a745;
}

.cart-pro-detail a.buynow:hover {
	background-color: #207d36;
}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

.product_info .product-qty .cart button {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-left: 10px;
	height: 32px;
	cursor: pointer;
	font-weight: bold
}

.product_info .product-qty {
	margin-bottom: 12px
}

.product_info .product-qty label {
	font-family: avob;
	font-size: 13px
}

.product_info .product-qty div {
	display: inline
}

.product_info .product-qty .controls button {
	border: 0;
	background: white;
	padding: 7px 9px;
	font-size: 16px;
	border: 1px solid #ccc;
	position: relative;
	outline: none;
	float: left
}

.product_info .product-qty .controls input {
	padding: 5px 7px;
	width: 47px;
	border-right: 0;
	float: left;
	border-left: 0;
	text-align: center;
	position: relative;
	height: 32px
}

.product_info .product-qty input {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100px
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	background: #fff;
}

.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;
	outline: none;
}

.attr-label-pro-detail.d-block.w-attr {}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
	font-weight: 600;
}

.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182FC;
	position: relative;
	z-index: 1;
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}

.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5;
}

.btn-frame .zoomIn {
	animation-name: zoomIn;
}

.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

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

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

#header {
	background-color: var(--background-static);
}

.header-top {
	height: 110px;
}

.giohang-header {
	background: url(images/icon-cart-index.png) no-repeat left center;
	color: #a8aab1;
	padding-left: 48px;
	font-size: 13px;
	font-family: 'RR';
}

.giohang-header:hover {
	color: #fff;
}

.giohang-header .title-1 {
	display: block;
}

.giohang-header .count-cart {
	color: var(--background-hover);
	display: inline-block;
	margin-right: 5px;
}

.bg-sl-mn {
	background: url(images/bg1.jpg) no-repeat top center;
	background-size: cover;
}

.control-slideshow button {
	width: 30px;
	height: 40px;
}

.control-slideshow button:hover {}

.slideshow {
	position: relative;
	padding-bottom: 63px;
}

.slideshow .owl-carousel .owl-item img {
	width: 100%;
}


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

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

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

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

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

.slideshow .owl-dots {
	position: absolute;
	bottom: -100px;
	left: 5%;
}

.slideshow .owl-theme .owl-dots .owl-dot span {
	width: 160px;
	height: 3px;
	border-radius: 0;
	background: var(--background-hover);
}

.slideshow .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--background-static);
}

.owl-pronb {
	position: relative;
}

.box-pronb {}

.pic-pronb {}

.name-pronb {
	color: var(--background-static);
	font-size: 18px;
	font-family: 'RM';
}

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

.name-pronb:hover {}

.control-pronb button {
	background-color: #fff;
	color: #222222;
	opacity: 1;
	width: 45px;
	font-size: 27px;
	height: 45px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	border-radius: 50%;
}

.control-pronb button:hover {
	opacity: 0.7;
}

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

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

.w-pronb {
	padding: 80px 0;
}

.owl-pronb .owl-dots {
	margin-top: 20px;
}

.owl-pronb .owl-theme .owl-dots .owl-dot span {
	width: 60px;
	height: 2px;
	border-radius: 0;
	background: var(--background-static);
}

.owl-pronb .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--background-hover);
}

.w-videonb-conlai {
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 20px;
}

.slick-videonb {
	width: 670px;
	margin: auto;
}

.box-video-2 {
	margin: 0 5px;
}

.box-video-2 img {
	max-height: 100px;
}

.load_video {
	position: relative;
}

.w-banner1 {
	background: var(--background-static);
	position: relative;
	margin: 154px 0 85px 0;
}

.banner1 {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: -134px;
}

.title-banner {
	margin-bottom: 0;
	height: 150px;
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	display: flex;
	align-items: center;
	font-family: 'utm-helvetins';
	flex-flow: row wrap;
}

.title-banner span {
	margin-left: 10px;
	color: var(--background-hover);
}

.div-newsnb {}

.box-news-cus {}

.pic-news-cus {
	width: 50%;
	margin-bottom: 0;
}

.info-news-cus {
	width: 50%;
	padding: 40px;
	position: relative;
}

.info-news-cus:before {
	content:
		'';
	width: 100px;
	height: 2px;
	background: var(--background-hover);
	position: absolute;
	top: 30px;
	left: 40px;
}

.name-news-cus {
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'RBL';
	color: var(--background-static);
}

.name-news-cus:hover {
	color: var(--background-hover);
}

.name-news-cus.text-split {
	-webkit-line-clamp: 2;
}

.desc-news-cus {
	font-family: 'RR';
	line-height: 27px;
}

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

.viewsmore-news-cus {
	width: 200px;
	height: 55px;
	background: var(--background-hover);
	text-transform: capitalize;
	font-family: 'RR';
	font-size: 15px;
	color: var(--background-static);
}

.viewsmore-news-cus img {
	margin-left: 5px;
	position: relative;
	bottom: -1px;
}

.viewsmore-news-cus:hover {
	color: var(--background-static);
}

.w-banner2 {
	background-image: linear-gradient(to right, var(--background-static), #45526c);
}

.flex-banner-2 {
	position: relative;
}

.title-banner2 {
	margin-bottom: 0;
	height: 150px;
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	display: flex;
	align-items: center;
	font-family: 'utm-helvetins';
}

.title-banner2 span {
	margin-left: 10px;
	color: var(--background-hover);
}

.banner2 {
	position: absolute;
	right: 0;
	top: -26px;
}

.w-newsletter {
	background: url(images/bg-newsletter.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 80px;
}

.footer-top {
	background: var(--background-static);
	font-family: 'RR';
}

.footer-bottom {}

.box-footer:nth-child(1) {
	width: 40%;
}

.box-footer:nth-child(2) {
	width: 18%;
}

.box-footer:nth-child(3) {
	width: 341px;
}

.title-footer {
	color: #a8aab1;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}

.title-footer::after {
	content: '';
	width: 40px;
	height: 1px;
	background: #a8aab1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.chinhsach {
	margin-bottom: 0;
	padding: 0;
}

.chinhsach li {
	list-style: none;
}

.chinhsach li a {
	color: #a8aab1;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
}

.chinhsach li a:hover {
	color: var(--background-hover);
}

.content-footer {
	margin-top: 20px;
}

.footer-copyright {
	background-color: var(--background-static);
	font-family: 'RR';
}

.footer-copyright .h1200 {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright {
	text-align: center;
}

.footer {
	color: #a8aab1;
}

.social {
	margin-bottom: 10px;
}

.social a {
	margin: 0 5px;
	transition: .3s;
}

.social a:hover {
	transform: rotate(45deg);
}

.bg-breadthumbs {
	background: #f5f5f5;
	font-family: 'RR';
	padding: 10px 0;
}

.title-main {
	text-align: center;
	text-transform: uppercase;
	color: var(--background-static);
	margin-bottom: 1.5rem;
	font-family: 'RBL';
	font-size: 40px;
}

.div-danhmuc {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2rem;
}

.div-danhmuc li {
	list-style: none;
	padding: 0 10px;
}

.div-danhmuc li a {
	color: var(--background-static);
	font-family: 'RR';
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

.div-danhmuc li a:hover,
.div-danhmuc li a.active {
	color: #e0a027;
}

.box_dichvu {
	margin-bottom: 20px;
}

.pic-dichvu {
	margin-bottom: 0;
}

.info-dichvu {
	width: calc(100% - 280px);
	padding-left: 20px;
}

.name-dichvu {
	font-size: 15px;
	color: #333;
	font-weight: normal;
	font-family: 'RB';
	line-height: 24px;
}

.name-dichvu.text-split {
	-webkit-line-clamp: 2;
}

.name-dichvu:hover {
	color: #f00;
}

.box-danhmuc-sanpham {
	position: relative;
}

.box-danhmuc-sanpham h2 {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: rgba(0, 0, 0, .2);
}

.name-danhmuc-sanpham {
	color: #fff;
	font-family: 'RR';
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
}

.name-danhmuc-sanpham:hover {}

.name-danhmuc-sanpham.text-split {
	-webkit-line-clamp: 2;
}

.w-listproduct {
	background-color: #d3d8e1;
	border-top: 2px solid #fff;
}

.flex-listproduct {
	border-left: 2px solid #fff;
}

.flex-listproduct a {
	font-family: 'RM';
	font-size: 18px;
	border-right: 2px solid #fff;
	padding: 10px;
	width: calc(100%/3);
	cursor: pointer;
	transition: .3s;
	border-bottom: 2px solid #fff;
}

.flex-listproduct a:hover {
	background: #b2b7c6;
}

.box-product {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 20px;
	margin-bottom: 20px;
}

.pic-product {}

.name-product {
	color: var(--background-static);
	font-family: 'RBL';
	font-size: 20px;
	line-height: 26px;
}

.code-product {
	color: #a8aab1;
	font-family: 'RBL';
	font-size: 20px;
}

.name-product:hover {
	color: var(--background-static);
}

.name-product.text-split {}

.thongsokythuat-product {
	text-align: center;
	font-family: 'RM';
}

.desc-product {
	font-family: 'RR';
	font-size: 14px;
}

.desc-product.text-split {
	-webkit-line-clamp: 5;
}

.xemthem-product {
	color: #333;
	font-family: 'RR';
	text-transform: capitalize;
	font-size: 14px;
}

.xemthem-product:hover {}

.w-product {
	background-color: #f8f9fa;
}

.owl-prodetail {
	max-width: 460px;
	margin: auto;
}

.w-mota {
	background: var(--background-static);
	color: #fff;
}

.w-noidung {}

.content1 {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.owl-pronb .owl-dots {
		display: none;
	}

	.content-main iframe {
		width: 100% !important;
	}

	.pad-bottom {
		padding-bottom: 20px;
	}

	.title-main {
		font-size: 22px;
	}

	.w-newsletter {
		margin-top: 30px;
	}

	.w-banner1 {
		margin: 30px 0 0 0;
	}

	.padding-top-bottom {
		padding: 30px 0;
	}

	.title-banner {
		text-align: center;
		justify-content: center;
	}

	.banner1 {
		position: initial;
		text-align: center;
		padding: 20px 0;
	}

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

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

	.header-top {
		height: auto;
		padding: 20px 0;
		justify-content: center !important;
	}

	.header-right {
		display: none !important;
	}

	div#menu_mobi {
		display: block;
	}

	.center {
		width: calc(100% - 20px);
	}

	.padding_top_bottom {
		padding: 30px 0 !important;
	}

	.khung_chay {
		overflow: hidden !important;
	}

	.ten_baiviet {
		font-size: 16px !important;
	}

	.w_product {
		margin: 0 -5px;
	}

	.item_sp {
		margin: 0 5px 10px 5px;
	}

	.item_sp1 {
		width: calc(100%/4 - 10px);
	}

	.content_video,
	.wap_box_new {
		margin: 0 -5px;
	}

	.item_video,
	.box_news {
		margin: 0 5px 10px 5px !important;
	}

	.content_sp {
		margin: 0 -5px;
	}

	.item_spindex {
		margin: 0 5px;
	}

	#menu {
		display: none !important;
	}

	#menu_mb {
		display: block;
	}
}

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

@media (max-width: 800px) {
	.div-fanpage {
		width: 300px;
		margin: auto;
		overflow: hidden;
	}

	.title-footer::after {
		width: 100%;
	}

	.chinhsach li {
		width: 50%;
	}

	.chinhsach {
		display: flex;
		flex-flow: row wrap;
	}

	.box-footer:nth-child(3) {
		width: 100%;
	}

	.box-footer:nth-child(2) {
		width: 100%;
		margin: 20px 0;
	}

	.box-footer:nth-child(1) {
		width: 100%;
	}

	div.box-dangky {
		padding: 20px;
	}

	.title-banner2,
	.title-banner {
		font-size: 35px;
		justify-content: center;
		text-align: center;
		height: auto;
		padding: 20px 0;
	}

	.name-news-cus {
		font-size: 20px;
	}

	.slideshow .owl-theme .owl-dots .owl-dot span {
		width: 80px;
	}

	.tieude-index-1 {
		font-size: 35px;
	}
}

@media (max-width: 768px) {
	.flex_xacnhandonhang .right {
		width: 100%;
	}

	.flex_xacnhandonhang .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	#video {
		display: block;
	}

	.khunghinhanh {
		display: none;
	}

	.flex_tintuc {
		width: 100%;
		padding-right: 0;
	}

	.mod_video {
		width: 100%;
	}

	.content table {
		width: 100% !important;
	}

	.content img {
		height: auto !important;
	}

	.content iframe {
		width: 100% !important;
	}
}

@media (max-width: 667px) {
	.div_item:nth-child(2) {
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.div_item {
		width: 100%;
		padding: 10px;
	}

	.item_sp1 {
		width: calc(100%/3 - 10px);
	}

	#giohang {
		min-width: 800px !important;
	}

	.form_ghh {
		width: 100% !important;
		overflow-x: scroll !important;
	}
}

@media (max-width: 640px) {
	.name-product {
		font-size: 16px;
	}

	.flex-listproduct a {
		width: calc(100%/2);
		font-size: 15px;
	}

	.w-pronb {
		padding: 50px 0 30px 0;
	}

	.slideshow .owl-dots {
		bottom: -35px;
		left: 15px;
	}

	.slideshow {
		padding-bottom: 0;
	}

	.banner2 {
		position: initial;
		text-align: center;
		padding-bottom: 20px;
	}

	.slick-videonb {
		width: 100%;
	}

	.w-videonb-conlai {
		position: initial;
		padding: 10px;
		background: #333;
	}
}

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

@media (max-width: 600px) {
	.product_info {
		width: 100% !important;
		padding-left: 0 !important;
		margin-top: 20px;
	}

	.zoom_slick {
		width: 100% !important;
	}

	.item_sp1 {
		width: calc(100%/2 - 10px);
	}

	div.frm_lienhe {
		width: 100% !important;
	}

	.bando {
		width: 100% !important;
		padding-left: 0px !important;
		margin-top: 20px;
	}

	.box_news {
		width: calc(100% - 10px) !important;
	}

	.frame_thanhtoan {
		width: 100% !important;
		padding-right: 0px !important;
		;
	}

	div.frm_lienhe {
		width: 100% !important;
	}

}

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

@media (max-width: 480px) {
	.info-dichvu {
		width: 100%;
		padding-left: 0;
	}

	.pic-dichvu {
		width: 100%;
		margin-bottom: 20px;
	}

	.info-news-cus:before {
		left: 0;
		top: 10px;
	}

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

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

	.tintuc_conlai {
		width: 100%;
		padding-left: 0;
	}

	.tintuc_1 {
		width: 100%;
	}

	.chicc {
		display: block !important;
	}
}

@media (max-width: 414px) {
	div.block-dk {
		width: 100%;
		margin-bottom: 10px;
	}

	div.tieude-visao {
		font-size: 24px;
	}

	.name-news-cus {
		font-size: 16px;
	}

	.tieude-index-1,
	.title-banner2,
	.title-banner {
		font-size: 24px;
	}
}