
.box-slider-main {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 160px;
}

.home .header-menu>.container {
    background: #fff;
    border-radius: 53px;
}

.header-menu .container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.is-pc.home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 15px;
}

@media (min-width:1200px){
    .home .menu-section > ul > li > a {
        height: 90px;
        line-height: 90px;
    }
}

.home .box-info-top {
    display: flex;
    justify-content: flex-end;
}

.home .box-info-top .inter-content {
    background: var(--color-main);
    display: flex;
    gap: 20px;
    padding: 12px 50px 8px;
    border-radius: 100px 100px 0 0;
    max-width: 630px;
    margin-left: auto;
    margin-right: 30px;
}

 .box-info-top .inter-content span {
    line-height: 1;
}
 .box-info-top .inter-content>a {
    display: inline-flex;
    line-height: 1;
    color: #000;
    font-size: 14px;
    align-items: center;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}

 .box-info-top .inter-content>a>i {
    margin-right: 7px;
    position: relative;
}

.box-slider-main .content .info-image {
    position: relative;
    padding-bottom: 21px;
}

.box-slider-main .content .info-image .img-01 {
    position: absolute;
    right: 0;
    width: 65%;
    top: 40px;
}

.box-slider-main .content .info-image .img-02 {
    max-width: 465px;
    left: 0;
}

.box-slider-main .content .info-image .img-01 .img {
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-main);
}

img.img-fluid.img-bf-01 {
    position: absolute;
    right: -25px;
    top: 47px;
    width: 70%;
    z-index: -2;
    transform: translate(-40px, -50px);
    opacity: 0;
    transition: 1s cubic-bezier(.57,.21,.69,1.25);
}

.swiper-slide.swiper-slide-active img.img-fluid.img-bf-01 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition-delay: 0.5s;
}

img.img-fluid.img-bf-02 {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 70%;
    z-index: -2;
    transform: rotate(-100deg);
    transition: 1s cubic-bezier(.57,.21,.69,1.25);
    opacity: 0;
}
.swiper-slide.swiper-slide-active  img.img-fluid.img-bf-02 {
    transform: rotate(0deg);
    transition-delay: 0.5s;
    opacity: 1;
}
.box-slider-main .content .info-image .img-01 .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-main);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    mix-blend-mode: multiply;
}

.box-slider-main .content .info-image .img-01 .img img {
    transform: scale(0);
    transition: 1s cubic-bezier(.57,.21,.69,1.25);
    border-radius: 50% !important;
}

.box-slider-main .swiper-slide.swiper-slide-active .content .info-image .img-01 .img img {
       transform: scale(1);
    transition-delay: 1s;
}

.box-slider-main .content .info-image .img-02 .img {
    transform: translateY(104%);
    transition: 1s ease-in-out;
}

.box-slider-main .swiper-slide.swiper-slide-active .content .info-image .img-02 .img {
    transform: translateY(0%);
    transition-delay: 1s;
}


.slogan {
    color: var(--color-main);
    font-size: 31px;
    margin-bottom: 15px;
}

.box-slider-main .content .title {
    font-weight: 900;
    font-size: 57px;
    margin-bottom: 15px;
    color: #fff;
}

.box-slider-main .content .description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.box-category-product .content-category .info-left .title-section {
    text-align: left;
    font-weight: 900;
}

.box-category-product .content-category .inter-img {
    background: #f9f9f9;
    height: 170px;
    border-radius: 35px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-category-product .content-category .inter-img .img img {
    height: 65px;
}
.box-category-product .content-category .inter-content .name {
    display: inline-block;
    background: #284edb;
    font-size: 12px;
    padding: 7px 5px;
    border-radius: 20px;
    transform: translateY(-20px);
    width: 100%;
    text-align: center;
    color: #fff;
}

.box-category-product .content-category .inter-content .name a {
    color: #fff;
    font-weight: 700;
}

.box-category-product .content-category .inter-content {
    padding: 0 20px;
}

.swiper-button-prev, .swiper-button-next {
    top: 50%;
}

.box-category-product .info-right {
    position: relative;
}
.content-category .swiper-slide img.icon {
    position: absolute;
    top: calc(50% - 27px);
    right: -27px;
}

.box-category-product .info-left {
    margin-right: 53px;
}

.box-section-home-02 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.slogan {
    font-family: "Pacifico";
}

.box-category-product .info-left .slogan {
    margin-bottom: 5px;
}


.box-about-home .inter-image {
    position: relative;
    padding-bottom: 40px;
}

.box-about-home .inter-image .image-01 {max-width: 350px;}

.box-about-home .inter-image .image-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

.box-about-home .inter-image .image-01 .img {
    padding-top: 110%;
}

.box-about-home .inter-image .img {
    border-radius: 15px;
    overflow: hidden;
}

.box-about-home .inter-image {
    position: relative;
    padding-bottom: 40px;
}

.box-about-home .inter-image .image-01 {max-width: 350px;}

.box-about-home .inter-image .image-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

.box-about-home .inter-image .image-03 {
    width: 185px;
    height: 185px;
    position: absolute;
    top: -50px;
    left: -80px;
}

.box-about-home .inter-image .image-01 .img {
    padding-top: 110%;
}

.box-about-home .inter-image .img {
    border-radius: 15px;
    overflow: hidden;
}

.box-about-home .inter-image .image-03 .img {
    object-fit: contain;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.box-about-home .info-right {
    margin-left: 50px;
}

.box-about-home .info-right .title-section {
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.4;
}

.box-about-home .info-right .dsc {
    font-size: 18px;
    margin-bottom: 20px;
}

.box-about-home .info-right .link a {
    display: inline-block;
    padding: 13px 30px;
    background: var(--color-highlight);
    border-radius: 50px;
    color: #fff;
}

.box-section-home-03 {
    margin-bottom: 60px;
}
.box-category-product .content-category .item:hover .inter-img .img img {
    animation: 1s kd-jello;
}

@keyframes kd-jello {
    11.1% {
      transform: none
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
      transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
      transform: none
    }
}

.box-customer-reviews {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-customer-reviews .info-text {
    padding-right: 15px;
}

.box-customer-reviews .info-text .title-section {
    color: #fff;
}

.box-customer-reviews .info-text .dsc {
    color: #fff;
    font-size: 20px;
}

.content-review .item {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    position: relative;
}
.content-review .item .inter-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.content-review .item .inter-img .img {
    border-top-left-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    padding-top: 110%;
}

.content-review .item .inter-content {
    padding-left: 40px;
    padding-right: 25px;
}

.content-review .item .inter-content .inter-star {
    margin-bottom: 15px;
}

.content-review .item .inter-content .inter-star .star {
    display: inline-flex;
    background: var(--color-main);
    padding: 7px 15px;
    border-radius: 35px;
    color: #fff;
    font-size: 12px;
}
.content-review .item .inter-content .icon {
    font-size: 80px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 80px;
    line-height: 80px;
}

.content-review .item .inter-content .description {
    color: #9192a6;
    margin-bottom: 15px;
    height: 96px;
}

.content-review .item .inter-content  .text-content .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-customer-reviews .info-text .slogan {
    color: #fff;
}

.box-section-home-06 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.tab-content .product-item {
    padding: 15px;
}

.tab-content .product-item .inner-content {
    padding: 0;
}

.tab-content .product-item .inner-image {
    margin-bottom: 15px !important;
}

.title-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-tab .title-section {
    margin-bottom: 0 !important;
}
.box-section-home-09 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-section-home-10 {
    padding-bottom: 50px;
}

.inter-brand-info {
    position: relative;
}



.box-sptd .item-one .title {
    margin-bottom: 10px;
    color: #5a5151;
    font-size: 24px;
    font-weight: 700;
}

.box-sptd .item-one .slogan, .section-box-kh .slogan-section {
    font-size: 36px;
    font-weight: 700;
    color: #363F46;
    line-height: 1.2;
    margin-bottom: 15px;
}

.box-sptd .item-one .dsc {
    margin-bottom: 20px;
}

.box-sptd .item-one .link a {
    border-radius: 38px;
    background: var(--color-main);
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    border: 1px solid var(--color-main);
}

.box-sptd .item-one .link a:hover {
    background: #fff;
    color: var(--color-main);
}

.box-sptd .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-sptd .item .inter-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    pointer-events: none;
    max-width: 400px;
}

.box-sptd .item .inter-content .name {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.box-sptd .item .inter-content .description {
    color: #fff;
}

.box-sptd .item:before {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, rgba(112, 42, 2, 0.00) 0%, rgb(0 0 0 / 78%) 100%);
    content: '';
    position: absolute;
    height: 231px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
}
.header-menu {
    /* background: var(--color-highlight); */
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.home .header-menu {
    background: none;
}
.box-sptd.header-menu {
    /* background: var(--color-highlight); */
    padding-top: 10px;
    padding-bottom: 10px;
}

.home .header-menu {
    background: none;
    padding: 0;
    border-top: 0;
}>.row>div:nth-child(4) {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.box-sptd .item .img {
    padding-top: 75%;
}

.box-sptd .item .img img {
    transition: 1s;
}

.box-sptd .item:hover .img img {
    transform: scale(1.1);
}

.box-sptd .item:hover .inter-content .name {
    /*color: var(--color-highlight);*/
}
.box-htkd .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
    font-size: 18px;
    font-style: italic;
    color: #6c757d;
}

.box-sptd>.row>div:nth-child(4) .item::before {
    /* height: 100%; */
    /* background: linear-gradient(270deg, rgba(112, 42, 2, 0.00) 0%, rgb(255 255 255 / 0%) 100%); */
}
.box-section-home-010 {
    padding-top: 50px;
    padding-bottom: 0;
}

.box-section-news-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-slider-home {
    position: relative;
}

.box-section-news-home .title-section {
    color: #fff;
}
.box-info-top .inter-content {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    justify-content: flex-end;
}
.box-product-slider-page {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-slider-page .swiper-slide {
    padding: 10px;
}
.tab-content .product-item span.product-status-onsale {
    top: 20px;
    left: 20px;
}
.product-detail-description .card .card-body .table-bordered {
    margin-bottom: 0;
    border-bottom: 0;
}

.product-detail-description .card .card-body table>tbody>tr>td {
    border: 0;
    padding: 5px 9px;
}

.product-detail-description .card .card-body table>tbody>tr:nth-child(2N +1) >td {
    background: #e0e0e0;
}

.product-detail-description .card .card-body table>tbody>tr:last-child>td {
    border-bottom: 0 !important;
    border: 0 !important;
}

.product-detail-description .card .card-body table>tbody>tr>td:first-child {
    width: 170px;
}
.box-search.box-header-icon:hover form {
    opacity: 1;
    display: block;
}
@media (min-width:1200px){
    .box-sptd>.row>div:nth-child(4) {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .box-sptd>.row>div:nth-child(4) .item .img {
        padding-top: 37%;
    }
}
.box-section-news-home .article-item {
    background: #fff;
}

@media (max-width:576px){
    .box-slider-main .content .info-image .img-02 {
        max-width: 279px;
    }
           .content-review .item .inter-content .icon {
        display: none;
    }
    
    .content-review .item .inter-content .inter-star {
        display: none;
    }
    
}
@media (max-width:1200px){
    .is-pc .box-slider-main {
        padding-top: 171px;
    }
    
    .is-pc .box-slider-main .content {
        text-align: center;
    }
    .is-mobile header {
        background: var(--color-highlight);
        border-bottom: 1px solid #ffffff;
    }
    .btn-action-header .icon-number i {
        color: #fff;
    }
    
    .box-slider-main {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: contain;
        position: relative;
    }
    
    .box-slider-main:before {
        content: '';
        background: var(--color-highlight);
        width: 100%;
        height: calc(100% - 70px);
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .box-slider-main .content .title {
        font-size: 24px;
    }
    
    .box-slider-main .content .slogan {
        font-size: 25px;
    }
    
    .box-slider-main .content .description {
        font-size: 15px;
    }

    
    .box-slider-main .content .info-image {
        margin-top: 25px;
    }
    .box-category-product .info-left {
        margin-right: 0;
    }
    
    .title-section {
        font-size: 24px;
    }
    
    .box-section-home-02 {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    
    .slogan {
        font-size: 25px;
    }
    .box-about-home .inter-image .image-03 {display: none;}
    
    .box-about-home .info-right {
        margin-left: 0;
    }
    
    .box-about-home .info-right .dsc {
        font-size: 15px;
    }
    
    .box-section-home-03 {
        margin-bottom: 40px;
    }
    .box-section-home-06 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .title-tab {
        display: flex;
        flex-direction: column;
    }
    
    .title-tab .title-section {
        margin-bottom: 20px !important;
    }
    
    .title-tab ul.block-tab {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .title-tab ul.block-tab li.nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .tab-content .product-item {
        padding: 5px;
    }
    
    .product-title {
        font-size: 14px;
        min-height: 32px;
        margin-bottom: 5px;
    }
    
    .product-item .inner-content .price span.price-amount {
        font-size: 14px;
    }
    
    .product-item .inner-content .price span.price-amount.old-price {
        font-size: 12px;
    }
    
    .product-item .inner-content .price {
        margin-bottom: 10px;
    }
    .product-item .inner-content a.btn-product-action {
        padding: 5px;
    }
    .box-customer-reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .box-customer-reviews .info-text .title-section {
        margin-bottom: 15px;
    }
    
    .box-customer-reviews .info-text .dsc {
        font-size: 18px;
        margin-bottom: 15px;
    }
    

    .content-review .item .inter-content {
        padding-left: 20px;
        padding-right: 15px;
    }
 
    .content-review .item .inter-content .description {
        display: -webkit-box;
        max-width: 100%;
        font-size: 13px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        margin-bottom: 10px;
    }
    
    .content-review .item .inter-content .text-content .name {
        font-size: 14px;
    }
    .box-sptd .item {
        margin-bottom: 10px;
        border-radius: 10px;
    }
    
    .box-sptd .item .inter-content {
        padding: 10px;
    }
    
    .box-sptd .item .inter-content .name {
        font-size: 14px;
    }
    
    .box-section-home-010 {
        padding-top: 40px;
    }
    
    .box-section-home-09 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .box-section-news-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }
        
    .box-section-home-10 {
        padding-bottom: 40px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .content-filter-product .categories {
        padding: 0;
        margin-bottom: 15px;
    }
    .box-product-slider-page {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .box-product-slider-page .swiper-slide {
        padding: 5px;
    }
    .box-article-detail-02 {
        margin-bottom: 30px;
    }
}

@media (max-width:1200px){
        
    .is-pc .header-menu .btn-action-header i {
        color: #000;
    }
    
    .is-pc.home .header-menu>.container {
        padding: 10px;
    }
    
    .is-pc  .header-menu>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .is-pc .header-menu>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .is-pc .header-menu>.container>.row>div:nth-child(2) {
        order: 1;
    }
    
    .is-pc .header-menu>.container>.row>div:nth-child(3) {
        order: 3;
    }
    .logo-section {
        text-align: center;
    }
    .header-menu .btn-menu-mobile {
        color: #000 !important;
        background: #ddd;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    
    .box-category-product .swiper-button-prev, .box-category-product .swiper-button-next {
        top: calc(50% - 15px);
    }
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }

}

@media (min-width:767px) and (max-width:1200px){
    .is-pc .box-sptd>.row>div:nth-child(4) {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .is-pc .box-sptd>.row>div:nth-child(4) .item .img {
        padding-top: 37%;
    }
}

@media (min-width:1024px) and (max-width:1200px){
    .box-slider-main .content .info-image .img-02 {
        max-width: 353px;
    }
}