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


/* DO NOT EDIT THIS */

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

#fullbanner .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullbanner .owl-dots .owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

#fullbanner .owl-dots .owl-dot.active span,
#fullbanner .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 255, 255, 1);
}

.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: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sec_banner_logo_imgx {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 45px;
    height: auto;
    margin: 0 auto 20px;
}

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

.sec_banner_text {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 300;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.btnBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #161616!important;
    text-decoration: none!important;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 15px 25px;
    transition: all .25s;
}

.btnBanner>span {
    display: inline-block;
    margin-right: 10px;
    transition: all .25s;
}

.btnBanner>i {
    font-size: 14px;
    line-height: 1;
}

.btnBanner:hover {
    color: #ffffff!important;
    background-color: #e12227;
}

.btnBanner:hover>span {
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    #fullbanner .owl-dots {
        position: absolute;
        bottom: 0;
    }
    .banner-item .banner-caption {
        width: 80%;
    }
    .sec_banner_logo_imgx {
        margin: 0 auto 10px;
    }
    .sec_banner_title {
        font-size: 24px;
    }
    .sec_banner_text {
        font-size: 10px;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
    .btnBanner {
        font-size: 10px;
        padding: 10px 20px;
    }
    .btnBanner>i {
        font-size: 12px;
    }
}