/*iphone potrait*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    #section0{
        min-height: 400px !important;
    }
    #section0 img{
        display: block;
    }
    .section{
        background-color: #333333 !important;
    }
    .bgsection1_vn{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .bgsection1_en{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .section1 .desc{
        top: auto;
    }

    #section2 .desc p, #section3 .desc p, #section4 .desc p, #section5 .desc p{
        width: 90%;
    }

    #section2 .desc h1, #section3 .desc h1, #section4 .desc h1, #section5 .desc h1{
        font-size: 18px;
    }

}
/*iphone 5 5s landscape*/
@media only screen
and (max-device-width : 568px)
and (min-device-width : 320px)
and (orientation : landscape) {
    #section0{
        min-height: 400px !important;
    }
    #section0 img{
        display: block;
    }
    .section{
        background-color: #333333 !important;
    }
    .bgsection1_vn{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .bgsection1_en{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .section1 .desc{
        top: auto;
    }

    #section2 .desc p, #section3 .desc p, #section4 .desc p, #section5 .desc p{
        width: 90%;
    }

    #section2 .desc h1, #section3 .desc h1, #section4 .desc h1, #section5 .desc h1{
        font-size: 18px;
    }

}

/*iphone 6 potrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    #section0{
        min-height: 400px !important;
    }
    #section0 img{
        display: block;
    }
    .section{
        background-color: #333333 !important;
    }
    .bgsection1_vn{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .bgsection1_en{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .section1 .desc{
        top: auto;
    }

    #section2 .desc p, #section3 .desc p, #section4 .desc p, #section5 .desc p{
        width: 90%;
    }

    #section2 .desc h1, #section3 .desc h1, #section4 .desc h1, #section5 .desc h1{
        font-size: 18px;
    }
}
/*iphone 6 potrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
    #section0{
        min-height: 400px !important;
    }
    #section0 img{
        display: block;
    }
    .section{
        background-color: #333333 !important;
    }
    .bgsection1_vn{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .bgsection1_en{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .section1 .desc{
        top: auto;
    }

    #section2 .desc p, #section3 .desc p, #section4 .desc p, #section5 .desc p{
        width: 90%;
    }

    #section2 .desc h1, #section3 .desc h1, #section4 .desc h1, #section5 .desc h1{
        font-size: 18px;
    }
}
/*6+ landscape*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
    #section0{
        min-height: 400px !important;
    }
    #section0 img{
        display: block;
    }
    .section{
        background-color: #333333 !important;
    }
    .bgsection1_vn{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .bgsection1_en{
        background-image:none;
        height: auto !important;
        min-height: 568px !important;
    }
    .section1 .desc{
        top: auto;
    }

    #section2 .desc p, #section3 .desc p, #section4 .desc p, #section5 .desc p{
        width: 90%;
    }

    #section2 .desc h1, #section3 .desc h1, #section4 .desc h1, #section5 .desc h1{
        font-size: 18px;
    }
}
@media(min-width:992px){}
@media(min-width:1100px){

}

