@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/new/bg_body.jpg);
}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	border: 0;
}
.pagewrap {
	position: relative;
	width: 1200px;
	background: #fff;
	margin: 0 auto;
webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);	margin-top: 25px;
	margin-bottom: 25px;
	
}
.header {
	padding: 20px;
	padding-bottom: 10px;
}
.logo_top, .logo_top li {
	float: left;
	list-style: none;
}
.logo_top ul {
	float: left;
	margin-left: 30px;
}
.logo_top ul h2 {
	color: #34AED4;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
.logo_top ul h3 {
	color: #F00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.right_header {
	float: right;
}
.timkiem_top {
	float: right;
	padding-top: 5px;
}
.input_search {
	padding: 10px;
	height: 10px;
	width: 200px;
	border: none;
	float: right;
	border: solid #ccc 1px;
	background: #fff;
	border-right: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	color: #999;
	font-size: 13px;
}
.input_search:focus {
	color: rgba(0,0,0,1);
}
.search a {
	width: 40px;
	height: 30px;
	text-indent: -10000px;
	background: url(../images/new/icon-search.png) no-repeat center center #fff;
	float: right;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border: solid #ccc 1px;
	border-left: none;
}
.search a:hover {
	background: url(../images/new/icon-search.png) no-repeat center center #666;
}
.menu_box {
	background: #34AED4;
}
.menu {
	float: left;
	padding-left: 15px;
}
.menu ul {
	float: left;
}
.menu ul li {
	float: left;
	position: relative;
	z-index: fff;
	list-style: none;
}
.menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	position: relative;
	z-index: 9999;
	white-space: nowrap;
}
.menu ul li:hover a {
	background: #0067B1;
	color: #fff;
}
.menu ul ul {
	position: absolute;
	top: 50px;
	left: 0px;
	width: auto;
	min-width: 100%;
	border-top: solid 4px #0067B1;
	border-bottom: solid 4px #0067B1;
	padding: 10px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
}
.menu ul li:hover ul {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
.menu ul li:hover ul ul {
	position: absolute;
	top: 50px;
	left: 130px;
	width: auto;
	min-width: 100%;
	border-top: solid 4px #0067B1;
	border-bottom: solid 4px #0067B1;
	padding: 10px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, 0.4);
}
.menu ul li:hover ul li:hover ul {
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.menu ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	background: none;
}
.menu ul ul li a {
	background: #fff;
	white-space: nowrap;
	padding: 0 10px !important;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}
.menu ul li:hover li a {
	background: #fff;
	color: #000;
	border-bottom: dotted #ccc 1px;
	line-height: 35px;
}
.menu ul li:hover li a:hover {
	background-color: #0067B1;
	color: #fff;
}
.left_top_header {
	padding-bottom: 3px;
}
.left_top_header ul li {
	list-style: none;
	float: left;
	/* font-size: 16px; */
	/* font-weight: bold; */
	background: url(../images/new/icon_dienthoai.png) center left no-repeat;
	padding-left: 19px;/* color: #f00; */
}
.left_top_header ul h2 {
	list-style: none;
	float: left;
	font-size: 13px;
	font-weight: normal;
	background: url(../images/new/icon_mail_top.png) center left no-repeat;
	padding-left: 25px;
	margin-left: 15px;
	color: #666;
}
.lang_top {
	float: right;
	padding-right: 15px;
	padding-top: 10px;
}
.lang_top ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.lang_top ul li img {
	border: solid #FFF 1px;
}
.lang_top ul li:hover {
	opacity: .7;
}
.bannerInside {
	height: 350px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	height: 350px;
}
.banner h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f00;
	line-height: 30px;
	position: absolute;
	letter-spacing: 1px;
	left: 3%;
	bottom: 50px;
	z-index: 2;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.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;
}
.posBL {
	left: 0px;
	bottom: 0px;
}
.pagiBanner {
	position: absolute;
	right: 3%;
	bottom: 20px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner a {
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	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: #f00;
	border: solid #fff 1px;
}
.doitac_home {
	padding: 20px;
	background: #eee;
	border-top: solid #CCC 1px;
}
.logo_thuonghieu {
	float: left;
	width: 185px;
	padding-right: 9px;
	margin-bottom: 0px;
	list-style: none;
}
.logo_thuonghieu img {
	width: 185px;
	height: 95px;
	border: solid #CCC 1px;
}
.logo_thuonghieu:hover {
	opacity: .7;
}
.footer {
	background: #34AED4;
	padding: 20px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.company_add_footer {
	float: left;
	width: 473px;
}
.company_add_footer h1 {
	font-size: 16px;
	color: #ff0;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.dangkynhantin_footer {
	width: 275px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	border-left: dashed #fff 1px;
	border-right: dashed #fff 1px;
	height: 95px;
}
.dangkynhantin_footer ul form input {
	float: left;
	height: 30px;
	background: #fff;
	border: solid #0488B1 1px;
	border-right: none;
	width: 163px;
	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: #0488B1;
	padding: 0 15px;
	border: solid #0488B1 1px;
}
.dangkynhantin_footer ul form a:hover {
	color: #fff;
	text-decoration: none;
	background: #f00;
	border: solid #f00 1px;
}
.dangkynhantin_footer p {
	padding: 0px;
	padding-bottom: 10px;
}
.copyright_footer {
	float: right;
	width: 330px;
	text-align: right;
}
#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;
	padding-top: 20px;
	height: 35px;
	float: right;
}
.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;
	padding-top: 3px;
	height: 35px;
	float: right;
}
.sharelink img {
	background: #0488B1;
	margin-top: 3px;
}
.sharelink img:hover {
	background: #f00;
}
.sharelink h2 {
	float: left;
	font-weight: normal;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 5px;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 1;
}
#back-top a {
	display: block;
	width: 40px;
	line-height: 40px;
	background: #f00;
	outline: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#back-top a:hover {
	color: #fff;
	background: #34AED4;
}
.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 {
	left: 0;
}
.placeNav.next {
	right: 0;
	text-indent: 3px;
}
.placeSlide_main:hover .placeNav {
	opacity: 1;
}
.placeNav:hover {
	background: #005096;
	color: #fff;
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide {
	width: 1300px;
}
.conten_page {
	padding: 20px;
	position: relative;
}
.left_conten {
	float: left;
	width: 230px;
}
.box_left_conten {
	padding: 10px;
	border: solid #CCC 1px;
	border-bottom: solid #34AED4 5px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}
.box_left_conten iframe {
	height: 235px;
}
.box_left_conten h1 {
	margin-bottom: 15px;
	text-align: center;
	background: #34AED4;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.menu_left ul li {
	list-style: none;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 35px;
	border-bottom: dotted #CCCCCC 1px;
}
.menu_left ul li a {
	color: #333;
}
.menu_left ul li a:hover {
	color: #f00;
}
.list-yahoo li a {
	background-image: url(../images/new/yahoo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 24px;
	display: block;
	margin-right: 5px;
	margin-left: 0px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.list-yahoo li {
	background: none;
	padding-left: 0px;
	list-style: none;
}
.list-yahoo li a.last {
	background-image: url(../images/new/skype.png);
}
.list-yahoo li a:hover {
	opacity: .7;
}
.list-yahoo ul {
	color: #f00;
	font-weight: bold;
	border-top: dotted #CCC 1px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
}
.list-yahoo {
	padding: 0 10px;
}
.newsRight a {
	display: block;
	min-height: 65px;
	background: #EBEBEB;
	margin-bottom: 2px;
}
.newsRight a {
	display: block;
	min-height: 65px;
	background: #EBEBEB;
	margin-bottom: 2px;
}
.newsRight img {
	width: 90px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
.newsRight h2 {
	color: #555;
	padding: 5px 5px 5px 0px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
}
.newsRight a:hover {
	background: #f00;
}
.newsRight a:hover h2 {
	color: #fff;
}
.right_conten {
	float: left;
	width: 900px;
	margin-right: 30px;
}
.title_page {
	margin-bottom: 20px;
	background: url(../images/new/icon_cham_2.png) bottom repeat-x;
	padding-bottom: 10px;
}
.title_page h1 {
	float: left;
	text-transform: uppercase;
	color: #f00;
	font-size: 20px;
	line-height: 25px;
}
.title_page h1 a{color: #f00;}
.title_page ul li {
	float: right;
	text-transform: uppercase;
	color: #666;
	list-style: none;
	font-size: 12px;
	background: url(../images/new/icon_home.png) center left no-repeat;
	padding-left: 25px;
}
.title_page ul li a {
	color: #666;
}
.title_page ul li a:hover {
	color: #34AED4;
	text-decoration: underline;
}
.showText {
	margin-bottom: 0px;
	line-height: 25px;
}
.showText img {
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
.showText h1, .tabs_content h1 {
	font-size: 18px;
	color: #34AED4;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
.showText p, .gioithieu_home_load ul p {
	padding-bottom: 15px;
}
.map {
	display: block;
	border: solid 3px #eee;
	height: 500px;
}
.map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.contact {
	padding-top: 20px;
	padding-bottom: 20px;
}
.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: 82%;
}
.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/new/contact/c_name.png")
}
.formBox li.phone:after {
	background-image: url("../images/new/contact/c_phone.png");
}
.formBox li.mail:after {
	background-image: url("../images/new/contact/c_mail.png");
}
.formBox li.local:after {
	background-image: url("../images/new/contact/c_local.png");
}
.formBox li.subject:after {
	background-image: url("../images/new/contact/c_subject.png");
}
.formBox li.mess:after {
	background-image: url("../images/new/contact/c_mess.png");
}
.formBox li.code:after {
	background-image: url("../images/new/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: #FFF;
	background: #34AED4;
	white-space: nowrap;
}
.formBox .button:hover {
	color: #FFF;
	background: #F00;
}
.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;
}
.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: 250px;
	height: 160px;
	margin: 0px;
	border: none;
}
.news-view {
	width: 625px;
	float: right;
	line-height: 22px;
}
.news-day {
	font-size: 13px;
	color: #333;
	border-bottom: solid 1px #eee;
	padding: 5px 0px;
	background: url(../images/new/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: #34AED4;
	font-size: 16px;
	font-weight: bold;
	/* padding-bottom: 10px; */
	text-transform: uppercase;
	line-height: 25px;
}
.tieude_tintuc a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
.tieude_tintuc a:hover {
	text-decoration: underline;
	color: #34AED4;
}
.other_news #right_title {
	margin-bottom: 10px;
}
.other_news li {
	list-style-type: disc;
	margin-left: 25px;
	font-size: 15px;
	line-height: 26px;
	color: #777;
}
.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: #34AED4;
	text-decoration: underline;
}
.nums {
	color: #FFF;
	float: right;
	margin-top: 5px;
}
.nums ul{float:right;}
.nums li {
	float: left;
	list-style: none;
	line-height: 18px;
}
.nums a {
	font-size: 15px;
	display: block;
	margin: 0 3px 0 0;
	padding: 3px 8px;
	color: #FFF;
	font-family: 'Acme', sans-serif;
	background-color: #999;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background-color: #34AED4;
	color: #FFF;
}
.nums a.stay {
	background-color: #FF0000;
	color: #FFF;
}
.box_home {
	padding: 20px;
	margin-top: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 0px 5px rgba(0,0,0,.08);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 0px 5px rgba(0,0,0,.08);
}
.tailieu_id ul {
	border-bottom: solid #eee 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.tailieu_id ul h1 {
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.tailieu_id ul h1 span {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding-left: 15px;
}
.tailieu_id ul li {
	float: right;
	font-size: 14px;
	color: #0070C0;
	font-weight: bold;
	list-style: none;
	background: url(../images/new/icon-pdf.png) center left no-repeat;
	padding-left: 30px;
}
.tailieu_id ul li a {
	color: #0070C0;
}
.tailieu_id ul li a:hover {
	color: #f00;
	text-decoration: underline;
}
.doitac_id ul {
	float: left;
	width: 260px;
	padding: 9px;
	border: solid #CCC 1px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	text-align: center;
}
.doitac_id ul li img {
	width: 260px;
	height: 140px;
}
.doitac_id ul h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #333;
}
.doitac_id ul:hover h2 {
	color: #f00;
}
.duan_id ul:hover, .doitac_id ul:hover, .duan_home ul:hover, .new_home:hover {
	webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	background: #fff;
}
.duan_home ul {
	float: left;
	width: 260px;
	padding: 9px;
	border: solid #CCC 1px;
	/* margin-bottom: 20px; */
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	background: #fff;
}
.duan_home ul li img {
	width: 260px;
	height: 160px;
}
.duan_id_2 ul {
	width: 200px;
	border: solid #CCC 1px;
	margin-bottom: 20px;
	list-style: none;
}
.duan_id_2 ul li img {
	width: 200px;
	height: 160px;
}
.duan_id_2 ul h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	padding: 5px;
	text-align: center;
}
.duan_id ul {
	float: left;
	width: 260px;
	padding: 9px;
	border: solid #CCC 1px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}
.duan_id ul p, .duan_home ul p {
	color: #666;
	padding: 0;
	margin: 0;
}
.duan_id ul li img {
	width: 260px;
	height: 160px;
}
.duan_id ul h2, .duan_home ul h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.duan_id ul:hover h2, .duan_id_2 ul:hover h2, .duan_home ul:hover h2 {
	color: #f00;
}
.duan_home {
	padding: 30px 0;
	background: url(../images/new/bg_body.jpg);
	border-bottom: solid #CCC 1px;
}
.duan_home h1, .tintuc_home h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-bottom: 50px;
	margin-bottom: 25px;
	background: url(../images/new/bg-line.png) center bottom no-repeat;
	width: 50%;
}
.onePro_2 {
	width: 195px;
	float: left;
	padding: 5px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 20px;
	list-style: none;
	border: solid #CCC 1px;
	background: #fff;
}
.onePro_2 img {
	width: 195px;
	height: 195px;
	display: block;
}
.onePro {
	width: 205px;
	float: left;
	padding: 4px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom: 20px;
	list-style: none;
	border: solid #CCC 1px;
	background: #fff;
	height:300px;
}
.onePro img {
	width: 205px;
	height: 205px;
	display: block;
}
.onePro h1 a, .onePro_2 h1 a {
	color: #333;
	text-transform: none;
}
.onePro:hover h1 a, .onePro_2:hover h1 a {
	color: #f00;
}
.onePro h1, .onePro_2 h1 {
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	height:42px;
	overflow:hidden;
}
.onePro h2, .onePro_2 h2 {
	font-size: 13px;
	color: #666;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.onePro:hover, .onePro_2:hover {
	background: #eee;
}
.slide_sanpham {
	/* margin-bottom: 20px; */
	padding-top: 25px;
	padding-bottom: 10px;
	background: #fff;
}
.viewLeft {
	width: 450px;
	float: left;
}
.viewRight {
	width: 420px;
	float: right;
}
.viewRight .desc {
	border-bottom: dotted 1px #ddd;
	margin-bottom: 2px;
	padding-bottom: 10px;
}
.viewRight .desc b {
	display: block;
	margin-bottom: 10px;
}
.viewRight .desc li {
	line-height: 18px;
	margin-bottom: 10px;
	text-indent: 15px;
	list-style: none;
	background: url("../images/new/icon-check-pink.png") no-repeat left 4px;
}
#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: 5px;
}
#sharelink img {
	background: rgba(116, 165, 197, 0.41);
}
#sharelink img:hover {
	background: #74a5c5;
}
#sharelink spam {
	padding-top: 0px;
}
#proCont {
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listDesc {
	margin-bottom: 15px;
	box-shadow: inset 0 -5px #E6E6E6;
}
.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 #0070C0;
	color: #0070C0;
}
.titleView {
	background: url(../images/new/title-line.png) repeat-x left bottom;
	position: relative;
	padding: 0px 0 15px 0;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #0070C0;
	font-weight: bold;
	text-transform: uppercase;
}
.viewRight h2 {
	font-size: 18px;
	position: relative;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #f00;
}
#bridal_images {
	border: 1px solid #CCC;
	background: #eee;
	padding: 5px;
	width: 450px;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
#bridal_images img {
	border: none;
	width: 450px;
	height: auto;
	margin: 0px auto;
}
#bridal_images_list {
	display: block;
	float: left;
	width: 440px;
	padding-left: 20px;
	position: relative;
}
#bridal_images_list li {
	margin-right: 10px;
	margin-left: 2px;
	list-style: none;
	float: left;
	height: 80px;
	width: 120px;
	border: 1px solid #CCC;
	background: #eee;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}
#bridal_images_list li:hover {
	border: 1px solid #999;
}
#bridal_images_list img {
	width: auto;
	height: 80px;
	width: 120px;
	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/new/pro_slide_prev.png) no-repeat center center #f4f4f4;
}
.pro_slide_next {
	right: 0px;
	border-radius: 0px 5px 5px 0px;
	background: url(../images/new/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/new/loading.gif) no-repeat scroll center transparent;
}
#proView {
	margin-bottom: 30px;
}
#giohang_page h1 {
	float: right;
	color: #fff;
	background: #f00;
	padding: 5px 15px;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
#giohang_page h2 {
	float: right;
	color: #fff;
	background: #0070C0;
	padding: 5px 15px;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-transform: uppercase;
}
#giohang_page h2:hover, #giohang_page h1:hover {
	color: #fff;
	background: #0DABE0;
}
.sanpham_home{
	padding:20px 10px;
}.gioithieu_home {
	padding:20px;
	background:#eee;
	border-bottom: #34AED4 solid 4px;
	margin-bottom: 20px;
}
.gioithieu_home ul {
	float: right;
	width: 730px;
	color: #333;
	line-height: 30px;
	font-size: 14px;/* margin-left: 30px; */
}
.gioithieu_home ul p {
	padding-bottom: 15px;
}
.gioithieu_home ul h1 {
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	color: #f00;
	font-weight: bold;
	padding-bottom: 5px;
}
.gioithieu_home ul h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	float: right;
	padding: 5px 15px;
	background: #34AED4;
	border: solid #FFF 1px;
	margin-top: 10px;
}
.gioithieu_home ul h2:hover {
	color: #fff;
	background: #f00;
}
.gioithieu_home li {
	list-style: none;
	float: left;
	margin-right: 20px;
	width: 400px;
}
.gioithieu_home li img {
	width: 400px;
	height: 260px;
	padding: 5px;
	background: #fff;
}.home_news_id{
	padding:20px;
	border-top:dashed #CCCCCC 1px;
}
.tintuc_home_id {
	padding-bottom: 25px;
	position:relative;
}
.tintuc_home {
	float: left;
	margin-right: 30px;
	width: 811px;
}
.tintuc_home_left {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid #ddd 1px;
	width: 349px;
	list-style: none;
}
.tintuc_home_left li img {
	width: 335px;
	height: 220px;
	list-style: none;
	border: solid #FFF 4px;
}
.tintuc_home_left h1 {
	color: #0067B1;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 25px;
}
.tintuc_home_left ul {
	color: #333;
	font-size: 14px;
}
.tintuc_home_left:hover h1 {
	color: #f00;
}

.tintuc_home_right ul {
	margin-bottom: 8px;
	float:left;
	margin-right:10px;
	width:375px;
}
.tintuc_home_right ul li {
	float: left;
	margin-right: 10px;
	width: 150px;
	list-style: none;
}
.tintuc_home_right ul li img {
	width: 140px;
	height: 90px;
	border: solid #FFF 4px;
}
.tintuc_home_right ul h1 {
	width: 215px;
	float: left;
	color: #333;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.tintuc_home_right ul p {
	width: 215px;
	float: left;
	color: #333;
	line-height: 18px;
	padding: 0px;
}
.tintuc_home_right ul:hover h1 {
	color: #0067B1;
}
.video_home {
	float: left;
	width: 319px;
}
.video_home ul, .video_home_page ul {
	margin-bottom: 10px;
}
.video_home_page li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	border-bottom: dotted #CCC 1px;
	color: #505050;
	margin: 0 10px;
}
.video_home li {
	list-style: none;
	line-height: 30px;
	color: #333;
	padding: 0px 5px;
}
.video_home li:hover {
	color: #fff;
	background: #0067B1;
}
.video_home_page li:hover {
	color: #f00;
	text-decoration: underline;
}
.menuHide{display:none;}
.item_global_videoyoutube {
    float: left;
    width: 31%;
    margin-left: 1.5%;
    overflow: hidden;
    height: 205px;
    margin-bottom: 10px;
}
.item_videoyoutube h3{color:#333;}
.box_view_video{text-align:center;}
.sub-menu{padding-left:15px;}
.menu_left ul.sub-menu li{border:none;}
del .amount{color:#000; text-decoration:line-through; font-size:13px; margin-right:10px;}
#box_login{width:80%;}
