::-webkit-scrollbar {
	background: #fff;
	width: 10px;
	height: 11px;
}

::-webkit-scrollbar-thumb {
	background: #BBBBBB;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
}

.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: 56.25%;
	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: 100%;
	padding: 4px 0;
	margin: 3px 0%;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

.addthis_native_toolbox {
	margin: 10px 0px;
	width: 100%;
	clear: both;
	border: 1px solid #ededed;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: #f7f6f6;
	box-sizing: border-box;
}

.addthis_native_toolbox b {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 10px
}

#toptop {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	/* background: white; */
	transition: 0.5s;
	z-index: 200;
	border-radius: 50%;
	/* color: #fff; */
	transform: rotate(-90deg);
	font-size: 47px;
	color: #e1b440;
}

#toptop i {
	margin-left: -1px;
	margin-top: -1px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear,
.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
}

img:not([src]):not([srcset]) {
	visibility: hidden;
}

img:not([src]):not([srcset]) {
	visibility: hidden;
}

@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}

div.bando img {
	max-width: none !important;
}

div.map iframe {
	max-width: 100% !important;
}

.hidden_mobi {
	display: block !important;
}

.hidden_destop {
	display: none !important;
}

.flex {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.main_fix {
	max-width: 1000px;
	margin: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'body';
	color: #333333;
}

@font-face {
	font-family: 'body';
	src: url('font/UTM AVO.TTF');
}

@font-face {
	font-family: 'menu';
	src: url('font/OpenSans-Semibold.ttf');
}

@font-face {
	font-family: 'tieude';
	src: url('font/UTM AVOBOLD.TTF');
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'tieude';
}

div#wapper {
	margin: auto;
	max-width: 1920px;
	min-width: 300px;
	background: #fff;
}

div.wap_thongtin {
	padding: 5px 0;
	background: #e1b440;
	font-size: 12px;
	line-height: 35px;
	color: #ffffff;
	text-align: right;
}

div.thongtin span {
	display: inline-block;
	vertical-align: top;
	margin-left: 4%;
}

div.thongtin i {
	margin-right: 6px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}

div.wap_header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}

div.wap_header_fix {
	position: fixed;
}

div.header {
	position: relative;
	margin: auto;
}

div.header a.logo,
div.header a.logo_mobi {
	display: block;
	line-height: 0;
}

div.header a.logo img {
	height: 60px;
	float: left;
}

div.menu_mobi,
div.menu_mobi_add {
	display: none;
}

div.wap_menu {
	position: relative;
	line-height: 60px;
	z-index: 100;
	float: right;
}

div.menu {
	position: relative;
}

div.menu ul {
	float: left;
	list-style: none;
}

div.menu ul li {
	float: left;
	position: relative;
	z-index: 50;
}

div.menu ul li a {
	color: #1b1b1b;
	font-size: 14px;
	padding: 0px 13px;
	text-decoration: none;
	display: block;
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
	color: #e1b440;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
	position: absolute;
	margin-left: 0px;
	display: none;
	min-width: 200px;
	background: #ffffff;
	line-height: 1.5;
}

div.menu ul li ul li {
	float: none;
}

div.menu ul li ul li a {
	padding: 8px 10px;
	text-transform: none;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 13px;
}

div.menu ul li ul li ul {
	left: 100%;
	top: 0px;
}

div.slider {
	margin: auto;
	overflow: hidden;
	position: relative;
}

div.left {
	width: 26%;
	float: right;
	position: sticky;
	top: 130px;
	padding: 10px;
	border: 1px solid #dadada;
}

div.tieude {
	color: #fff;
	text-align: center;
	background: #01518c;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'tieude';
	font-size: 15px;
}

div#danhmuc {
	border-bottom: none;
}

div.danhmuc {
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

div.danhmuc:last-child {
	margin-bottom: 0;
}

div#danhmuc ul {
	list-style: none;
}

div#danhmuc ul li {}

div#danhmuc ul li:last-child {
	border: none;
}

div#danhmuc ul li a {
	color: #454545;
	font-family: 'menu';
	text-decoration: none;
	font-size: 14px;
	transition: 0.4s;
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 9px 5px 9px 23px;
	background: url(images/muiten.png) 11px 15px no-repeat;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
	color: red;
	transition: 0.4s;
}

div#danhmuc ul li ul li a {
	background: url(images/muiten.png) 22px 15px no-repeat;
	padding: 9px 5px 9px 35px;
}

div#danhmuc ul li ul {
	display: none;
}



div.item_tin {
	border-bottom: 1px dashed #DDDDDD !important;
	padding: 10px 10px;
}

div.item_tin .img_news {
	width: 35%;
	max-width: 150px;
	border: 1px solid #d6d6d6;
	float: left;
	margin-right: 10px;
}

div.item_tin .name_news a {
	text-decoration: none;
	color: #111111;
	font-size: 13px;
	transition: 0.4s;
}

div.tinmoi .name_news a:hover {
	color: red;
	transition: 0.4s;
}



div.wap_gioithieu {
	background: #EFEAE6;
	padding: 50px 0;
	text-align: center;
}

div.gioithieu p.xemthem a {
	border: 1px solid #545454;
	display: inline-block;
	color: #e1b440;
	padding: 13px 40px;
	margin-top: 20px;
	font-family: 'tieude';
}

div.main_content {
	margin: 40px auto;
}

div.link_seo {
	margin: 0px auto;
	clear: both;
	margin: 10px 0;
}

div.link_seo a {
	color: #333;
	text-decoration: none;
}

div.link_seo a:hover {
	color: #f37540;
}

div.right {
	width: 70%;
	float: left;
}

div.tieude_giua {
	margin-bottom: 30px;
}

div.tieude_giua div {
	font-size: 23px;
	position: relative;
	display: inline-block;
	font-family: 'tieude';
}

div.tieude_giua div:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 2px;
	background: #e1b440;
}

div.tieude_giua2 div {
	color: #e1b440;
}



div.tieude_giua2 div:before {
	display: none;
}

div.tieude_giua ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-left: 2%;
	margin-top: 9px;
}

div.tieude_giua ul li {
	display: inline-block;
	vertical-align: middle;
}

div.tieude_giua ul li a {
	color: #333333;
	font-size: 15px;
	padding: 0 15px;
	border-right: 1px solid #e1b440;
}

div.tieude_giua ul li a:hover,
div.tieude_giua ul li:nth-child(1) a {
	color: #e1b440;
}

div.sanpham {
	padding: 40px 0;
}

div.sanpham .xemthem {
	text-align: center;
}

div.sanpham .xemthem a {
	border: 1px solid #e1b440;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 5px;
	color: #e1b440;
	font-family: 'tieude';
	margin-top: 20px;
}

div.sanpham .xemthem a i {
	transform: rotate(90deg);
}

div.wap_item {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

div.item {
	position: relative;
	border: 1px solid #e0e0e0;
	padding-bottom: 7px;
}

div.bds {
	margin-top: 30px;
}

div.item_i {
	width: 95%;
	margin: auto;
}

div.item .sp_img {
	overflow: hidden;
	margin-bottom: 13px;
}

div.item .sp_img a {
	display: block;
	line-height: 0;
}

div.item a img {
	width: 100%;
}

div.item .sp_name a {
	text-decoration: none;
	color: #e1b440;
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin: 0px 5%;
	height: 40px;
	overflow: hidden;
}

div.item .sp_name a:hover {
	text-decoration: underline;
}

div.item .mota {
	padding: 5px 5%;
}

div.item ul {
	padding: 5px 5%;
	list-style: none;
}

div.item ul li {
	padding: 3px 0;
	height: 24px;
	overflow: hidden;
}

div.item ul li i {
	margin-right: 5px;
}

div.item ul li span {
	padding-right: 10%;
}

div.item ul li .gia {
	color: #e1b440;
	font-family: 'tieude';
}

div.chay_tinnoibat {
	width: 49%;
	float: right;
}

div.item_tnb {
	padding-bottom: 19px;
}

div.item_tnb .img_news {
	width: 35%;
	max-width: 170px !important;
	border: 1px solid #d6d6d6;
	float: left;
	margin-right: 15px;
}

div.item_tnb .name_news a {
	text-decoration: none;
	color: #e1b440;
	font-size: 13px;
	transition: 0.4s;
	margin-bottom: 5px;
	display: block;
	font-family: 'tieude';
}

div.item_tnb .name_news a:hover {
	text-decoration: underline;
}

div.wap_copy {
	padding: 10px 0;
}

div.copy {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}

div.copy ul {
	list-style: none;
}

div.copy ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

div.nhanthongtin input {
	width: 100%;
	height: 40px;
	margin-top: 7px;
	padding: 0 10px;
	border: 1px solid #a9a9a9;
}

div.nhanthongtin input[type='button'] {
	background: #e1b440;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	font-family: 'tieude';
	cursor: pointer;
}

div.footer {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr 1fr;
	grid-gap: 20px 5%;
	max-width: 1200px;
	padding: 40px 0;
	border-bottom: 1px solid #ff5f1f;
}

div.fanpage_f {
	overflow: hidden;
}

div.item_ft ul {
	list-style: none;
}

div.item_ft ul li a {
	display: block;
	color: #333333;
	padding: 5px 0;
	font-size: 14px;
}

div.item_ft ul li a:hover {
	color: #ff5f1f;
}

div.mxh {
	margin-top: 10px;
}

div.mxh a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
}

div.mxh a img {
	max-height: 32px;
	border-radius: 4px;
}

div.mxh a img:hover {
	transition: 1s;
	transform: rotate(360deg);
}

p.td_ft {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'tieude';
	margin-bottom: 20px;
	position: relative;
}

p.td_ft:before {
	content: '';
	left: 0;
	bottom: -7px;
	background: #e1b440;
	height: 1px;
	width: 30px;
	position: absolute;
}

div.wap_doitac {
	padding: 40px 0;
	text-align: center;
}

div.td_dt {
	margin-bottom: 20px;
}

div.td_dt p {
	color: #e1b440;
	font-size: 23px;
	font-family: 'tieude';
}

div.doitac img {
	border: 1px solid #DDD;
	width: 95%;
	margin: 1px auto;
}

div.wap_pro {
	clear: both;
}

.zoom_slick {
	text-align: center;
	margin-bottom: 20px;
}

.zoom_slick .slick2 {
	border: 1px solid #DDD;
}



.zoom_slick .slick {
	margin-top: 5px;
}



.zoom_slick .slick img {
	width: 95%;
	margin: auto;
	border: 1px solid #DDD;
	box-sizing: border-box;
	cursor: pointer;
}

.zoom_slick .slick img:hover {
	border: 1px solid #F60;
	opacity: 0.5;
	transition: 1s;
}



.product_info .ten {
	font-size: 25px;
}

.product_info .them {
	display: flex;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
	font-size: 16px;
	margin: 20px 0;
}

.product_info .them p {
	padding-right: 8%;
}

.product_info .them p b {
	display: block;
}

.product_info .noidung .td {
	font-family: 'tieude';
	font-size: 18px;
	margin-bottom: 10px;
	color: #3c3c3c;
}

.product_info .noidung iframe {
	width: 100%;
}

.xemgiohang {
	color: #E80019;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
	transition: 0.4s;
	margin: auto;
	margin-top: 7px;
	text-decoration: none;
}

.product_info li .add_to_cart {
	background: #e93b35;
	color: #fff;
	display: block;
	max-width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	transition: 0.4s;
}

.product_info li .add_to_cart i {
	margin-right: 10px;
	font-size: 19px;
	margin-top: 3px;
}

.product_info li .add_to_cart:hover {
	transition: 0.4s;
	background: #E00;
}

span.size {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-right: 5px;
	cursor: pointer;
}

span.mausac {
	display: block;
	float: left;
	border: 1px solid #DDD;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	cursor: pointer;
	font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
	border: 1px solid #EE0000;
}

input.soluong {
	padding: 3px 0;
	width: 55px;
	border: 1px solid #dedede;
	text-align: center;
}

.tbl_giohang {
	text-align: center;
	background: #f1f1f1;
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	border-collapse: collapse;
	padding: 1px;
}

.tbl_giohang td {
	border: 1px solid #e2e2e2;
}

.tbl_giohang .dong_gh {
	background: #fff;
}

.tbl_giohang .img_gh {
	height: 50px;
}

.tbl_giohang .xoa_gh {
	cursor: pointer;
	color: #000000;
	font-size: 17px;
}

.tbl_giohang .xoa_gh:hover {
	color: red;
}

.tbl_giohang .sl_gh {
	text-align: center;
	border: 1px solid #DDD;
	padding: 3px 5px;
	width: 60px;
}

.tbl_giohang .tongtien_gh {
	background: #F0F0F0;
	text-align: right;
	line-height: 50px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.tieptuc {
	padding: 10px 25px;
	background: #ee0303;
	border: none;
	color: #fff;
	margin: 10px 0px;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: 'tieude';
}

.click_ajax2 {
	padding: 10px 25px;
	background: #111111;
	border: none;
	color: #fff;
	margin: 10px 0px;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: 'tieude';
}

@-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);
	}
}

.tbl_banggia {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	font-size: 13px;
}

.tbl_banggia th {
	font-size: 15px;
	background: #e8e8e8;
}

.tbl_banggia th,
.tbl_banggia td {
	border: 1px solid #d2d2d2;
	padding: 10px 1%;
}

div.wap_tintuc {
	padding: 40px 0;
}

div.tin1 {
	width: 49%;
	float: left;
	position: relative;
}

div.tin1 .zoom_hinh {
	display: block;
	line-height: 0;
}

div.wap_tintuc img {
	width: 100%;
}

div.tin1 .mota {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 5%;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

div.tin1 .mota h3 a {
	color: #e1b440;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

div.duan {}

div.item_da {
	position: relative;
	width: 24%;
	float: left;
	margin: 0.5%;
}

div.item_da2 div.item_da:nth-child(1) {
	width: 49%;
}

div.item_da .img {
	display: block;
	line-height: 0;
}

div.item_da .mota {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	padding: 10px 5%;
	background: rgba(0, 0, 0, 0.7);
}

div.item_da .mota h3 a {
	color: #e1b440;
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}

.qc1 img,
.qc2 img {
	width: 100%;
}

div.wap_hotro {
	background: #e1b440;
	color: #ffffff;
	padding: 40px 0;
}

div.hotro {
	max-width: 1200px;
}

div.item_ht {
	padding: 0 10px;
	font-family: 'tieude';
}

div.item_ht .img {
	float: left;
	margin-right: 8px;
}

div.slider {
	/* position:relative; */
}

div.timkiem {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
}

div.timkiem .td {
	font-size: 45px;
	text-transform: capitalize;
	/* font-family: time; */
}

div.timkiem select {
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 15%;
	border-radius: 4px;
	margin: 2px 2px;
	border: 1px solid #c3c3c3;
}

div.timkiem input[type='text'] {
	height: 45px;
	border: none;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 62%;
	border-radius: 4px;
	margin: 2px 2px;
	border: 1px solid #c3c3c3;
}

div.timkiem .c_timkiem {
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 15%;
	border-radius: 4px;
	margin: 2px 2px;
	background: #e1b440;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
}

div.timkiem p {
	margin: 15px 0;
	font-size: 15px;
}



div.timkiem2 .td,
div.timkiem2 .td2 {
	display: none;
}

div.timkiem2 {
	position: sticky;
	background: #ffffff;
	z-index: 999;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	top: 61px;
}

div.timkiem2 form {
	display: flex;
	justify-content: space-between;
}

div.timkiem2 select,
div.timkiem2 input,
div.timkiem2 .c_timkiem {
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 10px;
	border-radius: 4px;
	margin: 3px;
	border: 1px solid #c3c3c3;
	width: 100%;
}

div.timkiem2 .c_timkiem {
	background: #e1b440;
	color: #ffffff;
	cursor: pointer;
	font-family: 'tieude';
	border: none;
	order: 1;
}

div#popup_box {
	display: none;
	position: relative;
}

div.popup_box_frm {
	width: 100%;
	max-width: 1000px;
}

div.popup_box_frm a img.img {
	width: 70%;
}

div.baogia {
	background: #004F2F;
	color: #ffffff;
	text-align: center;
	padding: 45px;
	outline: 1px solid #ffffff;
	outline-offset: -15px;
	margin-bottom: 20px;
}

div.baogia_p {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	overflow: auto;
	background: #004F2F;
}

div.baogia_p div.baogia {
	padding: 30px;
}

div.baogia .td {
	text-transform: uppercase;
	font-family: 'tieude';
	font-size: 25px;
	margin: 10px auto;
}

div.baogia_p div.baogia .td {
	font-size: 18px;
}

div.baogia input[type='text'] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	padding: 0 10px;
	border: none;
}

div.baogia input[type='button'] {
	height: 40px;
	margin-top: 15px;
	background: #46A503;
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'tieude';
	padding: 0 25px;
	font-size: 16px;
}

div.baogia .ck {
	margin-top: 15px;
	font-style: italic;
	font-size: 16px;
}

div.kygui {
	text-align: center;
}

p.td_ok {
	font-family: 'tieude';
	margin: 15px auto;
}

p.td_ok2 {
	font-size: 18px;
}

div.item_lienhe label {
	margin: 0 15px;
	cursor: pointer;
}

div.item_lienhe label input {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}

div.wap_kygui {
	color: #ffffff;
	padding: 50px 0;
}

.btn_baogia {
	height: 40px;
	margin-top: 15px;
	background: #46A503;
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'tieude';
	padding: 0 25px;
	font-size: 16px;
	margin-bottom: 1rem;
}

.wrap_baogia.close {
	height: 0px;
	overflow: hidden;
}


.daban_css .sp_img {
	position: relative;
}

.daban_css .sp_img:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(images/icon_daban.png) no-repeat center;
	background-size: contain;
}