/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
    --color-white: #ffff;
    --color-orange: #ffa141;
    --color-dark: #343a40;
    --color-black: #000000;
    --color-primary: #059DFF;
    --color-secondary: #05141f;
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #1f272e;
    --color-white-dark: #d5d5d5;
    --color-overlay: #edf0f5;
    --color-antiquewhite: #faebd7;
}
p {
    font-size: 18px;
}
body {
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    max-width: 1270px;
}

td {
    border: 1px solid #00000029;
    padding: 5px;
}

iframe {
    width: 100%;
}

.a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

.container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (max-width: 900px) {
    .container-fluid {
 		padding-left: 20px;
        padding-right: 15px;
    }
}

.col-12,
.col-md-6,
.col-lg-6 {
    margin-bottom: 30px;
}

h1,
.h1 {
    font-size: 21px;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-size: 19px;
}

.cat-tab-home-product-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: var(--color-extra03);
    border: 1px solid var(--color-dark);
    color: var(--color-black);
    font-size: 35px;
    font-weight: 700;
    border-radius: 99px;
    margin: 5px 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-secondary);
}

a.carousel-control-next,
a.carousel-control-prev {
    background-color: var(--color-secondary);
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    padding: 10px;
}

section {
    margin-bottom: 30px;
}

.background-red {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.background-black {
    background-color: var(--color-black);
    color: var(--color-secondary);
}

.background-white {
    background-color: var(--color-white);
    color: var(--colo-rdark);
}

.flex-one {
    flex-grow: 1;
}

.box-shadow {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.box-shadow-b {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.bb-w-1 {
    border-bottom: 1px solid var(--color-antiquewhite);
    width: fit-content;
}

.btn-antique-white {
    background-color: var(--color-antiquewhite);
    color: var(--color-dark);
    border-radius: 99px;
}

.btn-antique-white:hover {
    background-color: var(--color-white);
}

.btn-out-antique-white {
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-white);
    border-radius: 99px;
    border: 1.5px solid var(--color-white);
}


.btn-out-antique-white:hover {
    background-color: var(--color-antiquewhite);
    color: var(--color-dark);
}

.btn-out-antique-black {
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-black);
    border-radius: 99px;
    border: 1.5px solid var(--color-black);
}

.btn-out-antique-black:hover {
    background-color: var(--color-antiquewhite);
    color: var(--color-black);
    border: 1.5px solid var(--color-secondary);
}

.btn-red {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-radius: 99px;
    margin-bottom: 0px;
    border: 1px solid var(--color-secondary);
}

.btn-red:hover {
    background-color: var(--color-white-dark);
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}

button:focus{
	outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.title-section .sub-title-section {
    color: var(--color-secondary);
}

.text-upper {
    text-transform: uppercase;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #05141f;
    border-color: #212931;
}

.page-link {
    color: #212931;
}

/* Header Custom */
.top-header p {
    font-size: 15px;
}

.header-top-content {
    font-weight: 400;
    font-size: 15px;
}

.header-nav-main nav .nav-ul-main {
    margin-bottom: 0px;
}

.header-nav-main nav .nav-ul-main .item-nav {
    font-weight: 500;
    list-style-type: none;
    padding: 5px 35px;
    position: relative;
    font-size: 20px;
}

.header-nav-main nav .nav-ul-main .item-nav::after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: var(--color-secondary);
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0.5;
    transition: all 0.3s;
}

.header-nav-main nav .nav-ul-main .item-nav a {
    color: var(--color-dark);
}

.header-nav-main nav .nav-ul-main .item-nav:hover a {
    text-decoration: none;
    color: var(--color-secondary);
}

.header-nav-main nav .nav-ul-main .item-nav span {
    position: absolute;
    transition: all 0.5s;
    right: 0;
    padding: 0px 5px;
}

.header-nav-main nav .nav-ul-main .item-nav:hover::after {
    width: 100%;
    opacity: 1;
}

.header-nav-main nav .nav-ul-main .item-nav:hover span {
    transform: rotate(180deg);
}

.header-nav-main nav .nav-ul-main .item-nav .sub-nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-30%);
    transition: all 5s;
    margin-top: 20px;
    border-top: 2px solid var(--color-secondary);
    padding: 15px;
    min-width: 150px;
    background-color: var(--color-extra03);
    display: none;
}

.header-nav-main nav .nav-ul-main .item-nav .sub-nav-menu .item-sub-menu {
    list-style-type: none;
}

.header-nav-main nav .nav-ul-main .item-nav:hover .sub-nav-menu {
    display: block;
    z-index: 111;
}

.header-nav-main nav .nav-ul-main .item-nav .sub-nav-menu .item-sub-menu a {
    color: var(--color-dark);
    font-weight: 200;
}

.header-nav-main nav .nav-ul-main .item-nav .sub-nav-menu .item-sub-menu:hover a {
    text-decoration: none;
    color: var(--color-secondary);
}

/* End Header */

/* Slider Home */
/*.carousel-inner {
    height: 70vh;
}
*/
.carousel-caption {
    bottom: 5%;
}

.home-slider .carousel-indicators .active {
    background-color: var(--color-secondary);
    opacity: 0.8;
}

.home-slider a.carousel-control-next {
    right: 5%;
}

.home-slider a.carousel-control-prev {
    left: 5%;
}

/* End Slider Home */

/* Home CSS */
.support-home {
    background-color: var(--color-white-dark);
}

.box-support-home {
    align-items: center;
}

.support-home .box-support-home {
    padding: 5px 10px;
    margin: 0px 10px;
    border-right: 1px solid #0f2034;

}

.support-home .item-support:last-child .box-support-home {
    border-right: 0px;
}

.box-support-home .img-item-support img {
    width: 100%;
}

.box-support-home .title-item-support h5 {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.cat-home-product .tab-product {
    justify-content: center;
}

.cat-home-product .nav-tabs .nav-item.show .nav-link,
.cat-home-product .nav-tabs .nav-link.active {
    color: var(--color-secondary);
    background-color: var(--color-white);
    border-color: #f90000 #ff0000 #fff0;
}

.cat-home-product .nav-tabs {
    border-bottom: 1px solid #e9980087;
}

.cat-home-product .nav-tabs .nav-link {
    color: var(--color-dark);
}

.cat-home-product .carousel-cat-product .product-box {
    border-radius: 15px;
    color: var(--color-white);
    height: 283px;
    overflow: hidden;
}

.cat-home-product .carousel-cat-product .product-box .slogan-product {
    font-weight: 100;
}

.cat-home-product .carousel-cat-product .product-box .center-box .price-product-box {
    font-weight: 300;
}

.cat-home-product .carousel-cat-product .slide-panel {
    border-radius: 0px 15px 15px 0px;
    min-height: 280px;
}

.cat-home-product .carousel-cat-product .bottom-box {
    position: absolute;
    bottom: 5px;
}

.cat-home-product .carousel-cat-product .product-box .avatar {
    overflow: hidden;
    height: 285px;
}

.cat-home-product .carousel-cat-product .product-box .avatar img {
    height: 100%;
    width: auto;
}

.cat-home-product .carousel-cat-product .product-box .btn-dowload-catolog,
.cat-home-product .carousel-cat-product .product-box .btn-detail-product {
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease-in;
}

.btn-detail-product {
    color: var(--color-white);
}

.cat-home-product .carousel-cat-product .product-box .btn-dowload-catolog span {
    transition: all 10s;
    display: none;
}

.cat-home-product .carousel-cat-product .product-box .btn-dowload-catolog:hover span {
    display: inline-block;
}

.cat-home-product .carousel-cat-product .product-box .btn-detail-product:hover span {
    margin-left: 10px;
}

.video-home {
    background-color: var(--color-extra05);
    color: var(--color-white);
}

.video-home video {
    width: 100%;
}

.service-box {
    height: 600px;
    background-size: cover;
    background-position: center;
    color: var(--color-white);
}

.service-box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1;
    background: linear-gradient(167deg, rgba(8, 46, 80, 0), rgba(0, 0, 0, 0)) !important;
}

.service-box .item-service {
    position: absolute;
	bottom: 0px;
	width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26376488095238093) 10%, rgba(0, 0, 0, 0.7147452731092436) 80%);
}

.content-post {
    background-color: var(--color-overlay);
}

.box-title-post {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.box-title-post::before {
    content: "";
    width: 60%;
    height: 2px;
    background-color: var(--color-secondary);
    position: absolute;
    bottom: 0px;
}

.home-connect {
    min-height: 200px;
    position: relative;
    color: var(--color-white);
}

.home-connect .img-conect-home {
    position: absolute;
    width: 600px;
    height: 388px;
    top: -140px;
    right: 100px;
}

.avatar-post {
    height: 180px;
    overflow: hidden;
}

.cat-tab-home-product {
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40%;
    color: #05141f;
    min-height: 400px;
}

.box-cat-tab-home-product .tab-pane .cat-tab-home-product-content {
    padding: 30px 0px;
    justify-content: space-between;
    align-items: center;
}

.box-cat-tab-home-product .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    width: 50%;
    padding: 15px;
    border: 1px solid var(--color-extra01);
    border-radius: 10px;

}

.box-cat-tab-home-product .nav-tabs .nav-link {
    text-align: center;
    padding: 10px 30px;
    font-size: 19px;
    font-weight: 600;
    color: var(--color-dark);
}

.box-cat-tab-home-product .nav-tabs .nav-link:hover {
    border: 0px;
}

.box-cat-tab-home-product .nav-tabs .nav-link.active {
    border: 0px;
    position: relative;
    color: var(--color-secondary);
}

.box-cat-tab-home-product .nav-tabs .nav-link.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color-black);
    right: 0px;
    bottom: -15px;
}

@media only screen and (max-width: 900px) {
    .cat-tab-home-product {
        background-size: 0%;
        border-bottom: 0px solid var(--color-black);
    }

    .box-cat-tab-home-product .nav-tabs {
        width: 100%;
        justify-content: center;
        flex-flow: wrap;
		padding: 5px;
    }

    .box-cat-tab-home-product .nav-tabs .nav-link {
        min-width: 20%;
        margin-bottom: 15px;
        padding: 5px 10px;
    }

    .box-cat-tab-home-product .nav-tabs .nav-link {
        font-size: 13px;
    }
}

/* End Home Css */


/* Detail Page */
.detail-product-slider .box-name p,
.detail-product-slider .slogan-detail {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--color-white);
}

.detail-overview-product {
    position: relative;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
}

.detail-overview-product .box-overview .box-content-overview {
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-overview-product .box-thumb-product {
    position: relative;
}

/*.detail-overview-product .box-thumb-product::after {

    position: absolute;
    right: 35%;
    transform: translateX(50%);
    bottom: 15px;
    content: "";
    width: 400px;
    height: 400px;
    background-color: var(--color-secondary);
    border-radius: 300px;
    z-index: 1;
}
*/
.detail-overview-product .img-thumb-overview {
    position: relative;
    z-index: 2;
}

.detail-overview-product .tile-product-overview {
    color: var(--color-secondary);
    text-transform: uppercase;
}

.detail-overview-product .price-detail-product span {
    color: var(--color-secondary);
    font-weight: 600;
}

.detail-overview-product .para-car-overview {
    padding-left: 25px;
    list-style-type: none;
}

.detail-overview-product .item-para-overview {
    padding: 5px 0px;
}

.detail-overview-product .item-para-overview p {
    margin-bottom: 0px;
}

.detail-overview-product .item-para-overview span {
    font-weight: 600;
}

.detail-overview-product .item-para-overview span svg {
    color: var(--color-secondary);
}

.detail-overview-product .item-option {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    border: 2px solid var(--color-extra02);
    margin: 5px 5px;
}

.detail-overview-product .item-option:hover {
    border: 2px solid var(--color-secondary);
}

.detail-overview-product .box-book-car a {
    text-decoration: none;
}

.detail-version-product {
    background-color: var(--color-extra05);
    color: var(--color-white);
}

.detail-version-product .car-version {
    color: var(--color-dark);
}

.detail-version-product .price-card-product span {
    color: var(--color-secondary);
}

.detail-version-product .para-car-version {
    list-style-type: none;
}

.detail-version-product .para-car-version .item-para-version svg {
    margin-right: 5px;

}

.box-video iframe {
    width: 100%;
    height: 550px;
}

.box-variable-products {
    background-color: var(--color-white-dark);
}

.item-owl-variable-products {
    padding: 20px;
}

.item-owl-variable-products:hover {
    background-color: var(--color-white);
}

.avatar-variable-products {
    max-width: 200px;
}
.owl-variable-products .owl-dots{
	display: none;
}

@media only screen and (max-width: 900px) {
  .item-owl-variable-products p{
     font-size: 10px;
     margin-bottom: 0px;
  }
.box-cat-tab-home-product .tab-pane .cat-tab-home-product-content {
    padding: 20px 0px 0px 0px;
    justify-content: space-between;
    align-items: center;
}

}
/* SC Content */
.sc-edit-content-product .nav-pills .nav-link.active,
.sc-edit-content-product .nav-pills .show>.nav-link,
.sc-edit-content-product .nav-link {
    color: #fff;
    font-size: 20px;
    background-color: #007bff00;
    font-weight: 500;
}

.sc-edit-content-product.sc-white .nav-pills .nav-link.active,
.sc-edit-content-product.sc-white .nav-pills .show>.nav-link,
.sc-edit-content-product.sc-white .nav-link {
    color: #000000;
}

.sc-edit-content-product .nav-link {
    position: relative;
    margin-left: 15px;
}

.sc-edit-content-product .nav-link::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-antiquewhite);
    border-radius: 99%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.sc-edit-content-product .nav-link.active::after {
    background-color: #ffa141;
}

/* End SC Content */
/* End Detail Page */


/* Star CSS Category Page */
.box-product {
    background: rgba(5, 20, 31, .03);
    border: 1px solid rgba(34, 36, 38, .15);
    padding: 15px;
	min-height: 460px;
    margin-bottom: 15px;
}

.box-center-product {
    border: 1px solid rgba(3, 3, 3, 0.613);
    margin: 0 autos;
}

.box-center-product a {
    color: var(--color-secondary);
    padding: 10px 15px;
    border-right: 1px solid rgb(0, 0, 0);
    width: 100%;
    text-align: center;
font-size: 12px;
}

.box-center-product a:last-child {
    border-right: 0px;
}

.box-center-product a:hover {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: var(--color-white);
}

.box-avatar {
    height: 250px;
}

.box-avatar img {
    width: 100%;
}
@media only screen and (max-width: 900px) {


}
/* End CSS Category Page */




/* css Footer */
footer {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.sc-popup-support {
    margin: 0px;
    background-color: #0000007f;
    height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 15vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
}

.box-popup {
    background-color: #edf0f5;
    height: fit-content;
    position: relative;
	max-width: 650px;
}

.item-img-social {
    width: 40px;
    display: inline-block;
}

.off-popup {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    z-index: 12;
    border-radius: 25px 0px 25px;
}

.off-popup svg {
    font-size: 30px;
}

.title-footer {
    color: #ffffff;
}

.footer-btn-mobile-contact {
    position: fixed;
    bottom: 40px;
    left: 5px;
    z-index: 2000;
    background-color: #b80f001d;
    padding: 5px;
    border-radius: 5px;
}

.footer-btn-mobile-contact .item-img-social-footer {
    width: 40px;
    margin: 10px 0px;
}

.footer-btn-mobile-contact .item-img-social-footer:hover {
    animation-name: example;
    animation-duration: 4s;
}

p.note-form-popup.se-color {
    position: fixed;
    top: 20%;
    left: 2px;
    z-index: 999;
    background: #bb0000;
    padding: 10px;
    color: white;
    border-radius: 5px;
}

span.off-note-form-popup {
    background-color: #7a7a7a;
    padding: 10px;
    border-radius: 99px;
}

/* end css footer */



/*  */
@media only screen and (max-width: 1100px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-mobile .center-menu {
        flex-grow: 1;
        text-align: center;
    }

    .car-version .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slide home-slider .carousel-caption .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .detail-overview-product {
        position: relative;
        min-height: 1250px;
    }

    .price-detail-product {
        font-size: 20px;
    }

    /*.detail-overview-product .box-thumb-product::after {
      width: 400px;
      height: 400px;
	  bottom: 30px;
  }*/
    .box-nav-menu-mobile {
        display: none;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 0, 0, 0.232);
        height: 100%;
        z-index: 111;
        overflow-y: scroll;
    }

    .box-nav-menu-mobile .nav-menu-mobile {
        padding: 30px 40px 0px 30px;
        width: 80%;
        height: 100%;
        background-color: #edf0f5;
    }

    .box-nav-menu-mobile .nav-menu-mobile .item-menu-mobile a {
        color: var(--color-dark);
    }

    .box-nav-menu-mobile .nav-menu-mobile .item-menu-mobile {
        border-bottom: 1px solid rgba(77, 10, 10, 0.348);
        padding: 10px 0px;
    }

    .box-nav-menu-mobile .nav-menu-mobile .item-menu-mobile:last-child {
        border-bottom: 0px;
    }

    .box-nav-menu-mobile .nav-menu-mobile .item-menu-mobile:hover a {
        text-decoration: none;
        color: var(--color-secondary);
    }

    .box-nav-menu-mobile .nav-menu-mobile .item-menu-mobile span {
        transition: all 0.5s;
    }

    .box-content-overview.row.d-flex.d-lg-none.pb-5 {
        justify-content: space-between;
        height: 100%;
    }

    .box-support-home .img-item-support img {
        width: 80px;
    }

    .cat-home-product .carousel-cat-product .product-box {
        height: 560px;
        text-align: center;
    }

    .cat-home-product .carousel-cat-product .slide-panel {
        min-height: 250px;
    }

    .cat-home-product .carousel-cat-product .product-box {
        height: 535px;
    }

    .cat-home-product .carousel-cat-product .bottom-box {
        position: absolute;
        bottom: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
   .carousel-caption p.btn.btn-red {
        font-size: 10px;
		margin-bottom: 20px;
    }

    .car-version .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .carousel-inner {
        height: auto;
    }

    .carousel-caption {
        bottom: 3%;
    }

    .header-mobile {
        position: relative;
    }

    .nav-menu-mobile {
        list-style-type: none;
    }


    .sub-nav-menu-mobile {
        list-style-type: none;
        margin: 10px 0px;
        padding: 15px;
        width: 100%;
        display: none;
    }

    .rotate_180 {
        transform: rotate(180deg);
    }

    .off-menu-mobile {
        position: fixed;
        top: 25px;
        right: 25px;
        width: 30px;
        height: 30px;
        background-color: var(--color-dark);
        text-align: center;
        line-height: 30px;
        color: var(--color-white);
        font-weight: 700;
        border-radius: 5px;
        border: 1px solid var(--color-white);
    }

    .carousel-caption .btn {
        ont-size: 10px;
    }

    .support-home .item-support-mobile {
        border: 0.8px solid rgba(0, 0, 0, 0.099);
        padding: 10px;
    }

    .support-home .item-support-mobile img {
        width: 40px;

    }

    .cat-home-product .carousel-cat-product .slide-panel {
        min-height: 255px;
    }

    .cat-home-product .carousel-cat-product .product-box {
        padding-right: 0px;
        border-radius: 10px;
        color: var(--color-white);
        height: 430px;
        overflow: hidden;
    }

    .cat-home-product .carousel-cat-product .product-box img {
        height: 250px;
        width: auto;
    }

    .slide-panel {
        text-align: center;
        height: 250px;
    }

    .cat-home-product .carousel-cat-product .product-box .avatar {
        overflow: hidden;
        height: 250px;
    }

    .support-home .box-support-home {
        border: 0px;
    }

    .cat-home-product .carousel-cat-product .bottom-box {
        width: 92%;
        bottom: 15px;
    }

    .cat-home-product .carousel-cat-product .product-box .center-box .price-product-box {
        color: var(--color-white);
    }

    .cat-home-product .carousel-cat-product .product-box .center-box .price-product-box del {
        color: var(--color-secondary);
    }

    .detail-overview-product {
        position: relative;
        min-height: 850px;

    }

    /*.detail-overview-product .box-thumb-product::after {
        width: 220px;
        height: 220px;
		bottom: 15px;
    }*/

    .tile-product-overview {
        font-size: 20px;
        font-weight: 600;
    }

    .price-detail-product {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .detail-overview-product .box-overview .box-content-overview {
        width: 100%;
        transform: translate(-47%, -50%);
        justify-content: space-between;
        height: 100%;
    }

    .sc-popup-support {
        height: 100vh;
        width: 100%;
        padding-top: 10%;
		padding-left: 30px;
    	padding-right: 25px;
overflow-y: hidden;
    }

    .box-popup {
        padding: 20px;
    }

    .box-popup .title-section h4 {
        margin-top: 20px;
        font-size: 17px;
    }

    .box-popup .title-section p {
        font-size: 12px;
    }

    .box-slogan-footer h4 {
        font-size: 20px;
    }

    .box-video iframe {
        width: 100%;
        height: 250px;
    }

    .cat-home-product .carousel-cat-product .product-box .slogan-product {
        padding: 0px 15px;
    }

    .cat-home-product .carousel-cat-product .product-box .avatar {
        overflow: hidden;
        height: 180px;
    }

    .cat-home-product .carousel-cat-product .product-box .avatar img {
        height: 100%;
        width: auto;
    }
}


@media only screen and (max-width: 390px) {

    /*.detail-overview-product .box-thumb-product::after {
      width: 185px;
      height: 185px;
	bottom: 5px;
  }*/
    .detail-overview-product {
        min-height: 1100px;
    }

    .center-menu {
        display: none;
    }

    .detail-overview-product .box-overview .box-content-overview {
        width: 100%;
        transform: translate(-47%, -50%);
        justify-content: space-between;
        height: 100%;
    }

    .cat-home-product .carousel-cat-product .product-box .avatar img {
        height: 100%;
        width: auto;
    }
}

@keyframes example {
    0% {
        transform: rotate(120deg);
    }

    25% {
        transform: rotate(-100deg);
    }

    50% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}