 @import url("fonts.css");
 body {
    font-family:"segoe ui"!important;
    margin: 0 auto;
	overflow-x:hidden;
    color: #000;
}

/* global */

a:hover{
	text-decoration:none;
}
 .rel {
    position:relative
}
.red{
	color:yellow;
	font-weight:bold;
}
.blue{
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    text-decoration: underline;
}
.container{

}
.back-to-top {
    position:fixed;
    z-index:123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
   
    box-shadow: chartreuse;
}
.phantrang{margin-left:15px}
.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.link-transpare-border:hover:before{
 border: 5px solid rgba(255, 255, 255, 0.4);
}
.tooltip-inner {
    border-radius:0 !important
}
.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content:"";
    position: absolute;
    left: 0px;
    top: 0;
}

.global-title h2:after, .title-global h2:after{
	    content: "";
	    /* background: url(../img/after.png)no-repeat left center; */
	    width: 100%;
	    position: absolute;
	    opacity: 1;
	    top: 0;
	    height: 45px;
}

.global-title:after, .title-global:after{
	    content: "";
	    height: 100%;
	    width: 44px;
	    position: absolute;
	    bottom: 0;
	    z-index: 0;
	    background: url(../img/after.png)no-repeat left center;
	    top: -4px;
}
.global-title:before, .title-global:before{
	    content: "";
	    height: 100%;
	    width: 34%;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    background: url(../img/before.png)no-repeat left center; */
	    z-index: 1;
	    top: -4px;
}
.global-title, .title-global{
	position:relative;
	border-top: 4px solid #bdab2f;
	box-sizing: border-box;
}
.global-title h2 .title-h2, .title-global h2 .title-h2{
	/* transform: skew(35deg); */
}
.global-title h2, .title-global h2 {
	   position: relative;
	   font-family: RobotoRegular;
	   font-size: 18px;
	   color: #012586;
	   margin: 0;
	   text-transform: uppercase;
	   text-shadow: 0px 0px 0px;
	   z-index: 12;
	   background: url(../img/center.png)repeat-x;
	   padding: 10px 0px;
	   text-shadow: 0px 0px 0px;
	   margin-left: 40px;
	   display: inline-block;
	   top: -4px;
	   margin-right: -5px;
	   padding-right: 10px;
}


#page-wrapper{
	margin-top:30px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* fb rp */
 #fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}
/* fb rp */

/* end global */

/*header */
#main-nav{
	padding: 0;
    margin: 0;

}
   

#main-nav li a:hover{
	text-decoration: none;
    color: yellow;	
}

#main-nav li:hover .submenu{
	
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
nav .submenu li a{color:#fff !important;padding-left: 15px;line-height: 42px;}
nav .submenu{
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    position: absolute;
	    padding: 0;
	    top: 93%;
	    display:none;
	    left: 0;
	    z-index: 1234;
}
header .menu{
    /* line-height: 45px; */
}
nav .submenu li a{text-transform:capitalize !important;

}
nav .submenu li{
	background: url(../img/menu.png) top center;
	min-width: 265px;
	display: inherit;
	line-height: 6px;
	padding-left: -16px;
	/* border-bottom: 1px solid rgba(204, 204, 204, 0.59); */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: left;
}
nav .submenu li:hover{
	/* background: url(../img/hover.png)repeat-x; */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav .submenu li:hover a{padding-left:10px;}
.menucon1{
	
    left: 0;
    padding: 0;
    position: absolute;
   
    top: 0;
    left: 100%;
}

.menucon1 li a{}
.menucon1 li:hover{}
.menucon1 li{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	
}
/* end product header */

/* end cart */
#social-air{
    margin-right: 0px;
}
 #social-air a {
	position: relative;
	/* float: right; */
	margin-right: -2px;
}
#social-air a span {
}
#social-air a:hover span {
}
 footer {
    background:  url(../img/footer.png)repeat top center;
    padding-top: 35px;
}
/* maps */
 .video-wrapper1 iframe {
	     width: 100%;
    /* left: 1%; */
    /* right: 1%; */
    position: absolute;
    height: 100%;
    border: 0;
    border: 1px solid #fff;
 }
 .video-wrapper iframe {
      width: 100%;
      /* left: 1%; */
      /* right: 1%; */
      position: absolute;
      height: 100%;
      border: 0;
      border: 1px solid #fff;
}
 .video-wrapper2 iframe {
      width: 100%;
	  top:0;
	  left:0;
      position: absolute;
      height: 100%;
      border: 0;
      border: 1px solid #fff;
}


.video-wrapper {
    position: relative;
    padding-bottom: 85%;
    height: 0;
}
.video-wrapper1 {
    position: relative;
    padding-bottom: 50%;
    height: 0;

}
.video-wrapper2 {
    position: relative;
    padding-bottom: 35%;
    height: 0;
}
/* maps */
/* notify me */
 .alert-box-container {
    position: fixed;
    bottom: 10px;
    color: #fff;
    z-index: 1234;
    right: 10px;
}
.alert-box {
    padding: 19px 15px;
    color: #fefefe;
    position: relative;
    font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
    margin-top: 5px;
}
.alert-box .msg {
    padding: 0 20px 0 40px;
}
.alert-box p {
    margin: 0;
}
.alert-box .toggle-alert {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.08) url(../img/alert.png) no-repeat 6px 6px;
}
.info-box {
    background: #2fa9f6 url(../img/info.png) no-repeat 14px 14px;
}
.success-box {
    background: #7EB62E url(../img/success.png) no-repeat 14px 14px;
}
.error-box {
    background: #f64b2f url(../img/error.png) no-repeat 14px 14px;
}
.notice-box {
    background: #f6ca2f url(../img/notice.png) no-repeat 14px 14px;
}
.download-box {
    background: #a555ca url(../img/download.png) no-repeat 14px 14px;
}
/*Mycss*/

.bg-sch{
	line-height: 29px;
	border: none;
	/* border-radius: 5px; */
	font-size: 11px;
	text-indent: 10px;
	width: 82%;
	font-family: RobotoLight;
	outline:none;
	/* color:#fff; */
	background: url(../img/bg-search.png) no-repeat top center;
	/* background-size: 100% 45px; */
}
.search{
	width: 312px;
	position: relative;
	background: url(../img/search.png)no-repeat center center;
	padding: 0px;
	/* top: -6px; */
}
.search:hover{
	background: url(../img/search.png)no-repeat center center;
}
.bnt-sch{
	background: none;
	border: none;
	position: absolute;
	top: -3px;
	right: 10%;
	bottom: 0;
	background: non;
	color: #777474;
	font-size: 20px;
	height: 100%;
	margin: 0px 0px;
}

#menu{
	position: fixed;
    right: 45px;
    background: url(../img/menu.png) no-repeat 0px 1px;
    top: 5px;
}
nav ul{
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
nav ul > li a:hover{
	text-decoration:none;
	/* color: #fff !important; */
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}
nav ul > li > a{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	color: #fff;
	display: block;
	line-height: 51px;
	font-family: RobotoRegular;
	text-transform: uppercase;
	font-size: 15px;
}
nav ul > li i{
	font-size:22px !important;
}
nav ul .active {background: url(../img/hover.png)repeat-x center center !Important;}
nav ul .active a {color: #fff;}
nav ul > li:hover a{
	color: #fff;
}
nav ul > li:hover{
    background: url(../img/hover.png)repeat-x center center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}
nav ul > li{
	display: table-cell;
	list-style:none;
	position:relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	text-align: center;
}
nav #main-menu > .search:after{
	background:none;
}
nav #main-menu > li:after{
	position: absolute;
	content: "";
	background: url(../img/after-menu.png)no-repeat center center;
	width: 2px;
	height: 100%;
	right: 0;
	top: 0;
}
#social-air a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#social-air a:hover img {
    opacity: 0.6;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}
.support {
	    background: #02015E;
    border-radius: 20px;
    font-family: RobotoBold;
    text-transform: uppercase;
    position: relative;
    bottom: 14px;
    font-size: 15px;
    height: 35px;
    padding: 0px 25px;
    margin: 0px 5px;
    line-height: 35px;
}
.copyright {
    position: relative;
    top: 15px;
}

.wrap-item-support{
	    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    bottom: 48px;
    width: 230px;
	display:none;
}
.support-item{
	border-bottom:1px dashed #ccc;
	margin:10px 0px;
}
.wrap-croll{
    position: relative;
    height: 515px;
    top: 80px;
}
/*my css*/
.header-top{
	background: #EBEBEB;
    font-family: robotocondensed_regular;
    color: #656565;
    line-height: 45px;
    font-size: 15px;
}
.mysearch{
	width: 750px;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding-left: 200px;
	margin-top: 35px;
}

nav{
	background: #f4e78b url(../img/menu.png)repeat-x center center;
}
nav ul > li:hover .submenu{}

.content-footer{
	background: #E0141C;
    width: 400px;
    float: left;
    padding: 25px;
    border-radius: 15px;
    margin: 40px 0px;
    font-family: RobotoRegular;
    line-height: 25px;
}

.title-footer{
	font-family: robotoBold;
	color: #012586;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	border: 2px dotted;
	border-radius: 30px;
	padding: 0px 23px;
	margin-bottom: 10px;
}

.subcribe{
	position:relative;
	font-family: robotocondensed_regular;
	font-size: 8px;
	margin: 0;
	margin-left: 0px !Important;

}
.btn-dk{
	right:0;
	top: 0;
	background: red;
	color: #fff;
	font-weight: bold;
	border-radius: 0px;
	height: 35px;
	padding: 0px 13px;
	text-transform: uppercase;
	border: none;
	font-family: tahoma;
	margin-top: 15px;
}
.form-dangky{
	background: transparent;
    border-radius: 0px;
    border: 1px solid;
	color:#fff;
}
.dangkynhantin p{
	color: #777575;
    margin: 8px 0px;
    padding: 0;
}
.bottom-footer{
	background: #A99B3A;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	font-family: robotoLight;
	border-top: 1px solid rgba(204, 204, 204, 0.36);
	margin-top: 30px;
}

.submenu-left{
	padding:0;
	margin:0;
	display: none;
}
.submenu-left li{
	padding-left:10px !Important;
}




.item-product-index{
	margin:0px 15px;
}
.owl-prev{
	background: url(../img/bnt-left.png) no-repeat !important;
	opacity: 1 !important;
	line-height: 20px;
	font-size: 0px !important;
	width: 20px;
	position: absolute;
	top: 70px;
	left: -20px;
	height: 70px;
}
.owl-next{
	background: url(../img/bnt-right.png) no-repeat !important;
	opacity: 1 !important;
	line-height: 20px;
	font-size: 0px !important;
	width: 20px;
	position: absolute;
	top: 70px;
	right: -20px;
	height: 70px;
}
.content-footer-left{
	/* width: 450px; */
	/* padding-right: 20px; */
	/* color: #fff; */
	line-height: 35px;
	font-family: arial;
	text-shadow: 0px 0px 0px;
}
.content-footer-right{
	box-sizing: border-box;
	color: #fff;
	font-family: robotoLight;
	text-shadow: 0px 0px 0px;
}
.content-footer-center{
	/* width: 420px; */
	padding-bottom: 30px;
}
.sp-item{
	    color: rgba(0, 0, 0, 0.8);
	    line-height: 25px;
	    font-size: 14px;
	    margin: 0px 15px;
	    border-bottom: 1px solid #ccc;
	    padding: 10px 0px;
	    text-align: justify;
	    font-family: 'utm_swissblack';
}
.title-about{
	background: url(../img/title.png)no-repeat top center;
    color: #E31117;
    font-family: tahoma;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 55px;
    font-size: 14px;
    line-height: 46px;
	position:relative;
}
.desc-about{    
	width: 580px;
    text-align: justify;
    margin-top: 10px;
    height: 235px;
    overflow: hidden;
	line-height: 23px;
}

header .lang{
	    position: absolute;
    z-index: 123;
    right: 110px;
    bottom: 50px;
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 5px;
    background: #fff;
}
.img-partner{
	    float: left;
    border: 1px solid #ccc;
    margin: 3px;
}
nav .submenucon{
	    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
}
.title-vitri{
	    color: #D40B11;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DE0E15;
    margin-bottom: 10px;
}
/*Css*/
.logo{padding-top: 25px;}
.banner img{
	text-align:center;
	margin:0 auto;
}
.banner{
	text-align: center;
	margin: 0 auto;
	font-family: SFUMeliorBold;
	font-size: 18px;
	line-height: 32px;
}

.top-header{
	background: #F4E78B;
	padding: 15px 0px;
}
.bg-sch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.bg-sch::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.bg-sch:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.bg-sch:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.name-news{
	text-align:left;
	color:#000;
	text-shadow:0px 0px 0px;
	font-size: 12px;
	font-family: robotoBold;
}
.analytics img{
	padding-right:10px;
}
.analytics{
	    font-family: robotoLight;
    font-size: 13px;
    text-shadow: 0px 0px 0px;
    line-height: 25px;
    padding: 23px 40px !important;
}
.yellow{
	font-family:robotoBold;
}
.row-5{
	margin-left:-5px;
	margin-right:-5px;
}
.submenuleft li{
	list-style:none;
	background: url(../img/plus.png)no-repeat 8px 16px;
}
.submenuleft{
	padding: 0px;
	margin:0;
}
.submenuleft > li > a{
	display:block;
	font-weight:bold;
	color: #4e4848;
	text-transform:uppercase;
	padding: 12px 0px;
	font-family: tahoma;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	padding-left: 18px;
}
.submenuconleft > li{
	background: url(../img/plus.png)no-repeat 30px 16px;
	line-height: 30px;
	padding: 7px 0px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(204,204,204,0.2);
}
.submenuconleft{
	    padding: 0;
	    display: none;
}
.submenuconleft > li > a{
    color: rgba(0, 0, 0, 0.5);
    text-shadow:0px 0px 0px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: tahoma;
    }
.submenuconleft > li > a:hover{padding-left:8px;-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.xemthem a{
	color:#000;
	font-family:robotoBold;
}
.xemthem{
	    position: absolute;
	    top: 20px;
	    right: 0;
	    background: url(../img/plus.png)no-repeat right center;
	    padding-right: 12px;
}
.support-hotline{
	position:relative;
}
.skype{
	position:absolute;
	bottom: 50px;
	left: 115px;
}
.zalo{
	position:absolute;
	bottom: 50px;
	left: 55px;
}
.mydk{
	position:relative;
	width: 270px;
}
.address{
	font-family: robotocondensed_bold;
	font-size: 18px;
	/* text-transform: uppercase; */
	color: #012586;
	margin-top: 5px;
}
.address span{
	margin: 0px 15px;
	font-size: 22px;
}
.address1{
	    font-family: robotoBold;
	    font-size: 20px;
	    color: #012586;
	    text-shadow: 0px 0px 0px;
	    text-transform: capitalize;
}
.form-control1{width:100%;height: 35px;
color:#000;}
.coppy{
	    padding: 0;
    line-height: 15px;
    font-size: 12px;
}
nav ul > li:hover .submenu{
	display:block;
}
nav .submenu li:hover .submenucon{
	display:block;
}
.img-noibat{ margin: 10px;}
.img-noibat img{
	    border: 1px solid rgba(204, 204, 204, 0.25);
	   
	    box-sizing: border-box;
	    padding: 5px;
}
.wrap-noibat{
	padding: 15px 20px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 10px30px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.boxnoibat{
	    margin-top: 10px;
	    margin-bottom: 30px;
}
.owl-prev{
	/* background: url(../img/left.png)no-repeat top center !important; */
}
.hotline-left{
	background: url(../img/bg-hotline.png)no-repeat left  center;
	/* text-align: right; */
	color: #000;
	font-family: utm_swissblack;
	padding: 10px 0px;
	font-size: 18px;
	padding-left: 100px;
}
.hotline-left span{
	color: #DA2522;
}
.sp-item:last-child{
	border:none;
}
.sp-item .phone{
	/* background:url(../img/phone.png)no-repeat left center; */
	/* padding-left: 25px; */
}
.sp-item .email{
	/* background:url(../img/email.png)no-repeat left center; */
	/* padding-left: 25px; */
}
.wrapper-content{
}
.row-7{
	margin-left:-7px;
	margin-right:-7px;
}
.row-10{
	margin-left:-10px;
	margin-right:-10px;
}
.title-noibat{
	color: #ED1C24;
	font-family: robotoBold;
	text-transform: uppercase;
	font-size: 18px;
	background: url(../img/title-bottom.png)no-repeat bottom center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.name-product, .price-product{
	    color: rgba(0,0,0,0.8);
    text-transform: capitalize;
    text-align: center;
}
.price-product a{color:red;}
.content-footer-left ul{
	padding:0;
	font-weight: bold;
}
.content-footer-left ul li{
	list-style:none;
	line-height: 25px;
	text-shadow: 0px 0px 0px;
	padding: 2px 0px;
}
.title-dk{
	color:#fff;
	text-transform:uppercase;
}
.content-footer-center p{
	color:#fff;
}
.map-footer{
}
 .jssora05l { background:url(../img/left.png)no-repeat top center;
 background-size:100%;}
 .jssora05r { background:url(../img/right.png)no-repeat top center;background-size:100%;}
 .img-about{
	 float:right;
	 margin-right: 25px;
	 -webkit-box-shadow: 10px 10px 0px 0px rgba(217,217,217,1);
	 -moz-box-shadow: 10px 10px 0px 0px rgba(217,217,217,1);
	 box-shadow: 10px 10px 0px 0px rgba(217,217,217,1);
	 border: 1px solid rgba(217,217,217,1);
	 margin-bottom: 20px;
	}
 .wrap-about h3{
	font-family: avo_bold;
	color: #e40101;
	font-size: 18px;
	/* margin-top: 20px; */
	text-align: left;
	}
 .wrap-about{
	 text-align:justify;
 }
 .item-news img{
	border: 1px solid #ccc;
	margin-right:15px;
 }
.item-news h3{
	    font-size: 12px;
	    text-transform: capitalize;
	    margin: 0;
	    padding-bottom: 6px;
}
.item-news{
	border-bottom: 1px dashed rgba(51, 51, 51, 0.54);
    padding-bottom: 10px;
}
.desc-news{    height: 135px;
    overflow: hidden;}
.title-bottom{
	background:url(../img/title-footer.png)no-repeat left center;
	color: #fff;
	font-family: robotoBold;
	text-transform: uppercase;
	padding: 10px;
	margin: 15px 0px;
	font-size: 16px;
}
.slider-quangcao{
	position: relative;
    top: -4px;
}
.row-8{
	margin-left: -8px;
	margin-right: -8px;
}
.row-7{
	margin-left: -7px;
	margin-right: -7px;
}
.name-hotro{
	    color: #012586;
	    font-size: 14px;
}
.wrap_dathang{
	padding: 7px;
}
.inputx_hotline input{
	border-radius: 0px;
    height: 30px;
    box-shadow: none;
    border-color: rgba(204, 204, 204, 0.49);
}
.inputx_hotline label{
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #333;
}
.input_footer_noidung input{
	height: 70px;
}
.bnt_left input{
	
background: #012586;
	
border: none;
	
color: #fff;
	
padding: 0px 20px;
	
margin: 0 auto;
	
text-align: center;
	
display: inline-block;
}
.title-footer{
	
/* display: inherit; */
}
.content-footer-left span{
	
color: #012586;
}
.row1{
    margin-left:-15px;
    margin-right: -15px;
}