/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

/*
CSS RESPONSIVE ON DEVICE
*/

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-device-width : 1200px) 
and (max-device-width : 1400px) {
    ul.list-header-top {
        margin-right: 20%;
    }
}        

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen 
and (min-width : 1024px) {


}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
    .header-mobile-logo>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.header-mobile-logo .header-logo-text h4 {
        font-size: 15px;
        letter-spacing: 0;
        color: #fff;
    }

    a.header-mobile-logo .header-logo-text>span {
        font-size: 16px;
    }
    .left-header-top,li.item-top-bar.item-social,.about-image {
        display: none;
    }   
    .right-header-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 5px 10px;
    }
    ul.list-header-top {
        margin-right: 0;
    }
    .about-contact-zalo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-contact-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        margin-bottom: 10px;
    }

    a.about-contact-item__link span {
        font-size: 13px;
    }

    a.about-contact-item__link h4 {
        font-size: 15px;
    }

    .about-text-item>span {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60px;
        height: 60px;
    }
    .counter-item>span {
        font-size: 2.8rem;
    }

    .counter-header {
        font-size: 16px;
    }

    .counter-item>h3 {
        font-size: 16px;
    }
    .about-contact-item>a>img {
        max-width: 50px;
    }
    .newletter-text-right h3 {
        font-size: 22px;
    }

    .newletter-text-right p {
        font-size: 13px;
    }
    .footer-block {
        margin-bottom: 30px;
    }
    .newletter-form .wpcf7 .ajax-loader {
        right: -5px;
        bottom: -15px;
    }
    section.video-clips .owl-carousel .owl-nav button.owl-next,
    section.blogs .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    section.video-clips .owl-carousel .owl-nav button.owl-prev,
    section.blogs .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
.header-logo-text>h4 {
    text-transform: uppercase;
    font-size: 19px !important;
}

}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {
    ul.list-header-top>li {
        font-size: 13px;
    }
    .header-mobile-logo>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.header-mobile-logo .header-logo-text h4 {
        font-size: 15px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

    a.header-mobile-logo .header-logo-text>h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    body {
        font-size: 1.4rem;
   }
   .left-header-top,li.item-top-bar.item-social,.about-image {
       display: none;
   }    
   .right-header-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 5px 10px;
    }

    ul.list-header-top {
        margin-right: 0;
    }
    .about-contact-zalo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-contact-item {
        margin-bottom: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    section.video-clips .owl-carousel .owl-nav button.owl-next,
    section.blogs .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    section.video-clips .owl-carousel .owl-nav button.owl-prev,
    section.blogs .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .newletter-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newletter-form .wpcf7 .ajax-loader {
        right: 0;
        bottom: -15px;
    }
    .about-text-item>span {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 45px;
        width: 45px;
        margin-right: 2rem;
    }

    .about-text-header>h2 {
        font-size: 22px;
    }

    .about-text-header>span {
        font-size: 16px;
    }
    .counter-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .counter-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counter-header {
        max-width: 100%;
        font-size: 15px;
    }

    .title-home>h2 {
        font-size: 24px;
    }

    .title-home>p {
        font-size: 14px;
    }

    a.service-item-thumb__link img {
        height: 160px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    section.service .row>div:nth-of-type(odd) {
        padding-right: 5px;
    }

    section.service .row>div:nth-of-type(even) {
        padding-left: 5px;
    }

    h3.service-item__title>a {
        font-size: 15px;
        font-family: 'Roboto-Medium';
    }

    .service-item-content {
        padding: 30px 5px 10px 5px;
        height: 19.5rem;
    }

    .service-item-content>p {
        font-size: 13px;
        line-height: 18px;
    }

    .service-item {
        margin-bottom: 10px;
    }

    .service-btn>a {
        position: relative;
        top: 10px;
        font-size: 14px;
        padding: 8px 12px;
    }
    .about-item-right>h4 {
        font-size: 17px;
    }

    .about-item-right>p {
        font-size: 14px;
    }
    .newletter-text {
        margin-bottom: 20px;
    }
    h3.footer-block-title {
        margin-top: 25px;
    }
    section.why .row>div:last-child .why-item {
        margin-bottom: 0;
    }

    .why-item h3 {
        font-size: 1.8rem;
        margin: 15px 0;
    }

    section.review, section.why, section.counter {
        background: #333;
    }
    .review-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-item-thumb img {max-width: 120px;}

    .review-item-content {
        padding-left: 0;
    }

    .review-item-content>span {
        font-size: 2rem;
    }

    .review-item-content p {
        font-size: 14px;
    }

    h4.review-name {
        font-size: 15px;
    }

    h4.review-name span:nth-of-type(1) {
        font-size: 16px;
    }

    h4.blog-item__title>a {
        font-size: 16px;
    }

    .blog-item-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .newletter-text-right h3 {
        font-size: 22px;
    }

    .newletter-text-right p {
        font-size: 13px;
    }
    .review-item {
        padding: 0;
    }
    section.footer .row>div:nth-of-type(2) {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
    .wrapper-header-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
    .bg-breadcrumb {
        height: 10rem !important;
        background-attachment: unset !important;
    }
    div#owl-related button.owl-next {
        right: 0px;
    }
    h2.header-page-title {
        font-size: 23px;
    }
    div#owl-related button.owl-prev {
        left: 0px;
    }
    .v-title-related>h2,h2.v-title-comment {
        font-size: 17px;
    }
    .profile-content iframe {
        width: 100% !important;
        height: 500px !important;
    }
    .echbay-sms-messenger {
        bottom: 30px !important;
    }
    .counter-header>div {
        display: block;
    }

    .footer-block-logo {
        position: initial;
        text-align: center;
    }

    ul.list-contact {
        top: 5px;
    }

    a.footer-logo__link img {
        max-width: 130px;
    }

    .footer-social {
        margin-top: 20px;
    }

    .footer-block {
        margin-bottom: 2rem;
    }

    ._copyright-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    ._copyright-box p {
        margin-bottom: 5px;
    }
    .newletter-text {
        opacity: 1;
    }
    a.related-item-thumb__link img {
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
    }  
.partner-item>a>img {
    height: 120px;
}
      

}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    
    .header-mobile-logo a img {
        max-width: 35px;
    }

    a.header-mobile-logo .header-logo-text h4 {
        font-size: 13px;
    }

    a.header-mobile-logo .header-logo-text>span {
        font-size: 13px;
    }
    ul.list-header-top>li {
        font-size: 12px;
    }

    .about-contact-item {
        width: 48%;
        padding: 8px;
        margin-bottom: 10px;
    }

    .about-contact-zalo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-contact-item>a>img {
        max-width: 50px;
    }

    a.about-contact-item__link h4 {
        font-size: 13px;
        text-align: center;
        min-height: 30px;
    }

    a.about-contact-item__link span {
        font-size: 13px;
    }

    a.about-contact-item__link strong {
        font-size: 16px;
    }

    a.service-item-thumb__link img {
        height: 135px;
    }

    h3.service-item__title>a {
        font-size: 13px;
    }

    .title-home>p {
        font-size: 12px;
    }

}

/*=============== END MOBILE < 320px====================*/