/* Map styling*/
.ghichu{
	background:#f3f2f0;
	font-size:14px;
	color:#666666;
	text-align:center;
	padding:37px 0px;
	line-height:22px;
	font-weight:400;
	margin-bottom:36px;
}
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/
.info-company .name {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.info-company:first-child{
	border-top:none;
	padding-top: 0px;
}
.info-company {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: solid 1px #7190c6;
}
.info-company ul {
    margin-top: 5px;
    overflow: hidden;
}
.info-company ul li {
    padding-left: 40px;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.info-company h3{
    font-size:18px;
    text-transform:uppercase;
    color:#333333;
    font-weight:300;
    margin-bottom:10px;
}
.info-company ul li.f-home:before {
	background:url(../images/icon1.svg) no-repeat;
}
.info-company ul li.f-phone:before {
	background:url(../images/icon2.svg) no-repeat;
}
.info-company ul li.f-envelope:before {
	background:url(../images/icon3.svg) no-repeat;
}
.info-company ul li:before {
    content:'';
    position: absolute;
    left: 0;
    width:15px;
    height:100%;
    top: 10px;
}
.info-company ul li:after {
    content: ":";
    position: absolute;
    left: 25px;
}
.info-company ul li a {
    color: #ffffff;
}
.info-company ul li a:hover {
    color: #ec1a23;
}
.info-company a.view-map {
    color: #ffffff;
    border: solid 1px #42301e;
    background: #42301e;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 28px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.info-company a.view-map:before{
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-company a.view-map:hover:before{
    right:0;
}
.info-company a.view-map span{
    padding-left: 20px;
    position: relative;
}
.info-company a.view-map span:before {
    content:"\f041";
    color:#ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-company a.view-map:hover span:before{
    color:#42301e;
}
.info-company a.view-map:hover{
    color:#42301e;
}
.info-contact .item{
	background:#eeeeee;
	border-radius:18px;
	padding:20px;
	height: 200px;
	padding-top: 74px;
}
.info-contact .info{
	
text-align: center;
	
font-size: 14px;
	
color: #333333;
	
font-weight: 400;
}
.info-contact h3{

font-size: 16px;

color: #333333;

font-weight: 600;

line-height: 24px;
}
.info-contact .item .img{
	width:75px;
	height:75px;
	position: absolute;
	background:#ffffff;
	border-radius:100%;
	border:solid 2px #eeeeee;
	top: -36px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.info-contact .item .img img{
	line-height:75px;
	margin:0 auto;
	text-align:center;
	height:30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*======================FORM CONTACT=========================*/
div#form-contact {
    margin-bottom: 47px;
    /* margin-top: 47px; */
}
.info-contact {
    margin-bottom: 47px;
}
div#form-contact p {
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    font-weight:400;

}
div#form-contact p strong{
	   color: #6191e6;
	   font-weight:400;
}

div#form-contact form {
    /* width: 50%; */
}
div#form-contact label {
    font-weight: bo0;
    font-size: 16px;
    line-height: 22px;
    /* width:20%; */
    /* float:left; */
    color: #145eaa;
}
div#form-contact label .per {
    color: #145eaa;
}
div#form-contact input, div#form-contact textarea {
    border: solid 1px #eeeeee;
    border-radius: 0;
    height: initial;
    padding: 9px 0px 9px 9px;
    /* width:79%; */
    /* float:right; */
    background: #ffffff;
    box-shadow: none;
}
div#form-contact textarea {
    height: 122px;
    resize: none;
}
div#form-contact .input-group{
    width:79%;
    float:right;
}
div#form-contact .input-group input{
    width:100%;
}
.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
}
.col-right{
 
}
.col-right button {
    background: #333333;
    border: none;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.col-right button {
    font-size: 14px;
    font-weight: 300;
    background: #145eaa;
    color: #ffffff;
    padding: 11px 54px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
}
.col-right button span:before{
	 font-family: FontAwesome;
	 padding-right: 5px;
}
.col-right button.btnReset {
	
background: #4f4f4f;
}
.col-right button.btnReset::after{
    content: '';
    background:#145eaa;
}
.col-right button::after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background: #4f4f4f;
}
.col-right button:hover::after{
    width: 100%;
}
.col-right button:hover{
}
/*===========BEGIN : MAP CONTACT=========*/
.contact-map{
    position: relative;
}
.contact-map .list-tab{
    background:#f5f5f5;
    width: 100%;
    float: left;
}
.contact-map .list-tab>li{
    float:left;
}
.contact-map .list-tab>li>a {
    /* margin-right: 10px; */
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    /* font-weight: bold; */
    display: block;
}
.contact-map .list-tab>li.active>a, .contact-map .list-tab>li.active>a:focus, .contact-map .list-tab>li.active>a:hover {
    color: #ff3f39;
    font-weight:bold;
}
.contact-map .mc-tab {
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    background: #f44236;
}
.contact-map .mc-tab:before {
    content: "\f107";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
h2.title-lh {
    color: #ff3f39;
    font-size: 32px;
    margin-bottom: 24px;
}
.view-map-contact{
    position:absolute;
    top:20px;
    right:18px
}
.view-map-contact a{
	font-size: 15px;
	line-height: 23px;
	padding: 10px 31px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	background: #fff;
	color: #ff3f39;
}
.view-map-contact a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #ff3f39;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.view-map-contact a span{
    padding-right: 20px;
    position: relative;
}
.view-map-contact a:hover:before{
    right:0;
}
.view-map-contact a:hover{
    color:#ffffff;
}
.view-map-contact a span:after {
    content: "\f041";
    font-size: 16px;
    line-height: 24px;
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mapSystem {
    display: flex;
    justify-content: space-between;
}
.mapSystem .lstMapSystem {
    width: 369px;
    margin-right: 30px;
}
.mapSystem .boxmapCh {
    width: calc(100% - 369px);
    position: relative;
}
.lstMapSystem .lstItemSystem {
    background-color: #4e74b8;
    padding: 30px;
}
.vnt-lstItemSystem{
	height: 385px;
	overflow: hidden;
	overflow-y: auto;
}
.contact-map{
	background:#5c8adb url(../images/map-dot-bg.png) no-repeat center center;
	padding:50px 0px;
}
.infoTxt{
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	margin-bottom: 25px;
}
.info-company h2 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 33px;
}
.form-group-1{
	margin:10px 0px;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
	.info-contact .item {
    background: #eeeeee;
    border-radius: 18px;
    padding: 20px;
    height: 201px;
    padding-top: 50px;
    margin-bottom: 55px;
}
div#form-contact {
    margin-bottom: 47px;
    margin-top: 0px;
}
.contact-map {
    background: #5c8adb url(../images/map-dot-bg.png) no-repeat center center;
    padding: 20px 0px;
}
.mapSystem {
    display: block;
    justify-content: space-between;
}
.mapSystem .lstMapSystem {
    width: 100%;
    margin-right: 0px;
}
.mapSystem .boxmapCh {
    width: 100%;
    position: relative;
}
}