/* mobile style*/
@media only screen and (max-width: 768px) {
    article.entry-content table {
        width: 100%;
        overflow-x: scroll;
        overflow: auto;
        display: block;
        white-space: initial;
    }

    div#wrapper {
        width: 100%;
        border-radius: 0px;
    }

    .post__grid .post__thumbnail {
        width: 100%;
        height: 220px;
    }

    .post__grid .post__content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post__grid .post__content h4 {
        font-size: 14px;
    }

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

    header#header {
        height: unset;
        border-radius: 0 !important;
    }

    body {
        padding: 0;
    }

    header#header > #logo img, footer#footer {
        border-radius: 0px !important;
    }

    .menuMobile a {
        color: #fff;
        font-size: 25px;
    }

    .menuMobile {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #ffff;
    }

    .search-mobile {
        height: 40px;
        display: flex;
        align-items: center;
        padding-right: 4px;
        justify-content: end;
    }

    .search-mobile form {
        width: 200px;
        float: right;
    }

    .search-mobile input.form-control.input-search {
        height: 30px !important;
    }

    .search-mobile button.btnSearch {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }

    .post__big .post__thumbnail {
        height: 250px;
    }

    .mobileNavWrapper ul li > .sub-menu {
        transition: 0.3s ease-in-out;
        padding: 0px 0px 0px 10px !important;
        display: none;
    }

    .mobileNavWrapper ul li > .sub-menu {
        padding: 0px 0px 0px 10px !important;
    }

    .mobileNavWrapper nav.main-menu ul li a i {
        float: right;
    }

    .mobileNavWrapper nav.main-menu ul li:first-child a i {
        float: left;
    }

    nav.main-menu ul li {
        overflow: hidden;
    }

    nav.main-menu ul li > .sub-menu li {
        overflow: unset !important;
    }

    .mobileNavWrapper ul li > .sub-menu li a {
        padding: 5px 0;
    }

    .mobileNavWrapper ul li > .sub-menu li a {
        padding: 5px 0;
        border: 0px !important;
        color: #fff;
        font-size: 13px;
    }

    .mobileNavWrapper ul li:last-child {
        border-bottom: 0px !important;
    }

    .vci-hotline {
        display: none;
    }

    .vci-register {
        display: none;
        width: 150px;
        position: fixed;
        top: 140px;
        left: 30px;
        z-index: 99;
    }

    .menu-fixed {
        width: 100%;
        left: 0;
        transform: unset !important;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    article.entry-content iframe {
        width: 100% !important;
        height: 220px;
    }

    .mobile-full-width, .portfolio-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
    }

    article.entry-content .container {
        padding: 0px !important;
    }

    .post__item.post_new .post__thumbnail {
        width: 140px;
        height: 110px;
    }

    .post__item.post_new .post__content {
        width: calc(100% - 140px);
    }

    .post__item.post_new .post__content h4 a {
        font-size: 14px;
        line-height: 18px;
    }

    .gl-5 .gallery-item {
        width: calc(100% / 2) !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: 768px) {
    div#wrapper {
        width: 1000px;
        max-width: 1000px;
        margin: auto;
        display: block;
        box-shadow: 0 0 10px #000;
    }
}
