/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.search-section__categories {
    width: 100px;
    border: 1px solid #dee2e6;
    height: 40px;
    padding: 0 10px;
    color: #6c757d;
}

.member-icon {
    width: 40px;
    line-height: 40px;
}

.logo-section img {
    max-height: 70px;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.title-slide {
    font-weight: 500;
    color: var(--color-main);
    display: inline-block;
    text-align: center;
    margin: 0;
}

.description-slide {
    font-size: 12px;
}

.slider-section .slide-title .slick-list .slick-slide {
    text-align: center;
    position: relative;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.slider-main>.container>.row>div:nth-child(1), .setting-menu>.container>.row>div:nth-child(1) {
    max-width: 250px;
    flex: 0 0 250px;
}

.slider-main>.container>.row>div:nth-child(2) {
    max-width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
}

.setting-menu > .container > .row > div:last-child {
    max-width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
}

.slider-section .slide-title {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
    background: white;
    padding: 10px;
    padding-bottom: 0;
}

.slider-section .slide-title .thumb-image {
    width: 55px;
    overflow: hidden;
}

.slider-section .slide-title .thumb-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}

.slider-section .slide-title .slick-list .slick-slide.slick-current img {
    filter: none;
}

/** menu vertical*/
.menu-vertical {
    border: 1px solid #e7eaed;
}

.menu-vertical > .menu-container {
    display: flex;
}

.menu-vertical > .menu-container .btn-menu-mobile {
    display: block;
    color: var(--color-main);
    margin: 0 10px;
    line-height: 42px;
}

.menu-vertical > .menu-container .menu-section {
    width: 100%;
}

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: black;
    font-size: 17px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 46px;
    font-weight: bold;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: calc(100% - 10px);
    left: 5px;
    border: 1px solid #e4e7ea;
    padding: 0;
    /* text-transform: uppercase; */
    min-width: auto;
    overflow: visible;
}

.menu-vertical .menu-section > ul > li > .entry-menu li {
    border-bottom: 1px dashed #e3e3e3;
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

body.home .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-vertical .menu-section > ul > li > .entry-menu li>a {
    font-size: 13px;
    padding: 9.2px 10px 9.2px;
}

.menu-vertical .menu-section .entry-menu.dropdown ul {
    min-width: 100%;
    left: 100%;
    display: none;
}

.menu-vertical .menu-section .entry-menu.dropdown li:hover > ul {
    display: block !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu li>a>img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li {
    position: initial;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>a {
    position: relative;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul {
    height: 100%;
    width: calc(100% * 2);
    margin-top: 0px;
    display: none !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li {
    float: left;
    width: 50% !important;
    border: 0 !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>ul {
    position: relative !important;
    left: 0 !important;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    border-top: 1px dashed #e3e3e3;
    display: block !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>a {
    font-weight: bold;
    color: black;
    padding: 0;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>ul>li>a.menu-link {
    text-transform: capitalize;
    padding: 6px 10px;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>a .child-indicator {
    display: none;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul {
    max-width: 885px;
    left: 100%;
    width: calc(300% + 50px);
    border: 1px solid #e4e7ea;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li {
    width: 25% !important;
}

/**/
.slick-slider::after, .slick-slider::before {
    display: none;
}

.tab-product {
    margin-bottom: 15px;
    border: 1px solid #e7eaed;
}

.tab-product .title-tab a {
    font-size: 23px;
    color: black;
}

.rti-custom {
    position: relative;
    padding-top: 63.4%;
}

.tab-product .title-tab a {
    display: inline-block;
    background: var(--color-main);
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    margin: -1px;
}

.tab-product .title-tab a:after {
    content: '';
    position: absolute;
    left: 100%;
    top: -1px;
    border-left: 20px solid var(--color-main);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.brand-section img {
    aspect-ratio: 16/4;
    object-fit: contain;
    width: 100%;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.product-content ul li:before {
    content: "-";
    margin-right: .5rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.footer-menu-keyword {
    display: flex;
    padding: 10px 0;
    font-size: 12px;
    flex-wrap: wrap;
}

.list-keyword {
    display: inherit;
}

.list-keyword li {
    margin-left: 30px;
}

.list-keyword a, .list-keyword li::marker, .footer-menu-keyword span {
    color: #999;
}

.list-keyword li:hover a, .list-keyword li:hover::marker {
    color: black;
}

footer {
    color: white;
}

.footer-menu-section ul li a {
    color: gray;
}

.entire-info-website address {
    color: gray;
}

.policy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-text {
    text-align: left;
    padding-left: 10px;
}

.policy-text h4 {
    color: var(--color-main);
    margin: 0;
    font-weight: 700;
}

.policy-text p {
    margin: 0;
}

.policy-icon i {
    font-size: 40px;
}

.policy-content>.row>div:first-child {
    border-right: 1px solid #dee2e6;
}

.list-hotline {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 0;
    margin: 0;
}

.list-hotline>li {
    list-style: none;
    margin-top: 10px;
}

/*Call now*/
.call-now {
    position: fixed;
    left: 0;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.call-now-2 {
    bottom: 100px;
}

.call-now-3 {
    bottom: 200px;
}

.img-phone {
    width: 35px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #d24b44;
}

.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -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-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: #ff8680;
    opacity: .75 !important;
}

.big-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #d24b44;
    opacity: .5;
}

.phone-number {
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    padding: 7px 15px;
    border-radius: 15px;
    background: #d24b44;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.skew {
    -webkit-animation-name: skew;
    animation-name: skew;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@-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);
    }
}

@-webkit-keyframes skew {
    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);
    }
}

/*Call now*/
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 568px) {
    .wf-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .list-hotline img {
        width: 50px;
    }

    .list-unstyled img {
        height: 23px;
    }
}
.footer-support {
    margin-top: 2rem;
}
.footer-support .item-support span {
    margin-right: 5px;
    min-width: 90px;
    display: inline-block;
}
.footer-support .item-support {
    margin-bottom: 10px;
    color: gray;
}
.footer-support .item-support a {
    color: gray;
}