@import "font.css";
 @charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 15px;
	line-height: 27px;
	font-family: 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 {
	/* font-size: 14px; */































	/* line-height: 25px; */































	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-top: 20px;
	background: url(../images/website/bg_map.png) center top 5px no-repeat #fff;
	padding-bottom: 0;
}
.logo_top {
	float: left;
	padding-left: 10px;
}
.logo_top li {
	list-style: none;
	line-height: 0;
	float: left;
}
.logo_top li img {
	height: 95px;
	width: auto;
}
.logo_top ul {
	float: left;
	padding-left: 30px;
	text-align: center;
}
.logo_top ul h1 {
	padding-top: 15px;
	font-size: 18px;
	color: #ed1b24;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0;
	text-transform: none;/* font-family: 'Myriad Pro'; */

	/* text-shadow: 1px 1px rgba(0, 0, 0, 0.3); */

}
.logo_top ul h2 {
	padding-top: 0;
	font-size: 20px;
	color: #00adef;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 2px;
	text-transform: none;
	font-style: italic;/* font-family: 'Myriad Pro'; */

	/* text-shadow: 1px 1px rgb(0, 0, 0); */

}
.timkiem_top {
	float: right;
	margin-right: 10px;
	z-index: 2;
	border: solid #01adef 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #01adef;
	margin-top: 4px;
}
.input_search {
	padding: 0px 20px;
	height: 35px;
	width: 190px;
	float: right;
	color: #fff;
	background: none;
	border: none;
	font-size: 13px;
}
.input_search:focus {
	color: #fff;
}
.search a {
	width: 40px;
	height: 35px;
	text-indent: -10000px;
	background: url(../images/website/icon-search.png) no-repeat center center;
	float: right;
	border-left: 0px;/* margin-right: 10px; */
}
.search a:hover {
	background: url(../images/website/icon-search_hover.png) no-repeat center center;
}
.box_menu.fixed {
	position: fixed;
	top: 0 !important;
	z-index: 99999;
	/* border-top: solid #eee 1px; */































	background: url(../images/website/bg_01.jpg) top repeat-x #ffffff;
	/* border-bottom: solid #eee 1px; */































	width: 100%;
	-webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	margin-top: 0;
}
.box_menu:after, .box_menu:before {
	content: "";
	position: inherit;
	top: 0px;
	left: 0;
	right: 0;
}
.box_menu.fixed:after, .box_menu.fixed:before {
	position: absolute;
}
.box_menu:before {
	top: auto;
	bottom: 0px;
}
.box_menu {
	padding-top: 18px;
	background: url(../images/website/bg_01.jpg) top repeat-x #ffffff;
	/* border-bottom: solid #eee 1px; */































	margin-top: 10px;
}
#menu {
	line-height: 0;
	float: left;
	padding-left: 10px;
}
#menu > li {
	vertical-align: text-top;
	list-style: none;
	display: inline-table;
	position: relative;
}
#menu > li > a {
	padding: 0 25px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;/* font-family: 'Myriad Pro'; */
}
#menu li:hover > a, #menu li.active > a {
	background: #ed1b24;
	color: #fff;
}
#menu li a {
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 5;
	color: #01adef;
}
#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	margin-top: 15px;
	border-bottom: solid 4px #ed1b24;
	border-right: solid 1px #ed1b24;
	border-left: solid 1px #ed1b24;
	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;
	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-family: 'Myriad Pro'; */

	font-size: 14px;
}
#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 {
	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;
}
.lang_top_id {
	float: right;
	margin-top: 13px;
	margin-right: 10px;
	z-index: 2;
}
.lang_top_id ul li {
	float: left;
	list-style: none;
	line-height: 0;
	margin-left: 10px;
	border: solid #ccc 1px;/* margin-top: 13px; */
}
.bannerInside {
	height: 600px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.banner li {
	float: left;
	width: 100%;
	height: 600px;
	list-style: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
#bg_slide {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(0,0,0,.5);
}
.btns {
	position: absolute;
	z-index: 99999;
	margin-top: 240px;
	text-align: center;
	display: block;
	top: 160px;
	left: 37%;
	right: auto;
}
.tp-parallax-wrap a {
	border: 1px solid #fff;
	display: block;
	color: #FFF;
	padding: 5px 20px;
	font-weight: bold;
	margin: 0 25px;
	border-radius: 0 30px 0 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
.tp-parallax-wrap a:hover {
	background: #bf2009;
}
.posBL {
	left: 0px;
	bottom: 0px;
}
.pagiBanner {
	position: relative;
	left: 0;
	right: 0;
	bottom: 40px;
	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;
	-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);
	border: solid #fff 1px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.pagiBanner a.selected {
	background: #ed1b24;
	border: solid #FFF 1px;
}
.box_title_banner ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	z-index: 2;
	text-align: center;
	width: auto;
}
.box_title_banner h2 {
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-bottom: 0;
	font-weight: 800;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.box_title_banner h3 {
	text-transform: none;
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-bottom: 5px;
	font-weight: 800;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.box_title_banner h4 {
	text-transform: none;
	font-size: 27px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 35px;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.footer {
	background: url(../images/website/bg_footer_2.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 20px 0;
	color: #fff;
}
.footer ul {
	float: left;
	width: 580px;
	margin-left: auto;
	line-height: 30px;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.footer ul:hover {
	background: #f60;
}
.footer ul p {
	color: #fff;
}
.footer ul.face_bottom {
	width: 400px;
	border: none;
	padding: 0;
	margin: 0;
}
.footer ul.color_more {
	width: 420px;
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.footer ul h2 {
	color: #ff0;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}
.footer ul h2 a {
	color: #ff0;
}
.footer ul h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_bottom {
	color: #666;
	background: #fff;
	padding: 15px 0;
	text-align: center;
}
.footer_bottom a {
	color: #666;
}
.footer_bottom a:hover {
	color: #34608b;
	text-decoration: underline;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 10;
}
#back-top a {
	display: block;
	width: 35px;
	line-height: 35px;
	background: #34608b;
	outline: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
#back-top a:hover {
	color: #fff;
	background: #ed1b24;
}
#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: center;
	padding-top: 10px;
	height: 35px;
}
.sharelink a img {
	background: none;
	padding: 3px;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #0780df;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.sharelink img:hover {
	background: #01adef;
}
.doitac_home {
	padding: 20px 0;
	background: url(../images/website/bg_2.jpg) center center no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.doitac_home_box h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #34608b;
}
.logo_thuonghieu {
	float: left;
	width: 172px;
	padding-right: 15px;
	margin-bottom: 0px;
	list-style: none;
	line-height: 0;
}
.logo_thuonghieu img {
	width: 100%;
	height: 85px;
	border: solid #CCC 1px;
}
.logo_thuonghieu:hover {
	opacity: .7;
}
.doitac_home_box {
	margin: 0 10px;
	float: left;
	width: 550px;
	background: #fff;
	padding: 15px 15px;
	box-shadow: 16px 16px 18px rgba(0, 0, 0, 0.18);
}
.placeNav_2 {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #01adef;
	font-size: 60px;
	width: 30px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
	background: #fff;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.placeNav {
	position: absolute;
	top: 40px;
	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: 10px;
	text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2 {
	opacity: 1;
}
.placeNav:hover, .placeNav_2:hover {
	color: #fff;
	background: #01adef;
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_page {
	width: 1300px;/* margin-left: 10px; *//* margin-right: 10px; */
}
.placeSlide_khachhang, .placeSlide_doiac {
	width: 600px;
}
.bg_load_page {
	color: #fff;
	padding: 100px 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cove;
}
.bg_load_page:before, .duan_id:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(1, 41, 80, 0.2);
	transition: .3s all ease;
}
.link_page {
	text-align: center;
	margin-bottom: 20px;
}
.link_page h2 {
	width: auto;
	display: inline-table;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 40px;
	padding-bottom: 0;
	font-weight: bold;
	/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); */



	color: #01adef;
	/* font-family: "VNF-Oswald", serif; */



	padding-left: 140px;
	padding-right: 140px;
}
.link_page h2:before {
	border-bottom: double #ccc 4px;
	width: 120px;
	position: absolute;
	left: 0;
	content: '';
	top: 18px;
}
.link_page h2:after {
	border-bottom: double #ccc 4px;
	width: 120px;
	position: absolute;
	right: 0;
	content: '';
	top: 18px;
}
.link_page h1 {
	color: #dc1a5b;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 20px;
	float: left;
	border-bottom: double #CCCCCC 4px;
}
.link_page ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 15px;
	background: url(../images/website/icon_home.png) center left no-repeat;
	padding-left: 25px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-table;
}
.link_page ul li a {
	color: #999;
}
.link_page ul li a:hover {
	color: #ed1b24;
	text-decoration: underline;
}
.conten_page {
	padding: 20px 10px 5px 10px;
}
.tintuc_id ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 380px;
	background: #fff;
}
.tintuc_id ul li, .tintuc_id ul li img {
	width: 100%;
	height: 250px;
	list-style: none;
	line-height: 0;
}
.tintuc_id ul h2 {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	text-transform: capitalize;
	line-height: 25px;
}
.tintuc_id ul p {
	color: #666;
}
.tintuc_id ul:hover h2 {
	color: #ed1b24;
}
.tintuc_id ul li:hover, .product_home ul li:hover, .duan_id ul li:hover {
	-webkit-filter: brightness(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.more_page h2 a:hover {
	background: #01adef;
	color: #fff;
	border: solid #01adef 1px;
}
.more_page {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.more_page h2 a {
	display: inline-table block;
	font-size: 15px;
	padding: 10px 30px;
	font-weight: normal;
	color: #01adef;
	text-transform: uppercase;
	border: solid #01adef 1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.title_other_id h2 {
	text-align: center;
	margin-bottom: 25px;
	line-height: 40px;
	font-size: 25px;
	width: 40%;
	color: #0a64a2;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 44px;
	background: url(../images/website/bg-line.png) center bottom no-repeat;
	letter-spacing: 1px;
	margin-top: 20px;
}
.news-day {
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #eee;
	padding: 10px 0px;
	background: url(../images/website/icon_day.png) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 20px;
}
.tieude_tintuc {
	color: #ed1b24;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 30px;
}
.contact {
	padding-bottom: 20px;/* padding-top: 20px; *//* padding-right: 10px; */
}
.contact h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	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;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 168px;
}
.contact .left input {
	width: 87%;
}
.contact .right input, .contact .right textarea {
	width: 91.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: right;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 25px;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: #FFF;
	background: #0780df;
	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: #0a64a2;
}
.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;
}
.showText h2 {
	color: #ed1b24;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}
.contact h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	padding-bottom: 20px;
}
.contact_id {
	margin-top: 0;
}
.contact_id ul {
	padding: 20px;
	float: left;
	margin-right: 10px;
	border: solid #CCC 1px;
	color: #666;
	width: 548px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
	margin-bottom: 20px;
	height: 455px;/* margin-bottom: 5px; */

}
.contact_id ul h2 {
	color: #0a64a2;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}
body .dmd-phone {
	position: fixed;
	top: auto !important;
	right: -10px !important;
	top: 25vh !important;
	z-index: 600 !important;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}
.background_map_home {
	/* padding-top: 70px; */































	/* padding-bottom: 70px; */































	background: url(../images/website/map_word.jpg) center 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_box {
	padding-top: 40px;
	padding-bottom: 60px;
}
.gioithieu_home_id {
	padding: 10px;
	border: solid #ccc 1px;
	box-shadow: 16px 16px 18px rgba(0, 0, 0, 0.4);
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.3);
}
.gioithieu_home_id li {
	float: left;
	width: 500px;
	line-height: 0;
	list-style: none;
}
.gioithieu_home_id li img {
	width: 100%;
	height: 300px;
}
.gioithieu_home_id ul {
	float: right;
	width: 618px;
	padding: 20px;
	font-size: 15px;
	color: #666;
	line-height: 28px;
}
.gioithieu_home_id ul h2 {
	color: #ed1b24;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: double #CCCCCC 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 35px;
}
.gioithieu_home_id ul h3 a {
	display: block;
	color: #fff;
	background: #01adef;
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
	padding: 3px 25px;
	float: right;
	text-transform: uppercase;
	line-height: 35px;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.gioithieu_home_id ul h3 a:hover {
	color: #fff;
	background: #ed1b24;
}
.services_home ul li img:hover {
	-webkit-filter: brightness(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.services_home {
	padding-top: 30px;
	background: #eee;
	padding-bottom: 30px;
}
.services_home h3 {
	text-align: center;
	color: #01adef;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}
.services_home h4 {
	text-align: justify;
	color: #666;
	/* font-size: 14px; */































	/* width: 80%; */































	line-height: 30px;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.onePro_2 {
	width: 360px;
	float: left;
	margin: 10px;
	list-style: none;
	position: relative;
	background: rgb(255, 255, 255);
	text-align: center;
	padding: 10px;
	min-height: 400px;
}
.onePro_2 img {
	width: 100%;
	height: 240px;
	display: block;
}
.onePro_2 h1 {
	font-weight: bold;
	line-height: 25px;
	font-size: 15px;
	color: #34608b;
	padding: 10px 0;
	text-transform: uppercase;
}
.onePro_2:hover h1 {
	color: #ed1b24;
}
.onePro_2 p {
	/* line-height: 25px; */































	/* font-size: 15px; */































	color: #666;
}
.onePro {
	width: 355px;
	float: left;
	margin: 10px;
	list-style: none;
	position: relative;
	background: rgb(255, 255, 255);
	text-align: center;
	padding: 10px;
}
.onePro img {
	width: 100%;
	height: auto;
	display: block;
}
.onePro h1 {
	font-weight: bold;
	line-height: 25px;
	font-size: 15px;
	color: #34608b;
	padding: 10px 0;
	text-transform: uppercase;
}
.onePro:hover h1 {
	color: #ed1b24;
}
.onePro p {
	/* line-height: 25px; */































	/* font-size: 15px; */































	color: #666;
}
.news_home {
	padding: 30px 0;
}
.news_home h4 a {
	position: relative;
	display: block;
	float: right;
	line-height: 30px;
	border: solid #01adef 1px;
	padding: 5px 25px;
	color: #01adef;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	margin-right: 10px;
	margin-top: 7px;
	letter-spacing: 0;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.news_home h4 a:hover {
	background: #01adef;
	color: #ffffff;
	border: solid #01adef 1px;
}
.news_home h3 {
	position: relative;
	float: left;
	padding-bottom: 15px;
	line-height: 35px;
	color: #ed1b24;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 20px;
}
.news_home h3:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100px;
	bottom: 0;
	left: 0;
	background: #01adef;
}
.news_home ul {
	float: left;
	width: 558px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: solid #ddd 1px;
	color: #666;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
	font-size: 13px;
}
.news_home ul li {
	list-style: none;
	line-height: 0;
	width: 250px;
	float: left;
	margin-right: 15px;
}
.news_home ul li img {
	width: 100%;
	height: 160px;
}
.news_home ul h2 a {
	display: block;
	color: #333;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 25px;
}
.news_home ul h2 a:hover {
	color: #01adef;
}
.news_home ul li:hover, .gioithieu_home li img:hover, .services_home ul li img:hover {
	-webkit-filter: brightness(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.right_header {
	float: right;
}
.right_header ul li {
	float: left;
	list-style: none;
	line-height: 0;
	margin-right: 10px;
	padding-top: 45px;
}
.right_header ul li img {
	height: 45px;
	width: auto;
}
.map {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.map iframe {
	display: block;
	width: 100%;
	height: 300px;
}
.header_top {
	padding: 0px 0;
	background: #eee;
	line-height: 25px;
}
.header_top ul {
	float: right;
}
.header_top ul h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	font-style: italic;
}
.header_top ul h2 img {
	padding-right: 10px;
}
.psearch li {
	list-style: decimal;
}
.psearch li a {
	color: #333;
}
.psearch li a:hover {
	color: #f00;
}
#menuMobile {
	display: none;
}
.sologan_page_load ul {
	text-align: center;
}
.sologan_page_load ul h1 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 46px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.sologan_page_load ul h2 {
	text-transform: none;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 45px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.sologan_page_load ul p {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 35%;
	color: #fff;
	padding-top: 10px;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.tp-bannertimer {
	visibility: hidden;
	width: 100%;
	height: 5px;
	background: #fff;
	background: rgba(0,0,0,0.15);
	position: absolute;
	z-index: 200;
	top: 0px
}
.tp-bannertimer.tp-bottom {
	top: auto;
	bottom: 0px !important;
	height: 5px
}
.tp-bannertimer {
	background: #000;
	background: rgba(0,0,0,0.15);
	height: 5px;
}
.rev_slider_wrapper {
	position: relative;
	z-index: 0;
}
.rev_slider_wrapper {
	width: 100%;
}
.rev_slider_wrapper >ul {
	list-style: none !important;
	position: absolute;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image: none;
	background-position: 0px 0px;
	text-indent: 0em;
	top: 0px;
	left: 0px;
}
.fullwidthbanner-container {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
	width: 100%;
	position: relative;
}
.rev_slider_wrapper {
	position: relative;
	z-index: 0;
}
.rev_slider {
	position: relative;
	overflow: visible;
}
.tp-overflow-hidden {
	overflow: hidden;
}
.tp-simpleresponsive img, .rev_slider img {
	max-width: none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border: none;
}
.rev_slider .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}
.rev_slider >ul, .rev_slider_wrapper >ul, .tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li {
	list-style: none !important;
	position: absolute;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image: none;
	background-position: 0px 0px;
	text-indent: 0em;
	top: 0px;
	left: 0px;
}
.tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li {
	visibility: hidden;
}
.tp-revslider-slidesli, .tp-revslider-mainul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
.rev_slider li.tp-revslider-slidesli {
	position: absolute !important;
}
.tp-caption .rs-untoggled-content {
	display: block;
}
.tp-caption .rs-toggled-content {
	display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
	display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
	display: none;
}
.rev_slider .tp-caption, .rev_slider .caption {
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
	margin-bottom: 0;
}
.tparrows {
	cursor: pointer;/* background:#000; */
	width: 100px;
	height: 100px;
	position: absolute;
	display: block;
	z-index: 1000;
}
.tparrows:before {
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	height: 100px
}
.tparrows.tp-leftarrow:before {
	content: '';
	background: url(../images/website/left.png);
}
.tparrows.tp-rightarrow:before {
	content: '';
	background: url(../images/website/right.png)
}
