/* mobile style*/
@media only screen and (max-width: 768px) {
    .gap50 {
        padding-top: 0px !important;
    }
    .social-icons.text-right {
        text-align: left;
    }
    .home-line {
        width: 100%;
        top: -5px;
        height: 55px;
    }

    .home-line h3 {
        color: #152755;
        font-size: 28px;
        line-height: 38px;
        margin: 0;
    }

    .tab-bk ul, .category-list ul {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .tab-bk ul::-webkit-scrollbar, .category-list ul::-webkit-scrollbar {
        height: 0px;
    }

    .product-info {
        padding-top: 15px !important;
    }

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

    .tab-video-nav ul {
        display: inline-block !important;
        overflow-x: scroll !important;
        white-space: nowrap;
        padding: 0px !important;
    }

    .tab-video-nav ul li {
        width: auto;
        display: inline-block;
    }

    .tab-video-nav ul li:not(:last-child) {
        margin-right: 10px;
    }

    .design-item .design-images img {
        height: auto;
    }

    .swiper-design .swiper-nav {
        position: unset;
        margin: 20px 0 0 0;
        justify-content: center;
    }

    div#top-bar {
        display: none;
    }

    .abouts-icon .img-inner {
        text-align: center;
    }

    .abouts-icon .img-inner img {
        width: 80px;
        margin: auto;
    }

    div#masthead .header-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div#masthead {
        border-bottom: 2px solid rgba(239, 239, 239, 1);
    }

    .home-title h2 {
        font-size: 30px;
    }

    .home-title h2:after {
        top: -15px;
        left: -8px;
        width: 40px;
        height: 40px;
    }

    h1.cat_title {
        font-size: 30px;
    }

    article#header-single h1 {
        font-size: 30px;
    }

    .post-related .post-thumbnail {
        height: 280px;
    }

    body .swiper-button-next {
        right: 20px;
    }

    body .swiper-button-prev {
        left: 20px;
    }

    .abouts p {
        font-size: 16px;
    }

    .cauchuyen h3 {
        font-size: 30px;
    }

    .cauchuyen p {
        font-size: 16px;
    }
}

/* 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) {

}