@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-font: "Nunito", sans-serif;
    --number-font: "Lato", sans-serif;
    --title-font: "Kanit", sans-serif;;
    --font-icon: 'Font Awesome 6 Free';
    --black: #0b0e11;
    --white: #fff;
    --yellow: #fdb819;
    --dark-yellow: #FFC107;
    --light-gray: #dddddd;
    --gray: #505050;
    --bg-gray: #f5f5f5;
    --dark: #282828;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body{
    line-height: 25px;
    font-size: 15px;
    font-family: var(--primary-font);
}

a, a:focus, a:hover{
    text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

iframe{
    width: 100% !important;
}

section{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
}

header{
    position: relative;
}

.p100{
    padding: 100px 0;
}

.p100b{
    padding-bottom: 100px;
}

.p50 {
    padding: 50px 0;
}

.p50t{
    padding-top: 50px;
}

.bg-gray{
    background-color: var(--bg-gray);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 Font Awesome 6 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aic{
    align-items: center;
}

.contact{
    margin-top: 50px;
}

.contact .title-contact{
    margin-bottom: 30px;
}

.write-comment, .contact-content{
    padding-left: 20px;
    padding-right: 20px;
}

.write-comment input, .write-comment textarea{
    border: 1px solid #000;
    margin-bottom: 20px;
    width: 100%;
}

section.top-info{
    background-color: var(--dark-yellow);
}

section.top-info .contact-info div{
    margin-right: 20px;
    display: inline-block;
    padding: 8px 0;
}

section.top-info a, section.top-info{
    color: var(--gray);
    font-size: 14px;
}

section.top-info i{
    color: var(--dark);
    padding-right: 10px;
}

/*section.header-info, .menu-header .menu_2, .menu-header .menu_3 {
    background-color: var(--black);
}*/

#translate_select {
    display: inline-block;
    width: 150px;
}

#translate_select .skiptranslate {
    height: 35px;
    overflow: hidden;
}

#translate_select .goog-te-combo {
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

#translate_select select:before{
    content: '\f078';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Font Awesome 6 Free";    
}

.logo{
    display: flex;
    justify-content: center;
}

.logo a{
    padding: 10px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.logo a:before, .logo a:after{
    width: 100%;
    height: 15px;
    display: inline-block;
    content: '';
    background: white;
    position: absolute;
    bottom: 100%;
    z-index: 1;
}

.logo a:before{
    left: -15px;
    transform: skew(-40deg);
}

.logo a:after{
    right: -15px;
    transform: skew(40deg);
}

.menu-header{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.main-menu{
    position: relative;
}

.main-menu:after{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 55px solid white;
    border-left: 55px solid transparent;;
}

.main-menu:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 55px solid white;
    border-right: 55px solid transparent;;
}

.menu-header .container{
    background-color: var(--white);
    display: inline-block;
}

.menu-header .menu_1{
    display: flex;
    justify-content: center;
}

.menu-header a{
    padding: 5px 0;
}

.menu-header .menu_1-info .fa{
    padding-left: 10px;
}

.menu-header .menu_1-info, .menu-header .menu-search{
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
}

.menu-header .menu_1-info a{
    display: inline-block;
}

.menu-header .menu_1-info:hover, .menu-header .current{
    color: var(--black);
}

.menu-header a, .menu-header .menu_1-info:hover li a{
    font-size: 16px;
    font-weight: 700;
    color: var(--gray);
}

.menu-header .menu_1-info:hover a, .menu-header .menu_1-info:hover li:hover a, .menu-header .current a, .menu-header .current .toggle-mb {
    color: var(--yellow);
}

.menu-header .menu_1-info:hover .menu_2-info:hover a{
    color: var(--black);
}

.menu-header .menu_2{
    border-bottom: 5px solid var(--yellow);
}

.menu-header .menu_2 li{
    border-bottom: 1px solid #ffffff2b;
    background-color: var(--white);
}

.menu-search a, .write-comment button{
    background-color: var(--dark-yellow);
    padding: 0 20px;
    color: var(--black);
    font-size: 12px;
    text-transform: uppercase;
}

.write-comment button{
    font-weight: 800;
    margin-bottom: 30px;
}

.search, .social-btn {
    display: flex;
    position: relative;
    width: 80%;
}

.social-btn:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 40px solid var(--bg-gray);
    border-right: 40px solid transparent;
}

.social-btn:after{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid var(--bg-gray);
    border-left: 40px solid transparent;
}

.search input, .social-btn{
    height: 40px;
    width: 100%;
}

.search input, .search button{
    padding: 3px 10px;
    background-color: var(--bg-gray);
}

.social-btn{
    width: 40px;
    background-color: var(--bg-gray);
    margin-left: 70px;
    padding: 10px 0;
}

.social-btn img{
    width: 100%;
    height: 100%;
}

section.main-slider-area{
    position: relative;
}

.slide-details{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

.title-home{
    color: var(--white);
}

/*.title-home .sub-title{
    font-family: "Lexend Deca", sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
    padding-right: 50px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    display: inline-block;
}*/

.title-home h2{
    font-family: "Rowdies", sans-serif;
    font-size: 60px;
}

.title-home p{
    font-size: 20px;
}

.slick-track, .solution-area{
    position: relative;
}

/*.main-slider-area .slick-track:before, .solution-area:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.3);
}*/

.prev, .next {
    color: var(--white);
    font-size: 40px;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: unset;
    background-color: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.title h3{
    text-transform: uppercase;
    background-color: var(--dark-yellow);
    color: var(--black);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 30px;
}

.title h2{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    font-family: var(--title-font);
}

.sec-title{
    text-align: center;
}

.hotline-content{
    display: flex;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--light-gray);
}

.hotline-content i{
    background-color: var(--dark-yellow);
    padding: 15px 20px;
    font-size: 40px;
    margin-right: 30px;
}

.hotline-content span{
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

.hotline-content a{
    font-family: var(--number-font);
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
}

.image-details img{
    width: 100%;
}

.ship-area{
    position: relative;
}

.ship-info{
    position: relative;
    counter-reset: working-number;
}

.ship-info .row{
    z-index: 1;
    position: relative;
}

.ship-details{
    margin-top: 50px;
    position: relative;
}

.ship-details:before{
    counter-increment: working-number;
    content: "0" counter(working-number);
    position: absolute;
    top: 0;
    font-size: 50px;
    font-family: "Figtree", sans-serif;;
    font-weight: 600;
    color: var(--black);
    background-color: var(--yellow);
    left: 0;
    padding: 30px 13px;
    text-align: center;
}

div.ship-content .ship-details{
    padding-left: 110px;
}

.ship-details h3{
    font-size: 19px;
    font-weight: 800;
}

.ship-details p{
    text-align: justify;
}

.ship-bg img{
    animation: process-type 25s infinite linear;
}

.note-sale{
    counter-reset: working-number;
}

.note-sale-inner{
    background-color: var(--dark-yellow);
    position: relative;
    padding: 30px;
}

.note-sale-inner:first-of-type{
    background-color: var(--black);
    color: var(--white);
}

.note-sale-inner:last-of-type{
    background-color: var(--yellow);
}

.note-sale-inner img{
    height: 80px;
    width: auto;
}

.note-sale-content h3{
    font-size: 23px;
    font-weight: 800;
    margin-top: 31px;
}

.note-sale-icon{
    position: relative;
}

.note-sale-icon:before{
    counter-increment: working-number;
    content: counter(working-number);
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 80px;
    font-family: "Figtree", sans-serif;;
    font-weight: 600;
    color: #e7ad00;
}

.note-sale-inner:first-of-type .note-sale-icon:before{
    color: #444;
}

.note-sale-inner:last-of-type .note-sale-icon:before{
    color: #e5c100;
}

figure.product-detail{
    padding: 15px;
}

figure.product-detail figcaption {
    margin-top: 10px;
    text-align: center;
}

figure.product-detail figcaption a{
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}

.youtube-container {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 14px;
}

.youtube-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution-area{
    background: url('images/boc-ghe-da-oto-hgv.jpg') center no-repeat;
    background-size: cover;
    color: var(--white);
}

.solution-area .container{
    position: relative;
    z-index: 1;
}

.solution-area .title{
    margin-top: 30px;
}

.solution-area p{
    text-align: justify;
}

.solute-hotline{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.solute-hotline span{
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.solute-hotline a{
    color: var(--white);
    font-size: 27px;
    font-weight: 800;
    font-family: var(--number-font);
}

.solute-hotline i{
    font-size: 45px;
    margin-right: 20px;
    color: var(--dark-yellow);
}

.blog-area h4{
    color: var(--black);
    font-weight: 700;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 19px;
}

.blog-area img{
    width: 100%;
}

.scroll-head{
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-head.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-head i{
    color: var(--yellow);
    font-size: 35px;
}

footer{
    background: url('images/footer-2.jpg') no-repeat left center;
    padding: 100px 0 20px;
    position: relative;
    background-size: cover;
}

footer:before, footer:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: auto;
    
}

footer:before{
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
}

/*footer:after{
    background: url('images/blog-shape.png') no-repeat right bottom;
}*/

.footer-top{
    position: relative;
    z-index: 1;
}

footer .infos{
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    display: flex;
    justify-content: space-between;
}

footer a, .copyright-text p{
    color: #bdb7b7;
}

footer .info-footer a, footer span, .info-footer i, footer p, .copyright-text a{
    color: var(--white);
}

footer span{
    display: block;
    font-size: 17px;
    font-weight: 800;
}

.info-footer i{
    width: 65px;
    height: 65px;
    font-size: 30px;
    display: flex;
    align-items: center;
    border: 2px solid var(--yellow);
    border-radius: 5px;
}

.info-footer i:before{
    text-align: center;
    width: 100%;
}

footer .right{
    padding-left: 20px;
}

.links-divider {
    width: 2px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.info-footer{
    display: flex;
    align-items: center;
}

footer .detail{
    margin-top: 30px;
}

footer h2{
    color: var(--white);
    font-size: 27px;
    font-weight: 800;
}

footer ul{
    list-style-type: none;
    padding-left: 20px;
}

footer li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

footer li i{
    padding-right: 20px;
    color: var(--yellow);
    font-size: 6px;
}

.copyright-text{
    border-top: 2px solid var(--yellow);
    margin-top: 40px;
    padding-top: 30px;
}

.breadcrumb {
    background-color: var(--bg-gray);
    margin: 0;
    padding: 100px 0 20px;
}

.breadcrumb a {
    padding: 0 20px;
    color: var(--black);
    position: relative;
    display: inline-block;
}

.breadcrumb a:before{
    content: '\f054';
    position: absolute;
    left: 97%;
    top: 0;
    font-family: var(--font-icon);
    font-size: 10px;
}

.breadcrumb a:last-of-type:before{
    display: none;
}

.main-product-details .info-product h3{
    margin-bottom: 30px;
    font-weight: 700;
}

.main-product-details .slick-dots li button:before{
    font-size: 15px;
}

.slider-nav{
    padding-top: 10px;
}

.slider-nav img{
    padding: 10px;
}

.specifications{
    text-align: justify;
}

.hotline button{
    background-color: var(--dark-yellow);
    padding: 10px 20px;
}

.hotline button a{
    color: var(--black);
}

.hotline button span{
    font-weight: 700;
    font-family: var(--number-font);
    padding-left: 5px;
}

.desc{
    margin-top: 40px;
}

.desc h2{
    font-size: 25px;
    font-weight: 700;
}

.desc h3{
    font-size: 21px;
    font-weight: 700;
}

.desc ol li{
    margin-top: 10px;
}

.desc a{
    color: var(--black);
}

.desc-back{
    margin-top: 40px;
    padding: 30px 40px;
    border: 1px solid var(--gray);
    background-color: var(--bg-gray);
}

.desc-back a{
    color: red;
}

.desc-back li{
    margin-bottom: 10px;
}

.new-product .prev, .new-product .next{
    top: -35px;
    background-color: unset;
    color: var(--black);
    font-size: 30px;
}

.new-product .prev{
    right: 30px;
    left: unset;
}

.new-product .next{
    right: 0;
}

/*.new-product .box-content{
    margin-right: -20px;
    margin-left: -20px;
}*/

.new-product.product-by-type .box-heading h2{
    font-size: 22px;
    font-weight: 800;
}

.product-filter .limit, .product-filter .sort{
    display: inline-block;
    padding: 0 10px;
}

.content-page{
    margin-top: 30px;
}

.main-blog{
    margin-top: 40px;
}

.blog-cat{
    margin-bottom: 50px;
    background-color: #f7f7f7;
}

.caption-box{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    height: 100%;
}

.caption-box h3{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--black);
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.caption-box .desc-short{
    text-align: justify;
}

.caption-box button{
    background-color: var(--dark-yellow);
}

.caption-box button a{
    color: var(--black);
    padding: 5px 30px;
    display: block;
}

.news-heading h1{
    font-size: 30px;
    font-weight: 800;
}

.right-title h3{
    display: block;
    font-size: 18px;
    padding: 15px 5px;
    font-weight: 900;
}

#column-right section{
    margin-bottom: 40px;
    float: left;
}

ul.list-menu{
    list-style-type: none;
}

ul.list-menu .box-item{
    border: 1px solid #d9d9d9;
    text-align: center;
}

ul.list-menu a{
    padding: 20px 0;
    display: inline-block;
}

#content, .des-product, .news-description{
    padding: 30px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.20);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.main-blog #content{
    padding: 0;
    box-shadow: unset;
}


a.call-now, a.facebook, a.youtube, a.zalo{
    position: absolute;
}

.mypage {
    position: fixed;
    left: 5px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.call-now .mypage{
    bottom: 50px;
}

.facebook .mypage{
    bottom: 250px;
}

.zalo .mypage{
    bottom: 150px;
}

.youtube .mypage{
    bottom: 150px;
}

.mypage-img-circle {
    width: 50px;
    height: 50px;
    top: 33px;
    left: 33px;
    position: absolute;
    background: var(--yellow) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
}
.call-now .mypage-img-circle{
    background-image: url(images/phone.png) ;
}

.facebook .mypage-img-circle{
    background-image: url(images/facebook.png) ;
}

.zalo .mypage-img-circle{
    background-image: url(images/zalo.png) ;
}

.youtube .mypage-img-circle{
    background-image: url(images/youtube.png) ;
}

.mypage-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--yellow);
    opacity: .75 !important;
}
.mypage-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: rgb(253 184 25 / 38%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


@keyframes service_hexagon_1 {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(450deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@media(min-width:900px){
    footer img{
        width: 450px;
    }
    .search:before{
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 40px solid var(--bg-gray);
        border-right: 40px solid transparent;
    }

    .search:after{
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-top: 40px solid var(--bg-gray);
        border-left: 40px solid transparent;
    }

    .caption-box{
        padding-right: 30px;
    }

    .blog-cat{
        padding-left: 0;
        padding-right: 0;
    }

    .news-detail .image{
        margin-bottom: 0;
    }

    .product-filter{
        text-align: right;
    }

    .content-box{
        padding-right: 50px;
        text-align: justify;
    }

    .image-details{
        display: flex;
    }

    .image-details .col-50{
        width: 50%;
    }

    .image-details .col-50:first-of-type{
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
    }

    .image-details img{
        padding: 15px;
    }

    div.ship-content:first-of-type{
        padding-right: 70px;
    }

    div.ship-content:first-of-type h3{
        text-align: right;
    }

    div.ship-content:first-of-type .ship-details:first-of-type, div.ship-content:first-of-type .ship-details:last-of-type{
        margin-right: -50px;
    }

    div.ship-content:last-of-type{
        padding-left: 70px;
    }

    div.ship-content:first-of-type .ship-details{
        padding-right: 110px;
        padding-left: 0;
    }

    div.ship-content:first-of-type .ship-details:before{   
        right: 0;
        left: unset;
    }

    div.ship-content:last-of-type .ship-details:first-of-type, div.ship-content:last-of-type .ship-details:last-of-type{
        margin-left: -50px;
    }

    .ship-info{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ship-area:before{
        content: '';
        background: url(images/car-shadow.png) no-repeat center;;
        background-size: auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }
    .ship-info:before{
        content: '';
        background-color: #e1e1e1;
        width: auto;
        height: 86%;
        aspect-ratio: 1 / 1; /* Đảm bảo tỷ lệ 1:1 giữa chiều rộng và chiều cao */
        border-radius: 50%;
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ship-info:after{
        content: '';
        background-color: #fff;
        width: auto;
        height: 78%;
        aspect-ratio: 1 / 1; /* Đảm bảo tỷ lệ 1:1 giữa chiều rộng và chiều cao */
        border-radius: 50%;
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .note-sale .row{
        margin-left: -35px;
    }

    .note-sale-inner{
        padding: 30px 10px 30px 100px;
    }

    .note-sale-inner:before, .note-sale-inner:last-of-type:after{
        content: '';
        position: absolute;
        top: 0;
        border-style: solid;
        border-width: 128px 0 128px 70px;
    }

    .note-sale-inner:before{
        left: 0;
        border-color: var(--dark-yellow) var(--dark-yellow) var(--dark-yellow) var(--black);
    }

    .note-sale-inner:first-of-type:before{
        border-color: var(--black) var(--black) var(--black) var(--white);
    }

    .note-sale-inner:last-of-type:before{
        border-color: var(--yellow) var(--yellow) var(--yellow) var(--dark-yellow);
    }

    .note-sale-inner:last-of-type:after{
        left: 100%;
        border-color: var(--white) var(--white) var(--white) var(--yellow);
    }

    .specialization-details{
        padding: 0 15px;
    }

    footer .detail p{
        padding-right: 100px;
        text-align: justify;
    }

    .info-product{
        padding-left: 50px;
    }

    .blog-area h4{
        min-height: 47px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1470px;
    }
}

@media(max-width:500px){
    .blog-cat{
        padding: 30px 20px;
    }

    .p50{
        padding: 30px 0;
    }

    .p100{
        padding: 50px 0;
    }

    .p100b{
        padding-bottom: 50px;
    }

    .contact-info{
        display: flex;
        justify-content: space-between;
    }

    section.top-info .contact-info div {
        margin-right: 0;
    }

    section.top-info a, section.top-info{
        font-size: 13px;
    }

    .logo{
        padding: 20px 0;
    }

    .logo a:before, .logo a:after{
        display: none;
    }

    .header-info .row{
        position: relative;
    }

    /*.menu-header{
        position: absolute;
        top: 100%;
        right: 0;
        background-color: var(--black);
        z-index: 2;
    }*/

    .menu-header .menu_1{
        display: block;
    }

    .menu-header .menu_1-info, .menu-header .menu-search{
        padding: 10px 20px;
        height: auto;
        line-height: normal;
    }

    .menu-header .menu_2, .menu-header .menu_3, .menu-header .menu_2 li{
        background-color: var(--yellow);
    }

    .menu-header .menu_1-info:hover li a, .menu-header .menu_2 a, .menu-header .menu_3 a{
        color: var(--black);
    }

    .menu-header .menu_2 li{
        border-bottom: solid 1px rgba(93, 85, 85, 0.23);
    }

    .menu-header .menu_2 li:last-of-type{
        border-bottom: unset;
    }

    .fa-angle-down{
        display: none;
    }

    .toggle-mb{
        color: var(--white);
    }

    .toggle-mb.active{
        color: var(--black);
    }

    #box-search-top{
        top: calc(100% - 20px);
        padding: 0 20px;
        width: 100%;
    }

    .search input{
        width: 100%;
    }

    .slide-details{
        top: 45%;
        transform: translateY(-45%);
        bottom: 0;
        left: 50px;
    }

    .title-home .sub-title{
        font-size: 16px;
        border-bottom: 1px solid;
        padding-bottom: 6px;
        margin-bottom: 10px;
    }

    .title-home h2{
        font-size: 30px;
        margin-bottom: 2px;
    }

    .title-home p{
        font-size: 14px;
    }

    .prev, .next{
        font-size: 25px;
        width: 30px;
        height: 30px;
    }

    .prev{
        left: 10px;
    }

    .next{
        right: 10px;
    }

    .image-details img{
        margin-top: 30px;
    }

    footer .infos{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .right{
        width: calc(100% - 65px);
    }

    .links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }

    .menu-footer{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ship-details{
        margin-top: 30px;
    }

    .blog-area .inner-box{
        margin-bottom: 50px;
    }

    .main-product-details .info-product{
        margin-top: 30px;
    }

    .search:before{
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 40px solid var(--bg-gray);
        border-left: 40px solid transparent;
    }

    .search:after{
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-top: 40px solid var(--bg-gray);
        border-right: 40px solid transparent;
    }

    .search, .social-btn{
        width: 100%;
    }

    .header-info{
        padding-bottom: 20px;
    }

    .banner-item{
        padding: 10px 20px;
    }

    .banner-item.first{
        padding: 10px;
    }

    ul.list-menu{
        padding: 0;
        margin: 0;
    }

    .ship-bg {
        padding: 50px;
    }

    .breadcrumb{
        padding: 20px 0;
    }
}

@keyframes process-type {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}