/* Mobile & Table */
@media (max-width: 1023px) {

    /* Home */
    .info-info {
        padding-right: 0;
    }

    .padding-10 {
        padding-left: 0;
    }

    .info-text-wrap {
        padding: 0;
    }

    .info-cat-sub {
        width: 100%;
        border-radius: 0;
        position: unset;
        padding: 40px 30px 50px;
    }

    .info-cat-img {
        display: flex;
        flex-direction: column-reverse;

    }

    .quymo-wrapper {
        position: relative;
        top: -40px;
    }

    .table-phankhu {
        width: 100%;
    }

    .thietke-item {
        margin-bottom: 20px;
    }

    .burger div {
        background-color: #ffe5a1;
    }


    .hotline-phone-ring-wrap {
        bottom: 14%;
        left: -24px;
    }


}

/* Table */
@media (min-width: 740px) and (max-width: 1023px) {
    .header {
        position: unset;
    }
}

/* Table Lanscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* Mobile */

@media (max-width: 739px) {
    .duan-item:nth-child(even) {
        flex-direction: column;
    }

    .duan-info {
        padding: 20px 0 40px;
    }

    .travel-news-item {
        margin-top: 30px;
    }

    .register-thamquan-form {
        padding: 40px 20px 26px;
    }

    .tienich-phankhu__desc {
        padding: 0;
    }

    .tienich-phankhu-item {
        margin-bottom: 20px;
    }

    .thietke-item__img-wrap {
        width: 150px;
        height: 150px;
    }

    .thietke-item__img {
        width: 145px;
        height: 145px;
    }

    .duan-text-wrap {
        width: 100%;
        padding: 20px 30px;
        position: unset;
        border-radius: unset;
    }


    .travel-item {
        margin-bottom: 50px;
    }

    .video-icon-right {
        width: 50px;
        right: 20px;
    }

    .video-icon-right .play-video-icon-right {
        opacity: 0.9;
    }

}

/* Ipad pro */


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}


/* PC LARGE */

@media (min-width: 1919px) {
    .grid {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .circle-line {
        right: 86%;
    }

    .travel-news-desc {
        padding: 30px 20px 15px;
    }

    .info-cat-sub {
        padding: 70px 86px 80px 50px;
    }
}