@import "font.css";
 @charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 15px;
	line-height: 30px;
	font-family: Roboto, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
* {
	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;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0 10px;
}
.showText p {
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
}
.showText h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 35px;
	padding-top: 10px;
	color: #F16321;
	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 {
	background: url(../images/website/bg_header.jpg) center bottom no-repeat #004FA8;
	height: 130px;
}
.logo_top {
	position: absolute;
	z-index: 2;
	left: 90px;
	top: 20px;
}
.company_header {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 35%;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 1px;
}
.company_header span {
	color: #5DD3FF;
}
.box_menu {
	background: url(../images/website/bg_menu.jpg);
}
#menu {
	text-align: center;
	line-height: 0;
}
#menu > li {
	display: inline-block;
	vertical-align: text-top;
	position: relative;
}
#menu > li > a {
	padding: 15px 15px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#menu li:hover > a, #menu li > a.active {
	color: #252323;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#menu li:hover > a:before, #menu li > a.active:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0;
	float: none;
	height: 0;
	bottom: -34px;
	left: 30%;
	border: 17px solid;
	border-color: transparent transparent #e66a14 #e66a14;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}
#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: 2;
	margin-top: 15px;
	visibility: hidden;
	opacity: 0;
	padding-top: 35px;
	background: url(../images/website/bg_menu_sub.jpg);
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#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;
	padding: 0 15px;
}
#menu li ul li:last-child {
	padding-bottom: 10px;
}
#menu li ul li a {
	line-height: 35px;
	height: 35px;
	position: relative;
	text-transform: capitalize;
	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;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 15px;
	background: url(../images/website/arrow_newsletter_1.png) center left no-repeat;
}
#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: 35px;
	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 {
	color: #f4761f;
	background: url(../images/website/arrow_newsletter.png) center left no-repeat;
}
#menu li ul li:hover > a:before {
	display: none;
}
#menu li ul li li:first-child {
	padding-top: 10px;
}
#menu li ul li ul {
	padding: 0;
}
.bannerInside {
	height: 400px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.banner li {
	float: left;
	width: 100%;
	height: 400px;
	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: 15px;
	height: 15px;
	background: #ccc;
	text-indent: -100000px;
	margin: 0 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border: solid #fff 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pagiBanner a.selected {
	background: #004FA8;
}
.pagiBanner_3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner_2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner_2 a, .pagiBanner_3 a {
	display: inline-block;
	vertical-align: text-top;
	width: 15px;
	height: 15px;
	background: #3e83bc;
	text-indent: -100000px;
	margin: 0 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border: solid #fff 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
	background: #f4761f;
}
.footer {
	padding: 20px 0;
	background: #061546;
	margin-top: 75px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer ul {
	color: #fff;
	line-height: 25px;
	padding-left: 10px;
	font-size: 14px;
}
.footer ul h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}
.hotline_footer {
	background: url(../images/website/hotline_footer.jpg) center left no-repeat #061546;
	padding-left: 80px;
	padding-right: 35px;
	color: #fff;
	line-height: 45px;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	bottom: 125px;
	right: 10px;
}
.abouts_home {
	background: url(../images/website/bg_4.jpg);
	padding: 40px 0;
}
.abouts_home ul {
	float: left;
	margin: 10px;
	width: 380px;
	color: #C1C3C5;
}
.abouts_home ul li {
	text-align: left;
	list-style: none;
	line-height: 0;
}
.abouts_home ul h2 {
	color: #EFF1F2;
	font-size: 25px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 40px;
	border-bottom: solid #889096 1px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.abouts_home ul p {
	font-size: 15px;
	line-height: 30px;
	min-height: 195px;
	color: #C1C3C5;
}
.abouts_home ul h3 a {
	display: block;
	float: left;
	background: #fff;
	padding: 0px 15px;
	color: #0B498F;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.abouts_home ul h3 a:hover {
	background: #0B498F;
	color: #fff;
}
.bg_ct_da_home {
	background: url(../images/website/bg_4.jpg);
	padding: 40px 0;
}
.bg_ct_da_home h2, .bg_tt_tuyendung_home h2 {
	padding-left: 10px;
	font-size: 35px;
	font-weight: normal;
	color: #0B498F;
	line-height: 50px;
	text-transform: uppercase;
}
.bg_ct_da_home {
	padding: 150px 0;
	background: url(../images/website/bg_1.jpg) top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.duanhome_home {
	padding-top: 40px;
	background: url(../images/website/bg_3.jpg);
	padding-bottom: 90px;
}
.bg_tt_tuyendung_home {
	padding: 100px 0;
	background: url(../images/website/bg_2.jpg) top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.tintuc_tuyendung_home {
	padding-top: 30px;
	background: #fff;
	padding-bottom: 0px;
}
.tintuc_home_id {
	float: left;
	margin-left: 10px;
	width: 550px;
}
.tuyendung_home_id {
	float: right;
	margin-right: 10px;
	width: 550px;
}
.tuyendung_home_id ul h2, .tintuc_home_id ul h2 {
	color: #f4761f;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
}
.tuyendung_home_id ul h3 a, .tintuc_home_id ul h3 a {
	display: block;
	float: left;
	background: #0B498F;
	padding: 0px 15px;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.tuyendung_home_id ul h3 a:hover, .tintuc_home_id ul h3 a:hover {
	background: #f4761f;
	color: #fff;
}
.tuyendung_home_id ul p, .tintuc_home_id ul p {
	color: #666;
	font-size: 15px;
	line-height: 35px;/* padding-bottom:15px; */
}
.onePro_2 img:hover, .ctda_right ul li img:hover, .sanpham_id li img:hover, .tintuc_id li img:hover, .gallery_id ul li img:hover {
	transform: scale(1.2);
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.onePro_2 {
	width: 270px;
	float: left;
	padding: 5px;
	margin: 10px;
	list-style: none;
	position: relative;
	background: #fff;
}
.onePro_2 img {
	width: 100%;
	height: 270px;
	display: block;
	-webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.onePro_2 .proImg {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.onePro_2 h1 a {
	font-weight: bold;
	line-height: 30px;
	font-size: 18px;
	color: #0A488E;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
	display: block;
}
.onePro_2:hover h1 a {
	color: #f4761f;
}
.onePro_2 p {
	line-height: 29px;
	font-size: 15px;
	color: #666;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.placeNav_2 {
	position: absolute;
	top: 40%;
	z-index: 3;
	color: #fff;
	font-size: 60px;
	width: 30px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	background: rgba(2, 2, 2, 0.21);
}
.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: 10px;
}
.placeNav_2.next {
	right: 10px;
	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: #ffffff;
	background: rgba(99, 99, 99, 0.78);
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide {
	width: 1300px;
}
.placeSlide_right {
	width: 500px;
}
.page_conten {
	padding-top: 30px;
}
.left_conten {
	float: left;
	width: 800px;
}
.right_conten {
	float: right;
	margin-right: 10px;
	width: 350px;
}
.box_right_conten {
	padding-bottom: 20px;
	position: relative;
}
.title_tight_conten {
	background: url(../images/website/bg_menu_right.jpg) center repeat-x;
}
.title_tight_conten h2 {
	float: left;
	background: #fff;
	line-height: 50px;
	font-size: 21px;
	padding-right: 10px;
	color: #F16321;
	text-transform: uppercase;
	font-weight: bold;
}
.tt_right {
	position: relative;
}
.tt_right .news_r {
	padding-bottom: 15px;
	border-bottom: solid #CCC 1px;
	margin-bottom: 15px;
	line-height: 25px;
}
.tt_right .news_r h3 {
	color: #8D8E89;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tt_right .news_r h2 a {
	color: #004DA3;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
}
.tt_right .news_r p a {
	font-style: italic;
	color: #004DA3;
	font-weight: normal;
}
.tt_right .news_r p a:hover {
	text-decoration: underline;
	color: #F16321;
}
.ctda_right ul li {
	float: left;
	width: 102px;
	list-style: none;
	margin: 0 5px;
	line-height: 0;
	border: solid #CCC 2px;
	display: block;
	overflow: hidden;
}
.ctda_right ul li img {
	width: 100%;
	height: 102px;
	-webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lienhe_right ul h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	color: #F16321;
	padding-bottom: 15px;
}
.lienhe_right ul li, .lienhe_right ul li img {
	list-style: none;
	line-height: 0;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.icon_share_right ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
	margin-top: 20px;
}
.icon_share_right ul li img {
	width: auto;
	height: 39px;
}
.icon_share_right ul li img:hover {
	opacity: .7;
}
.contact {
/* padding-bottom: 20px; */



	/* padding-top: 20px; */



	/* padding-right: 10px; */



}
.contact h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	color: #F16321;
	padding-bottom: 10px;
}
.contact .left {
	width: auto;
	float: none;
}
.contact .right {
	width: auto;
	float: none;
}
.formBox li {
	display: block;
	position: relative;
	margin-top: 14px;
}
.formBox li input, .formBox li textarea {
	border: solid 1px #E1E1E1;
	height: 38px;
	color: #999;
	padding: 0 10px 0 45px;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 115px;
}
.contact .left input {
	width: 92.5%;
}
.contact .right input, .contact .right textarea {
	width: 92.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 li.day:after {
	background-image: url("../images/website/contact/day.png");
}
.formBox li.songuoi:after {
	background-image: url("../images/website/contact/songuoi.png");
}
.formBox .button {
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 30px;
	margin-right: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	color: #FFF;
	background: #004EA6;
	white-space: nowrap;
	/* border-radius: 5px; */



	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.formBox .button:hover {
	color: #FFF;
	background: #F16321;
}
.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;
}
.sanpham_id {
	border-bottom: solid #CCC 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sanpham_id li {
	float: left;
	list-style: none;
	line-height: 0;
	border: solid #eee 5px;
	width: 210px;
	display: block;
	overflow: hidden;
}
.sanpham_id li img {
	width: 100%;
	height: 210px;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sanpham_id ul {
	float: right;
	width: 530px;
}
.sanpham_id ul h1 a {
	display: block;
	color: #F37D1F;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.sanpham_id ul h2 {
	color: #004DA3;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	padding-bottom: 5px;
}
.sanpham_id ul p {
	color: #666;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	padding-bottom: 10px;
}
.tintuc_id {
	border-bottom: solid #CCC 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tintuc_id li {
	float: left;
	list-style: none;
	line-height: 0;
	border: solid #eee 5px;
	width: 210px;
	display: block;
	overflow: hidden;
}
.tintuc_id li img {
	width: 100%;
	height: 210px;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tintuc_id ul {
	float: right;
	width: 530px;
}
.tintuc_id ul h3 {
	color: #8D8E89;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tintuc_id ul h1 a {
	display: block;
	color: #F37D1F;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.tintuc_id ul h1 a:hover, .sanpham_id ul h1 a:hover, .tt_right ul h2 a:hover {
	text-decoration: underline;
}
.tintuc_id ul h2 {
	color: #004DA3;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	padding-bottom: 5px;
}
.tintuc_id ul p {
	color: #666;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	padding-bottom: 10px;
}
.tintuc_id ul h3 a, .sanpham_id ul h3 a {
	display: block;
	float: right;
	background: #0B498F;
	padding: 0px 15px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.tintuc_id ul h3 a:hover, .sanpham_id ul h3 a:hover {
	background: #F37D1F;
	color: #fff;
}
.title_news {
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.title_news h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #004DA3;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title_news li {
	font-size: 15px;
	color: #8D8E89;
	list-style: none;
	list-style: none;
	background: url(../images/website/icon_day.png) center left no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.title_news p {
	line-height: 30px;
	color: #333;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}
.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: #666;
	background: #fff;
	border: #CCC 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: #0b498f;
	color: #FFF;
	border: #0b498f 1px solid;
}
.nums a.stay {
	background: #f16321;
	border: #f16321 1px solid;
	color: #fff;
}
.other_news {
	border-top: solid #CCC 1px;
	margin-top: 10px;
	padding-top: 20px;
}
.other_news ul h2 {
	line-height: 30px;
	font-size: 20px;
	padding-bottom: 10px;
	color: #004DA3;
	text-transform: uppercase;
	font-weight: bold;
}
.other_news ul li {
	list-style: none;
	background: url(../images/website/bg_gt.png) left center no-repeat;
	padding-left: 25px;
}
.other_news ul li a {
	display: block;
	font-size: 15px;
	color: #333;
}
.other_news ul li a:hover {
	color: #004DA3;
	text-decoration: underline;
}
.doitac_footer {
	/* padding: 20px 0; */



	margin-top: 30px;
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	margin-left: 10px;
	margin-right: 10px;
}
.doitac_footer h2 {
	display: inline-table;
	padding: 22px 45px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 25px;
	background: #f16321;
}
.doitac_footer ul {
	float: left;
	width: 500px;
}
.doitac_footer ul.right_dt {
	float: right;
	margin-left: 0;
	width: 500px;
}
.doitac_footer ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 145px;
	list-style: none;
	line-height: 0;
	padding-top: 10px;
}
.doitac_footer ul li img {
	width: 100%;
	height: 55px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: scale(1);
}
.doitac_footer ul li img:hover {
	-webkit-filter: none;
	filter: none;
	transform: none;
}
#bridal_images {
	border: 1px solid #CCC;
	background: #eee;
	padding: 5px;
	width: auto;
	height: 500px;
	overflow: hidden;
	margin-bottom: 12px;
}
#bridal_images img {
	border: none;
	width: 100%;
	height: 500px;
	margin: 0px auto;
}
#bridal_images_list {
	display: block;
	/* float: left; */



	width: 96%;
	padding-left: 20px;
	position: relative;
}
#bridal_images_list li {
	margin-right: 10px;
	margin-left: 4px;
	list-style: none;
	float: left;
	height: 105px;
	width: 160px;
	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: 105px;
	width: 160px;
	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/loader.gif) no-repeat scroll center transparent;
}
#pro_img_main {
	margin-bottom: 10px;
}
.gallery_id ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 246px;
	text-align: center;
}
.gallery_id ul li, .gallery_id ul li img {
	width: 100%;
	height: 190px;
	list-style: none;
	line-height: 0;
	-webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	overflow: hidden;
}
.gallery_id ul h2 {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
	padding-top: 10px;
}
.gallery_id ul:hover h2 {
	color: #e01f29;
}
.albumView {
	min-height: 300px;
	padding: 0;
}
.albumView .galleria-info {
	visibility: hidden;
}
.galleria-thumbnails .galleria-image {
	width: 256px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute!important;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #ddd url(../images/website/miniloader.gif) no-repeat 50% 50%;
}
#menuHide{
	display:none;
}