@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	background: url(../images/website/bg_body.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	border: 0;
}
#menuHide {
	display: none;
}
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0 10px;
}
.showText h2 {
	color: #007aa8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 25px;
}
.showText p {
	padding-bottom: 15px;
}
.showText img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.showText ul {
	padding-bottom: 15px;
}
.showText ul li {
	margin-left: 35px;
}
.header {
	padding: 15px 0;
	background: #fff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.logo_top li {
	float: left;
	list-style: none;
	line-height: 0;
}
.logo_top {
	float: left;
}
.logo_top li img {
	width: auto;
	height: 70px;
}
.logo_top ul {
	display:none;

	float: left;
	margin-left: 30px;
	color: #333;
	font-size: 13px;
}
.logo_top ul h2 {
	color: #007aa8;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.logo_top a{
	color:#333;

}
.lang_top {
	float: right;
	padding-top: 15px;
}
.lang_top ul li {
	float: left;
	list-style: none;
	line-height: 0;
	margin-left: 12px;
	border: solid #fff 2px;
	/* margin-left: 2px; */



	/* margin-top: 6px; */



	border-radius: 50%;
}
.lang_top ul li img {
	width: 30px;
	height: 30px;
}
.lang_top ul li:hover {
	opacity: .7;
}
.box_menu {
	background: #00A2E0;
	position: relative;
	line-height: 0;/* margin-top: 20px; */
}
#menu {
	float: left;
	text-align: center;/* padding-left: 10px; */
}
#menu > li {
	display: inline-block;
	vertical-align: text-top;
	position: relative;
}
#menu > li > a {
	padding: 0 25px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu li:hover > a {
	color: #fff;
	background: #007AA8;
}
#menu li a {
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 5;
	color: #fff;
}
#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	margin-top: 15px;
	border-bottom: solid 4px #007aa8;
	border-left: solid 1px #007aa8;
	box-shadow: 2px 1px 2px rgba(0,0,0,.3);
	visibility: hidden;
	opacity: 0;
	padding-top: 15px;
	background: #fff;
}
#menu li li {
	position: relative;
}
#menu li:hover li ul {
	top: 0px;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	margin-left: 20px;
}
#menu li:hover ul, #menu li:hover li:hover ul {
	margin-top: 0;
	margin-left: 0;
	visibility: visible;
	opacity: 1;
}
#menu li ul li {
	white-space: nowrap;
	text-align: left;
	display: block;
	background: #fff;
	padding: 0 15px;
}
#menu li ul li:last-child {
	padding-bottom: 10px;
}
#menu li ul li a {
	padding: 0 15px;
	border-bottom: solid 1px #F0F0F5;
	border-top: solid 1px #fff;
	position: relative;
	line-height: 35px;
	height: 35px;
	color: #333;
	transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-o-transition: padding .2s linear;
	-ms-transition: padding .2s linear;
}
#menu li ul li:first-child a {
	border-top: none;
}
#menu li ul li:last-child a {
	border-bottom: none;
}
#menu li ul li > a:before {
	content: attr(icons);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 18px;
	line-height: 30px;
	transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-moz-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
#menu li ul li:hover > a {
	padding: 0 10px 0 20px;
}
#menu li ul li:hover > a:before {
	left: 8px;
}
#menu li ul li li:first-child {
	padding-top: 10px;
}
#menu li ul li ul {
	padding: 0;
}
.timkiem_top {
	float: right;
	border: solid #fff 1px;
	/* padding-top: 5px; */



	margin-top: 5px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.input_search {
	padding: 5px 20px;
	height: 23px;
	width: 190px;
	border: none;
	float: right;
	background: none;
	border-right: none;
	color: #fff;
	font-size: 13px;
}
.input_search:focus {
	color: #fff;
}
.search a {
	width: 50px;
	height: 33px;
	text-indent: -10000px;
	background: url(../images/website/icon-search.png) no-repeat center center;
	float: right;
	/* border: solid #fff 1px; */



	border-left: 0px;
}
.search a:hover {
	opacity: .7;
}
.product_home ul {
	float: left;
	/* padding: 10px; */

	text-align: center;
	float: left;
	list-style: none;
	background: #fff;
	margin: 8px;
	width: 378px;
	border: solid #CCC 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.product_home {
	background: #fff;
	padding: 5px;
	moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.product_home ul li, .product_home ul li img {
	width: 100%;
	line-height: 0;
	list-style: none;
	height: 250px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;/* margin-top: 10px; */

	/* margin-bottom: 5px; */

}
.product_home ul h2 {
	font-size: 15px;
	color: #00A2E0;
	line-height: 45px;
	text-transform: uppercase;
	padding-top: 5px;
}
h2 {
}
.product_home ul:hover h2 {
	color: #f60;/* background: #00A2E0; */

}
.box_id_silde {
	margin: 20px 0;
}
.onePro_2 {
	width: 205px;
	float: left;
	border: solid 1px #ddd;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	position: relative;
	/* background: #eee; */
	padding: 5px;
	min-height: 270px;
}
.onePro_2 img {
	width: 100%;
	height: 170px;
	display: block;
	background: #fff;
	padding: 0;
}
.onePro_2 .proImg, .onePro_3 .proImg, .onePro .proImg {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 5px;
}
.onePro_3 {
	width: 220px;
	padding: 3px;
	border: solid 1px #ddd;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	background: #fff;
}
.onePro_3 img {
	width: 100%;
	padding: 0;
	height: 180px;
	display: block;
}
.onePro {
	width: 225px;
	border: solid 1px #ddd;
	background: #eee;
	margin-bottom: 10px;
	margin-right: 10px;
	list-style: none;
	float: left;
	position: relative;
}
.onePro img {
	width: 100%;
	height: 200px;
	padding: 0px;
	display: block;
}
.onePro h3, .onePro_2 h3, .onePro_3 h3 {
	position: absolute;
	right: 0;
	top: 50px;
	padding: 10px;
	z-index: 10;
	background: #24918a;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.onePro h1, .onePro_2 h1, .onePro_3 h1 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding: 0px 10px;
	text-transform: none;
	min-height: 90px;
}
.onePro:hover h1, .onePro_2:hover h1, .onePro_3:hover h1 {
	color: #f60;
}
.onePro h2, .onePro_2 h2, .onePro_3 h2 {
	color: #f60;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: none;
}
.onePro h2 span, .onePro_2 h2 span, .onePro_3 h2 span, .viewRight h1 span {
	color: #999;
	font-weight: normal;
	font-size: 13px;
	padding-left: 5px;
	text-decoration: line-through;
}
.onePro p, .onePro_2 p, .onePro_3 p {
	line-height: 25px;
	font-size: 12px;
	color: #666;
	padding: 0 10px;
	text-align: left;
	display: none;
}
.onePro:hover, .onePro_2:hover, .onePro_3:hover {
	border: solid #00A2E0 1px;
}
.box_id_page {
	padding-bottom: 30px;
}
.placeNav_2 {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #666;
	font-size: 50px;
	width: 30px;
	height: 50px;
	line-height: 45px;
	text-align: center;/* background: #fff; *//* margin-left: 10px; */
}
.placeNav {
	position: absolute;
	top: 35px;
	z-index: 3;
	color: #999;
	font-size: 20px;
	width: 15px;
	line-height: 20px;
	height: 25px;
	background: rgba(51, 51, 51, 0.69);
	text-align: center;
	opacity: 0;
}
.placeNav.prev, .placeNav_2.prev {
	left: 0;
}
.placeNav_2.next {
	right: 0px;
	text-indent: 3px;
}
.placeNav.next {
	right: 0;
	text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2 {
	opacity: 1;
}
.placeNav:hover, .placeNav_2:hover {
	color: #f60;/* background: #009320; */
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_doiac {
	width: 1300px;
}
.placeSlide_page, .placeSlide_page_id {
	width: 1000px;
}
.doitac_home {
	padding: 20px 0;
	background: #fff;
	/* border-top: dashed #CCC 1px; */



	/* border-bottom: dashed #CCC 1px; */



	/* margin-top: 20px; */



	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);/* -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); *//* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
}
.doitac_home_box {
	margin: 0 10px;
}
.logo_thuonghieu {
	float: left;
	width: 180px;
	padding-right: 19px;
	margin-bottom: 0px;
	list-style: none;
	line-height: 0;
}
.logo_thuonghieu img {
	width: 180px;
	height: 90px;
	border: solid #CCC 1px;
}
.logo_thuonghieu:hover {
	opacity: .7;
}
.footer_bottom {
	background: #00A2E0;
	/* border-top: solid #fff 1px; */
	padding-top: 20px;
	/* margin-top: 20px; */
	padding-bottom: 20px;
	text-align: center;
}
.footer_bottom_menu ul {
	display: inline-table;
	width: 217px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	/* margin-bottom: 15px; */
	text-align: left;
}
.footer_bottom_menu ul li {
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #767676;
	text-transform: none;
}
.footer_bottom_menu ul li a {
	color: #fff;
}
.footer_bottom_menu ul h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0066B3;
	border-bottom: dotted rgba(255,255,255,0.75) 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.footer_bottom_menu ul h2 a, .copyright_bottom a, .top_searchkey li a {
	color: #ff0;
}
.footer_bottom_menu ul h2 a:hover, .footer_bottom_menu ul li a:hover, .copyright_bottom a:hover, .top_searchkey li a:hover, .left_header_bar ul li a:hover, .right_header_bar ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.top_searchkey {
	border-top: solid #CCC 1px;
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.top_searchkey li {
	width: 70%;
	float: left;
	font-size: 12px;
	line-height: 25px;
	list-style: none;
}
.face_bottom {
	width: 28%;
	float: right;
	margin-right: 10px;
}
.dangkynhantin_footer {
	width: 22%;
	float: left;
	border: dotted #fff 1px;
	padding: 15px;
	background-color: #fff;
	margin: 0 20px;
}
.dangkynhantin_footer h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #007AA8;
}
.dangkynhantin_footer ul form input {
	float: left;
	height: 30px;
	background: #fff;
	border: solid #00A2E0 1px;
	border-right: none;
	width: 152px;
	padding: 0 10px;
	color: #999;
	list-style: none;
}
.dangkynhantin_footer ul form input:focus {
	color: #323232;
	background: #fff;
}
.dangkynhantin_footer ul form a {
	float: left;
	line-height: 30px;
	color: #fff;
	background: #00A2E0;
	padding: 0 15px;
	border: solid #00A2E0 1px;
}
.dangkynhantin_footer ul form a:hover {
	color: #fff;
	text-decoration: none;
	background: #007AA8;
	border: solid #00A2E0 1px;
	border-left: solid #007AA8 1px;
}
.dangkynhantin_footer p {
	padding: 0px;
	padding-bottom: 10px;
	color: #666;
}
.copyright_bottom {
	background: #007AA8;
	padding-top: 20px;
	padding-bottom: 20px;
	/* border-top: solid #fff 1px; */

	color: #fff;
}
.left_footer_id {
	float: left;
	line-height: 25px;
	width: 42%;
	margin-left: 10px;
}
.left_footer_id h2 {
	font-size: 17px;
	font-weight: bold;
	color: #ff0;
	padding-bottom: 10px;
}
.left_footer_id a {
	color: #333;
}
.left_footer_id a:hover {
	color: #0066b3;
}
#back-top {
	position: fixed;
	bottom: 45px;
	right: 10px;
	z-index: 1;
}
#back-top a {
	display: block;
	width: 40px;
	line-height: 40px;
	background: #f60;
	outline: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#back-top a:hover {
	color: #fff;
	background: #f00;
}
.sharelink {
	-webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
	text-align: left;
	height: 30px;
	margin-top: 7px;
	margin-left: 15px;
	float: right;
}
.sharelink img {
	background: rgb(29, 111, 183);
	margin-left: 2px;
	padding: 2px;
}
.sharelink img:hover {
	background: #fed245;
}
.sharelink h2 {
	float: left;
	font-weight: normal;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 5px;
}
.bottom_id_copyright {
	text-align: center;
	border-top: dotted #ffffff 1px;
	padding-top: 20px;
	margin-top: 20px;
}
.bottom_id_copyright a {
	color: #fff;
	font-weight: bold;
}
.bottom_id_copyright a:hover {
	color: #ff0;
	text-decoration: underline;
}
.gioithieu_home {
	padding: 50px 0;
	background: url(../images/website/gt_home.jpg) center no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.gioithieu_home_id {
	/* margin: 10px; */



	border: solid #FFF 10px;
	background: #fff;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
	margin-top: 20px;
}
.gioithieu_home_id li, .gioithieu_home_id li img {
	float: left;
	width: 560px;
	height: 360px;
	list-style: none;
}
.gioithieu_home_id ul {
	float: left;
	width: 560px;
	padding: 25px;
	/* background: #fff; */



	min-height: 280px;
	line-height: 27px;
	color: #666;
	font-size: 14px;
}
.gioithieu_home_id ul h1, .tindinhduong_home ul h1 {
	color: #f60;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.gioithieu_home_id ul h2, .tindinhduong_home ul h2 {
	color: #168fea;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.gioithieu_home_id ul h3, .tindinhduong_home ul h3 {
	color: #fff;
	background: #00A2E0;
	float: left;
	font-size: 14px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gioithieu_home_id ul h3:hover, .tindinhduong_home ul h3:hover {
	color: #fff;
	background: #f60;
}
.bannerInside {
	height: 350px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain {
	position: relative;
	overflow: hidden;
	height: 350px;
	padding: 2px;
	margin: 20px 0;
	background: #ffffff;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.banner li {
	float: left;
	width: 100%;
	height: 350px;
	list-style: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
.bannerInside_2 {
	height: 250px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain_2 {
	position: relative;
	overflow: hidden;
	height: 250px;
	padding: 10px;
	background: #ffffff;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}
.banner_2 li {
	float: left;
	width: 100%;
	height: 250px;
	list-style: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
.posBL {
	left: 0px;
	bottom: 0px;
}
.pagiBanner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner a {
	display: inline-block;
	vertical-align: text-top;
	width: 25px;
	height: 5px;
	background: #ccc;
	text-indent: -100000px;
	margin: 0 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border: solid #fff 1px;
}
.pagiBanner a.selected {
	background: #f60;
	border: solid #FFF 1px;
}
.conten_page {
	margin-top: 20px;
	margin-bottom: 20px;
}
.left_conten {
	float: left;
	width: 250px;
}
.box_left_conten {
	border: solid #fff 1px;
	margin-bottom: 15px;
	background: #fff;
}
.title_page_left h2 {
	color: #ff0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #00A2E0;
	padding: 0 15px;
	line-height: 40px;/* text-align: center; */
}
.menu_left {
	padding: 10px;
}
.menu_left ul li .menu_parent {
	background: #00A2E0;
	line-height: 22px;
	text-transform: capitalize;
	color: #fff;
	font-size: 13px;
	padding: 11px 10px;
	font-weight: bold;/* text-align: center; *//* border-bottom: solid #FFF 1px; */
}
.menu_left ul li {
	list-style: none;
}
.menu_left ul li a {
	padding: 8px 10px;
	list-style: none;
	color: #333;
	background: #eee;
	border-top: solid #fff 1px;
	display: block;
	font-size: 13px;
}
.menu_left ul li a:hover {
	color: #fff;
	background: #007AA8;
}
.marquee {
	overflow: hidden;
	height: 500px;
}
.load_left {
	padding: 10px;
}
.list-yahoo li a {
	background-image: url(../images/website/yahoo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 30px;
	display: block;
	margin-right: 5px;
	margin-left: 0px;
	color: #007AA8;
	text-decoration: none;
	font-size: 13px;
}
.list-yahoo li {
	background: none;
	padding-left: 0px;
	list-style: none;
	border-bottom: dotted #CCC 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.list-yahoo li a.last {
	background: url(../images/website/skype.png) center left no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}
.list-yahoo li a:hover {
	opacity: .7;
}
.list-yahoo li h2 span {
	color: #f60;
	font-weight: bold;
	font-size: 16px;
}
.list-yahoo li h2 {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
}
.list-yahoo {
	padding: 13px;
	background: #eee;
}
.newsRight a {
	display: block;
	min-height: 65px;
	background: #EBEBEB;
	margin-bottom: 2px;
}
#newsRight a {
	display: block;
	min-height: 65px;
	background: #EBEBEB;
	margin-bottom: 5px;
}
#newsRight img {
	width: 105px;
	height: 70px;
	float: left;
	margin-right: 10px;
}
#newsRight h1 {
	color: #555;
	padding: 5px 5px 5px 0px;
	line-height: 17px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	background: none;
}
#newsRight a:hover {
	background: #f60;
}
#newsRight a:hover h1 {
	color: #fff;
}
.right_conten {
	float: right;
	width: 930px;
}
.box_right_page {
	padding: 15px;
	background: #fff;
	moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.link_page {
	border-bottom: 4px double #ddd;
	line-height: 0.4em;
	margin-top: 25px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.link_page h2 {
	position: absolute;
	left: 0;
	background: #fff;
	padding-right: 15px;
	text-transform: uppercase;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}
.link_page ul {
	position: absolute;
	right: 0;
	top: -22px;
	z-index: 2;
}
.link_page ul li {
	list-style: none;
	background: url(../images/website/icon_home.png) center left no-repeat;
	padding-left: 22px;
	/* float: right; */



	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	/* margin-top: 31px; */



	line-height: 20px;
}
.link_page ul li a {
	color: #999;
}
.link_page ul li a:hover {
	color: #00A2E0;
	text-decoration: underline;
}

#map {

	display: block;
	border: solid 3px #cccccc;
	height: 500px;
	margin: 0;
}
#map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#contact {
	padding: 20px 0;
	display: none;
}
#contact .left {
	width: 44.7%;
	float: left;
}
#contact .right {
	width: 55%;
	float: right;
}
.formBox li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.formBox li input, .formBox li textarea {
	border: solid 1px #E1E1E1;
	height: 38px;
	color: #999;
	padding: 0 10px 0 45px;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 168px;
}
#contact .left input {
	width: 81%;
}
#contact .right input, #contact .right textarea {
	width: 88.5%;
}
.formBox li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.formBox li.name:after {
	background-image: url("../images/website/contact/c_name.png")
}
.formBox li.phone:after {
	background-image: url("../images/website/contact/c_phone.png");
}
.formBox li.mail:after {
	background-image: url("../images/website/contact/c_mail.png");
}
.formBox li.local:after {
	background-image: url("../images/website/contact/c_local.png");
}
.formBox li.subject:after {
	background-image: url("../images/website/contact/c_subject.png");
}
.formBox li.mess:after {
	background-image: url("../images/website/contact/c_mess.png");
}
.formBox li.code:after {
	background-image: url("../images/website/contact/c_code.png");
}
.formBox .button {
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 20px;
	margin-left: 10px;
	height: 38px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #ffffff;
	background: #f60;
	white-space: nowrap;
}
.formBox .button:hover {
	color: #fff;
	background: #00A2E0;
}
.formBox li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	padding: 0 10px;
	font-weight: bold;
	z-index: 2;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.one-news {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.news-img {
	width: 250px;
	/* height: 160px; */



	float: left;
	border: solid 1px #ccc;
	padding: 5px;
	background: #FFF;
}
.news-img:hover {
	border: solid 1px #999999;
	padding: 5px;
	background: #FFF;
	opacity: .8
}
.news-img img {
	width: 100%;
	height: 150px;
	margin: 0px;
	border: none;
}
.news-view {
	width: 605px;
	float: right;
	line-height: 22px;
}
.news-day {
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #eee;
	padding: 6px 0px;
	background: url(../images/website/icon_day.png) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
.tieude_tintuc h1 {
	color: #DA593A;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.tieude_tintuc h2, .tieude_tintuc h2 a {
	color: #e95504;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
}
.tieude_tintuc {
	color: #007aa8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 25px;
}
.tieude_tintuc a {
	color: #333;
	font-weight: bold;
	font-size: 17px;
	text-transform: none;
}
.tieude_tintuc a:hover {
	text-decoration: underline;
	color: #00A2E0;
}
.other_news #right_title {
	margin-bottom: 10px;
}
.box_other_news {
	border: double #CCC 4px;
	padding: 15px 20px;
	margin-top: 20px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);/* -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); *//* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
}
.other_news li {
	list-style-type: disc;
	margin-left: 10px;
	font-size: 15px;
	margin-right: 10px;
	line-height: 26px;
	color: #777;
	list-style: none;
	border-bottom: dotted #CCCCCC 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.other_news li a, .news_right ul li a {
	color: #333;
	font-size: 15px;

	display: block;
}
.other_news li a span {
	color: #666;
	font-size: 12px;
}
.other_news li:hover, .other_news li:hover a, .news_right ul li a:hover {
	color: #00A2E0;
	text-decoration: underline;
}
.nums {
	table-layout: auto;
	/* margin-top: 15px; */



	text-align: center;
}
.nums li {
	list-style: none;
	display: inline-table;
}
.nums a {
	font-size: 14px;
	display: block;
	margin: 0 6px 0 0;
	padding: 3px;
	line-height: 25px;
	height: 25px;
	width: 25px;
	table-layout: inherit;
	text-align: center;
	color: #fff;
	background: #41a3bb;
	border: #41a3bb 1px solid;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background: #00A2E0;
	color: #ffffff;
	border: #00A2E0 1px solid;
}
.nums a.stay {
	background: #f60;
	border: #f60 1px solid;
	color: #fff;
}
.box_sp_ct {
	margin-bottom: 20px;
}
.viewLeft {
	width: 450px;
	float: left;/* margin-bottom: 30px; *//* margin-left: 10px; */
}
.viewRight {
	width: 430px;
	float: right;/* margin-right: 10px; */
}
.viewRight .desc {
	/* border-top: dotted 1px #ddd; */
	padding-top: 5px;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.viewRight .desc b {
	display: block;
	margin-bottom: 3px;
}
.viewRight .desc li {
	line-height: 22px;
	margin-bottom: 4px;
	/* text-indent: 15px; */



	list-style: none;/* background: url("../images/website/icon-check-pink.png") no-repeat left 4px; *//* margin-left: 15px; */
}
#sharelink {
	-webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
	height: 30px;/* margin-top: 10px; */
}
#sharelink img {
/* background: rgba(148, 148, 148, 0.41); */



}
#sharelink img:hover {
	background: #008376;
}
#sharelink spam {
	padding-top: 0px;
}
#proCont {
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listDesc {
	margin-bottom: 20px;
	box-shadow: inset 0 -5px #EC1F26;
	margin-top: 0;
}
.listDesc a {
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	/* padding-bottom: 5px; */



	/* box-shadow: inset 0 -5px #B30505; */



	color: #fff;
	font-weight: bold;
	background: #EC1F26;
	padding: 5px 20px;
}
.titleView {
	position: relative;
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 18px;
	color: #00A2E0;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: double #CCCCCC 4px;
	padding-bottom: 5px;
}
.viewRight h2 {
	font-size: 18px;
	color: #00a859;
	line-height: 26px;
	font-weight: bold;
	/* border-bottom:dotted #CCCCCC 1px; */



	padding-bottom: 5px;/* margin-bottom:5px; */
}
.viewRight h1 {
	font-size: 16px;
	color: #f60;
	line-height: 26px;
	font-weight: bold;
	/* border-bottom:dotted #CCCCCC 1px; */
	/* padding-bottom: 5px; */
	/* margin-bottom:5px; */
	display: none;
}
.viewRight h2 span {
	font-size: 15px;
	position: relative;
	font-weight: normal;
	color: #f00;
	line-height: 26px;
	float: right;
	padding-right: 160px;
	text-align: right;
}
.viewRight h3 {
	font-size: 14px;
	position: relative;
	color: #8DC540;
	line-height: 26px;
}
#bridal_images {
	border: 1px solid #CCC;
	background: #eee;
	/* padding: 5px; */



	width: 450px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 12px;
}
#bridal_images img {
	border: none;
	width: 450px;
	height: 400px;
	margin: 0px auto;
}
#bridal_images_list {
	display: block;
	/* float: left; */



	/* width: 390px; */



	padding-left: 20px;
	position: relative;
	margin-top: 5px;
}
#bridal_images_list li {
	margin-right: 5px;
	margin-left: 3px;
	list-style: none;
	float: left;
	height: 90px;
	width: 115px;
	border: 1px solid #CCC;
	background: #eee;
	padding: 3px;
	text-align: center;
	overflow: hidden;
}

#bridal_images_list li:hover {
	border: 1px solid #999;
}
#bridal_images_list img {
	width: auto;
	height: 90px;
	width: 115px;
	border: none;
}
.pro_slide_prev, .pro_slide_next {
	position: absolute;
	width: 12px;
	border: solid 1px #ccc;
	bottom: 50%;
	height: 50px;
	margin-bottom: -25px;
	text-indent: -10000px;
}
.pro_slide_prev {
	left: 0px;
	border-radius: 5px 0px 0px 5px;
	background: url(../images/website/pro_slide_prev.png) no-repeat center center #f4f4f4;
}
.pro_slide_next {
	right: 0px;
	border-radius: 0px 5px 5px 0px;
	background: url(../images/website/pro_slide_next.png) no-repeat center center #f4f4f4;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	opacity: .5;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	cursor: default;
}
.cloud-zoom-lens {
	cursor: move;
}
.cloud-zoom-big {
	overflow: hidden;
}
.cloud-zoom-loading, img.loading {
	background: url(../images/website/loading.gif) no-repeat scroll center transparent;
}
.quantity {
	position: relative;
	margin-bottom: 20px;
}
.quantity, .quantity * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.quantity label {
	font-size: 16px;
	padding-right: 5px;
}
.quantity .input-text {
	width: 50px;
	height: 50px;
	border: none;
	text-align: center;
	font-size: 18px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
.quantity p {
	padding: 15px 0 10px 0;
	/* border-top: dotted 1px #ddd; */



	font-size: 18px;
	text-transform: uppercase;
}
.quantity .minus, .quantity .plus {
	position: absolute;
	bottom: 0px;
	left: 135px;
	width: 30px;
	height: 23px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	background: #4d4d4d;
	line-height: 19px;
}
.quantity .minus {
	font-size: 25px;
}
.quantity .plus {
	bottom: 27px;
}
.quantity a {
	position: relative;
	height: 50px;
	line-height: 52px;
	position: absolute;
	left: 0;
	bottom: -1px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 18px 0 45px;
	color: #fff;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	background: #4d4d4d;
	margin-left: 170px;
}
.quantity a:hover {
	color: #fff;
	background: #f60;
}
.quantity a:before {
	content: "";
	background-image: url("../images/website/icon-cart-w.png");
	background-position: center center;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 26px;
	height: 22px;
	z-index: 2;
	line-height: normal;
}
.add_more_2 ul {
	text-align: center;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	display: none;
}
.add_more_2 ul h2 {
	list-style: none;
	background: #00A2E0;
	color: #fff;
	text-align: center;
	padding: 3px 15px;
	font-size: 13px;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	text-transform: uppercase;
}
.add_more_2 ul h3 {
	list-style: none;
	font-size: 13px;
	background: #007AA8;
	color: #fff;
	text-align: center;
	padding: 3px 15px;
	margin-right: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	text-transform: uppercase;
}
.add_more ul h2:hover, .add_more ul h3:hover, .add_more_2 ul h2:hover, .add_more_2 ul h3:hover {
	background: #f60;
	color: #fff;
}
.images_header {
	display:none;
	position: absolute;
	right: 60px;
	bottom: -15px;
	z-index: 2;
}
.images_header img {
	height: 115px;
	width: auto;
}
.product_list_2 ul {
	float: left;
	border: solid #f2f2f2 1px;
	width: 193px;
	background: #fff;
	/* margin-right: 10px; */



	margin-bottom: 10px;
	list-style: none;
	/* height: 300px; */



	padding: 10px;
	margin: 0 5px;
	margin-bottom: 10px;
}
.product_list_2 ul li img {
	width: 100%;
	height: 140px;
	/* padding: 5px; */



	line-height: 0;
}
.product_list ul h2, .product_list_2 ul h2, .onePro_3 h2 {
	/* padding: 0px 10px; */

	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333;
	line-height: 22px;
	/* padding-bottom: 10px; */


	/* text-align: center; */

	padding-top: 5px;
}
.product_list ul:hover h2, .product_list_2 ul:hover h2, .onePro_3:hover h2 {
	color: #cc0000;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
