.result{overflow:auto;}
p.subtitle{color:var(--main);}
p.title{color:var(--main); font-size:40px;}
.moreBtn.PDFBtn span{ float: left; margin-top: 4px;}
a:hover .moreBtn.PDFBtn span{ background-position:top}
.banner{padding:30px 10px; background-image:url('../img/img-inner-banner.jpg'); background-size:cover; overflow:auto;}
.zeroMagrin{margin:0;}
.zero{padding:0;}

.img-contactUs .row { justify-content: flex-start; }
section .wrapper{text-align:center;}
section .banner .wrapper{max-width:unset;}
section.inner .topBannerWrapper{ background-image:url('../img/BG-inner-banner.jpg'); background-size:cover;}
section.inner .topBanner{width:90%; padding:120px 0 30px; margin:auto; max-width:1400px;}
section.inner .topBanner img{max-height: 100px;}
section.inner.contactUs .wrapper{margin:0 auto; width:90%; max-width:1200px; text-align:center;}
section.inner.contactUs .wrapper .moreBtn p{color:var(--white)}
.verificationCodeArea{margin-bottom:20px; overflow:auto;}
a.btn-moreBtn{display:block; width: fit-content; float: left;}

.contactUsInfo{margin:60px auto 90px;}
.contactUsInfo p{float:left; margin: 10px 0;}
.contactInfo{overflow: auto; background: var(--white); padding: 20px; text-align:center; }
.contactInfo img{margin:10px auto 20px;}
.contactInfo p{width:100%;}
.img-contactUs{overflow: hidden; width:100%; background-image:url('../img/contactUs/img-contactUs.jpg'); background-repeat:no-repeat; background-size:cover; background-position: bottom left; border-radius: 20px 20px 0 0; text-align:center; margin:20px 0; box-shadow: 6px 6px 6px var(--shadow); border-bottom: 4px solid; border-image: var(--linear2);}
a:hover span{color:var(--secondary);}
.img-contactUs .row { flex-direction: row-reverse; }

.contactInfo .info{ float:right; width:96%;}
.contactInfo .info p{padding:5px 10px 0 30px; color:var(--word); position:relative;}
.contactInfo .info p.subtitle{font-size:20px; padding-bottom:10px; color:var(--word);margin-left: -10px;  margin-bottom: 0; }
.contactInfo .info .address:before{background:url('../img/index/icon-address.png') no-repeat; background-size:cover; width:30px; height:30px; display: block; content: ''; position: absolute; top: 0; left: -10px;}
.contactInfo .info .tel:before{background:url('../img/index/icon-tel.png') no-repeat; background-size:cover; width:30px; height:30px; display: block; content: ''; position: absolute; top: 0; left: -10px;}
.contactInfo .info .email:before{background:url('../img/index/icon-email.png') no-repeat; background-size:cover; width:30px; height:30px; display: block; content: ''; position: absolute; top: 0; left: -10px;}
.contactInfo .info .skype:before{background:url('../img/index/icon-skype.png') no-repeat; background-size:cover; width:30px; height:30px; display: block; content: ''; position: absolute; top: 0; left: -10px;}

img.logo-contactInfo{max-width:200px; float:left; margin-left: 14px; margin-bottom:40px}

@media screen and (max-width: 991px){
	.img-contactUs{background-image: url('../img/contactUs/img-contactUs-molibe.jpg');}
	.contactInfo{ background:transparent;}
}