/* Last Update : 2017-10-13 */


/* DO NOT EDIT THIS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.photo img.logo_pic {
    margin: 0 auto!important;
}

.main_photo {
    text-align: left!important;
}

.main_photo .nivoSlider {
    margin-bottom: 0!important;
}

p.mhomecontent {
    padding-top: 0!important;
}

.banner-item .banner-caption {
    width: 50%;
    position: absolute;
}

.banner-item .banner-caption.id-0 {
    width: auto;
    bottom: 2%;
    left: unset;
    text-align: center;
    right: 8%;
}

.banner-item .banner-caption.id-1 {
    /* width: auto;
    bottom: 5%;
    right: 13%;
    text-align: center; */
    width: auto;
    bottom: 2%;
    left: unset;
    text-align: center;
    right: 8%;
}

.banner-item .banner-caption.id-2 {
    /* width: auto;
    bottom: 6%;
    right: 8%;
    text-align: center; */
    width: auto;
    bottom: 64%;
    left: unset;
    text-align: center;
    right: 8%;
}

.banner-item .banner-caption.id-3 {
    /* width: auto;
    bottom: 10%;
    left: 45%;
    text-align: center; */
    width: auto;
    bottom: 2%;
    left: unset;
    text-align: center;
    right: 8%;
}

.banner-item .banner-caption.id-4 {
    /* width: auto;
    bottom: 20%;
    right: 63%;
    text-align: center; */
    width: auto;
    bottom: 2%;
    left: unset;
    text-align: center;
    right: 8%;
}

.banner-item .banner-caption.id-5 {
    /* width: auto;
    bottom: 0%;
    right: 47.5%;
    text-align: center; */
    width: auto;
    bottom: 2%;
    left: unset;
    text-align: center;
    right: 8%;
}

/* .banner-item .banner-caption.id-6 {
    width: auto;
    bottom: 10%;
    left: 45%;
    text-align: center;
}

.banner-item .banner-caption.id-7 {
    width: auto;
    bottom: 20%;
    left: 31%;
    text-align: center;
}

.banner-item .banner-caption.id-8 {
    width: auto;
    bottom: 5%;
    left: 46.5%;
    text-align: center;
} */

.sec_banner_text {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.sec_banner1_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.sec_banner2_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.sec_banner3_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBanner {
    display: inline-block;
    text-decoration: none!important;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000000!important;
    background-color: #f4d500;
    border: 1px solid #f4d500;
    padding: 6px 18px;
    border-radius: 6px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.btnBanner::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: all .5s;
}

.btnBanner:hover {
    color: #f4d500!important;
    background-color: #000000;
    border-color: #000000;
}

.btnBanner:hover::before {
    transform: skewX(-45deg) translateX(100px);
}

@media screen and (max-width: 768px) {
    .banner-item .banner-caption {
        width: 60%;
    }
    /* .banner-item .banner-caption.id-6 {
        left: 38%;
    }
    .banner-item .banner-caption.id-7 {
        left: 34%;
    }
    .banner-item .banner-caption.id-8 {
        bottom: 0;
        left: 41%;
    } */
    .sec_banner_text {
        font-size: 16px;
    }
    .sec_banner1_btn {
        margin-top: 15px;
    }
    .sec_banner2_btn {
        margin-top: 15px;
    }
    .btnBanner {
        font-size: 10px;
        padding: 4px 12px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(80px);
    }
    #fullbanner .owl-stage .owl-item:nth-child(4) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(10) .banner-item {
        background-position: 0% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(5) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(11) .banner-item {
        background-position: 100% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(6) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(12) .banner-item {
        background-position: 100% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(7) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(1) .banner-item {
        background-position: 35% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(8) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(2) .banner-item {
        background-position: 45% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(9) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(3) .banner-item {
        background-position: 62% 50%;
    }
    /* #fullbanner .owl-stage .owl-item:nth-child(9) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(18) .banner-item {
        background-position: 0% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(10) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(19) .banner-item {
        background-position: 100% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(2) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(11) .banner-item {
        background-position: 100% 50%;
    }
    #fullbanner .owl-stage .owl-item:nth-child(4) .banner-item,
    #fullbanner .owl-stage .owl-item:nth-child(13) .banner-item {
        background-position: 0% 50%;
    } */
}