@media only screen and (min-device-width : 1440px) {
    h1 {
        font-size: 25px;
        padding: 0px;
        margin: 0px;
    }

    .h2, h2 {
        font-size: 22px;
        padding: 0px;
        margin: 0px;
    }

    h3 {
        font-size: 14px; padding:0px; margin:0px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 80%;
    }
    .mrg-auto {
        margin: 0 auto;
    }
    .headertop {
        border-bottom: 1px solid #dedfda;
        margin-bottom: 1px;
    }

    .top-info {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 20px;
    }

        .top-info h2 {
            font-size: 40px;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
        }

        .top-info h3.top-title {
            font-size: 30px;
            color: #00a754;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-family: UTMImpact !important;
        }

        .top-info h3 .slogan {
            font-size: 20px;
            background: #00a754;
            color: #fff;
            padding: 5px 10px;
            font-family: UTMImpact !important;
        }

        .top-info h4.hotline, .top-info h4.hotline a, .top-info h4.hotline span {
            font-size: 25px;
            text-align: right;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
            padding-right: 20px;
        }

    .bg-lang-mobile {
        display: none;
    }

    .top-info-mobile {
        display: none;
        margin: 0
    }

    .bg-top-right {
        background: url('../../images/bg-top-right.jpg') no-repeat bottom right;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: block !important;
    }

    .menu-product-mobile {
        display: none !important;
    }

    .block-logo img {
        max-height: 90px;
    }

    .vertical-window {
        padding-top: 10px;
        padding-left: 20px;
    }

    .block-img-hd-wds {
        width: 100%;
    }

    img.img-desktop {
        width: 100%;
        display: block !important;
    }

    img.img-mobile {
        display: none !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yellow-title-news {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 12px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 14px;
    }

    .btn-view-all {
        line-height: 20px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 50px  0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

    #video h2 {
        font-size: 30px;
        color: #ed1b24;
        font-weight: bold;
    }

    #video .notevideo {
        margin-top: 100px;
        font-size: 14px;
    }

    #video .imgvideo {
        margin-top: 20px;
    }

    #video iframe {
        width: 100%;
    }

    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        font-size: 24px;
        padding-top: 30px;
    }

    .infor-pay p {
        font-size: 14px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 14px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 8px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 18px;
        padding-right: 10px;
    }



    /*copyright*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 14px;
    }

    .lst-ic-social ul li a i {
        font-size: 18px;
        margin-right: 15px;
    }

    .txt-copyright p {
        font-size: 14px;
    }
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1399px) {
    h1 {
        font-size: 25px;
        padding: 0px;
        margin: 0px;
    }

    .h2, h2 {
        font-size: 22px;
        padding: 0px;
        margin: 0px;
    }

    h3 {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
    }
    .mrg-auto {
        margin: 0 auto;
    }
    .top-info {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 20px;
    }

        .top-info h2 {
            font-size: 40px;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
        }
        .top-info h3.top-title {
            font-size: 30px;
            color: #00a754;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-family: UTMImpact !important;
        }
        .top-info h3 .slogan {
            font-size: 20px;
            background: #00a754;
            color: #fff;
            padding: 5px 10px;
            font-family: UTMImpact !important;
        }

        .top-info h4.hotline, .top-info h4.hotline a, .top-info h4.hotline span {
            font-size: 25px;
            text-align: right;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
            padding-right: 20px;
        }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 80%;
    }

    .headertop {
        border-bottom: 1px solid #dedfda;
        margin-bottom: 1px;
    }

    .bg-lang-mobile {
        display: none;
    }

    .top-info-mobile {
        display: none;
    }

    .bg-top-right {
        background: url('../../images/bg-top.jpg') no-repeat bottom right;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: block !important;
    }

    .menu-product-mobile {
        display: none !important;
    }

    .block-logo img {
        max-height: 75px;
    }

    .vertical-window {
        padding-top: 10px;
        padding-left: 20px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 13px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-top: 5px;
        padding-left: 30px;
        font-size: 14px;
    }

    .vertical-img-window .nav_blue {
        padding-top: 12px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: block !important;
    }

    img.img-desktop {
        width: 100%;
        display: block !important;
    }

    img.img-mobile {
        display: none !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yellow-title-news {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 11px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 13px;
    }

    .btn-view-all {
        line-height: 20px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 50px 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video h2 {
            font-size: 30px;
            color: #ed1b24;
            font-weight: bold;
        }

        #video .notevideo {
            margin-top: 100px;
            font-size: 14px;
        }

        #video .imgvideo {
            margin-top: 20px;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 40px;
    }

    .title-logo-add {
        padding-top: 130px;
    }

    .item-address h4 {
        font-size: 13px;
    }

    .detail-address {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bound-item-workshop {
        padding: 20px;
        min-height: 155px;
    }

    .name-workshop {
        font-size: 14px;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 13px;
    }

    .row-btn-view-all-showroom {
        margin-top: 50px;
        margin-bottom: 50px;
    }




    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        padding-top: 30px;
        margin-bottom: 120px;
    }

        .block-partner .bx-wrapper .bx-viewport {
            min-height: 130px;
        }




    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        font-size: 22px;
        padding-top: 30px;
    }

    .infor-pay p {
        font-size: 13px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 13px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 8px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }



    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 13px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 15px;
    }

    .txt-copyright p {
        font-size: 13px;
    }
}

@media only screen and (min-device-width : 992px) and (max-device-width : 1279px) {
    h1 {
        font-size: 25px;
        padding: 0px;
        margin: 0px;
    }

    .h2, h2 {
        font-size: 22px;
        padding: 0px;
        margin: 0px;
    }

    h3 {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 80%;
    }
    .mrg-auto {
        margin: 0 auto;
    }
    
    .top-info {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 20px;
    }

        .top-info h2 {
            font-size: 40px;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
        }

        .top-info h3.top-title {
            font-size: 30px;
            color: #00a754;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-family: UTMImpact !important;
        }

        .top-info h3 .slogan {
            font-size: 20px;
            background: #00a754;
            color: #fff;
            padding: 5px 10px;
            font-family: UTMImpact !important;
        }

        .top-info h4.hotline, .top-info h4.hotline a, .top-info h4.hotline span {
            font-size: 25px;
            text-align: right;
            color: #ed1b24;
            font-weight: bold;
            font-family: UTMImpact !important;
            padding-right: 20px;
        }

    .headertop {
        border-bottom: 1px solid #dedfda;
        margin-bottom: 1px;
    }

    .bg-lang-mobile {
        display: none;
    }

    .top-info-mobile {
        display: none;
    }

    .bg-top-right {
        background: url('../../images/bg-top-right.jpg') no-repeat bottom right;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: block !important;
    }

    .menu-product-mobile {
        display: none !important;
    }

    .block-logo img {
        max-height: 75px;
    }

    .vertical-window {
        padding-top: 10px;
        padding-left: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 13px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-top: 5px;
        padding-left: 30px;
        font-size: 13px;
    }

    .vertical-img-window .nav_blue {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: block !important;
    }

    img.img-mobile {
        display: none !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yellow-title-news {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 10px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 13px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 13px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 50px 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video h2 {
            font-size: 30px;
            color: #ed1b24;
            font-weight: bold;
        }

        #video .notevideo {
            margin-top: 100px;
            font-size: 14px;
        }

        #video .imgvideo {
            margin-top: 20px;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 40px;
    }

    .title-logo-add {
        padding-top: 130px;
        font-size: 22px;
    }

    .item-address h4 {
        font-size: 12px;
    }

    .detail-address {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bound-item-workshop {
        padding: 20px;
        min-height: 193px;
    }

    .name-workshop {
        font-size: 14px;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 13px;
    }

    .row-btn-view-all-showroom {
        margin-top: 50px;
        margin-bottom: 50px;
    }




    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        padding-top: 30px;
        margin-bottom: 120px;
    }

        .block-partner .bx-wrapper .bx-viewport {
            min-height: 130px;
        }




    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 20px;
        padding-top: 30px;
    }

    .infor-pay p {
        font-size: 12px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 13px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 8px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 13px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 15px;
    }

    .txt-copyright p {
        font-size: 13px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

            .top-info-mobile h3 .slogan {
                font-size: 14px;
                padding: 5px 10px;
                background: #00a754;
                color: #fff;
                font-family: UTMImpact !important;
            }

        .top-info-mobile h4, .top-info-mobile h4 a {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
            margin-top: 8px;
        }

    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    .block-logo img {
        max-height: 60px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 13px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-top: 5px;
        padding-left: 30px;
        font-size: 13px;
    }

    .vertical-img-window .nav_blue {
        padding-top: 10px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block !important;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block;
    }

    /*Tin tức và sự kiện*/
    .block-news {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .yellow-title-news {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 10px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 12px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 100px;
        }

        #video .imgvideo {
            margin-top: 20px;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 18px;
    }

    .item-address h4 {
        font-size: 13px;
        line-height: 1.4;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bound-item-workshop {
        padding: 15px;
        min-height: 220px;
    }

    .name-workshop {
        font-size: 14px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 13px;
    }

    .row-btn-view-all-showroom {
        margin-top: 30px;
        margin-bottom: 30px;
    }




    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        padding-top: 30px;
        margin-bottom: 120px;
    }

        .block-partner .bx-wrapper .bx-viewport {
            min-height: 130px;
        }




    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 18px;
        padding-top: 40px;
    }

    .infor-pay p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 12px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .link-social {
        width: 100%;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 767px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

            .top-info-mobile h3 .slogan {
                font-size: 14px;
                padding: 5px 10px;
                background: #00a754;
                color: #fff;
                font-family: UTMImpact !important;
            }

        .top-info-mobile h4, .top-info-mobile h4 a {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
            margin-top: 8px;
        }

    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .block-logo img {
        max-height: 50px;
        padding-left: 20px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 12px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-left: 30px;
        font-size: 14px;
        top: 0px;
        margin-top: 6px;
        right: 25px;
    }

    .vertical-img-window .nav_blue {
        padding-left: 0px;
        margin-top: 0px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .yellow-title-news {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 10px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 12px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 0px;
        }

        #video .imgvideo {
            margin-top: 20px;
            width: 100%;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 14px;
    }

    .item-address h4 {
        font-size: 11px;
        margin-bottom: 5px;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .item-workshop {
        padding-left: 5px;
        width: 33.33%;
        padding-right: 5px;
    }

    .bound-item-workshop {
        padding: 15px;
        min-height: 192px;
    }

    .name-workshop {
        font-size: 13px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 12px;
    }

    .row-btn-view-all-showroom {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-workshop {
        padding-left: 0px;
        padding-right: 0px;
    }



    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        padding-top: 30px;
        margin-bottom: 120px;
    }

        .block-partner .bx-wrapper .bx-viewport {
            min-height: 130px;
        }




    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 14px;
        padding-top: 40px;
    }

    .infor-pay p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 11px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 11px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 11px;
        line-height: 20px;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 599px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

            .top-info-mobile h3 .slogan {
                font-size: 14px;
                padding: 5px 10px;
                background: #00a754;
                color: #fff;
                font-family: UTMImpact !important;
            }

        .top-info-mobile h4, .top-info-mobile h4 a {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
            margin-top: 8px;
        }

    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    #navbar {
        margin-top: 60px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .block-logo img {
        max-height: 50px;
        padding-left: 20px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 12px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-top: 5px;
        padding-left: 30px;
        font-size: 13px;
        top: 0px;
        right: 25px;
        margin-top: 2px;
    }

    .vertical-img-window .nav_blue {
        padding-left: 0px;
        margin-top: 0px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block !important;
    }

    /*Tin tức và sự kiện*/
    .block-news {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .yellow-title-news {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 10px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 12px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 0px;
        }

        #video .imgvideo {
            margin-top: 20px;
            width: 100%;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 14px;
    }

    .item-address h4 {
        font-size: 11px;
        margin-bottom: 5px;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .item-workshop {
        padding-left: 5px;
        width: 33.33%;
        padding-right: 5px;
    }

    .bound-item-workshop {
        padding: 15px;
        min-height: 230px;
    }

    .name-workshop {
        font-size: 13px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 12px;
    }

    .row-btn-view-all-showroom {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-workshop {
        padding-left: 0px;
        padding-right: 0px;
    }



    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        margin-bottom: 80px;
    }

        .block-partner .bx-wrapper .bx-viewport {
            min-height: 100px;
        }




    /*Footer*/
    .infor-company-footer {
        padding-bottom: 20px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 14px;
        padding-top: 40px;
    }

    .infor-pay p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 11px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 11px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 11px;
        line-height: 20px;
    }

    .number-online {
        text-align: right;
    }
}

@media only screen and (min-device-width : 381px) and (max-device-width: 480px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

            .top-info-mobile h3 .slogan {
                font-size: 14px;
                padding: 5px 10px;
                background: #00a754;
                color: #fff;
                font-family: UTMImpact !important;
            }

        .top-info-mobile h4, .top-info-mobile h4 a {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
            margin-top: 8px;
        }
    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    #navbar {
        margin-top: 60px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .block-logo img {
        max-height: 60px;
        padding-left: 20px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 12px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-left: 30px;
        font-size: 14px;
        top: 0px;
        right: 25px;
    }

    .vertical-img-window .nav_blue {
        padding-left: 0px;
        margin-top: 0px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .yellow-title-news {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 11px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 13px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 0px;
        }

        #video .imgvideo {
            margin-top: 20px;
            width: 100%;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 14px;
    }

    .item-address h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .item-workshop {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .bound-item-workshop {
        padding: 15px;
    }

    .name-workshop {
        font-size: 14px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 12px;
    }

    .row-btn-view-all-showroom {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .block-workshop {
        padding-left: 0px;
        padding-right: 0px;
    }



    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        margin-bottom: 80px;
    }

    .block-partner .item-partner {
        width: 120px !important;
    }

    /*Footer*/
    .infor-company-footer {
        padding-bottom: 10px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 18px;
        padding-top: 40px;
    }

    .infor-pay p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }

    .footer {
        display: block;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 11px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .number-online {
        text-align: right;
    }
}

@media only screen and (min-device-width : 321px) and (max-device-width: 380px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

            .top-info-mobile h3 .slogan {
                font-size: 14px;
                padding: 5px 10px;
                background: #00a754;
                color: #fff;
                font-family: UTMImpact !important;
            }

        .top-info-mobile h4, .top-info-mobile h4 a {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
            margin-top: 8px;
        }
    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    #navbar {
        margin-top: 60px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .block-logo img {
        max-height: 55px;
        padding-left: 10px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 12px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        /* padding-top: 5px; */
        padding-left: 30px;
        font-size: 13px;
        top: 0px;
        right: 25px;
    }

    .vertical-img-window .nav_blue {
        padding-left: 0px;
        margin-top: 0px;
    }

    .block-logo .navbar-toggle {
        padding-top: 20px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .yellow-title-news {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 11px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 13px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 0px;
        }

        #video .imgvideo {
            margin-top: 20px;
            width: 100%;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 14px;
    }

    .item-address h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .item-workshop {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .bound-item-workshop {
        padding: 15px;
    }

    .name-workshop {
        font-size: 14px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 12px;
    }

    .row-btn-view-all-showroom {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .block-workshop {
        padding-left: 0px;
        padding-right: 0px;
    }



    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        margin-bottom: 80px;
    }

    .block-partner .item-partner {
        width: 100px !important;
    }



    /*Footer*/
    .infor-company-footer {
        padding-bottom: 10px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 14px;
        padding-top: 20px;
    }

    .infor-pay p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }

    .footer {
        display: block;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 11px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 11px;
        line-height: 20px;
    }

    .number-online {
        text-align: right;
    }
}

@media only screen and (max-width : 320px) {
    h1 {
        font-size: 14px;
    }

    .h2, h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 13px;
    }

    h4 {
        font-size: 12px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headertop {
        padding: 0px 0px 10px 0px;
    }

    .mrg-auto {
        margin: 0 auto;
    }

    .top-info {
        display: none;
    }

    .top-info-mobile {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
        .top-info-mobile h2 {
            color: #ed1b24;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 {
            color: #00a754;
            font-size: 20px;
            font-family: UTMImpact !important;
        }

        .top-info-mobile h3 .slogan {
            font-size: 14px;
            padding: 5px 10px;
            background: #00a754;
            color: #fff;
            font-family: UTMImpact !important;
        }

    .top-info-mobile h4, .top-info-mobile h4 a {
        color: #ed1b24;
        font-size: 20px;
        font-family: UTMImpact !important;
        margin-top:8px;
    }


    .bg-cate-title {
        display: none;
    }

    .bg-cate-cont {
        display: none;
    }

    .bg-lang-mobile {
        background-color: #0099cb;
        border-radius: 15px;
        padding: 5px 10px;
        color: #fff;
        float: right;
        margin-top: 10px;
    }

    #navbar {
        margin-top: 60px;
    }

    .bg-top-right {
        padding: 0px;
        margin: 0px;
    }

    #navbar ul.menu-main {
        margin: 0 auto !important;
        width: 100%;
    }

    .menu-product {
        display: none !important;
    }

    .menu-product-mobile {
        display: block !important;
    }

    .block-logo img {
        max-height: 50px;
        padding-left: 20px;
    }

    .vertical-window {
        padding-top: 10px;
    }

    .lst-wds {
        padding-top: 10px;
    }

        .lst-wds li {
            font-size: 12px;
            line-height: 2;
        }

            .lst-wds li img {
                margin-right: 5px;
            }

    .vertical-img-window .title-scroll {
        padding-left: 30px;
        font-size: 12px;
        top: 0px;
        right: 25px;
        margin-top: 6px;
    }

    .vertical-img-window .nav_blue {
        padding-left: 0px;
        margin-top: 0px;
    }

    .block-logo .navbar-toggle {
        margin-top: 10px;
    }

    .block-img-hd-wds {
        width: 100%;
        display: none;
    }

    .block-img-hd-wds-mobile {
        width: 100%;
        display: block;
    }

    img.img-desktop {
        width: 100%;
        display: none !important;
    }

    img.img-mobile {
        width: 100%;
        display: block !important;
    }
    /*Tin tức và sự kiện*/
    .block-news {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-txt-news {
        padding-top: 0px;
    }

    .yellow-title-news {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .datetime-news {
        font-size: 10px;
        margin-top: 0px;
    }

    .big-title-news {
        font-size: 13px;
    }

    .btn-view-all {
        line-height: 20px;
        font-size: 12px;
    }

    #video {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: url(../../images/bg-video.jpg) no-repeat center center;
        min-height: 483px;
    }

        #video .notevideo {
            margin-top: 0px;
        }

        #video .imgvideo {
            margin-top: 20px;
            width: 100%;
        }

        #video iframe {
            width: 100%;
        }

    /*Dịa chỉ*/
    .block-address {
        padding-top: 20px;
    }

    .logo-address img {
        max-height: 60px;
    }

    .title-logo-add {
        font-size: 14px;
    }

    .item-address h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .item-address h4 i {
            font-size: 22px;
        }

    .detail-address {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .item-workshop {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .bound-item-workshop {
        padding: 15px;
    }

    .name-workshop {
        font-size: 13px;
        line-height: 1.4;
    }

    .address-workshop, .phone-workshop, .fax-workshop {
        font-size: 12px;
    }

    .row-btn-view-all-showroom {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .block-workshop {
        padding-left: 0px;
        padding-right: 0px;
    }



    /*Đối tác*/
    .lst-partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .block-partner .bx-wrapper {
        margin-bottom: 80px;
    }
    /*	.block-partner .bx-wrapper .bx-viewport{
		min-height: 100px;
	}*/

    .block-partner .item-partner {
        width: 90px !important;
    }

    /*Footer*/
    .infor-company-footer {
        padding-bottom: 10px;
    }

    .big-title-footer {
        margin-top: 0px;
        font-size: 14px;
        padding-top: 20px;
    }

    .infor-pay p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .icon-footer-add i {
        font-size: 20px;
    }

    .txt-footer-add p, .txt-footer-phone, .txt-footer-phone {
        font-size: 11px;
        margin-bottom: 5px;
    }

        .txt-footer-phone i, .txt-footer-phone i {
            padding-right: 12px;
        }

    .icon-footer-add {
        margin: 0 auto;
    }

    .title-pay {
        font-size: 14px;
        padding-right: 10px;
    }

    .txt-footer-phone {
        margin-top: 0px;
    }

    .footer {
        display: block;
    }


    /*copỷight*/
    .block-copyright {
        padding: 12px 0px;
    }

    .number-online ul li {
        font-size: 11px;
    }

    .lst-ic-social ul li a i {
        font-size: 14px;
        margin-right: 8px;
    }

    .txt-copyright p {
        font-size: 11px;
        line-height: 20px;
    }

    .number-online {
        text-align: left;
        width: 100%;
    }
}
