/*# sourceMappingURL=responsive.css.map *//* mobile style*/
@media only screen and (max-width: 768px) {
    #header-single h1 {
        font-size: 28px;
        line-height: 35px;
    }

    i.icon-menu {
        color: #fff;
    }

    .bg-white {
        padding: 0px !important;
    }

    section.box__register .formRegister {
        width: 100%;
    }

    section.box__register .formRegister .input__register {
        margin-bottom: 15px !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .article-big .post-thumbnail, .article-small .post-thumbnail, .post-grid .post-thumbnail, article.box-post .post-grid .post-thumbnail {
        height: 200px;
    }

    .formOjbect.contact {
        width: 100%;
    }

    .hd-item h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ac-item h3 {
        font-size: 20px;
    }

    .hd-item .box-image {
        max-width: 80px !important;
        width: 80px !important;;
        height: 80px !important;
    }

    .hd-item .box-image:after {
        display: none !important;
    }

    .hd-item .box-image img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .hd-item {
        display: flex;
        align-items: center;
    }

    .hd-item .box-text.text-left {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .hd-item {
        font-size: 14px;
    }

    .header-banner {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .col-15 {
        margin: 0px 0 20px 0 !important;
    }

    .col-15 .row {
        width: 100% !important;
    }
    .brAll .col-inner{
        padding: 20px 10px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1240px !important;
    }
}