.layui-tab { margin-top: 82px;text-align: center!important;}
.layui-tab-brief>.layui-tab-title .layui-this {color: #3c8adf;}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {border-bottom: 4px solid #3c8adf;}
.layui-tab-title .layui-this:after {left:30%; width: 40%;}
.layui-tab-title li{color:grey;font-weight: bold;padding: 0 60px;}
.contitle{
	font-size:1.5em;color: #3c8adf;font-weight: bold;
}
.contitle:after{
	content: '';
    border-bottom: 4px solid #adc2d8;
    width: 70px;
    position: absolute;
    top: 30px;
    left: 0;
}
.about {
  background-color: #2a5687;
  color: #3c8adf;
  height: 78px;
}
/*BANNER*/
.banner{width: 100%;top: 79px;position: relative;}
.banner img{width: 100%;height: 100%;}
/*Company*/
.companyBox{width: 40%;height: auto;position: relative;left: 30%;
    text-align: left; margin-top: 35px;}
.para{position: relative;margin-top:30px;line-height: 1.5;text-align: justify;}

.imgBox{width: 103%;height: auto;}
.imgBox img{width: 32%;text-align: justify;margin-top: 10px}

 /*****************************distributor**************************/
  .distributor{
    width: 100%;
    height: 400px;
    position: relative;
    text-align: center;
  }
  .disTitle{
    font-size: 3rem;
    font-weight: bold;
    color: white;
    position: relative;
    top: 10vh;
  }

  * {
  font-family: 'Roboto', sans-serif;
}

.btncontainer {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -65px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}

#button{
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius: 40px;
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
#button:hover {
  letter-spacing: 2px;
}
#button:active {
  letter-spacing: 2px;
  border: 2px solid wheat;
}
#button:after {
  content: "About";
}
.twittercontainer{
  position: absolute;
  top: 65%;
  left: 50%;
  margin-left: -135px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}
#twitter {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  background: #1ca3f2;
  border: 1px solid #1ca3f2;
  border-radius: 5px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
#twitter:before {
  content:url(../imgs/twitter.png);
  margin-right: 10px;
  vertical-align: middle;
}
#twitter:after {
  content: "twitter";
  font-size: 1rem;
}
#twitter:hover {
  letter-spacing: 2px;
}
#twitter:active {
  letter-spacing: 2px;
  border: 2px solid wheat;
}

.fbrcontainer{
  position: absolute;
  top: 65%;
  left: 50%;
  margin-left: 5px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}
#facebook {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  background: #3a5a98;
  border: 1px solid #3a5a98;
  border-radius: 5px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
#facebook:before {
  content:url(../imgs/facebook.png);
  vertical-align: middle;
  margin-right: 10px;
}
#facebook:after {
  content: "facebook";
  font-size: 1rem;
}
#facebook:hover {
  letter-spacing: 2px;
}
#facebook:active {
  letter-spacing: 2px;
  border: 2px solid wheat;
}
/************myForm*************/
.myForm{
	width: 100%;
	height: 500px;
	position: relative;
	line-height: 44px;
	margin-top: 40px;
}

.myForm span{
	color: #3c8adf;
	font-size: 40px;

}
.myForm input{
	width: 25%;
	margin-left: 7%;
	border-radius: 6px;
	border: 1px solid lightgrey;
	height: 23px;
}
.myForm textarea{
	width: 25%;
	margin-left: 7%;
	height: 100px;
	border: 1px solid lightgrey;
}
.item{
	width: 40%;
	/* left: 27%; */
	position: absolute;
	text-align: right;
}
.submit {
  position: absolute;
  top: 85%;
  left: 50%;
  margin-left: -65px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}
#submit{
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #3c8adf;
    border: transparent;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
    color: white;
}
#submit:after {
  content: "SUBMIT";
}
.information {
  font-size: 14px;
  color: #666;
}
.information p{
  display: inline-block;
  margin:10px 20px;
  text-align: left;
}
.information img{
  margin-right:5px;
}
.Partner{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display:inline-block;
}
.Partner .PartnerItem{
  float: left;
  width: 28%;
  margin: 0 2.5% 20px;
}
.Partner .PartnerItem .partnerLogo{
  width: 100%;
  height: 250px;
}
.Partner .PartnerItem .name{
  line-height: 36px;
  font-size: 20px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Partner .PartnerItem .country{
  line-height: 26px;
  height: 26px;
  font-size: 16px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Partner .PartnerItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1054px){
  .information p{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 660px){
  .companyBox{
    width: 90%;
    margin: 0 auto;
    left: 0;
  }
  .btncontainer{
    top:52%;
  }
  .twittercontainer{
    left: 50%;
    top: 68%;
    margin-left: -65px;
  }
  .fbrcontainer{
    left: 50%;
    top: 82%;
    margin-left: -65px;
  }
  .item{
    width: 40%;
    left: -5%;
  }
  .myForm input{
    width: 40%;
    margin-left: 20%;
  }
  .myForm textarea{
    width: 40%;
    margin-left: 20%;
  }
  .Partner .PartnerItem{
    float: left;
    width: 100%;
    margin: 10px 0;
  }
}

/***********************OL***************************/
.map{
			height: 400px;
		    width: 100%;
		    margin-bottom: 10px;
		}
		.ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }
     #popup{
     	top:-142px;
     }
     .popContent{
     	width:280px; height:120px;color: black;position: relative;color: red;top: 25px;
     }
