/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-width : 1400px) {

    .header-wrapper>.container {
        max-width: 1300px;
    }     

}

@media only screen 
and (min-width : 1600px) {
    
    .header-wrapper>.container {
        max-width: 1400px;
    } 

}

@media only screen 
and (min-width : 1900px) {

    .header-wrapper>.container {
        max-width: 1700px;
    }    

}

@media only screen 
and (min-device-width : 1500px) 
and (max-device-width : 1599px) { 

    .header-main-hotline {
        margin-left: 40px;
    }

}


@media only screen 
and (min-width : 1200px) {
    .wrapper-single>.container>.row>.col-lg-3 {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
                flex: 0 0 32%;
        max-width: 32%;
    }

    .wrapper-single>.container>.row>.col-lg-9 {
        -ms-flex: 0 0 68%;
        -webkit-box-flex: 0;
                flex: 0 0 68%;
        max-width: 68%;
    }

}

@media only screen 
and (min-device-width : 1300px) 
and (max-device-width : 1500px) {
    .header-wrapper {
        padding: 0 10px;
    }
    .header-main-hotline img {
        width: 40px;
    }
    a.header-logo-link,.header-main-logo img {
        max-width: 115px;
    }
    .wrapper-menu ul#menu-main>li>a {
        font-size: 14px;
    }
    .header-main-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .header-main-logo_text {
        margin-left: 5px;
    }

    .header-main-logo_text>h2 {
        font-size: 24px;
    }

    .header-main-logo_text>span {
        font-size: 18px;
    }

    .header-main-hotline {
        margin-left: 10px;
    }

/*.wrapper-menu ul#menu-main>li.menu-item-has-children:after {
    right: -3px;
}*/

}


@media only screen 
and (min-device-width : 1100px) 
and (max-device-width : 1299px) {

    .header-wrapper {
        padding: 0 10px;
    }

    .header-main-logo img {
        max-width: 100px;
    }

    .header-main-logo_text>h2 {
        font-size: 20px;
    }

    .header-main-logo_text>span {
        font-size: 16px;
    }

    .wrapper-menu ul#menu-main>li>a {
        margin: 0 8px;
        font-size: 12px;
    }

/*.wrapper-menu ul#menu-main>li {
    padding: 12px 8px;
}*/


    .header-main-logo_text {
        margin-left: 20px;
    }

    .header-main-hotline {
        margin-left: 20px;
    }

    a.header-logo-link {
        width: 100px;
    }
    .header-main-logo_text>h2:last-child {
        font-size: 24px;
    }

    .header-main-logo_text>h2:first-child {
        font-size: 18px;
    }
    /*.wrapper-menu ul#menu-main>li.menu-item-has-children:after {
        right: -3px;
    }*/

    .header-top-wrapper {
        padding: 0 20px;
    }
    .header-main-hotline img {
        width: 40px;
    }
    .header-top-left span {
        padding: 0 15px;
        font-size: 13px;
    }

    .header-top-right span {
        padding: 0 20px;
    }



}


@media only screen 
and (min-device-width : 993px) 
and (max-device-width : 1100px) {

    .header-main-logo_text {
        display: none;
    }

    .header-main-hotline {
        margin-left: 25px;
    }

}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
    .contact-3-info-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
    .about-box-img {
        display: none;
    }

    .about-box-content {
        max-width: 100%;
        padding: 0;
    }

    .about-box-text-header_sub {
        margin-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .about-box-text-header_title h2 {
        font-size: 26px;
        letter-spacing: 0;
    }

    .about-box-text-header_title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
    }

    .about-box-text-header {
        margin-bottom: 4rem;
    }

    .about-box-content-item {
        padding: 15px 20px;
    }

    .about-box-content-item_thumb a img {
        width: 120px;
        height: 100px;
    }

    .about-box-content-item_thumb a {
        width: 120px;
        height: 100px;
    }

    span.about-box-content-item-bagde {
        font-size: 40px;
        right: 10px;
    }

    .about-box-content-item h4 {
    }

    .project-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    span.project-image-badge {
        right: auto;
        bottom: -35px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .project-content {
        padding: 5rem 0;
        padding-top: 7rem;
    }

    section.project:before {
        display: none;
    }

    .video {
        min-height: 400px;
    }

    .why {
        margin-top: 0;
    }

    .why-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .why>.container {
        padding: 0;
        max-width: 100%;
    }

    .why-image img {
        height: 260px;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .why-content {
        padding: 0 15px;
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .why-content-bg {
        display: none;
    }

    div#owl-why .owl-dots {
        bottom: -10%;
    }

    section.counter>.container {
        max-width: 100%;
        padding: 0;
    }

    .counter-box:before, .counter-box:after {
        display: none;
    }

    .counter-box {
        padding: 50px 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .counter-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        margin-bottom: 25px;
    }

    .counter-box .counter-item:nth-of-type(2), .counter-box .counter-item:nth-of-type(4) {
        margin-right: 0;
    }

    .counter-box .counter-item:nth-of-type(4), .counter-box .counter-item:nth-of-type(3) {
        margin-bottom: 0;
    }

    .counter-item h4 {
        font-size: 38px;
    }

    section.info-home>.container {
        max-width: 100%;
        padding: 0;
    }

    .info-home-item {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .info-home-item span {
        height: 45px;
        margin-top: 15px;
    }

    .footer-news, .footer-contact {
        margin-top: 30px;
    }

    .footer-contact {
    }

    .copyright-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .copyright-inner p {
        margin-bottom: 10px;
    }

    .footer-menu {
        padding-left: 0;
    }

    section.bg-breadcrumb {
        padding: 50px 0;
    }

    .wrapper-header-page {
        top: 0;
    }
    .showroom-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
    }



}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {
    
    h2.header-page-title {
        font-size: 18px;
    }

    section.bg-breadcrumb {
        padding: 30px 0;
    }

    .contact-3-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .contact-3-info-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .form-contact-3-row-top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }

    .form-contact-3-row-top>div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .about-box-img {
        position: initial;
        width: 100%;
        margin-top: 15px;
    }

    .about-box-text-header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 3rem;
    }

    .about-box-text-header_sub {
        margin-right: 0;
        margin-top: 30px;
    }

    section.about>.container {
        padding: 0;
    }

    .about-box-text {
        padding: 0 15px;
    }

    .about-box-text-header_title h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .about-box-content {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }

    .about-box-content-item {
        margin-bottom: 15px;
    }

    .about-box-img img {
        -o-object-fit: cover;
           object-fit: cover;
    }

    .header-title h2 {
        font-size: 24px;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        line-height: 32px;
    }

    .header-title h2 {
        font-size: 24px;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        line-height: 32px;
        /* font-size: 26px; */
        /* line-height: 36px; */
    }

    .project-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    span.project-image-badge {
        bottom: -35px;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .project-image img {
        height: auto;
    }

    section.project>.container {
        padding: 0;
    }

    .project-content {
        padding: 0 15px;
        margin-top: 8rem;
    }

    section.project:before {
        display: none;
    }

    .project-content h3 {
        font-size: 24px;
        text-align: center;
    }

    .why {
        margin-top: 0;
    }

    .why-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .why-image img {
        height: 370px;
    }

    .video {
        min-height: 330px;
        padding-top: 3rem;
    }

    .video-text h2 {
        font-size: 26px;
    }

    .why-content-text-title {
        max-width: 100%;
    }

    .why-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        padding: 0 15px;
        padding-top: 4rem;
    }

    .why-content-bg {
        display: none;
    }

    .why>.container {
        padding: 0;
    }

    div#owl-why .owl-dots {
        bottom: -30px;
    }

    .gallery-item img {
        height: 400px;
    }

    .counter-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px;
    }

    .counter-box:before, .counter-box:after {
        display: none;
    }

    .counter-item {
        margin-right: 0;
        margin-bottom: 30px;
        border: 1px solid #ffffff54;
        padding: 20px 0;
    }

    .counter-box .counter-item:last-child {
        margin-bottom: 0;
    }

    .counter-item h4 {
        font-size: 38px;
    }

    section.counter>.container {
        padding: 0;
    }

    div#owl-news .owl-dots {
        bottom: -8%;
    }
    .showroom-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .info-home-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 40px 0;
    }

    .info-home-item {
        text-align: left;
    }

    .info-home-box .info-home-item:nth-of-type(2) {
        padding: 15px 0;
        border: none;
    }

    .info-home-box .info-home-item:nth-of-type(2):before, .info-home-box .info-home-item:nth-of-type(2):after {
        display: none;
    }

    .info-home-item svg {
        font-size: 16px;
    }

    .footer-logo a {
        text-align: center;
    }

    .footer-menu {
        padding: 0;
        margin: 50px 0;
    }

    .footer-news {
        margin-bottom: 50px;
    }

    .copyright-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        font-size: 12px;
    }

    .copyright-inner p {
        margin-bottom: 20px;
    }

    .wrapper-header-page {
        top: 10px;
    }

    .wrapper-header-page h2 {
        text-align: center;
    }

    .gallery-box-item {
        margin-bottom: 1.5rem;
    }

    div#owl-about .owl-dots {
        bottom: -10px;
    }

    div#owl-about {
        margin-bottom: 3rem;
    }

    div#owl-about .owl-dots button {
        background: #3333;
        width: 10px;
        height: 10px;
    }


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    


}

/*=============== END MOBILE < 320px====================*/