/**
 * Basic CSS Media Query Template
 * TODO: I should probably use Sass...
 * Author: Michael Vieth
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet 
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 */
@media all and (min-width: 1468px) and (max-width: 1588px) { 

} 
@media all and (min-width: 1440px) and (max-width: 1468px) { 

}
@media all and (min-width: 1368px) and (max-width: 1440px) { 
    .pageThree {
        margin-top: -30%;
        height: 160vh;
    }
}
@media all and (min-width: 1280px) and (max-width: 1368px) { 
    .pageThree {
        margin-top: -42%;
        height: 170vh;
    }
}
@media all and (min-width: 1024px) and (max-width: 1280px) { 

}

@media all and (min-width: 768px) and (max-width: 1024px) { 

}

@media all and (min-width: 480px) and (max-width: 768px) { 

}

@media all and (max-width: 480px) {
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    #sectionFull {
        position: relative;
        background: url(../images/daile/bgfull-mb.jpg.webp) no-repeat top center;
        background-size: cover;
        height: auto;
    }
    .img_form_pageone ul {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0;
        gap: 10px;
        flex-wrap: nowrap;
        align-content: center;
    }
    .title_pageone img {
        padding-top: 100px;
    }
    .pageThree img {
        padding-top: 35px;
    }
    .img_pageTwo {
        padding: 15px 15px 20px;
    }
    .img_pageTwo ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        padding-left: 0;
        gap: 15px;
    }
    .text-note {
        font-size: 17px;
    }
    .img_title_page {
        padding-top: 0;
    }
    .form-dk {
        position: relative ;
        background: #ffffff;
        margin: 0 15px;
        flex: 0 0 auto;
        padding: 22px 15px;
        height: auto;
        max-width: 392px;
        margin-top: 0;
        z-index: 999;
    }  
    .form-control {
        height: 40px;
        font-size: 16px;
    }
    .form-title span {
        font-size: 22px;
    }
    .info-form-dk input {
        height: 40px;
        font-size: 16px;
    }
    .btn-dangky img {
        width: 170px;
        height: auto;
    }

    .text_img_page_1 {

    }
    .form-horizontal {
        padding: 0 5px;
    }
    
    img.img-full {
        width: 97%;
        height: auto;
    }
    img.img-full-2 {
        width: 100%;
        max-width: 305px;
        height: auto;
        margin-top: -25%;
    }
    .img-responsive {
        margin: 0 auto;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .btn_fixed img {
        margin: 0 auto;
    }
    .footer__items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        --bs-gutter-x: 0;
    }
    .logo__footer {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .address__footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        width: 100%;
    }
    p.address-f {
        text-align: center;
        margin: 10px auto;
    }  
    p.address-f-2 {
        text-align: center;
        margin: 10px auto;
    } 
    p.hotline-f {
        margin: 10px auto;
    }  
    p.mail-f {
        margin: 10px auto;
    }
    .logo__nsm__footer {
        padding-top: 0px;
    }
    .social__footer {
        width: 100%;
    }
    .social__footer ul {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .address-f span {
        font-size: 16px;
    }
    .address-f-2 span {
        font-size: 16px;
    }
    .social__footer {
        padding-left: 0;
    }
    .fa-envelope a {
        font-size: 16px;
    }
    .fa-envelope {
        font-size: 16px;
    }
    .fa-phone a {
        font-size: 16px;
    }
    .section-header ul {
        grid-template-columns: repeat(2,1fr);
    }
    .section-header ul li.logo_jw {
        text-align: left;
        padding-left: 10px;
    }
    .icon-zalo {
        position: fixed;
        z-index: 100;
        bottom: 32%;
        left: 30px;
    }
    .hotline-phone-ring-wrap {
        bottom: 28%;
        right: 0;
        left: inherit;
    }
    .btn_fixed {
        bottom: 32%;
        z-index: 89;
    }
    #btnRegister_mb img {
        max-width: 170px;
        height: auto;
    }
    .preview-intro-video {
        margin-top: 0;
    }
    .textvideo {
        padding-bottom: 30px;
    }
    .video_infobelow {
        padding: 30px 0 15px;
    }
    .video_infobelow p span {
        font-size: 14px;
        color: #000000;
    }
    .youtube .play-button:before {
        border-width: 10px 0 10px 20px;
        transform: translate3d(-45%,-50%,0);
    }
    .youtube .play-button {
        width: 60px;
        height: 40px;
    }
    .slide_customer img {
        width: 334px !important;
        height: auto;
    }
    #slide_customer .item {
        max-width: 334px;
        margin: 0 auto;
    }
    button.owl-prev {
        border: 2px solid #ffffff !important;
        width: 35px;
        height: 35px;
        border-radius: 50px !important;
        position: relative;
        left: 0;
    }
    button.owl-next {
        border: 2px solid #ffffff !important;
        width: 35px;
        height: 35px;
        border-radius: 50px !important;
        position: relative;
        right: 0;
    }
}

@media all and (max-width: 380px) { 
    .form-control {
        height: 37px;
        font-size: 15px;
    }
    .info-form-dk input {
        height: 37px;
        font-size: 15px;
    }
    .btn-dangky img {
        width: 150px;
        height: auto;
    }
    .form-title span {
        font-size: 20px;
    }

}
@media all and (max-width: 320px) {
    .form-control {
        height: 32px;
        font-size: 14px;
    }
    .info-form-dk input {
        height: 32px;
        font-size: 14px;
    }
    .btn-dangky img {
        width: 120px;
        height: auto;
    }
    .form-title span {
        font-size: 17px;
    }
}
/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */ }


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}