:root {
    --primary-color: #fd4b6b;
}
.tp-header-action-5 a  {
    color: #000 !important;
}
.tp-header-action-5 button {
    color: #000 !important;
}
.tp-header-action-badge-5 {
    background: #ff0000 !important;
    color: #fff !important;
    height: 17px !important;
    width: 17px !important;
    border: 0 !important;
    font-size: 10px;
    right: 0px;
    line-height: 17px;
    top: -1px;
}

.tp-section-title svg {
    display: none !important;
}
.tp-product-tab .nav-tabs .nav-item .nav-link.active .tp-product-tab-line {
    opacity: 1;
    visibility: visible;
    display: none !important;
}

.cookie-consent.cookie-consent--visible {
    display: none !important;
}

.logo {
    margin: 0 !important;
}

.footer {
    background: #141414;
}
.footer .footer-copyright p {
    margin-bottom: 0;
    text-align: center;
}
.footer .footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer .footer-top .logo {
    padding: 10px;
    width: fit-content;
    margin-bottom: 20px !important;
    border-radius: 10px;
    background: #fff;
}
.footer {
    color: rgba(255,255,255, 0.7);
}
.footer p, .footer a {
    color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
    color: #fff;
}
.footer ul li {
    margin-bottom: 10px;
}
.footer strong {
    color: #fff;
}
.footer .list-info {
    margin-bottom: 15px;
}
.footer h3 {
    color: #fff;
}
.footer-top p{
    text-align: justify;
}
.footer-top ul {
    padding-left: 15px;
}
.footer-top ul li {
    list-style: disc;
}
.footer-top .list-contact,
.footer-top .list-info,
.footer-top .list-social {
    padding-left: 0;
}
.footer-top .list-contact li,
.footer-top .list-info li ,
.footer-top .list-social li{
    list-style: none;
} 

.footer-top .list-social {
    display: flex;
    gap: 15px;
}
.footer-top .list-social li a {
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: #000;
    color: #fff;
}
.footer-copyright {
    background: #000;
}
.footer-copyright a {
    color: #fff;
    font-weight: 600;
}

.vuta-header .header-main .vuta-container .logo img {
    height: 48px;
}

.language .dropdown button {
    font-size: 14px;
    border: 1px solid var(--primary);
    transition: all .3s;
    color: #fff;
}

.language .dropdown .dropdown-menu {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 120px;
}

.language .dropdown .dropdown-menu li a {
    font-size: 14px;
    transition: color .2s;
}

.language .dropdown img {
    width: 16px;
    height: 12px !important;
}

.footer .footer-top .logo img {
    height: 48px;
}

.ck-content ul {
    padding-left: 15px;
}
.ck-content ol {
    padding-left: 15px;
}
.ck-content ol li {
    list-style: num;
}
.ck-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}



.tp-product-category-thumb a {
    padding: 20px;
    background: #fff !important;
    border: 1px solid var(--tp-border-primary);
}
.tp-product-category-thumb a:hover {
    box-shadow: 0 4px 10px rgba(1, 15, 28, .14);
}
.tp-product-category-thumb.fix {
    padding-bottom: 10px;
}
.d-none {
    display: none !important;
}

.tp-product-arrival-area .tp-section-title-wrapper {
    margin-bottom: 40px;
}

.tp-brand-item a {
    height: 125px !important;
}
.tp-brand-item a img {
    height: 100%;
    object-fit: cover;
}

.tp-brand-area .tp-brand-item {
    border: none;
}
.tp-brand-item a:hover {
    background-color: transparent;
} 
.tp-postbox-details-desc-thumb {
    display: block;
}
.tp-postbox-details-desc-thumb img {
    width: 100%;
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px
}

#button-contact-vr .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 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    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: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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
}

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

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700
}

.phone-vr-img-circle img {
    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 zoom2 {
    0% {
        transform: scale(.9)
    }

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

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

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

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

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

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

#mess img {
    border-radius: 50%
}

#mess .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill {
    box-shadow: none;
    background-color: transparent
}

#mess,
#zalo-vr {
    text-align: center;
    margin-bottom: 20px
}

#mess img,
#zalo-vr img {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.back-to-top.active #to-top {
    bottom: 40px
}

.back-to-top #to-top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    background: var(--primary);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999
}
.tp-product-details-buy-now-btn {
    width: fit-content !important;
}
.tp-product-details-buy-now-btn:hover {
    color: #fff !important;
}
@media (max-width:1200px) {
    .vuta-header .header-top {
        display: none;
    }
    .tp-mobile-menu {
        display: none !important;
    }
}

.brand-title {
    font-size: 36px;
}
a {
    color: #000;
}
.tp-product-add-cart-btn-large:hover {
    background: #000;
}

.back-to-top-btn {
    border: 2px solid #fff;
}
.back-to-top-wrapper {
    right: 25px;
}
@media (max-width:996px) {
    .tp-product-category .tp-product-category-item {
        margin-bottom: 0 !important;
    }
    .tp-feature-area {
        padding-top: 0 !important;
    }
    .tp-product-category {
        padding-bottom: 0;
    }
    .tp-product-area .row{
        margin-bottom: 0 !important;
    }
    .tp-product-arrival-area {
        margin-bottom: 0 !important;
    }
    .footer .footer-top .logo {
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }
       
}
.tp-product-arrival-area .tp-product-category {
    display: none;
}
.tp-product-arrival-area  {
    background: #F5F5F5;
    border-bottom: 1px solid #cdcdcd;
}

.breadcrumb__area  {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #f5f5f5;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}
.tp-blog-grid-area.pb-120 {
    padding-bottom: 20px !important;
}
@media  (max-width:768px) {
    .tp-product-item .tp-product-thumb img {
        transform: scale(1) !important;
    } 

}
@media (max-width: 767px) {
    .back-to-top-btn-show {
        bottom: 50px !important;
    }
}

.language .dropdown .dropdown-menu li {
    list-style: none !important;
}
.dropdown-menu.language_bar_chooser a {
    color: #000 !important;
}
footer .language .dropdown button {
    border: 2px solid #fff;
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu li a {
    text-transform: uppercase;
}

.tp-product-thumb {
    aspect-ratio: 4/5;
}
.tp-product-thumb img {
    height: 100%;
    object-fit: contain;
}

.home-about {
    padding: 100px 0;
    background: #f5f5f5;
}
.home-about .box-title h2 {
    font-size: 45px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #0a2240
}
.home-about .box-title h3 {
    font-size: 36px;
    margin-bottom: 40px;
}
.home-about p {
    text-align: justify;
    font-size: 16px;
}
.home-about .box-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #0a2240;
    color: #0a2240;
    transition: all ease 0.4s;
    padding-left: 50px;
    padding-right: 50px;
}
.home-about .box-btn a:hover {
    background: #0a2240;
    color: #fff;
}
.home-about .box-btn {
    margin-top: 40px;
}

.home-about .box-img img {
    border-radius: 10px;
}
.home-about.about-page {
    padding: 0;
    background: 0;
}
.tp-testimonial-avater-3 {
    height: 46px;
    width: 46px;
    aspect-ratio: 1/1;
}
.tp-testimonial-avater-3 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.banner-item .box-item {
    max-height: 800px;
    height: 800px;
}

.banner-item .box-item img {
    object-fit: cover;
    height: 100%;
}
.home-about .row{
    align-items: center;
}
.tp-page-area.pb-80.pt-50 {
    padding: 0 !important;
}
.tp-page-area.pb-80.pt-50 .home-about {
    background: transparent;
    padding: 0 !important;
}
.brand-slider .box-title {
    text-align: center;
    margin-bottom: 20px;
}
.brand-slider {
    margin-bottom: 20px;
}
.brand-slider .list-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width:996px) {
    .home-about {
        padding:15px 0;
    }
    .home-about .box-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-item .box-item {
        height: 300px;
    }
    .home-about .box-title h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .home-about .box-btn {
        margin-bottom: 15px;
    }
    .home-about .box-btn a {
        width: 100%;
    }
    main .tp-section-title-3 {
        font-size: 24px;
        text-transform: uppercase;
    }
    .tp-page-area.pb-80.pt-50 {
        padding-top: 0 !important;
    }

}

.tp-instagram-icon {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 60%;
  transform: translate(-50%,-50%);
  visibility: hidden;
  z-index: 1;
  width: 90%;
  line-height: 1;
}

.tp-instagram-icon a {
  height: unset;
  padding: 0 .75rem;
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}

.brand-slider .list-brand li{
    width:calc(15%);
}

.brand-slider .list-brand li img{
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}