* {
     font-family: "Microsoft Yahei","microsoft yahei";
     font-weight: 400;
}
     
.grey{
     color: #393939;
}

.blue{
     color: #3f92ef;
}

.orange{
     color: #ff762a;
}

.yh-bold{
     font-weight: 700;  
}

.impact{
     font-family: Impact;  
}

.display-wrapper{
     display: flex;
     flex-direction: column;
}

.cat-nav-bar{
     width: 100vw;
     height: 80px;
     color: white;
     display: flex;
     justify-content: center;          

}

.cat-content{
     margin: 20px 20px 0px 20px;
     width: 1000px;
     height: 80px;
     display: flex;
     justify-content: space-between;

}

.carrytel-logo{
     background-image: url(../img/logo.png);
     width: 130px;
     height: 45px;
}

.back-homepage{
     width: 340px;
     height: 45px;
     border-radius: 50px;
     display: flex;
     justify-content: center;

}

.back-homepage:hover{
     background-color: #0C315B;
     width: 340px;
     height: 45px;
     border-radius: 50px;
     display: flex;
     justify-content: center;

}

.back-homepage .back-icon{
     width: 25px;
     height: 25px;
     margin: auto 5px;
}

.back-homepage .back-text{
     font-size: 16px;
     margin: auto 5px;
}

.cat-banner{
     width: 100%;
     min-height: 295px;
     background-size: cover;
     background-image: url(../img/customerpic/banner/v1/1920-banner-en.png);
     display: flex;
     justify-content: center;
}

/* if that is moblie, change banner moblie-cat-baner */
.moblie-cat-banner{
     width: 964px;
     height: 295px;
     background-image: url(../img/customerpic/banner/964x295.png);
     display: flex;
     justify-content: center;
}


.avatar{
     width: 1000px;
     display: flex;
     margin: -60px auto 30px auto; 
}

.avatar img{
     width: 160px;
     height: 160px;
     border: 1px solid #D9D9D9;
     border-radius: 100px;

}

.avatar .title{
     min-width: 450px;
     font-size: 25px;
     margin: 80px 0px 0px 30px;
}

.avatar .text{
     min-width: 405px;
     color: #666666;
     font-size: 15px;
     padding-top: 10px;
}

.about-intro{
     width: 1000px;
     margin:  auto;
     display: flex;

}

.about-intro .card{
     min-width:260px;
     max-width: 700px;
     border: 1px solid #D9D9D9;
     border-radius: 10px;

}

.card-detail{
     margin: 30px;
}

.box-title{
     min-width: 280;
     font-size: 20px;
     padding-bottom: 20px;
}

.box-text{
     max-width: 700px;
     font-size: 15px;
}

.about-intro .left{
     margin-right: 30px;
}

.plan-feature{
     width: 1000px;
     display: flex;
     justify-content: space-evenly;
     margin: 10px auto 150px auto;
}

.features{
     width: 200px;
     height: 170px;
     display: flex;
     flex-direction: column;
     
}

.features .f-icon{
     margin: 20px auto;
     width: 80px;
     height: 80px;
}

.features .f-text{
     text-align: center;
     max-width: 180;
     color: #393939;
     font-size: 16px;
}

/* add language bar css */
.langbar{
     min-width: 320px;
     height: 40px;
     display: flex;
     align-items: center;
     color: #999999;
     font-size: 13px;
}
.langbar img{
     width: 14px; 
     height: 14px;
}
.langbar li{
     list-style-type: none;
     padding-left: 10px;
}

.langbar li a{
     text-decoration: none;
     margin: auto 10px;
}

.xz{
     color: #666666;
}

/* blue background  */
.language .on{
     color:white;
     background-color: #3f92ef;
     border-radius: 50px;
     padding: 0px 10px;
}

/* no service css */
.no-service{
     margin: 50px auto 0px auto;
     width:940px;
     color: black;
     background-color: rgb(239, 239, 239);
     border-left: 10px solid red;
     padding: 0px 20px;
     line-height: 150%;
}

.no-service p {
     font-size: 15px;
}

.no-service a{
     text-decoration: none;
     color: #3f92ef;
}