.banner {
    width: 100%;
    background: url("https://img.asiancancer.com/images/newmalai/lung-topic/3840300.jpg") no-repeat center;
    height: 300px;
}

.banner .img {
    text-align: center;
}

.banner .banner-text {
    padding-top: 60px;
}

.banner .banner-text .title {
    font-size: 52px;
    color: #ffffff;
    display: grid;
}

.banner .banner-text .first {
    border-bottom: 2px solid #13BFB1;
    width: 225px;
}

.banner .banner-text .second {
    font-size: 35px;
}

.content {font-size:21px;}

.content .title {
    font-size: 30px;
    color: #13BFB1;
    display: block;
    margin: 30px auto;
    font-weight: bold;
    text-align: center;
    width: 90%;
}
.formbg{height:auto;margin-bottom:50px;background:none;}
.formbg form{top:0px;}
/*test mdt*/
.mdt-team-bg{}
.mdt-team .swiper-slide{background: #ffffff;border-radius: 16px;padding-top: 20px;height: 600px;
box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
}
.mdt-team{overflow: hidden;color:#ffffff;}
.mdt-team .dis_title span{color:#ffffff;}
.mdt-team .dis_title .title_right,.mdt-team .dis_title .title_right a{border:1px solid #ffffff;color:#ffffff;}

.mdt-team .swiper-slide dt{text-align: center;}
.mdt-team .swiper-slide dt img{width:80%;}
.mdt-team .swiper-slide dd,.mdt-team .swiper-slide p{padding: 0 20px;}
.mdt-team .swiper-slide .title{color:#1E2D4F;font-size: 24px;text-align: left;font-weight: bold;}
.mdt-team .swiper-slide dd.first{color:#13BFB1;font-size: 14px;padding-top: 10px;}
.mdt-team .swiper-slide p{font-size: 14px;padding-top: 5px;margin-top:10px;}
.mdt-team .swiper-slide .more{font-size: 12px;border: 1px solid #1E2D4F;border-radius: 8px;padding: 5px 15px;position: absolute;bottom: 10px;}
.mdt-team .swiper-container{overflow: initial;}

.mdt-team .mdt-box{padding:0 10px;}

.mdt-team .swiper-container dl:hover .more{color:#ffffff;background: #13BFB1;border: none;}
.mdt-team .swiper-button-prev{left:-50px;background-image: url("../images/mdt_left.png");height: 93px;background-color: #EEEEEE;}
.mdt-team .swiper-button-next{right: -50px;background-image: url("../images/mdt_right.png");height: 93px;background-color: #EEEEEE;}
.mdt-team .swiper-pagination-mdt{text-align:center;}
.mdt-team .swiper-slide p{color:#000000;}
.mdt-team .swiper-pagination-bullet{background:#cccccc;height: 10px;border-radius: 30px;margin:0 5px;}
.mdt-team .swiper-pagination-bullet-active{background:#13BFB1;width:25px;}
/*test mdt*/


img {
    transition: all 1s;
    &:hover {
        transform: translate(0, -2%);
    }
}

@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        background: url("https://img.asiancancer.com/images/newmalai/lung-topic/790240.jpg") no-repeat center;
        background-size: cover;
        min-height: 100px;
        height: auto;
    }
    .content{padding:0 10px;}
    p img{
        width: 100%;
        height: auto;
    }
}