/* Mobile & Table */
@media (max-width: 1023px) {
}

/* Table */
@media (min-width: 740px) and (max-width: 1279px) {
    .nav > li > a {
        font-size: 12px;
    }
    .lang {
        font-size: 12px;
        line-height: 2;
    }
    
    .infolichsu-box {
        padding: 15px 1px 15px 30px;
    }
    .service-item .service_item-content {
        order: inherit !important;
        width: 100%;
    }
    .serive_item-image{
        width: 100%;
    }
    .service_item-content {
        padding: 0px;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .service-box {
        padding: 30px;
        /* padding-right: 30px; */
        margin-bottom: 20px;
    }
    .serivce-name {
        font-size: 25px;
        line-height: 1.2;
    }
}

/* Table Lanscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 739px) {
    .infmangluoi-wrapper .bando {
        position: relative;
        left: 40%;
        margin-top: -35%;
        opacity: 80%;
    }
    .infmangluoi-wrapper ul {
        position: relative;
        top: 50%;
        list-style: none;
        left: 70px;
    }
}
/* Mobile */

@media (max-width: 739px) {
    .logo img,
    .logo-mobile img {
        max-height: 70px;
    }
    .homecat-title {
        font-size: 25px;
    }
    .homenews-item {
        margin-bottom: 15px;
    }
    .catintro-box {
        position: relative;
        padding-left: 0px;
    }
    .catintro-box::before {
        content: "";
        opacity: 0;
    }
    .infoyear {
        margin-top: 0px;
    }
    .img-gioithieu,
    .title-infotamnhin {
        margin: 0;
        color: white;
    }
    .footer-social {
        justify-content: flex-start;
    }
    .footer {
        background: var(--maincolor);
    }
    .footer-copyright {
        background: #00000070;
        padding: 10px 0px;
        text-align: center;
    }
    .slide-btn-prev {
        position: absolute;
        left: 0px;

        width: 30px;
        height: 30px;

        line-height: 30px;
    }
    .slide-btn-next {
        position: absolute;
        right: 0px;

        width: 30px;
        height: 30px;

        line-height: 30px;
    }
    .service-item .service_item-content {
        order: inherit !important;
    }

    .service_item-content {
        padding: 0px;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .service-box {
        padding: 30px;
        /* padding-right: 30px; */
        margin-bottom: 20px;
    }
    .serivce-name {
        font-size: 25px;
        line-height: 1.2;
    }
    .poster-content.poster_content_ {
        position: static;
        color: #333;
        transform: translate(0px);
        padding-top: 20px;
    }
    .service_dt-title {
        font-size: 20px;
    }
    .service_dt-intro {
        padding: 0px 0px;
    }
    .duantongquan .homecat-title {
        padding-top: 10px;
    }
    .service_bds .menutab {
        display: none;
    }
    .searchfm-td {
        position: static;
        background-color: #f1f2f2;
        padding: 10px;
    }
    .searchfm-td .pagecat-title {
        color: #333;
    }
    .tr_td-male {
        margin-top: 0px;
    }
    .menutab {
        flex-wrap: wrap;
        border: none;
    }
    .menutab-item {
        font-size: 12px;
        transition: all 0.5s ease-in;
        padding: 5px;
        position: relative;
        font-family: var(--fontR);
        border: 1px solid #9d9d9d;
        margin: 2px;
    }

    .angled-title {
        font-size: 16px;
    }

    .cell-2-4.tab-cell-1-1 {
        padding: 0 !important;
    }

    .pb-li ul {
        padding: 0 !important;
    }
}

/* 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 (max-width: 1420px) {
    .infoyear {
        font-size: 140px;
    }
}
@media (min-width: 1919px) {
    .grid {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .galleries {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media (max-width: 1000px) {
    .galleries {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 800px) {
    .galleries {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 400px) {
    .galleries {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
