.container {
    width: 94%;
    max-width: 1400px;
}
h1, h2, h3, h4 {
    margin: 20px 0 15px;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
.banner-home {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner-home .ratio-video {
    posit6ion: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.banner-home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-home .ratio-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 2rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.bg-highlight-1{
    background: #d92227;
}
.object-cover {
    object-fit: cover !important;
}
.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-8>.row{
    margin-left: -8px;
    margin-right: -8px;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1{
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}
.shadow-2{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.shadow-3 {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: rgb(246, 246, 246);
}
.rounded-5{
    border-radius: 5px;
}
.rounded-8{
    border-radius: 8px;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-3{
    letter-spacing: 3px;
}
body {
    overflow-x: hidden;
}
.pt-6,.py-6 {
    padding-top: 4rem !important; 
}
.pb-6,.py-6 {
    padding-bottom: 4rem !important; 
}
.mt-6,.my-6 {
    margin-top: 4rem !important; 
}
.mb-6,.my-6 {
    margin-bottom: 4rem !important; 
}
.rounded-15{
    border-radius: 1.5rem;
}
.color-red{
    color: red;
}
.color-text{
    color: var(--color-text);
}
.text-underline{
    text-decoration: underline;
}


.home .search-mb  .btn-action-header {
    color: white;
}
.search-mb .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-mb:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    transition: background-color .3s, opacity .3s;
    webkit-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    background: #fff;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.slider-main, .slider-main img {
    width: 100%;
    object-fit: cover;
    height: 50vw;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.swiper-btn i {
    color: white;
    width: 34px;
    height: 34px;
    border: 2px solid;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    display:block;
}

.swiper-btn i:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}
.highlight-section .item img {
    width: 10rem;
    height: 10rem;
}
.banner-section .info {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}
.banner-section .info .desc-short{
    color: green;
}
.title-footer {
    font-size: 1.6rem;
}

.social-section li a {
    color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.social-section li a:hover {
    color: var(--color-highlight);
    border-color: var(--white);
    background: var(--white);
}

.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}
.article-item.swiper-slide{
    margin-bottom: 0;
}
.swiper .article-item.swiper-slide{
    height: auto;
    margin-bottom: 1.5rem;
}

.form-control {
    border-color: #000;
    height: 44px;
}

.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}
.title-line span{
    background:white;
    position:relative;
    padding: 0 2rem;
}
.title-left .title-line span {
    padding-left: 0;
}
.form-group {
    margin-bottom: 1.5rem;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}

.is-mobile .menu-section > ul li {
    padding: 0 !important;
}
@media (min-width:768px) {
    .banner-section .image {
        padding-top: 27%;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .menu-section > ul > li{
        padding: 0 1.2rem;
    }
}

@media (max-width:992px) {
    .logo-section img {
        height: auto;
        width: 100%;
    }
    .setting-menu-mb>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-section ul li a:hover, .menu-section > ul > li:hover > a {
        background: none !important;
        color: var(--color-highlight);
    }
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 36%;
        max-width: 36%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 64%;
        max-width: 64%;
    }
    .nh-admin-bar {
        display: none;
    }
    .home .btn-menu-mobile {
        color: white;
    }
}


@media (max-width:768px) {
    .title-section {
        font-size: 2.5rem !important;
    }
    .display-3 {
        font-size: 3.4rem;
    }
    .slider-main, .slider-main img {
        height: 50vh;
    }
}

@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
}
.menu-section > ul > li > a.active:before, .menu-section > ul > li > a:hover:before {
    background: var(--color-highlight);
}

.item-intro .description {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 1.6;
}
.home-intro {
    padding: 4rem 0;
}
.highlight-section>.row>div[class*=col-]:not(:last-child) .image img {
    filter: brightness(0) invert(1);
}
.swiper-product .swiper-button-next {
    right: -2rem;
    font-size: 2.4rem;
}
.swiper-product .swiper-button-prev {
    left: -2rem;
    font-size: 2.4rem;
}
.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
    font-size: 4.5rem;
}
.service-section .name {
    font-size: 24px;
    text-transform: uppercase;
}
.service-section .desc-short {
    color: #45b653;
}
.service-section .desc {
    font-size: 1.8rem;
}
footer {
    background: var(--color-main);
}
@media (max-width: 767px) {
    .swiper-product .swiper-button-next {
        right: 2rem;
    }
    .swiper-product .swiper-button-prev {
        left: 2rem;
    }
}
.banner-home .title-video {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    transform: translateY(-70%);
    z-index: 999;
    max-width: 1170px;
    margin: 0 auto;
}
.banner-home .title-video .title {
    color: #fff;
    font-size: 6rem;
    letter-spacing: .01em;
}
.banner-home .title-video p {
    font-size: 2.6rem;
    color: #fff;
}
.top-banner-category {
    position: relative;
}
.top-banner-category img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top-banner-category .info {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
    color: #fff;
    z-index: 9;
    max-width: 55rem;
    text-align: center;
}
.top-banner-category .info .title-banner {
    font-size: 5rem;
    text-transform: uppercase;
}
.top-banner-category .info .desc {
    font-size: 2.1rem;
}
.cate-description {
    background-color: #f6f6f6;
    padding: 80px 0;
    color: #000;
}
.cate-content {
    padding: 2rem 0 1rem;
}
.list-cate {
    margin-top: 5rem;
}
.list-cate>.container {
    max-width: 1200px;
}
.list-cate .item-cate {
    border: 0;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
}
.list-cate .item-cate .inner-content {
    padding: 2rem 0 0;
}
.list-cate .item-cate .inner-content .cate-title {
    font-size: 2rem;
    color: #45504a;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.list-cate .item-cate .inner-content .cate-title a {
    color: #45504a;
    font-size: 2rem;
    font-weight: 400;
}
.banner-bottom {
    margin-top: 5rem;
    position: relative;
    height: 55vh;
}
.banner-bottom .img>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-bottom .info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    color: #fff;
    z-index: 99;
    text-align: center;
    max-width: 1000px;
}
.banner-bottom .info .title-banner {
    font-size: 4rem;
    margin-bottom: 4rem;
}
.banner-bottom .info .desc {
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
.banner-bottom .info .btn {
    background: #7d8a4c;
    border-color: #7d8a4c;
    border-radius: 0;
}
.page-articles, .page-products {
    margin-top: 5rem;
}
.container-cs>.container {
    max-width: 1200px;
}
.content-detail .title-detail {
    font-size: 2rem;
    color: #2dc26b;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.content-detail .ct-detail {
    margin-top: 5rem;
}
.content-detail .ct-detail .title-ct {
    font-size: 3.6rem;
    color: #45504a;
    margin-bottom: 2rem;
}
.technical-data {
    width: 70%;
    margin: 0 auto;
    margin-top: 5rem;
}
.technical-data .nav-tabs {
    border-bottom: 1px solid #7d8a4c;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.technical-data .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #fff;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    display: inline-block;
    background-color: #45504a;
    border: 0;
    border-radius: 0;
    margin-right: 1rem;
}
.technical-data .nav-tabs .nav-link.active {
    background-color: #7d8a4c;
}
.technical-data .tab-content table {
    border: 0;
}
.technical-data .tab-content table tbody tr td {
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    padding: 1.5rem 0;
}
.technical-data .tab-content table tbody tr td:first-child {
    /*font-weight: 600;*/
}
.title-ct-cs {
    font-weight: 500;
    text-align: left;
    color: #000000;
    font-size: 2.1rem;
    margin-bottom: 1rem;
}
.contact-form {
    margin: 10rem 0;
}
.contact-form .title-contact {
    font-size: 3.6rem;
    color: #45504a;
    margin-bottom: 2rem;
}
.contact-form .desc-contact {
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #7d8a4c;
}
.contact-form form {
    margin-top: 6rem;
}
.contact-form form .title-form {
    margin-bottom: 2rem;
}
.contact-form form .btn-submit {
    background-color: #7d8a4c;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
    color: #fff;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    border: 0;
    border-radius: 0;
}
.bg-btn-service {
    background: #45b653;
}
.faq-cate {
    padding: 5rem 0;
}
.faq-cate .faq-title {
    text-align: center;
    text-transform: uppercase;
    color: #45504a;
    margin-bottom: 20px;
}
.faq-cate .faq-title h4 {
    font-size: 29px;
    margin-bottom: 10px;
}
.faq-cate #accordionFaq {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq-cate #accordionFaq .card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    border: 1px solid #ddd;
    margin: 0 10px 10px;
    height: auto;
}
.faq-cate #accordionFaq .card .card-header .btn {
    color: #45504a;
    font-size: 18px;
    font-weight: 600;
}
.faq-cate #accordionFaq .card .card-body {
    padding: 10px;
    border-top: 1px solid #ddd;
}
.action-header .btn-contact {
    background: #556fb5;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 500;
    border-radius: 4px;
}
.section-cate-product {
    width: 88%;
    max-width: 1680px;
    margin: 9rem auto;
}
.cate-product {
    display: flex;
    flex-wrap: wrap;
}
.cate-product .item-cate {
    flex: 0 0 calc(100%/4);
    max-width: calc(100%/4);
    background: #eef1f4;
}
.cate-product .item-cate>a:hover {
    opacity: 0.8;
}
.cate-product .item-cate .inner-image {
    position: relative;
    padding-top: 100%;
}
.cate-product .item-cate .inner-image>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate-product .item-cate .inner-image>img.icon {
    margin: 0 auto;
    top: inherit;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    object-fit: contain;
    max-width: 58%;
    max-height: 26rem;
    vertical-align: bottom;
}
.cate-product .item-cate .inner-content {
    margin: 12rem 2rem 4rem;
}
.cate-product .item-cate .inner-content .title {
    color: var(--color-main);
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    min-height: 7rem;
    margin-bottom: 2rem;
}
.cate-product .item-cate .inner-content .desc {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 4rem;
        text-align: justify;
}
.cate-product .item-cate .inner-content .more-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    width: 17rem;
    background: var(--color-main);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 19px;
    font-weight: 500;
    position: relative;
}
.cate-product .item-cate .inner-content .more-detail:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
}
.section-new .title-section {
    font-size: 4rem;
    margin-bottom: 5rem;
    padding-bottom: 0;
    font-weight: 800;
    text-align: center;
    border-bottom: 0;
}
.section-new {
    background: #e6edff;
    padding: 7rem 0;
    margin-top: 7rem;
}
.section-new>.container {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}
.article-item.item-home .inner-content .inner-top {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 2rem;
}
.article-item.item-home .inner-content .inner-top .post-date {
    margin-right: 15px;
    font-weight: 600;
}
.article-item.item-home .inner-content .inner-top .article-category a {
    font-size: 16px;
    color: #434343;
}
.article-item.item-home .inner-content .article-title>a {
    color: #000;
}
.action-bottom .view-more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 20rem;
    background: var(--color-main);
    color: #fff;
    padding: 1rem 3rem;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    margin-top: 2rem;
}
.action-bottom .view-more:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
}
.section-philosophy .bg-philosophy {
    padding-top: 70px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 6%;
    padding-right: 6%;
}
.section-philosophy .bg-philosophy .header-title .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 5rem;
    font-weight: 600;
}
.section-philosophy .middle-content {
    display: flex;
    flex-wrap: wrap;
}
.section-philosophy .middle-content .left-text {
    flex: 0 0 22%;
    max-width: 22%;
    margin-right: 8%;
}
.section-philosophy .middle-content .right-info {
    flex: 0 0 70%;
    max-width: 70%;
}
.section-philosophy .middle-content .left-text .short-desc {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4rem;
    line-height: 1.3;
    text-align: justify;
}
.section-philosophy .middle-content .left-text .desc {
    font-size: 22px;
    color: #fff;
    text-align: justify;
}
.section-philosophy .middle-content .right-info .item .inner-image {
    position: relative;
    padding-top: 150%;
}
.section-philosophy .middle-content .right-info .item .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-philosophy .middle-content .right-info .item .inner-info .title {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 14px;
}
.section-philosophy .middle-content .right-info .item .inner-info .title>a {
    color: #fff;
}
.section-philosophy .middle-content .right-info .item .inner-info .desc {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
.section-philosophy {
    margin: 8rem 0;
}
.section-about-chofu {
    width: 88%;
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.section-about-chofu .left-info {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.section-about-chofu .right-info {
    flex: 0 0 50%;
    max-width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem;
    color: #fff;
}
.section-about-chofu .left-info .item {
    flex: 0 0 50%;
    max-width: 50%;
    background: #f7f9fb;
    text-align: center;
    padding: 3rem 2rem;
    transition: all .5s ease;
}
.section-about-chofu .left-info .item:nth-child(2),
.section-about-chofu .left-info .item:nth-child(3),
.section-about-chofu .left-info .item:nth-child(6) {
    background: #eef1f4;
}
.section-about-chofu .left-info .item .inner-info .title {
    color: var(--color-main);
    font-size: 21px;
    font-weight: 500;
    margin: 25px 0 5px;
    padding: 0 10px;
    height: 54px;
}
.section-about-chofu .left-info .item .inner-info .view-more>span {
    display: none;
    margin-right: 1rem;
}
.section-about-chofu .left-info .item .inner-info .view-more {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: var(--color-main);
    padding: 12px 2rem;
    height: 58px;
    font-weight: 700;
    margin-top: 2rem;
    border-radius: 40px;
    font-size: 21px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.section-about-chofu .right-info .title {
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.section-about-chofu .right-info .desc {
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    text-align: justify;
}
.section-about-chofu .left-info .item:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    box-shadow: 0px 0px 10px #a7a7a7;
    opacity: 0.8;
}
.section-about-chofu .left-info .item:hover .inner-info .view-more>span {
    display: block;
}
.section-contact-us {
    text-align: center;
    background: #e5e5e5;
    padding: 7rem 0;
}
.section-contact-us .contact-us {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}
.section-contact-us .contact-us .title {
    font-size: 40px;
    color: #0070c0;
    margin-bottom: 4rem;
    font-weight: 500;
}
.section-contact-us .contact-us .desc {
    font-size: 18px;
    margin-bottom: 4rem;
}
.section-contact-us .contact-us .action-bottom .view-more {
    display: inline-block;
    width: 32rem;
    padding: 1.5rem 3rem;
    font-size: 20px;
    margin-top: 0;
}
.main-footer {
    padding: 4rem 0;
}
.footer-menu-section .title-footer {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
}
.footer-menu-section>ul {
    margin: 0;
}
.footer-menu-section>ul>li>a {
    display: inline-block;
    font-size: 16px;
    margin: 4px 0;
    font-weight: 400;
}
.bottom-footer {
    text-align: center;
    background: #1c4094;
    font-size: 16px;
    padding: 1rem 0;
    color: #fff;
}
.cate-description .cate-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500;
}
.cate-description .cate-desc {
    font-size: 18px;
    line-height: 1.8;
}
.cate-description .icon {
    text-align: right;
}
.cate-why {
    margin: 7rem 0;
}
.cate-why .title-why {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.cate-why .item-why {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 5rem;
}
.cate-why .item-why .icon {
    text-align: center;
    margin-bottom: 4rem;
}
.cate-why .item-why .icon img {
    max-height: 110px;
    width: auto;
}
.cate-why .item-why .info .title {
    text-align: center;
    color: #0c82d2;
    font-size: 24px;
    margin-bottom: 2rem;
}
.cate-why .item-why .info .desc ul {
    padding: 0;
    margin: 0;
}
.cate-why .item-why .info .desc {
    font-size: 18px;
}
.title-block {
    font-size: 36px;
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 50px;
}
.thongso .item {
    border: 1px solid #ddd;
    padding: 12px 20px;
    letter-spacing: -0.05em;
    background-color: #fff;
    height: 100%;
    font-size: 19px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.thongso .item {
    border-color: #13b5b1;
}
.thongso>.row>div[class*=col-]:nth-child(2) .item {
    border-color: #556fb5;
}
.thongso>.row>div[class*=col-]:nth-child(3) .item {
    border-color: #0c82d2;
}
.thongso>.row>div[class*=col-]:nth-child(4) .item {
    border-color: #80c269;
}
.thongso .item p {
    margin-bottom: 0;
}
.page-products .list-post .article-item .article-title {
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-products .list-post .article-item .article-title>span.chungchi {
    font-weight: 400;
    font-size: 24px;
}
.page-products .list-post .article-item .article-title>a {
    color: #000;
}
.page-products .list-post .article-item {
    padding: 2rem;
    border-radius: 4px;
    font-size: 20px;
}
.page-products .list-post .article-item:hover {
    background: #eeeeee;
}
.page-products .list-post .article-item:not(:first-child) {
    border-top: 1px solid #cccccc;
}
.mota-thongso {
    margin-top: 15px;
}
.article-detail .content-detail .highlight-product {
    font-size: 18px;
    margin-bottom: 10px;
}
.article-detail .content-detail .thongso {
    margin-bottom: 2rem;
}
.article-detail .content-detail .thongso>.row {
    margin: 0;
}
.article-detail .content-detail .thongso>.row>div[class*=col-] {
    padding: 0;
}
.article-detail .content-detail .thongso .item {
    border-radius: 0;
    border-color: #ddd !important;
    padding: 12px 10px;
}
.article-detail .content-detail .thongso>.row>div[class*=col-]:not(:first-child) .item {
    border-left: 0;
}
.article-detail .content-detail .tomtat-thongso table {
    min-width: 70%;
    max-width: 100%;
}
.article-detail .content-detail .tomtat-thongso table tbody tr td {
    padding: 15px;
}
.article-detail .content-detail .tomtat-thongso table tbody tr td p {
    margin-bottom: 0;
}
.article-detail .image-avatar .img {
    position: relative;
    padding-top: 84%;
}
.article-detail .image-avatar .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.status-featured img {
    width: auto;
    height: 90px;
}
.status-featured {
    margin-bottom: 2rem;
}
.page-articles .article-item {
    border: 1px solid #a1a0a0;
    padding: 10px;
}
.page-articles .article-item .article-title {
    text-align: center;
    padding: 1rem 0 0;
    font-size: 21px;
}
.company-info .company-name {
    text-transform: uppercase;
}
.company-info .list-contact {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.company-info .list-contact .item i {
    display: inline-block;
    width: 26px;
}
.company-info .list-contact .item {
    margin-bottom: 10px;
}
.map-info {
    position: relative;
    padding-top: 64%;
    margin-bottom: 10rem;
}
.map-info iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.main-footer .company-info, .main-footer .company-info a {
    color: #fff;
}
.main-footer>.container>.row>div[class*=col-] {
    display: flex;
    justify-content: space-between;
}
.main-footer>.container>.row>div[class*=col-]>div:first-child {
    max-width: 32%;
}
.main-footer .company-info .company-name {
    font-size: 18px;
    line-height: 1.5;
}
.main-footer .company-info .company-desc {
    font-size: 15px;
}
.main-footer .company-info .list-contact {
    font-size: 16px;
}
.page-posts>.container, .post-detail>.container {
    /*width: 96%;*/
    /*max-width: 1000px;*/
    /*margin: 100px auto;*/
}
.page-posts .article-item {
    padding: 2rem;
    margin-bottom: 0;
}
.page-posts .article-item:nth-child(2n+1) {
    background: #f1f2f2;
}
.page-posts .article-item .inner-content .inner-top {
    margin-bottom: 10px;
}
.page-posts .article-item .inner-content .article-title {
    font-weight: 400;
}
.title-page-post {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 2rem;
}
.warranty-detail, .form-tracu {
    margin-bottom: 5rem;
}
.form-tracu .action {
    text-align: center;
}
.form-tracu .action .btn-warranty {
    background: var(--color-main);
    color: #fff;
    border-radius: 4px;
    padding: 8px 30px;
    text-transform: uppercase;
}
#result-warranty .warranty {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

#result-warranty .warranty .title {
    text-align: center;
    text-transform: uppercase;
}

#result-warranty .warranty .info .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
#result-warranty .warranty .info .item:last-child {
    border-bottom: 0
}
.header-hotline>a {
    display: flex;
    align-items: center;
    color: #000;
}
.header-hotline .icon {
    border: 1px solid #e5001b;
    border-radius: 100%;
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5001b;
    font-size: 21px;
}
.header-hotline .info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.header-hotline .info .number {
    color: #e30021;
    font-weight: 600;
    font-size: 19px;
}
.contact-container {
    width: 96%;
    max-width: 1000px;
    font-size: 20px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.container.product-container {
    width: 94%;
    max-width: 1200px;
}
.header-menu>.container>.row {
    position: relative;
}
.setting-menu > .container > .row > div:last-child {
    position: initial;
}
.sub-product .item .image {
    position: relative;
    padding-top: 56%;
}
.sub-product .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.sub-product .item>a.menu-title {
    display: inline-block;
    width: 100%;
}
.sub-product {
    padding: 0 9%;
}
.sub-product .item .name {
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}
.banner-article {
    background: #1c4094;
}
.banner-article .img {
    position: relative;
    padding-top: 50%;
}
.banner-article .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-article .info {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 30px;
}
.banner-article .info .title-banner {
    font-size: 36px;
    font-weight: 600;
}
.banner-article .arrow {
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
.banner-article .arrow-bottom {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: relative;
}
.banner-article .arrow-bottom::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    bottom: -9px;
    left: -2px;
    transform: rotate(-45deg);
    background-color: #fff;
}
.banner-article .info .desc {
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 45px;
    line-height: 2em;
    text-transform: initial;
    font-weight: 400;
}
.list-cate.list-cate-product>.container {
    width: 94%;
    max-width: 1400px;
}
.list-cate.list-cate-product .item-cate {
    box-shadow: none;
    padding: 0;
    position: relative;
}
.list-cate.list-cate-product .item-cate .inner-image .ratio-cate {
    position: relative;
    padding-top: 40%;
}
.list-cate.list-cate-product .item-cate .inner-image .ratio-cate>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.list-cate.list-cate-product .item-cate .inner-image .ratio-cate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-cate.list-cate-product .item-cate .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.list-cate.list-cate-product .item-cate .inner-content .cate-title {
    text-transform: unset;
}
.list-cate.list-cate-product .item-cate .inner-content .cate-title>a {
    color: #fff !important;
    font-weight: bold;
    font-size: 30px;
}
.content-detail img {
    max-width: 100%;
    height: auto;
}
.article-item.item-default .article-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-article .article-item.item-default .inner-content {
    background: #eaeaea !important;
}
.section-cate-product .title-main {
    text-align: center;
    margin-bottom: 5rem;
    color: #00b050;
    font-size: 36px;
    font-weight: 800;
}
.section-about-xline .item .image {
    position: relative;
    padding-top: 74%;
}
.section-about-xline .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-about-xline .item > a {
    position: relative;
    color: #fff;
}
.section-about-xline .item > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #141a2966;
    z-index: 9;
}
.section-about-xline .item .inner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 4rem;
}
.section-about-xline .item.item-main .image {
    padding-top: 84.8%;
}
.section-about-xline .item.item-second .image {
    padding-top: 46%;
}
.section-about-xline .item {
    margin-bottom: 20px;
}
.section-about-xline .row {
    margin-left: -10px;
    margin-right: -10px;
}
.section-about-xline .row > div[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.section-about-xline .item .inner-info .title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.section-about-xline .item.item-main .inner-info .title,
.section-about-xline .item.item-main .inner-info .desc-short,
.section-about-xline .item.item-main .inner-info .desc {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-about-xline .item.item-main .inner-info .desc-short {
    font-weight: 800;
}
.section-about-xline .item.item-main .inner-info .desc {
    font-size: 40px;
    margin-top: 40px;
}
.section-about-xline .item .inner-info .desc {
    font-size: 20px;
    font-weight: 400;
}
.article-item .inner-content .post-date {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.article-item .inner-content .article-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.title-page {
    text-align: center;
    color: #00b050;
    font-size: 36px;
    font-weight: 800;
    margin: 4rem 0;
}
.section-distributor .title-page {
    text-transform: uppercase;
    font-weight: 600;
}
.box-filter {
    position: absolute;
    top: 20px;
    right: 14%;
    z-index: 9;
}
.box-filter .input-group-text {
    background: transparent;
    border: 0;
    padding: 0 10px;
    font-size: 19px;
}
.box-filter .form-control {
    background: transparent;
    border: 0;
    padding-left: 0;
}
.box-filter .box-suggest {
    border: 1px solid #000;
    border-radius: 100px;
    background: #fff;
}
.page-products .title-block {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.outstanding-features {
    background: #ddebf7;
    margin: 4rem 0;
    padding: 4rem 0;
}
.outstanding-features .title,
.specifications .title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #c00000;
    margin-bottom: 3rem;
    text-transform: uppercase;
}
.outstanding-features .list .item {
    height: 100%;
    background: #fff;
    padding: 3rem;
    text-align: center;
}
.outstanding-features .list > .row > div[class*=col-] {
    margin-bottom: 29px;
}
.outstanding-features .list .item .image img {
    height: 11rem;
    width: auto;
}
.outstanding-features .list .item .image {
    margin-bottom: 2rem;
}
.outstanding-features .list .item .info .title {
    font-size: 24px;
    font-weight: 500;
    color: #0070c0;
    text-transform: unset;
    margin-bottom: 15px;
}
.outstanding-features .list .item .info .desc {
    font-size: 20px;
    text-align: justify;
}
.specifications .box-tab .title {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    text-transform: unset;
    margin-bottom: 20px;
}
.specifications .box-tab .technical-data {
    width: 100%;
    margin-top: 0;
}
.specifications .box-tab .title {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    text-transform: unset;
    margin-bottom: 20px;
}
.specifications .box-tab .technical-data {
    width: 100%;
    margin-top: 0;
}
.specifications .box-tab .technical-data .nav-tabs .nav-link {
    padding: 4px 15px;
    font-size: 20px;
    font-weight: 500;
    background: #757171;
}
.specifications .box-tab .technical-data .nav-tabs .nav-link.active {
    background: #92d050;
}
.specifications .box-tab .technical-data .nav-tabs {
    margin-bottom: 0;
    padding-bottom: 1px;
    border-color: #000;
}
.specifications .box-tab {
    margin-bottom: 5rem;
}
.specifications .box-tab .tab-content table tbody tr td {
    border-color: #000;
    padding: 8px !important;
    font-size: 20px;
}
.specifications .box-tab .tab-content table tbody tr td span {
    font-size: 20px !important;
}
.specifications .box-tab .technical-data .action-bottom {
    display: flex;
    justify-content: flex-end;
}
.section-distributor .title-section {
    text-align: center;
    margin-bottom: 2rem;
    color: #00b050;
    font-size: 36px;
    font-weight: 800;
    border-bottom: 0;
}

.section-distributor .desc {
    font-size: 18px;
}

.section-distributor .list-distributor {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 4rem 0;
}

.section-distributor .list-distributor .item {
    flex: 0 0 calc(50% - 10px);
    border: 1px solid #000;
    background: #eaeaea;
    padding: 15px;
    border-radius: 8px;
}

.section-distributor .list-distributor .item .contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-distributor .list-distributor .item .company-name {
    margin-bottom: 15px;
}

.section-distributor .list-distributor .item .contact > li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.section-distributor .list-distributor .item .contact > li > span:first-child {
    font-weight: 500;
    flex: 0 0 auto;
}
.section-new .action-bottom,
.outstanding-features .action-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}
.page-article .article-item .article-description {
    margin-bottom: 0;
    color: var(--color-text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 18px;
    min-height: 110px;
}
.post-detail {
    margin-top: 3rem;
}
.table-content-section {
    margin-bottom: 3rem;
    width: 70%;
}
.post-detail .content-detail {
    font-size: 2rem;
}
.post-detail .content-detail .title-detail {
    font-size: 3.5rem;
}
.section-distributor img {
    max-width: 100%;
    height: auto;
}
.page-chofu-japan .content-detail table tr td,
.section-about-chofu .content-detail table tr td {
    vertical-align: top;
    padding: 15px;
}
.section-about-chofu {
    margin-bottom: 3rem;
}
.top-banner-category .box-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: -100px;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.top-banner-category .box-menu .item {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    border-right: 1px solid #556fb5;
    text-transform: uppercase;
}

.top-banner-category .box-menu .item .icon img {
    height: 64px;
    width: auto;
}

.top-banner-category .box-menu .item .text {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
}

.top-banner-category .box-menu .item:last-child {
    border-right: 0;
}
.giaithuong {
    margin: 3rem 0;
    padding: 40px 0;
    background: #f6f6f6;
}
.giaithuong .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d2161d;
    margin-bottom: 20px;
}
.giaithuong .desc {
    font-size: 20px;
    text-align: justify;
}
.giaithuong .item .img {
    position: relative;
    padding-top: 74%;
    background: #fff;
}
.giaithuong .item .img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.giaithuong > .container > .row {
    align-items: center;
}
.cate-content > .container,
.specifications > .container,
.post-detail > .container,
.container-new > .container {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
.cate-content img {
    max-width: 100%;
    height: auto;
}
.theader-primary > td {
    background: #ddecff;
    color: #0c82d2;
}
.section-hdvcd .container {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}
.section-hdvcd .section-list .item .icon img {
    height: 50px;
    width: auto;
}
.section-hdvcd .content-desc {
    margin-top: 50px;
}
.section-hdvcd .content-detail {
    margin-bottom: 40px;
}
.section-distributor {
    margin-top: 40px;
}
.giaithuong .list-image > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.giaithuong .list-image > .row > div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.col-sm-cs {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}
.cate-product .item-cate:nth-child(3) .inner-image>img.icon {
    max-width: 80%;
}
figure.image.align-center {
    text-align: center !important;
}
/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #21c572;
    background-color: rgb(33 197 114 / 50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #21c572;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 80px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    display: none;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-right: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}
@media (max-width: 1680px) {
    .box-filter {
        right: 9%;
    }
}
@media (max-width: 1600px) {
    .section-philosophy .middle-content .right-info .item .inner-info .title {
        height: 62px;
    }
}
@media (max-width: 1440px) {
    .menu-section > ul > li {
        padding: 12px 10px;
    }
    .box-filter {
        right: 4%;
    }
    .section-philosophy .middle-content .right-info .item .inner-info .title {
        font-size: 24px;
    }
    .section-philosophy .middle-content .right-info .item .inner-info .desc {
        font-size: 19px;
    }
}
@media (max-width: 1366px) {
    .section-philosophy .middle-content .left-text {
        flex: 0 0 22%;
        max-width: 22%;
        margin-right: 4%;
    }
    .section-philosophy .middle-content .right-info {
        flex: 0 0 74%;
        max-width: 74%;
    }
    .cate-product .item-cate .inner-content .title {
        font-size: 28px;
    }
}
@media (max-width: 1280px) {
    .cate-product .item-cate .inner-content .title {
        font-size: 25px;
    }
    .cate-product .item-cate:first-child .inner-image>img.icon, .cate-product .item-cate:last-child .inner-image>img.icon {
        max-width: 90%;
        max-height: 20rem;
    }
}
@media (max-width: 768px) {
    .cate-product .item-cate {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .cate-product .item-cate .inner-content {
        margin: 42px 15px 30px;
    }
    .cate-product .item-cate:nth-child(2),
    .cate-product .item-cate:nth-child(3) {
        background: #f7f9fb;
    }
    .btn-menu-mobile {
        background: var(--color-main);
        font-size: 24px;
        line-height: 40px;
        margin-left: 15px;
        border-radius: 4px;
        color: #fff;
    }
    .slider-main, .slider-main img {
        height: 69vh;
    }
    .section-cate-product {
        margin: 4rem auto;
        width: calc(100% - 30px);
        max-width: 100%;
    }
    .cate-product .item-cate .inner-content .title {
        font-size: 22px;
        min-height: 80px;
        margin-bottom: 10px;
    }
    .cate-product .item-cate .inner-content .more-detail {
        font-size: 18px;
    }
    .action-bottom .view-more {
        font-size: 15px;
        width: 17rem;
    }
    .section-philosophy .bg-philosophy {
        padding: 40px 15px;
    }
    .section-philosophy .bg-philosophy .header-title .title {
        font-size: 29px;
        margin-bottom: 3rem;
    }
    .section-philosophy .middle-content {
        flex-direction: column;
    }
    .section-philosophy .middle-content .left-text,
    .section-philosophy .middle-content .right-info {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .section-philosophy .middle-content .left-text .short-desc {
        font-size: 19px;
    }
    .section-philosophy .middle-content .left-text .desc {
        font-size: 15px;
        margin-bottom: 3rem;
    }
    .section-philosophy .middle-content .right-info>.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .section-philosophy .middle-content .right-info>.row>div[class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-philosophy .middle-content .right-info .item .inner-info .title {
        font-size: 18px;
        margin-bottom: 10px;
        height: 44px;
    }
    .section-philosophy .middle-content .right-info .item .inner-info .desc,
    .section-about-chofu .right-info .desc {
        font-size: 15px;
    }
    .section-about-chofu .left-info,
    .section-about-chofu .right-info {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .section-about-chofu .right-info {
        flex: 0 0 100%;
        padding: 15px;
        order: 1;
    }
    .section-about-chofu .left-info .item .inner-info .title {
        font-size: 18px;
        height: 44px;
    }
    .section-about-chofu .left-info .item {
        padding: 3rem 1rem 1rem;
    }
    .section-about-chofu .left-info .item .inner-info .view-more {
        font-size: 15px;
        height: 40px;
        padding: 12px 13px;
    }
    .section-about-chofu .right-info .title {
        margin-bottom: 3rem;
        font-size: 36px;
        max-width: 60%;
    }
    .section-contact-us .contact-us .title {
        font-size: 29px;
    }
    .section-contact-us .contact-us .action-bottom .view-more {
        display: inline-block;
        width: 29rem;
        padding: 1.5rem 0rem;
        font-size: 17px;
        margin-top: 0;
    }
    .main-footer>.container>.row>div[class*=col-] {
        flex-direction: column;
    }
    .main-footer>.container>.row>div[class*=col-]>div:first-child {
        max-width: 100%;
    }
    .main-footer>.container>.row>div[class*=col-]>div {
        margin-bottom: 3rem;
    }
    .top-banner-category .info {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }
    .top-banner-category .info .title-banner {
        font-size: 29px;
    }
    .cate-description .icon img, .cate-content img, .status-featured img, .content-detail img {
        height: auto;
        max-width: 100%;
    }
    .page-products .list-post .article-item {
        padding: 1rem;
    }
    .page-products .list-post .article-item>.row, .thongso>.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .page-products .list-post .article-item>.row>div[class*=col-], .thongso>.row>div[class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .page-products .list-post .article-item .article-title {
        font-size: 21px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .page-products .list-post .article-item .article-title>span.chungchi {
        font-size: 15px;
        margin-top: 5px;
    }
    .thongso .item {
        padding: 10px;
        font-size: 15px;
        text-align: center;
    }
    .mota-thongso {
        margin-top: 10px;
        font-size: 13px;
    }
    .article-detail .content-detail .thongso>.row>div[class*=col-] {
        margin-bottom: 0;
    }
    .article-detail .content-detail .thongso>.row>div[class*=col-]:not(:first-child) .item {
        border-left: 1px solid #ddd;
    }
    .article-detail .content-detail .tomtat-thongso table {
        width: 100%;
        min-width: 100%;
    }
    .technical-data .nav-tabs .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .technical-data .nav-tabs .nav-link {
        font-size: 12px;
        width: calc(100% - 5px);
        margin-right: 0;
    }
    .technical-data .nav-tabs .nav-item:nth-child(2n) {
        text-align: right;
    }
    .page-posts>.container, .post-detail>.container {
        margin: 40px auto;
    }
    #result-warranty .warranty {
        max-width: 100%;
    }
    .map-info {
        margin-bottom: 0;
    }
    .mb-mb-50 {
        margin-bottom: 50px;
    }
    .mt-mb-50 {
        margin-top: 50px;
    }
    .section-cate-product .title-main {
        font-size: 28px;
    }
    .cate-product .item-cate .inner-content .desc {
        margin-bottom: 2rem;
    }
    .cate-product .item-cate .inner-content .desc span {
        font-size: 18px !important;
    }
    .section-about-chofu {
        width: calc(100% - 30px);
        max-width: 100%;
    }
    .section-about-xline .item {
        position: relative;
        padding-top: 100%;
    }
    .section-about-xline .item > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .section-about-xline .item.item-main .inner-info .title, .section-about-xline .item.item-main .inner-info .desc-short, .section-about-xline .item.item-main .inner-info .desc {
        font-size: 22px;
        margin-bottom: 0;
    }
    .section-about-xline .item.item-main .inner-info .desc {
        font-size: 20px;
    }
    .section-about-xline .item .inner-info .title {
        font-size: 22px;
        margin-bottom: 2rem;
    }
    .section-about-xline .item.item-second .image,
    .section-about-xline .item.item-main .image {
        padding-top: 0;
    }
    .section-about-xline .item .inner-info .desc {
        font-size: 18px;
        font-weight: 400;
    }
    .section-about-xline .item .inner-info {
        padding: 3rem 4rem;
    }
    .section-about-xline .item .image {
        height: 100%;
        padding-top: 0;
    }
    .section-about-xline .item .image img {
        position: relative;
    }
    .menu-section .entry-menu.full-width .menu-title {
        display: flex !important;
        padding: 5px 0 !important;
        height: auto;
        line-height: 1.5;
        align-items: center;
    }
    .menu-section .entry-menu.full-width .menu-title .image {
        order: 2;
        max-width: 40%;
        flex: 0 0 40%;
        padding-top: 27%;
    }
    .menu-section .entry-menu.full-width .menu-title .name {
        order: 1;
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 15px;
    }
    .sub-product {
        padding: 0 15px;
    }
    .sub-product > .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sub-product > .row > div[class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .list-cate.list-cate-product .item-cate .inner-image .ratio-cate {
        position: relative;
        padding-top: 56%;
    }
    .list-cate.list-cate-product .item-cate .inner-content {
        padding: 15px;
        justify-content: flex-start;
    }
    .top-banner-category .box-menu .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top-banner-category .box-menu .item .icon img {
        height: 40px;
        width: auto;
    }
    .top-banner-category .box-menu .item .text {
        font-size: 15px;
        margin-top: 15px;
    }
    .top-banner-category .box-menu {
        padding: 10px;
    }
    .top-banner-category .box-menu .item:nth-child(2) {
        border-right: 0;
    }
    .top-banner-category .box-menu .item:nth-child(1),
    .top-banner-category .box-menu .item:nth-child(2) {
        border-bottom: 1px solid #556fb5;
    }
    .col-sm-cs {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .giaithuong .desc {
        margin-bottom: 20px;
    }
    .giaithuong .list-image .item {
        margin-bottom: 10px;
    }
    .giaithuong .list-image > .row,
    .mceTmpl.mceTmpl-csmb > .row {
        justify-content: center;
    }
    .mceTmpl.mceTmpl-csmb > .row > div {
        flex: 0 0 50% !important;
    }
    .ct-detail iframe {
        max-width: 100%;
        height: auto;
    }
    .section-distributor .list-distributor .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-detail .ct-detail .section-item .content .title {
        margin: 20px 0 !important;
    }
    .order-mb-1 {
        order: 1;
    }
    .order-mb-2 {
        order: 2;
    }
    .table-content-section {
        width: 100%;
    }
}