@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "RobotoB";
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "RobotoCB";
    src: url(../fonts/RobotoCondensed-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "RobotoC";
    src: url(../fonts/RobotoCondensed-Regular.ttf) format("truetype");
    font-display: swap
}

body {
    font-size: 16px;
    font-family: "Roboto"
}

.coccoc-alo-ph-img-circle {
    height: 40px !important;
    width: 40px !important;
    background-size: 80%;
    top: 80px;
    left: 80px
}

.close_pop_up i.fa.fa-times {
    font-size: 20px;
    height: 17px;
    width: 16px;
    display: block;
    color: #fff;
    position: relative
}

.category>ul>li>a {
    padding-left: 15px
}

.close_pop_up i.fa.fa-times:after {
    height: 13px;
    width: 2px;
    background: #000;
    content: "";
    top: 1px;
    position: absolute;
    transform: rotate(45deg);
    left: 8px
}

.close_pop_up i.fa.fa-times:before {
    height: 13px;
    width: 2px;
    background: #000;
    content: "";
    top: 1px;
    position: absolute;
    transform: rotate(-45deg);
    left: 8px
}

span.close_pop_up {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1212121212;
    cursor: pointer
}

.pop_up_pro .text h4 {
    color: #c00;
    font-size: 14px
}

.pop_up_pro .c-img {
    width: 70px;
    padding-top: 70px;
    object-fit: contain;
    display: inline-block;
    margin-right: 10px
}

.product {
    background: #fff
}

.product .pro-title {
    margin-top: 10px
}

.product .pro-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.t-pro .info-sale {
    color: #e9ba1b !important;
    border: 1px solid #e9ba1b !important
}

.pop_up_pro {
    transition: 2s;
    width: 286px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 9px 3px;
    position: fixed;
    bottom: -100px;
    background: #fff;
    z-index: 1000;
    left: 8px;
    padding: 5px;
    padding: 10px
}

.pop_up_pro.active {
    bottom: 10px;
    transition: 2s
}

.h-posts {
    background: #ebebeb
}

.h-post .title {
    font-size: 18px;
    font-family: "RobotoC";
    color: #f37521
}

.h-post .title a:hover {
    color: #086731
}

.bg_white {
    background: #fff !important
}

.coccoc-alo-phone {
    width: 160px;
    height: 145px;
    bottom: 20% !important
}

.chinhsach_box {
    display: flex;
    align-items: center
}

form.search-form {
    bottom: 3px;
    border-radius: 0
}

.h-featured .title a {
    display: inline-block;
    background: #fff;
    position: relative;
    top: -12px;
    padding-right: 20px
}

.h-post .c-img img {
    object-fit: contain
}

.width_max {
    width: 100%
}

.search-form button {
    border-radius: 0
}

.top a.phone {
    padding: 0 10px
}

.title_help {
    color: #0072bd;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    margin: 20px 0
}

.coccoc-alo-ph-circle {
    height: 0;
    width: 0
}

.title_help:after {
    background: #0072bd none repeat scroll 0 0;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 5px
}

.bg_c {
    background: url(../images/bg.jpg);
    background-size: cover;
    color: #fff
}

.h-avisory .h-title {
    color: #fff
}

.h-avisory .des_title {
    color: #fff
}

.h-avisory .bot .icon {
    text-transform: uppercase;
    font-size: 16px
}

.back-to-top {
    bottom: 150px !important
}

.slide-intoduce .items-introduce {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px
}

.slide-intoduce .items-introduce .img {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    line-height: 80px
}

.slide-intoduce .items-introduce .title-items {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.slide-intoduce .items-introduce .title-items a:hover {
    color: #024383
}

.slide-intoduce .items-introduce .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slide-intoduce .items-introduce .img:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.slide-intoduce .items-introduce .content-items {
    margin: 0 10px;
    height: 7.4rem;
    overflow: hidden
}

.slide-intoduce .items-introduce .content-items p {
    text-align: justify;
    position: relative
}

.slide-intoduce .items-introduce.active .content-items {
    overflow: visible;
    height: auto
}

button.readmore {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
    border: none;
    background: #e2e1e1;
    padding: .8rem;
    cursor: pointer
}

.title_pro_home {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.title_pro_home:hover {
    color: #0056a9
}

.product .ctrl a.buy {
    background: #d74b33
}

.h-avisory .bot img {
    height: 32px;
    vertical-align: middle;
    object-fit: contain;
    margin-right: 10px
}

.footer ul li a i {
    border: 1px solid #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 10px;
    margin-right: 9px
}

.top i {
    height: 27px;
    width: 27px;
    line-height: 27px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center
}

header .top {
    background: #024383;
    color: #fff
}

.top a.email {
    font-size: 12px;
    padding-left: 5px
}

.top span {
    font-size: 12px;
    padding-left: 5px
}

.flag {
    margin: 10px 0
}

.flag img {
    height: 25px;
    width: 40px
}

.gio-hang {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0
}

.h-cart2 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px
}

.h-cart2 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/cart.png);
    margin-top: 2px;
    margin-right: 12px
}

.h-cart2 span {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f7941d;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 19px
}

header .h-hotline {
    font-size: 20px;
    font-weight: 700;
    color: #71ae2c
}

.h-partner {
    background: #fff
}

.royal_buil, .royal {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    padding: 0
}

.tab-project img {
    max-width: 100%;
    backface-visibility: hidden;
    height: auto;
    object-fit: cover
}

.tab-project:hover img, .tab-project.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    opacity: .5
}

.tab-project * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.tab-project .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #061538a1;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 45px
}

.tab-project:hover:after, .tab-project.hover:after, .tab-project:hover .caption, .tab-project.hover .caption, .tab-project:hover i, .tab-project.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.royal_buil .c-img {
    padding-top: 70%
}

.royal_buil.royal .c-img {
    padding-top: 83%
}

.royal_buil .caption {
    text-align: center;
    position: absolute;
    padding: 10px 25px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -50px;
    color: #fff;
    transition: .4s ease-in-out;
    background: rgba(0, 0, 0, 0.6)
}

.royal_buil:hover .caption {
    display: block;
    bottom: 0;
    transition: .4s;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.tab-project i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 18px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    z-index: 9;
    font-weight: 500
}

.tab-project:hover:after {
    display: block
}

.tab-project:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-left: 0 solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 100px solid #f3592b;
    z-index: 3;
    display: none
}

.royal_buil .caption .title {
    text-transform: uppercase;
    font-size: 17px
}

.royal_buil:hover .caption .title {
    color: #fff
}

.royal_buil .caption .text {
    display: block
}

.parent-video .pd-66 {
    padding-top: 66.67%
}

.parent-video .pd-60 {
    padding-top: 60%
}

.my-3 {
    margin: 15px 0
}

.parent-video .video-fancy {
    cursor: pointer;
    position: relative
}

.parent-video .video-fancy img {
    object-fit: contain
}

.parent-video .video-fancy .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    height: auto;
    cursor: pointer
}

.parent-video .video-fancy:hover .play-btn svg .ytp-large-play-button-bg {
    fill: red;
    fill-opacity: 1
}

.itemnews {
    position: relative;
    display: flex;
    margin-bottom: 25px
}

.itemnews a.c-img {
    width: 25%;
    padding-top: 60px !important
}

.itemnews .short_news {
    width: 70%;
    min-height: 67px;
    padding-left: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.h-posts .categories-new {
    position: relative;
    color: #0056a9;
    font-family: "RobotoCB";
    font-size: 20px;
    padding-left: 25px;
    margin-bottom: 15px
}

.h-posts .categories-new:hover {
    color: red
}

.h-posts .categories-new:before {
    content: url("../images/i3.gif");
    position: absolute;
    left: 0;
    top: 0
}

.h-posts .title-new {
    font-family: "RobotoB";
    font-size: 14px;
    margin-bottom: 8px
}

.h-posts .title-new:hover {
    color: red
}

.checkout input, .checkout select {
    height: 50px !important
}

.field-item.sel .ic-arrow {
    right: 3px
}

.h-title {
    font-size: 24px;
    font-family: "RobotoC";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.h-title:hover {
    color: #0056a9
}

.project {
    margin-top: 30px
}

.project .nav-pills {
    display: block;
    font-size: 0;
    text-align: center
}

.project .nav-pills li.active {
    color: #32b1ec;
    border: 1px solid #32b1ec
}

.project .nav-pills li {
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    font-family: "RobotoB";
    margin-right: 7px;
    color: #000;
    text-align: center;
    line-height: 50px;
    border: 1px solid #555;
    border-radius: 5px
}

.project .nav-pills li a {
    width: 225px;
    height: 50px;
    display: block
}

.cor-mar-5 {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

.project .tab-content {
    margin-top: 20px
}

.cor-mar-5 .rowht {
    margin-right: -30px;
    margin-left: -30px
}

.project .tab-content .rested {
    margin: 0 auto 30px;
    position: relative;
    max-width: 450px
}

.project .tab-content .rested .c-img {
    padding-top: 66%
}

img {
    max-width: 100%;
    vertical-align: middle;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.hv-scale img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project .tab-content .rested .caption {
    min-height: 122px;
    text-transform: uppercase;
    font-family: "RobotoB";
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4)
}

.project .tab-content .rested .caption .title {
    min-height: 92px;
    border: solid 1px #fff;
    margin: 15px 20px;
    padding: 15px
}

.project .tab-content .rested .caption .title a {
    display: inline-block;
    line-height: 30px;
    max-height: 100px;
    vertical-align: middle;
    overflow: hidden
}

.project .tab-content .rested .caption .title a:hover {
    color: #ff0f00
}

.pad30 {
    padding: 30px 0
}

.showroom .nav {
    overflow: auto
}

.w-100 {
    width: 100%
}

.showroom .nav .nav-item .s-content {
    padding: 20px;
    display: none
}

.showroom .nav .nav-item .nav-link.active .s-content {
    display: block
}

.showroom .nav .nav-item .showroom-title {
    position: relative;
    font-size: 20px;
    background: #dbae24;
    font-weight: 700;
    padding: 10px 40px
}

.showroom .showroom-content {
    border: 1px solid #ebebeb;
    margin-bottom: 20px
}

.showroom .nav .nav-item .showroom-title:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 17px;
    left: 20px;
    content: "\f067"
}

.showroom .nav .nav-item .showroom-title.v1:after {
    content: "\f068"
}

.hv-scale {
    overflow: hidden;
    display: block
}

.title_chile {
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin: 5px;
    font-family: "RobotoB";
    color: #0056a9;
    background: none;
    border: 1px solid #29abe2
}

.title_chile a {
    padding: 0 15px;
    display: block
}

.title_chile:hover {
    background: #29abe2
}

.title_chile a:hover {
    color: #fff
}

.h-featured {
    background: #ebebeb;
    margin-top: 0;
    padding: 20px 0
}

.product .c-img {
    width: 100%;
    padding-top: 75%;
    margin: auto
}

.hv-light {
    position: relative;
    display: block;
    overflow: hidden;
    background: inherit
}

.hv-light:before, .hv-light:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0)
}

.hv-light:hover:before {
    background: rgba(0, 231, 242, 0)
}

.hv-light:hover:after {
    webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0)
}

.flag a:first-child {
    margin-right: 5px
}

.sm-post2 .c-img {
    padding-top: 30%
}

.sm-post2 .info-date {
    margin: 10px 0 0 140px;
    color: #999;
    font-size: 13px
}

.px-3 {
    padding: 0 20px
}

.h-video .h-title {
    margin-bottom: 0
}

.cate-child {
    margin: 10px 0
}

.h-hotline2 {
    position: fixed;
    bottom: 22px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #024383;
    background: #024383;
    color: #fff;
    border-radius: 45px;
    padding-left: 8px;
    z-index: 10000
}

.ic-phone2 {
    width: 26px;
    height: 25px;
    background-image: url(../images/ic-phone2.png)
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.h-hotline2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    padding: 0 23px;
    border-radius: 45px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #ec0a0a
}

.h-hotline2:hover span {
    background: #fff;
    color: #024383
}

.menu-top-left-right ul li.clli1 {
    position: relative;
    margin: 0 10px;
    display: inline-block
}

.menu-top-left-right ul li.clli1::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    top: 3px;
    left: -10px;
    background: #fff
}

.menu-top-left-right ul li.clli1:first-child::before {
    display: none
}

.menu-top-left-right ul li.clli1 a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menu-top-left-right ul li.clli1 a:hover {
    color: #ff0f00
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    font-size: inherit
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
    color: #165bde
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

#toc_container ul li {
    list-style: none
}

#toc_container ul li a {
    font-size: 13px;
    color: #165bde
}

.price-quote .price-quote-content ul li a {
    display: block;
    height: 100%
}

#toc_container ul li a:hover {
    text-decoration: underline
}

.pro-detail .short-pro-1 {
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid #999;
    border-radius: 5px
}

.h-title, .h-title2 {
    margin: 25px 0
}

@media (min-width: 992px) {
    .category ul {
        display: block !important
    }
}

@media all and (max-width: 991px) {
    .product .ctrl a.buy {
        margin-bottom: 0
    }

    .slide-intoduce .items-introduce .content-items {
        margin: 0 15px;
        text-align: justify
    }

    .slide-intoduce .slick-arrow {
        position: absolute;
        width: 30px;
        height: 30px;
        border: solid 1px #29abe2;
        text-align: center;
        line-height: 28px;
        color: #b91212;
        top: 20px;
        right: 0;
        cursor: pointer;
        font-weight: 700
    }

    .slide-intoduce .slick-arrow:hover {
        color: #29abe2
    }

    .slide-intoduce .slick-arrow.prev {
        right: 38px
    }

    .royal_buil {
        margin: 0 auto 7px
    }

    .royal_buil .caption {
        bottom: -75px
    }

    .royal_buil .caption .title {
        font-size: 15px
    }

    .royal_buil:hover .caption {
        padding: 16px 22px;
        transition: .4s
    }

    .hd-col-1 {
        display: block
    }

    .hd-col-2 {
        display: none
    }
}

@media screen and (min-width: 991px) {
    .category .title {
        cursor: pointer
    }

    .mar_10_sm_hidden {
        margin: 0 -10px
    }

    .pd_10_sm_hidden {
        padding: 0 10px
    }

    .slide-intoduce .fa-angle-left, .slide-intoduce .fa-angle-right {
        display: none !important
    }

    .hd-col-1 {
        display: block
    }

    .hd-col-2 {
        display: none
    }
}

@media all and (max-width: 768px) {
    .product .ctrl a.buy {
        margin-right: 10px;
        margin-bottom: 0
    }

    .hd-col-2 {
        display: block
    }
}

@media all and (max-width: 576px) {
    .product .ctrl a.buy {
        margin-right: 0;
        margin-bottom: 10px
    }

    .product .pro-title {
        font-size: 14px
    }

    .row2 {
        margin-left: -2px;
        margin-right: -2px
    }

    .col2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .product .c-img {
        width: 90%;
        padding-top: 80%
    }

    .row1.row0 {
        margin-left: 0;
        margin-right: 0
    }

    .col0 {
        padding-left: 0;
        padding-right: 0
    }

    .cate-child {
        position: relative;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 10px;
        display: flex
    }

    .title_chile {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        border: solid 1px #29abe2;
        background: none
    }

    .title_chile:hover {
        background: #29abe2
    }

    .title_chile a:hover {
        color: #fff
    }

    .title_chile:first-child {
        margin-left: 0
    }

    .title_chile a {
        min-width: 170px;
        padding: 0;
        display: block
    }

    .cate-child::-webkit-scrollbar {
        height: 8px
    }

    .cate-child::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .cate-child::-webkit-scrollbar-thumb {
        background: #888
    }

    .cate-child::-webkit-scrollbar-thumb:hover {
        background: #555
    }
}

@media screen and (max-width: 479px) {
    .flag a {
        margin: 0 5px
    }

    .product {
        font-size: 13px;
        line-height: 20px
    }

    .product .pro-title {
        margin-top: 15px
    }
}

button.readmore__toggle {
    display: flex;
    border: none;
    background: #0056a9;
    color: #fff;
    padding: .8rem 1rem;
    cursor: pointer;
    margin: auto
}

.smooth-title h3, .smooth-title h2 {
    color: #fff;
    font-size: 1.9rem;
    text-transform: uppercase;
    background: #ec0a0a;
    padding: 10px 15px;
    width: fit-content;
    margin-bottom: 20px;
    border-radius: 8px 28px;
    box-shadow: 0 0 0 2px inset, 10px -10px
}

.content-dactinh-sp h3 {
    background-color: #8c8d8e;
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 8px 20px;
    font-size: 1.9rem
}

.content-dactinh-sp {
    border: 1px solid #ddd;
    margin: 45px 0
}

.content-dactinh-sp img {
    padding: 30px;
    height: 100%;
    object-fit: contain
}

.content-dactinh-sp .list-content-dactinh {
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 20px 25px 0 15px
}

@media screen and (max-width: 375px) {
    h3.smooth-title, h2.smooth-title {
        width: unset
    }
}

.heading-related {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: solid 1px #d2d2d2;
    text-transform: uppercase
}

.heading-related span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

.heading-related span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #337ab7;
    z-index: 3;
    max-width: 380px;
    min-width: 215px
}

.same-product-cas .product {
    border: none !important;
    background: #f2f2f2 !important;
    position: relative;
    padding: 4px;
    border: 1px solid #dedede;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.same-product-cas .product:hover {
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 1px 7px 0 #000;
    box-shadow: 0 1px 7px 0 #000
}

.same-product-cas .product .ctrl {
    margin-bottom: 1rem
}

.same-product-cas .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 24px;
    margin-top: -12px;
    background-color: #0056a9;
    padding: 10px;
    color: #fff
}

.same-product-cas .slick-arrow.next {
    right: -35px
}

.same-product-cas .slick-arrow.prev {
    left: -35px
}

.same-product-cas .slick-arrow:hover {
    background-color: #024383
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    white-space: nowrap
}

.tablinks p {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s ease
}

.tabs .tablinks:not(:last-child) {
    margin-right: 2rem
}

.tablinks:hover {
    background: #0056a9;
    color: #fff
}

.tablinks {
    border: 1px solid #999
}

.tablinks.active {
    background: #0056a9;
    color: #fff
}

.tabcontent {
    display: none
}

.tabcontent.active {
    display: block
}

.tabcontent img {
    height: 100%
}

@media screen and (max-width: 575px) {
    .tabs {
        justify-content: unset
    }
}

.product-contact {
    margin-bottom: 35px
}

.product-contact h3 {
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: #0056a9;
    width: 25%;
    padding: 9px 15px
}

.product-contact-form {
    border: 2px solid #ddd;
    padding: 20px 15px 20px 35px;
    margin-top: 20px
}

.product-contact-form h4 {
    padding-bottom: 15px;
    font-size: 18px
}

.bl-contact-left {
    display: flex;
    margin-bottom: 15px
}

.bl-contact-left.lh-contact label {
    display: contents
}

.bl-contact-right {
    display: flex;
    margin-bottom: 15px
}

.product-contact-form a {
    background: #f6f6f6;
    padding: 10px 30px;
    border-radius: 5px;
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    margin-left: 12%;
    margin-top: -44px
}

input#wrap-submit {
    border: none;
    padding: 10px 25px;
    background: #0056a9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    margin-top: -10px
}

.bl-contact-right input {
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 15px;
    font-family: sans-serif;
    width: 100%
}

.bl-contact-left input {
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 15px;
    font-family: sans-serif;
    width: 100%
}

.lh-contact input {
    height: 100%;
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 93.5%
}

.lh-contact i {
    background: #0056a9 !important;
    color: #fff;
    padding: 10px
}

span.wpcf7-form-control-wrap.your-name {
    width: 50%
}

.bl-contact-right.lh-contact span {
    width: 100%
}

.bl-contact-right.lh-contact label {
    display: flex;
    width: 100%
}

span.wpcf7-form-control-wrap.your-tel {
    width: 50%
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

.lh-contact label {
    margin: 0 !important
}

label.bl-contact-text textarea {
    width: 97%;
    height: 100px;
    padding: 10px 15px;
    border: 1px solid #ddd
}

.wpcf7 label {
    display: block
}

@media screen and (max-width: 767px) {
    .container.product-contact h3 {
        width: 100%
    }

    div#wpcf7-f525-o1 {
        margin-bottom: 50px !important
    }

    .bl-contact-left.lh-contact {
        display: block
    }

    .bl-contact-left.lh-contact label {
        display: flex
    }

    span.wpcf7-form-control-wrap.your-name {
        width: 100%
    }

    input[type=text] {
        max-width: 100%
    }

    .lh-contact input {
        width: 88.5% !important
    }

    span.wpcf7-form-control-wrap.your-tel {
        width: 100%
    }

    .bl-contact-right.lh-contact {
        display: block
    }

    .bl-contact-right.lh-contact label {
        display: flex;
        width: 100%
    }

    label.bl-contact-text textarea {
        width: 90%
    }

    input#wrap-submit {
        padding: 10px 15px;
        margin-bottom: 20px
    }

    .product-contact-form a {
        padding: 10px;
        margin-left: 0
    }

    .product-contact h3 {
        width: 100%
    }

    .same-product-cas .slick-arrow {
        display: none !important
    }
}

.toc_list li a span {
    font-size: 16px !important
}