
.hide{
    display: none;
}

.textType{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.textType h4{
    color: #000;
    letter-spacing: .1rem;
    font-weight: 600;
    margin-bottom: .725rem;
}
.textType h6{
    color: #8a8a8a;
    margin-bottom: .725rem;
}
.textType p{
    color: #8a8a8a;
    letter-spacing: .1rem;
}

.imgs_dtl{
    max-width: 295px;
}



.btn_color{
    background-color: #efad19!important;
    border-color: #efad19!important;
    color: #000;
}
.btn_color:hover{
    background-color: #e7bd05 !important;
}
/*-------------------------------------------------------------------------------------*/
.area1,.area2,.area3,.area4,.area5{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.area1_imgs{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

.area1_imgsType{
    padding: 1rem 0;
    margin: 0 14px;
    text-align: center;
}
.area1_imgsType-item {
    width: 204px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .area1_imgsType-item {
        width: 140px;

    }
}

/*-------------------------------------------------------------------------------------*/
.area2{
    background-color: #53d0ca;
}
.area2 .textType h4,.area2 .textType h6,.area2 .textType p{
    color: #fff;
}
.area2_imgs{
    padding-bottom: 2rem;
    position: relative;
}
.area2_imgs .swiper-slide{
    position: relative;
}

.area2_imgs_dtl{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 1.75rem 1rem 1rem 1rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    word-break: break-word;
    display: flex;
    display: -webkit-flex;
    display: none;
}
.area2_imgs_dtl>div{
    margin: auto;
}
.area2_imgs_dtl h5,.area2_imgs_dtl h6,.area2_imgs_dtl p{
    color: #f9f9f9;
    padding-bottom: 1.5rem;
}



#area2_cntl>.btn_prev,#area2_cntl>.btn_next{
    position: absolute;
    top: 40%;
    z-index: 2;
    cursor: pointer;
    outline-style: none;
}
#area2_cntl .btn_next{
    right: -48px;
}
#area2_cntl .btn_prev{
    left: -48px;
}
#area2_cntl .swiper-button-disabled{
    opacity: .3!important;
}
.area2>.container>.btn_color{
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/*-------------------------------------------------------------------------------------*/
.area3{
    background-image: url("../imgs/home/bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    min-height: 840px;
}
.area3_imgs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.area3_imgs>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: .75rem;
}
.area3_imgs>div>div:first-child{
}
.area3_imgs .imgs_dtl{
    width: 50%;
    height: 100%;
    text-align: center;
    padding: .75rem;
    background-color: #f7f7f7;
    display: flex;
}
.area3_imgs .imgs_dtl>div{
    margin: auto;
}
.imgs_dtl .btn_color{
    padding: .175rem 1.25rem;
    border-radius: 30px;
}
#area3_cntl>.btn_prev,#area3_cntl>.btn_next{
    cursor: pointer;
    outline-style: none;
}

/*-------------------------------------------------------------------------------------*/
.area4{
    background-color: #4594fb;
}
.area4 .textType h4,.area4 .textType h6,.area4 .textType p{
    color: #fff;
}
.area4_imgs_dtl{
    background-color: #fff;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    padding: 1.5rem 1rem 1rem 1.5rem;
    width: 100%;
}
.area4_imgs_dtl>div{
    width: 380px;
    margin: 0 auto;
}

.area4_imgs_dtl>div a{
   position: relative;
    left: 80%;
    top: 15px;
    padding: .75rem 0;
}

#area4_cntl{
    text-align: center;
 }
#area4_cntl .swiper-button-disabled{
    opacity: .3!important;
}
.area4_imgs .swiper-slide-prev{
    opacity: 0!important;
}
.area4_imgs .swiper-slide-prev{
    transition: opacity 1500ms;
    -webkit-transition: opacity 1500ms;
}



/*-------------------------------------------------------------------------------------*/
.area5{
    background-image: url("../imgs/home/bg_3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
}
.area5>.container{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.area5 .textType {
    padding: 1rem 1.5rem;
    max-width: 43%;
}
.area5 .textType p{
    text-align: left;
}
.area5 .textType .btn_color{
    margin-top: 60px;
    border-radius: 30px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/*-------------------------------------------------------------*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    #area2_cntl .btn_prev,#area2_cntl .btn_next{
        display: none;
    }
    .area4_imgs .swiper-slide>div{
        flex-wrap: wrap;
    }
    .area4_imgs_dtl>div {
        width: 100%;
        height: 230px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .area4_imgs_dtl>div a {
        position: relative;
        left: 65%;
        top: 20px;
        padding: .75rem 0;
    }

    .area5>.container {
        flex-wrap: wrap;
    }
    .area5 .textType {
        padding: 1rem 1.5rem;
         max-width: 100%;
    }
}
