@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=vietnamese");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
}

.header-top .header-logo img {
    width: 100%;
}

.header-menu {
    background-color: #1e73be;
    border-bottom: 3px solid #fa4502 !important;
    height: 50px;
    transition: all .5s;
    position: relative;
}

.header-menu .list-menu-header {
    text-align: center;
}

.header-menu .list-menu-header > ul > li {
    display: inline-block;
    position: relative;
}

.header-menu .list-menu-header > ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.header-menu .list-menu-header > ul > li > a {
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    transition: all .5s;
}

.header-menu .list-menu-header > ul > li > a i {
    padding-left: 5px;
}

>
.header-menu .list-menu-header > ul > li > a:hover {
    background: #fa4502;
}

.header-menu .list-menu-header > ul > li > .active-menu {
    background: #fa4502;
}

.header-menu .list-menu-header > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: auto;
    background-color: #1e73be;
    z-index: 99;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.header-menu .list-menu-header > ul > li .sub-menu ul li {
    padding: 10px 10px;
}

.header-menu .list-menu-header > ul > li .sub-menu ul li:hover {
    background: #ff5912;
    transition: all .3s;
}

.header-menu .list-menu-header > ul > li .sub-menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu .icon-mobile {
    position: absolute;
    top: 50%;
    left: 8%;
    display: none;
    transform: translate(-50%, -50%);
}

.header-menu .icon-mobile a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ff5912;
    color: #fff;
    border-radius: 5px;
}

.header-menu .search-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    transform: translate(-50%, -50%);
}

.header-menu .search-mobile > a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ff5912;
    color: #fff;
    border-radius: 5px;
}

.header-active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: 99999;
}

.main-banner img {
    width: 100%;
}

.main-banner .carousel-control-prev-icon {
    background-image: url(../images/icon-left.png);
    width: 30px;
    height: 30px;
}

.main-banner .carousel-control-next-icon {
    background-image: url(../images/icon-right.png);
    width: 30px;
    height: 30px;
}

.main-banner .carousel-control-next, .main-banner .carousel-control-prev {
    width: 5%;
}

.main-address {
    background: #ebebeb;
    padding: 20px 0px;
    border-top-width: 3px;
    background-color: #e5e5e5;
    border-top-color: #fa4502;
    border-top-style: solid;
    margin-top: -2px;
}

.main-address .hotline-top {
    padding-bottom: 10px;
}

.main-address .hotline-top p {
    font-size: 15px;
    font-weight: bold;
    color: #f05a22;
    text-transform: uppercase;
}

.main-address .hotline-top p i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: #ff5912;
    border: 1px solid #ff5912;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-45deg);
    margin-right: 5px;
}

.main-address .hotline-top-2 p i {
    transform: rotate(0deg);
}

.main-address .list-hotline-email {
    padding-left: 40px;
}

.main-address .list-hotline-email ul li {
    font-size: 14px;
    color: #454545;
    font-weight: bold;
    padding: 5px 0px;
}

.main-address .list-hotline-email ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #ff5912;
    text-decoration: none;
    padding-left: 5px;
}

.main-text-mid {
    margin: 30px 0px;
}

.main-text-mid .text-mid-left {
    text-align: center;
}

.main-text-mid .text-mid-left h1 {
    text-transform: uppercase;
    font-size: 23px;
    color: #fa4502;
    padding-bottom: 25px;
    font-weight: 700;
}

.main-text-mid .text-mid-left p {
    font-size: 18px;
    font-style: italic;
    color: #1e73be;
    line-height: 25px;
}

.main-text-mid .text-mid-right h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 23px;
    color: #1e73be;
    padding-bottom: 25px;
    font-weight: 700;
}

.main-text-mid .text-mid-right ul {
    padding-left: 30px;
}

.main-text-mid .text-mid-right ul li {
    font-size: 18px;
    color: #1e73be;
    padding: 5px 0px;
    line-height: 25px;
    position: relative;
}

.main-text-mid .text-mid-right ul li:before {
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    background: url(../images/check.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.title-products-main {
    background: #e5e5e5;
    margin-top: 30px;
    padding: 0px 20px;
    height: 30px;
    text-transform: uppercase;
    border-left: 10px solid #fa4502;
}

.title-products-main h3, .title-products-main h2 {
    color: #1e73be;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
}

.main-products .products-list-sp {
    margin-top: 30px;
}

.main-products .products-list-sp .products-list-1 {
    padding-bottom: 15px;
    border-bottom: 1px dashed #999;
    margin-bottom: 15px;
}

.main-products .products-list-sp .products-list-1:hover .text-products h4 a {
    color: #1e73be;
    transition: all .5s;
}

.main-products .products-list-sp .products-list-1:hover .images-products img {
    transform: scale(1.1);
    transition: all .5s;
    border-radius: 10px;
}

.main-products .products-list-sp .products-list-1 .images-products {
    overflow: hidden;
}

.main-products .products-list-sp .products-list-1 .images-products img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    transition: all .5s;
}

.main-products .products-list-sp .products-list-1 .text-products h4, .main-products .products-list-sp .products-list-1 .text-products h3 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #0a40d8;
    margin-bottom: 15px;
    padding-top: 5px;
}

.main-products .products-list-sp .products-list-1 .text-products h4 a, .main-products .products-list-sp .products-list-1 .text-products h3 a {
    color: #f05a22;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
}

.main-products .products-list-sp .products-list-1 .text-products p {
    font-size: 14px;
    color: #454545;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main-products .products-list-sp .products-list-1 .text-products .link-products {
    font-size: 13px;
    font-weight: bold;
    color: #16bcc6;
    text-decoration: none;
    text-transform: uppercase;
}

.main-products .products-list-sp .products-list-1 .text-products .link-products:hover {
    color: #ff5912;
}

.main-products .products-list-sp .products-list-1 .text-products .link-products i {
    padding-right: 10px;
    font-size: 15px;
}

.main-bottom {
    background: #1e73be;
    padding: 30px 0px;
    margin-top: 20px;
}

.main-bottom .title-main-bottom {
    text-align: center;
}

.main-bottom .title-main-bottom h3, .main-bottom .title-main-bottom h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.main-bottom .box1-main-bottom {
    margin-bottom: 20px;
    display: flex;
}

.main-bottom .box1-main-bottom .images-icon-main-bottom {
    width: 30%;
    height: 148px;
    text-align: center;
    line-height: 148px;
    background: #fff;
}

.main-bottom .box1-main-bottom .images-icon-main-bottom i {
    font-size: 50px;
    color: #ff5912;
}

.main-bottom .box1-main-bottom .text-main-bottom {
    width: 70%;
    border: 1px solid #fff;
    padding-left: 20px;
}

.main-bottom .box1-main-bottom .text-main-bottom h5, .main-bottom .box1-main-bottom .text-main-bottom h3 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
}

.main-bottom .box1-main-bottom .text-main-bottom p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.main-bottom .box1-main-bottom .text-main-bottom p span {
    font-weight: bold;
}

.slider-car-bottom .carsoul-slider {
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #00daff;
    border-radius: 5px;
    position: relative;
}

.slider-car-bottom .carsoul-slider:hover .owl-prev, .slider-car-bottom .carsoul-slider:hover .owl-next {
    opacity: 1;
    transition: all .3s;
}

.slider-car-bottom .carsoul-slider .images-slider {
    text-align: center;
}

.slider-car-bottom .carsoul-slider .images-slider img {
    height: 180px;
    object-fit: cover;
}

.slider-car-bottom .carsoul-slider .images-slider h6, .slider-car-bottom .carsoul-slider .images-slider h3 {
    padding-top: 10px;
}

.slider-car-bottom .carsoul-slider .images-slider h6 a, .slider-car-bottom .carsoul-slider .images-slider h3 a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #454545;
    line-height: 20px;
    text-decoration: none;
}

.slider-car-bottom .carsoul-slider .images-slider h6 a:hover {
    color: #ff5912;
}

.slider-car-bottom .carsoul-slider .owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 999;
    outline: none;
    opacity: 0.3;
}

.slider-car-bottom .carsoul-slider .owl-prev span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(2, 2, 2, 0.5);
    font-size: 20px;
    color: #fff;
}

.slider-car-bottom .carsoul-slider .owl-next {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 999;
    outline: none;
    opacity: 0.3;
}

.slider-car-bottom .carsoul-slider .owl-next span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(2, 2, 2, 0.5);
    font-size: 20px;
    color: #fff;
}

.slider-car-bottom .carsoul-slider .owl-dots {
    display: none;
}

.slider-car-bottom-2 .carsoul-slider .images-slider img {
    height: auto;
}

.slider-car-bottom-2 .carsoul-slider .owl-dots {
    display: none;
}

.title-footer-top {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-top {
    background: #1e73be;
    padding: 30px 0px;
    margin-top: 30px;
}

.footer-top .footer-top-content .list-icon-address-footer p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0px;
}

.footer-top .footer-top-content .list-icon-address-footer ul li {
    padding-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.footer-top .footer-top-content .list-icon-address-footer ul li i {
    padding-right: 10px;
}

.footer-top .footer-top-content .list-icon-address-footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-top .footer-top-content .list-icon-address-footer ul li a:hover {
    color: #ff5912;
}

.footer-top .footer-top-content .list-icon-flex {
    margin-top: 20px;
    display: flex;
}

.footer-top .footer-top-content .list-icon-flex .icon-flex {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.footer-top .footer-top-content .list-icon-flex .list-text-flex {
    padding-left: 15px;
}

.footer-top .footer-top-content .list-icon-flex .list-text-flex ul li {
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    text-transform: capitalize;
}

.footer-top .footer-top2-content .list-htcs-footer {
    padding-top: 20px;
}

.footer-top .footer-top2-content .list-htcs-footer ul li {
    padding-bottom: 10px;
    float: left;
}

.footer-top .footer-top2-content .list-htcs-footer ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-top .footer-top2-content .list-htcs-footer ul li a i {
    padding-right: 10px;
}

.footer-top .footer-top2-content .list-htcs-footer ul li a:hover {
    color: #ff5912;
}

.footer-bottom {
    height: 30px;
    background: #004887;
    text-align: center;
}

.footer-bottom p a {
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.footer-bottom p a span {
    text-transform: uppercase;
    color: #ff1700;
}

.full-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.8);
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.full-search .input-search {
    width: 70%;
    margin: 20% auto;
    border-bottom: 1px solid #ffff;
}

.full-search .input-search input {
    width: 100%;
    outline: none;
    background: none;
    width: calc(100% - 110px);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    padding: 20px 20px;
    border: 0;
}

.full-search .input-search input:focus {
    color: #fff;
}

.full-search .input-search input::placeholder {
    color: #fff;
}

.full-search .input-search button {
    width: 100px;
    color: #fff;
    font-size: 20px;
    background: none;
    outline: none;
    cursor: pointer;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    padding: 20.6px 20px;
    border: 0;
}

.full-search .times-search {
    position: absolute;
    top: 50px;
    right: 50px;
}

.full-search .times-search a {
    color: #fff;
    font-size: 30px;
}

#menu-mobile {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e73be 10%, #00bdbd 90%);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateX(-1000px);
    z-index: 99999999999;
}

#menu-mobile .title-menu-mobile {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 0 auto;
}

#menu-mobile .title-menu-mobile p {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

#menu-mobile .title-menu-mobile .close-times {
    position: absolute;
    top: 10%;
    right: 20px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    text-align: center;
}

#menu-mobile .list-menu-mobile {
    width: 80%;
    margin: 30px auto;
}

#menu-mobile .list-menu-mobile > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0px;
    display: flex;
}

#menu-mobile .list-menu-mobile > ul > li > a .span-menu_mobile {
    width: 80%;
}

#menu-mobile .list-menu-mobile > ul > li > a .span-menu_mobile-2 {
    width: 20%;
    text-align: right;
}

#menu-mobile .list-menu-mobile > ul > li .sub-menu_mobile {
    width: 100%;
    padding: 10px 20px;
    display: none;
}

#menu-mobile .list-menu-mobile > ul > li .sub-menu_mobile > ul > li a {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #ccc;
}

#menu-mobile .list-menu-mobile > ul > li .sub-menu_mobile > ul li:last-child a {
    border-bottom: 0;
}

#menu-mobile .list-menu-mobile > ul > li .sub_mobile {
    display: block;
}

#menu-mobile .list-menu-mobile > ul li:last-child a {
    border-bottom: 0;
}

.active_menu-mobile {
    visibility: visible !important;
    transition: all 1s !important;
    transform: translateX(0px) !important;
}

.scroll-top {
    display: none;
}

.active-scroll {
    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 99999;
    display: block;
}

.active-scroll a {
    display: block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ff5912;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 1199px) {
    .main-address .list-hotline-email {
        padding-left: 5px;
    }

    .full-search .input-search {
        width: 80%;
        margin: 50% auto;
    }

    .full-search .input-search {
        position: relative;
    }

    .full-search .input-search input {
        font-size: 12px;
        width: calc(100% - 0px);
    }

    .full-search .input-search button {
        font-size: 16px;
        width: 70px;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }

    .full-search .times-search {
        top: 20px;
        right: 20px;
    }

    .main-products .products-list-sp .products-list-1 .text-products h4 {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .main-products .products-list-sp .products-list-1 .text-products p {
        margin-bottom: 10px;
    }

    .footer-top .footer-top2-content .list-htcs-footer ul li a, .footer-top .footer-top-content .list-icon-address-footer ul li, .footer-top .footer-top-content .list-icon-flex .list-text-flex ul li {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .header-menu .list-menu-header ul li a {
        padding: 0 7px;
    }

    .main-text-mid .text-mid-right h2, .main-text-mid .text-mid-left h1 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .main-text-mid .text-mid-left p, .main-text-mid .text-mid-right ul li {
        font-size: 15px;
    }

    .main-text-mid .text-mid-right ul li, .main-text-mid .text-mid-left p {
        line-height: 20px;
    }

    .main-text-mid {
        margin: 30px 0px 0px 0px;
    }

    .main-products .products-list-sp .products-list-1 .images-products img {
        height: 200px;
    }

    .main-bottom .box1-main-bottom .text-main-bottom p {
        line-height: 20px;
    }

    .main-bottom .box1-main-bottom .images-icon-main-bottom {
        line-height: 170px;
    }

    .footer-top .footer-top2-content .list-htcs-footer ul {
        margin-bottom: 20px;
    }

    .footer-top-content {
        margin-bottom: 20px;
    }

    .footer-top .footer-top-content .list-icon-flex {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu .list-menu-header {
        display: none;
    }

    .main-bottom .box1-main-bottom {
        display: block;
    }

    .main-bottom .box1-main-bottom .images-icon-main-bottom, .main-bottom .box1-main-bottom .text-main-bottom {
        width: 100%;
    }

    .main-bottom .box1-main-bottom .text-main-bottom {
        padding: 10px 10px;
    }

    .main-bottom .box1-main-bottom .images-icon-main-bottom {
        line-height: 120px;
        height: 100px;
    }

    .main-products .products-list-sp .products-list-1 .text-products h4 {
        padding-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .main-text-mid .text-mid-right ul li, .main-text-mid .text-mid-left p {
        text-align: justify;
    }

    .main-text-mid .text-mid-left {
        margin-bottom: 20px;
    }

    .main-address .list-hotline-email {
        margin-bottom: 20px;
    }

    .header-logo {
        padding: 10px 0px;
    }

    .main-banner .carousel-control-next, .main-banner .carousel-control-prev {
        width: 10%;
    }

    .icon-mobile, .search-mobile {
        display: block !important;
    }
}

.main-content-about {
    background: #f2f2f2;
    height: 50px;
}

.main-content-about .content-about-top h1 {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    text-transform: uppercase;
}

.main-content-about .content-about-top .link-about-top {
    text-align: right;
    width: 100%;
}

.main-content-about .content-about-top .link-about-top a {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    text-decoration: none;
    text-transform: capitalize;
}

.main-content-about .content-about-top .link-about-top a span {
    color: #1e73be;
}

.content-about-mid-text .text-left-mid-about {
    padding: 50px 0px;
}

.content-about-mid-text .text-left-mid-about h2 {
    font-size: 20px;
    padding-bottom: 30px;
    font-style: italic;
    color: #1e73be;
    font-weight: bold;
}

.content-about-mid-text .text-left-mid-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}

.content-about-mid-text .text-left-mid-about p b {
    padding-right: 5px;
}

.content-about-mid-text .text-left-mid-about p span {
    color: #1e73be;
    font-size: 16px;
    padding-bottom: 30px;
    font-style: italic;
    line-height: 20px;
    font-weight: bold;
    display: block;
}

.content-about-mid-text .site_bar-right {
    padding-top: 20px;
}

.content-about-mid-text .site_bar-right .list-dm-site_bar {
    border: 1px solid #ccc;
    margin-top: 5px;
}

.content-about-mid-text .site_bar-right .list-dm-site_bar ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}

.content-about-mid-text .site_bar-right .list-dm-site_bar ul li a {
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
}

.content-about-mid-text .site_bar-right .list-dm-site_bar ul li a:hover {
    color: #ff5912;
}

.content-about-mid-text .site_bar-right .list-dm-site_bar ul li:last-child {
    border: 0;
}

.content-about-mid-text .site_bar-right .hotline-suport-about {
    margin-top: 5px;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .images-sp img {
    width: 100%;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .name-hotline {
    text-align: center;
    background: url(../images/border3.png) 7px center repeat-x;
    line-height: 25px;
    margin: 10px 0px;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .name-hotline span {
    color: #454545;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0px 20px;
    font-weight: bold;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .img-hotline-bottom {
    width: 80%;
    margin: 0 auto -20px auto;
    background: #1e73be;
    padding: 5px 0px;
    border-radius: 20px;
    display: flex;
    position: relative;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .img-hotline-bottom .text-bottom-ab {
    padding-top: 8px;
    padding-left: 10px;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .img-hotline-bottom .text-bottom-ab a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .img-hotline-bottom .text-bottom-ab a:hover {
    color: #ff5912;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .img-hotline-bottom .img-bottom-ab {
    padding-left: 10px;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email {
    background: #1e73be;
    padding: 30px 0px 20px 0px;
    text-align: center;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
}

.content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email a:hover {
    color: #ff5912;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt {
    margin-top: 5px;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li {
    display: flex;
    padding: 10px 0px;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .img-ulli-tt:hover img {
    opacity: 0.5;
    transition: all .3s;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .img-ulli-tt img {
    width: 65px;
    height: 65px;
    transition: all .3s;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .text-ulli-tt {
    padding-left: 10px;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .text-ulli-tt a {
    font-size: 13px;
    font-weight: 500;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .text-ulli-tt a:hover {
    color: #ff5912;
}

@media screen and (max-width: 1199px) {
    .title-products-main h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .content-about-mid-text .text-left-mid-about {
        padding: 50px 0px 20px 0px;
    }

    .content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email a {
        font-size: 12px;
    }

    .header-menu .list-menu-header > ul > li .sub-menu {
        width: 250px;
    }

    .content-about-mid-text .text-left-mid-about p span {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .content-about-mid-text .site_bar-right {
        padding-top: 0;
    }

    .content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email a {
        font-size: 15px;
    }

    .content-about-mid-text .site_bar-right .list-img-text-ab-tt ul li .text-ulli-tt a {
        font-size: 14px;
        padding-top: 5px;
    }

    .main-content-about {
        height: auto;
    }
}

.list-img-text-products {
    margin-top: 50px;
}

.list-img-text-products .box1-products-img {
    margin-bottom: 20px;
}

.list-img-text-products .box1-products-img .img-products:hover img {
    opacity: 0.7;
    transition: all .3s;
}

.list-img-text-products .box1-products-img .img-products img {
    width: 100%;
    height: 185px;
    transition: all .3s;
    border-radius: 5px;
    object-fit: cover;
}

.list-img-text-products .box1-products-img .text-products {
    padding: 5px 0px;
}

.list-img-text-products .box1-products-img .text-products h2 a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-img-text-products .box1-products-img .text-products h2 a:hover {
    color: #ff5912;
}

.list-img-text-products .box1-products-img .text-products p {
    font-size: 15px;
    color: #454545;
    line-height: 20px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-img-text-products .box1-products-img .text-products .link-products {
    padding-top: 30px;
}

.list-img-text-products .box1-products-img .text-products .link-products a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    background: #1e73be;
    display: block;
    text-decoration: none;
}

.list-img-text-products .box1-products-img .text-products .link-products a:hover {
    background: #ff5912;
}

@media screen and (max-width: 1199px) {
    .list-img-text-products .box1-products-img .text-products .link-products {
        padding-top: 10px;
    }

    .list-img-text-products .box1-products-img .text-products h2 a {
        line-height: 25px;
    }

    .content-about-mid-text .site_bar-right .hotline-suport-about .bgr-email a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .list-img-text-products .box1-products-img .text-products h2 a {
        font-size: 14px;
        line-height: 20px;
    }

    .list-img-text-products .box1-products-img .text-products {
        padding: 0;
    }

    .list-img-text-products .box1-products-img .img-products img {
        height: 185px;
    }
}

@media screen and (max-width: 767px) {
    .list-img-text-products .box1-products-img .text-products h2 {
        padding-top: 15px;
    }

    .list-img-text-products .box1-products-img .img-products img {
        height: 200px;
    }

    .list-img-text-products .box1-products-img {
        margin-bottom: 30px;
    }

    .list-img-text-products {
        margin-top: 30px;
    }
}

.text-details-products {
    margin-top: 50px;
}

.text-details-products h1 {
    font-size: 25px;
    font-weight: bold;
    color: #ff5912;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.text-details-products p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 20px;
}

.text-details-products p span {
    font-weight: bold;
    color: #000;
}

.text-details-products .img-details-pro {
    text-align: center;
    margin: 10px 0px;
}

.text-details-products a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding-top: 10px;
}

.text-details-products h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1e73be;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.text-details-products ul li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 20px;
}

.mxh-bottom {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 30px;
}

.mxh-bottom p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.bvlq {
    margin-bottom: 30px;
}

.bvlq .img-text-bvlq {
    margin-top: 20px;
    background: #f2f2f2;
}

.bvlq .img-text-bvlq img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.bvlq .img-text-bvlq h4 a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    line-height: 25px;
}

.bvlq .img-text-bvlq h4 a:hover {
    color: #000;
}

@media screen and (max-width: 991px) {
    .text-details-products .img-details-pro img {
        width: 100%;
    }

    .text-details-products h1 {
        font-size: 20px;
    }

    .text-details-products {
        margin-top: 20px;
    }
}

.form-contact {
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-contact .left-form-contact .title-form-contact {
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d4d4;
}

.form-contact .left-form-contact .title-form-contact h1, .form-contact .left-form-contact .title-form-contact h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.form-contact .left-form-contact .address-contact {
    margin: 30px 0px 0px 0px;
    line-height: 30px;
}

.form-contact .left-form-contact .address-contact h4 {
    color: #ff5912;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.form-contact .left-form-contact .address-contact h4 i {
    padding-right: 10px;
}

.form-contact .left-form-contact .address-contact p {
    color: #6b6464;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.form-contact .form-login {
    width: 100%;
}

.form-contact .form-login input {
    width: 100%;
    margin: 17px 0px;
    text-transform: capitalize;
    outline: none;
    padding: 15px 10px;
    font-size: 15px;
    border: 1px solid #999;
}

.form-contact .form-login input:hover {
    border: 1px solid #000;
}

.form-contact .form-login textarea {
    width: 100%;
    margin: 17px 0px;
    text-transform: capitalize;
    outline: none;
    padding: 10px 10px;
    font-size: 15px;
    border: 1px solid #999;
}

.form-contact .form-login textarea:hover {
    border: 1px solid #000;
}

.form-contact .form-login h5 {
    margin: 20px 0px;
}

.form-contact .form-login h5:hover a {
    border: 2px solid #ff5912;
    color: #000;
}

.form-contact .form-login h5 a, .form-contact .form-login .button {
    color: #7b7272;
    background: #fff;
    border: 2px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all .5s;
}

.gg-map {
    margin: 30px 0px;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 767.5px) {
    .address-contact {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .form-contact .left-form-contact .title-form-contact {
        margin-bottom: 20px;
    }

    .left-form-contact {
        margin-top: 20px;
    }

    .form-contact .form-login input {
        margin: 10px 0px;
    }
}
.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/*# sourceMappingURL=style.css.map */
.pull-right{
    float: right;
}