/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --color-main1: #104e9e;
    --color-main2: #ffa800;
    --color-blue: #059;
    --color-orange: #f59929;
}

body{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    background: #f9f9f9;
    font-family: "Roboto", sans-serif;
}

.header, #main, #wrapper, .header-wrapper.stuck{
    background: #f9f9f9;
}


h1, h2, h3, h4, h5, h6 {
    color: #000;
}

b, strong{
    font-weight: 700;
}

.font-medium{
    font-weight: 500;
}

.hotline-phone-ring-wrap {
    position: fixed;
    /*bottom: 5%;*/
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e10000;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #e10000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e10000;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}

.hotline-bar {
    position: absolute;
    background: #e10000;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
    /*display: none;*/
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#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;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

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

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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%);
}

#button-contact-vr {
    position: fixed;
    /*bottom: 0;*/
    z-index: 99999;
}

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

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#button-contact-vr {
    bottom: 110px;
    left: 10px;
}

.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-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, 0.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: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.product-actions i {
    display: none;
}
.price-wrapper .product-actions a {
    display: inline-block;
    background: linear-gradient(90deg, #1c2053, #ea2a26);
    height: unset;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
}

.price-wrapper .product-actions a:hover {
    color: yellow;
    transition: 0.4s;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    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 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 zoom {
    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 zoom {
    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 {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
}

.product-actions .loadding {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #370d0da3;
    visibility: hidden;
    transform: translateX(-50%);
}

.loader-ajax:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 5px;
    position: relative;
}

.product .col-inner .product-actions span {
    position: relative;
    z-index: 99;
    color: #fff;
}
.loader-ajax.show {
    visibility: visible;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* toast */
.toast-buttons {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 2em auto;
}

.toast-row {
    display: flex;
    justify-content: center;
    margin: 1em 0;
    padding: 1rem;
    flex-wrap: wrap;
}

button.custom-toast {
    padding: 0.5rem 1rem;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 2px 2px 10px
    rgba(0, 0, 0, 0.785);
    cursor: pointer;
    width: 150px;
    margin: 0.5em;
    transition: filter 0.2s ease-in-out,
    transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: transparent;
    outline: none;
    background: #3498db;
    color: #fff;
}

button.custom-toast:hover {
    filter: brightness(0.9);
}

button.success-toast {
    background-color: #2ecc71;
}

button.danger-toast {
    background-color: #e74c3c;
}

button.info-toast {
    background-color: #3498db;
}

button.warning-toast {
    background-color: #f1c40f;
}

.toast {
    position: fixed;
    top: 40px;
    right: 15px;
    max-width: 300px;
    background: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    box-shadow: -1px 1px 10px
    rgba(0, 0, 0, 0.3);
    z-index: 1023;
    animation: slideInRight 0.3s
    ease-in-out forwards,
    fadeOut 0.5s ease-in-out
    forwards 3s;
    transform: translateX(110%);
}

.toast.closing {
    animation: slideOutRight 0.5s
    ease-in-out forwards;
}

.toast-progress {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #b7b7b7;
    animation: toastProgress 3s
    ease-in-out forwards;
}

.toast-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.toast-icon {
    /* padding: 0.35rem 0.5rem; */
    font-size: 1.5rem;
}

.toast-message {
    flex: 1;
    font-size: 0.9rem;
    color: #000000;
    padding: 0.5rem;
}

.toast.toast-success {
    background: #95eab8c9;
}

.toast.toast-success .toast-progress {
    background-color: #2ecc71;
}

.toast.toast-danger {
    background: #efaca5;
}

.toast.toast-danger .toast-progress {
    background-color: #e74c3c;
}

.toast.toast-info {
    background: #bddaed;
}

.toast.toast-info .toast-progress {
    background-color: #3498db;
}

.toast.toast-warning {
    background: #ead994;
}

.toast.toast-warning .toast-progress {
    background-color: #f1c40f;
}

@keyframes slideInRight {
    0% {
        transform: translateX(110%);
    }

    75% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(110%);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes toastProgress {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}
@media( max-width: 767px  ) {
    .toast {
        top: 95px!important;
    }
    .left-support {
        padding-bottom: 0;
    }
}
/* toast */

/*css mới*/

.header .header-main, .header .stuck .header-main{
    height: unset !important;
}

.header .header-wrapper.stuck{
    box-shadow: none;
}

.header-main{
    padding: 10px 0;
}

.header-main .header-nav{
    gap: 10px;
}

.header-main .header-vertical-menu__opener{
    border-radius: 5px;
    background: var(--color-main1);
}

.header-main .searchform{
    width: 395px;
}

.header-main .searchform .search-field{
    height: 35px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 0px 10px;
    box-shadow: none;
}

.header-main .searchform .flex-col:not(.flex-grow){
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header-main .searchform .submit-button{
    background: transparent;
    border: none;
    color: var(--color-main1);
}

.header-main .flex-right .social-icons, .main-footer .social-icons{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-main .flex-right .social-icons a, .main-footer .social-icons a{
    margin: 0;
}

.header-bottom .flex-left{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 5px 0;
    margin-top: 10px;
}

.icon-box-img img, .icon-box-img svg{
    padding-top: 0;
}

.box-cus-policy .icon-box{
    align-items: center;
    justify-content: center;
}

.box-cus-policy .icon-box-left .icon-box-text{
    padding-left: 10px;
    flex: unset;
}

.box-cus-policy .icon-box-text .text h3{
    font-size: 14px;
    color: var(--color-main1);
    font-size: 500;
}

.box-banner-home .slider{
    border: 1px solid #e2e2e29c;
    border-radius: 10px;
    overflow: hidden;
}

.box-cate-service-home > .col-inner{
    border: 1px solid #e2e2e29c;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-right: 20px !important;
    flex: unset;
    padding: 10px 0;
}

.box-cate-service-home .title h2, .cus-ver-menu-content .title h2{
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
}

.box-cate-service-home .item-cate, .cus-ver-menu-content .item-cate{
    align-items: center;
    padding: 0 15px;
}

.box-cate-service-home .item-cate + .item-cate, .cus-ver-menu-content .item-cate + .item-cate{
    margin-top: 5px;
}

.box-cate-service-home .item-cate:hover, .cus-ver-menu-content .item-cate:hover{
    background: var(--color-main1);
    border-radius: 5px;
}

.box-cate-service-home .item-cate:hover .icon-box-text h3, .cus-ver-menu-content .item-cate:hover .icon-box-text h3{
    color: #fff;
}

.box-cate-service-home .item-cate .icon-box-text, .cus-ver-menu-content .item-cate .icon-box-text{
    padding-left: 5px;
}

.box-cate-service-home .item-cate .icon-box-text h3, .cus-ver-menu-content .item-cate .icon-box-text h3{
    font-size: 14px;
}

.box-home{
    margin-top: 25px;
}

.box-home > .large-12{
    padding-bottom: 0;
}

.cate-pro-vertical-home{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.cate-pro-vertical-home .cus-item{
    flex: 1;
}

.cate-pro-vertical-home .cus-item .icon-box-img{
    margin: 0 auto;
}

.cate-pro-vertical-home .cus-item .icon-box-img img{
    transition: all 0.3s;
}

.cate-pro-vertical-home .cus-item:hover .icon-box-img img{
    transform: scale(1.15);
}

.cate-pro-vertical-home .cus-item .text h3{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.flickity-button svg.flickity-button-icon{
    display: none;
}

.flickity-prev-next-button{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    min-height: unset;
    opacity: 1 !important;
}

.flickity-button.flickity-prev-next-button, .slider:hover .flickity-button.flickity-prev-next-button{
    top: 50%;
    bottom: unset;
    transform: translateY(-50%) !important;
}

.flickity-button::before{
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url('http://trananh.tamphat.edu.vn/wp-content/uploads/2026/04/icon-arrow-prev.svg');
}

.flickity-button.next::before{
    rotate: 180deg;
}

.flickity-page-dots .dot{
    width: 15px;
    height: 15px;
    border: none;
    opacity: 1;
    background: #fff;
}

.flickity-page-dots .dot.is-selected{
    background: #ffd600 !important;
}

.flickity-button.flickity-prev-next-button{
    margin-top: 0 !important;
}

.product-home1 .cus-banner{
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.box-home-product{
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 0 5px 5px;
    padding: 0 5px !important;
}

.product-home1 .box-home-product{
    background: #1ec4fe;
}

.product-small.product, .box-home .row-small>.flickity-viewport>.flickity-slider>.col{
    padding: 10px 5px;
}

.product-small.product > .col-inner{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}

.badge-container{
    top: 10px;
    left: 10px;
    margin: 0;
}

.badge-container .badge-inner{
    background: url('http://trananh.tamphat.edu.vn/wp-content/uploads/2026/04/bg-sale.svg');
    width: 55px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 13px;
    color: #000;
}

.product-small .box-image .image-tools{
    display: none;
}

.product-small .box-image img{
    background: #fff;
}

.product-small.product .product-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-small.product .product-title a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 20px;
}

.product-small.product .cus-price{
    font-size: 16px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product-small.product .cus-price .amount{
    color: #dd3e07;
}

.product-small.product .cus-price del{
    order: 1;
}

.product-small.product .cus-price del .amount, .product-small.product .cus-price del{
    color: #9f9f9f;
    font-size: 12px;
}

.product-small.product .box-text{
    padding-bottom: 0;
}

.product-small.product .box-text .price-wrapper, .product-small.product .box-text .cus-star{
    margin-top: 10px;
}

.product-small.product .box-text .cus-star{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #757575;
}

.product-small.product .box-text .cus-star svg{
    width: 14px;
}

.cate-pro-home1 > .large-12 > .col-inner{
    background: #d9e3f0;
    padding-top: 10px;
    border-radius: 5px;
}

.cate-pro-home1.cus-bg-2 > .large-12 > .col-inner{
    background: #ffd100;
}

.cus-tab-cate-pro{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
}

.cus-tab-cate-pro h4{
    margin-bottom: 0;
    min-width: 225px;
    flex: 1 1 0%;
    font-size: 20px;
    width: auto;
    padding-left: 10px;
    line-height: 1.5;
}

.cus-tab-cate-pro .nav{
    width: auto;
    padding-right: 10px;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.cus-tab-cate-pro .nav .tab{
    flex-shrink: 0;
}

.cus-tab-cate-pro .nav a{
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    color: #000;
}

.cus-tab-cate-pro .nav a span{
    font-size: 12px;
}

.cus-tab-cate-pro .nav .active a{
    background: var(--color-main1);
    color: #fff;
}


.cus-tab-cate-pro .tab-panels{
    width: 100%;
    padding-top: 0;
}

.box-banner-cate-pro{
    padding: 0 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 55px;
    z-index: 1;
}

.box-banner-cate-pro .img-inner{
    border-radius: 5px;
}

.box-banner-cate-pro .img-inner::before, .box-banner-cate-pro .img-inner::after{
    content: "";
    position: absolute;
    z-index: 9;
    width: 0px;
    height: 0px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.35);
    transition: 0.75s;
}

.box-banner-cate-pro .img-inner::before{
    bottom: 0px;
    right: 0px;
}

.box-banner-cate-pro .img-inner::after{
    top: 0px;
    left: 0px;
    transition-delay: 0.1s;
}

.box-banner-cate-pro .img-inner:hover::before, .box-banner-cate-pro .img-inner:hover::after{
    height: 100%;
    width: 100%;
    opacity: 0;
}

.art-home > .large-12 > .col-inner, .video-home .large-12 > .col-inner{
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.art-home .title h2, .video-home .title h2{
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.art-home .row-small, .video-home .row-small{
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.art-home .row-small > .col, .video-home .row-small > .col{
    padding: 0 5px 10px;
}

.art-home .cus-list-art > .large-6, .video-home .cus-list-video > .col{
    padding-bottom: 0;
}

.post-item .box-image{
    border-radius: 5px;
}

.post-item .is-divider{
    display: none;
}

.post-item .box-text{
    text-align: left;
    padding: 10px 0 0;
}

.post-item .post-title a, .post-item .from_the_blog_excerpt{
    font-size: 14px;
}

.video-home .cus-list-video .box-text{
    position: unset;
}

.video-home .cus-list-video .video-button-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-home .video{
    margin-bottom: 0;
    padding-top: 0 !important;
    border-radius: 5px;
}

.video-home .cus-list-video .cus-title h2{
    font-size: 14px;
    margin-bottom: 0;
}

.video-home .cus-list-video .box-left .cus-title h2{
    margin-top: 10px;
}

.video-home .cus-list-video .cus-item{
    align-items: center;
}

.footer-wrapper{
    background: var(--color-main1);
    color: #fff;
    padding: 20px 0;
}

.title-footer, .title-footer h2{
    font-size: 18px;
    min-height: unset;
    margin-bottom: 20px !important;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}

.box-logo-contact .logo-footer{
    margin-bottom: 10px !important;
}

.box-logo-contact .logo-footer img{
    max-height: 50px;
    width: auto;
}

.main-footer ul, .main-footer .box-copyright p{
    margin-bottom: 0;
}

.main-footer p, .main-footer li{
    margin-bottom: 5px;
    font-size: 14px;
}

.main-footer .ux-menu-link__link{
    margin-bottom: 5px !important;
    font-size: 14px;
    min-height: unset;
    padding: 0;
}

.main-footer .box-copyright{
    padding-bottom: 0;
}

.main-footer .box-copyright > .col-inner{
    padding-top: 10px;
    border-top: 1px solid #fff;
    text-align: center;
}

.absolute-footer{
    display: none;
}

.breadcrumbs p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs p::before{
    content: '';
    width: 16px;
    height: 16px;
    background: url('./images/icon-home.svg');
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.breadcrumbs *{
    font-size: 12px;
}

.breadcrumbs a{
    color: #555;
}

.breadcrumbs a:hover, .breadcrumbs .last{
    color: var(--color-main1);
}

.home.page .page-wrapper{
    padding-top: 15px;
    padding-bottom: 0;
}

.tax-product_cat .box-cus-banner-cate .list-banner, .woocommerce-shop .box-cus-banner-cate .list-banner{
    list-style: none;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 0;
}

.tax-product_cat .box-cus-banner-cate .list-banner li, .woocommerce-shop .box-cus-banner-cate .list-banner li{
    flex-shrink: 0;
    width: calc(50% - 5px);
    margin-bottom: 0;
}

.tax-product_cat .box-cus-banner-cate .list-banner li img, .woocommerce-shop .box-cus-banner-cate .list-banner li img{
    border-radius: 5px;
    overflow: hidden;
}

.tax-product_cat .box-cus-title-cate .box-content, .woocommerce-shop .box-cus-title-cate .box-content{
    margin-top: 10px;
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tax-product_cat .box-cus-title-cate .box-content .title, .woocommerce-shop .box-cus-title-cate .box-content .title{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    line-height: 1.5;
}

.tax-product_cat .box-cus-title-cate .box-content .list-cate, .woocommerce-shop .box-cus-title-cate .box-content .list-cate{
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    list-style: none;
    overflow-x: auto;
    width: auto;
    max-width: 100%;
}

.tax-product_cat .box-cus-title-cate .box-content .list-cate li, .woocommerce-shop .box-cus-title-cate .box-content .list-cate li{
    flex-shrink: 0;
}

.tax-product_cat .box-cus-title-cate .box-content .list-cate li, .woocommerce-shop .box-cus-title-cate .box-content .list-cate li{
    margin-bottom: 0;
}

.tax-product_cat .box-cus-title-cate .box-content .list-cate a, .woocommerce-shop .box-cus-title-cate .box-content .list-cate a{
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    background: var(--color-main1);
    border: 1px solid transparent;
}

.tax-product_cat .box-cus-title-cate .box-content .list-cate a:hover, .woocommerce-shop .box-cus-title-cate .box-content .list-cate a:hover{
    border-color: var(--color-main1);
    background: #fff;
    color: var(--color-main1);
}

.tax-product_cat .page-title-inner, .woocommerce-shop .page-title-inner{
    padding-top: 15px;
    min-height: unset;
}

.tax-product_cat .page-title-inner .flex-grow, .woocommerce-shop .page-title-inner .flex-grow{
    display: none;
}

.tax-product_cat .page-title-inner .flex-col, .woocommerce-shop .page-title-inner .flex-col{
    font-size: 14px;
}

.tax-product_cat .page-title-inner .flex-col + .flex-col::before, .woocommerce-shop .page-title-inner .flex-col + .flex-col::before{
    content: 'Sắp xếp theo: ';
    line-height: 30px;
}

.tax-product_cat .page-title-inner .orderby, .woocommerce-shop .page-title-inner .orderby{
    outline: none !important;
    margin: 0 0 0 10px !important;
    min-height: unset;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    box-shadow: none !important;
    color: #dd3e07;
    max-width: 245px;
}

.tax-product_cat .category-page-row, .woocommerce-shop .category-page-row{
    padding-top: 10px;
}

.tax-product_cat .product > .col-inner, .woocommerce-shop .product > .col-inner{
    border: 1px solid #ebebeb;
}

.tax-product_cat .category-page-row .large-12, .woocommerce-shop .category-page-row .large-12{
    padding-bottom: 10px;
}

ul.links{
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pagination>li>a, .nav-pagination>li>span{
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    min-width: unset;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover{
    background-color: var(--color-main1);
    border-color: var(--color-main1);
}

.tax-product_cat .cus-desc-cate-pro .box-content.cus-hide, .woocommerce-shop .cus-desc-cate-pro .box-content.cus-hide{
    height: 500px;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.tax-product_cat .cus-desc-cate-pro .box-show-more, .woocommerce-shop .cus-desc-cate-pro .box-show-more{
    text-align: center;
}

.tax-product_cat .cus-desc-cate-pro .box-show-more a, .woocommerce-shop .cus-desc-cate-pro .box-show-more{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid var(--color-main1);
    color: var(--color-main1);
    width: 120px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0;
}

.single-product .product-info .cart{
    display: none;
}

.single-product .breadcrumbs p{
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.single-product .product-main{
    padding-top: 0;
    padding-bottom: 0;
}

.single-product .cus-content-product .cus-content{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product .cus-content-product .cus-content > div{
    width: calc(50% - 5px);
}

.single-product .cus-content-product .cus-content .product-info{
    padding: 0;
}

.single-product .cus-content-product .cus-content .product-info .breadcrumbs{
    display: none;
}

.single-product .product-info h1{
    font-size: 20px;
    margin-bottom: 5px;
}

.single-product .product-info .box-price-sale{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}

.single-product .product-info .box-price-sale .cus-price{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.single-product .product-info .box-price-sale .cus-price del{
    order: 1;
    line-height: 1;
}

.single-product .product-info .box-price-sale .cus-price ins{
    font-size: 28px;
}

.single-product .product-info .box-price-sale .cus-price ins span.amount{
    color: #dd3e07;
}

.single-product .product-info .box-price-sale .box-pre .badge-inner{
    padding: 2px 5px;
    border-radius: 5px;
    background: var(--color-main1);
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.single-product .product-info .box-cus-desc{
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px 0px;
}

.single-product .product-info .box-cus-desc .title{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: var(--color-main1);
    gap: 10px;
    color: #fff;
}

.single-product .product-info .box-cus-desc .product-short-description{
    padding: 10px 10px 0;
}

.single-product .product-info .box-cus-desc .product-short-description p, .single-product .product-info .box-cus-desc .product-short-description ol,
.single-product .product-info .box-cus-desc .product-short-description ul{
    margin-bottom: 10px;
    font-size: 14px;
}

.single-product .product-info .box-contact{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.single-product .product-info .box-contact > a{
    width: calc(50% - 10px);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: var(--color-main1);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 12px;
}

.single-product .product-info .box-contact img{
    width: 28px;
    height: 28px;
}

.single-product .product-gallery .product-thumbnails a{
    border-radius: 5px;
} 

.single-product .product-gallery .on-sale{
    display: none;
}

.single-product .product-gallery .product-thumbnails .is-nav-selected a, .single-product .product-gallery .product-thumbnails a:hover{
    border-color: var(--color-main1);
}

#product-sidebar .widget{
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px 0px;
}

#product-sidebar .widget:last-child{
    margin-bottom: 0;
}

#product-sidebar .widget .item-aside{
    align-items: center;
}

#product-sidebar .widget .item-aside + .item-aside{
    margin-top: 15px;
}

#product-sidebar .widget .item-aside.item-title h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #f8437b;
}

#product-sidebar .widget .item-aside h3{
    font-size: 13px;
}

#product-sidebar .widget .item-aside .icon-box-text{
    padding-left: 10px;
}

.single-product .product-main .cus-content-product{
    padding-right: 5px;
}

#product-sidebar{
    padding-left: 5px;
}

.single-product .product-footer .box-cus-desc-quest{
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    font-size: 15px;
}

.single-product .product-footer .box-cus-desc-quest .cus-content.cus-hide{
    max-height: 500px;
    overflow: hidden;
}

.single-product .product-footer .box-cus-desc-quest .cus-content *{
    margin-bottom: 10px;
}

.single-product .product-footer .box-cus-desc-quest .cus-content ul{
    padding-left: 40px;
}

.single-product .product-footer .btn-show-more{
    text-align: center;
    margin-top: 15px;
}

.single-product .product-footer .btn-show-more a{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid var(--color-main1);
    border-radius: 5px;
    color: var(--color-main1);
    gap: 10px;
}

.single-product .product-footer .btn-show-more a svg{
    fill: var(--color-main1);
}

.single-product .product-footer .btn-show-more a:hover{
    background: var(--color-main1);
    color: #fff;
}

.single-product .product-footer .btn-show-more a:hover svg{
    fill: #fff;
}

.single-product .product-footer .box-cus-desc-quest .box-cus-content + .box-cus-quest{
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}

.single-product .product-footer .box-cus-desc-quest .box-cus-quest h2{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5;
}

.single-product .product-footer .box-cus-quest ul{
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product .product-footer .box-cus-quest ul li{
    width: 100%;
    margin-bottom: 0;
}

.single-product .product-footer .box-cus-quest .btn-title{
    display: block;
    width: 100%;
    padding: 10px 25px 10px 10px ;
    color: #000;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fff;
    font-weight: 700;
    position: relative;
}

.single-product .product-footer .box-cus-quest .btn-title.show{
    border-radius: 5px 5px 0 0;
}

.single-product .product-footer .box-cus-quest .btn-title::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
    border-radius: 1px 2px 1px 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.single-product .product-footer .box-cus-quest .btn-title.show::after{
    transform: translateY(-50%) rotate(135deg);
}

.single-product .product-footer .box-cus-quest .content-quest{
    padding: 10px 10px 10px 20px;
    background: #e6e6e6;
    border-radius: 0 0 5px 5px;
    display: none;
}

.single-product .product-footer .related{
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background: #fff;
    border: none;
    margin-bottom: 30px;
}

.single-product .product-footer .related .product{
    padding-bottom: 0;
}

.single-product .product-footer .related .product > .col-inner{
    padding: 0;
}

.single-product .product-footer .related h3{
    display: inline-block;
    padding: 5px 10px;
    background: var(--color-main1);
    color: #fff;
    border-radius: 5px;
    width: auto;
}

.category .blog-archive, .single-post .blog-single{
    padding: 10px 0 0;
}

.category .blog-archive .large-10, .single-post .blog-single .large-10, .page-contact .box-map, .page-contact .col{
    padding-bottom: 0;
}

.category .blog-archive .large-10 .row{
    margin-left: -10px;
    margin-right: -10px;
}

.category .blog-archive .large-10 .row .post-item{
    padding: 0 10px 20px;
}

.single-post .blog-single .is-divider{
    display: none;
}

.single-post .blog-single .entry-header-text, .single-post .blog-single .single-page, .page .page-wrapper{
    padding: 0;
}

.single-post .blog-single .single-page *{
    margin-bottom: 10px;
}

.box-map p{
    margin-bottom: 0;
}

.box-map iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.page-contact .box-info-form .wpcf7-submit{
    margin: 0;
}

.wpcf7-spinner{
    display: none;
}

.cus-ver-menu-content{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e2e2e29c;
    border-radius: 10px;
    background: #fff;
    padding: 10px 0;
    width: 200px;
}

.cus-btn-show-menu{
    display: flex;
    width: 140px;
    height: 34px;
    background: var(--color-main1);
    border-radius: 5px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 10px;
    cursor: pointer;
}

.cus-btn-show-menu .icon, .cus-btn-show-menu .icon i{
    font-size: 20px;
    line-height: 1;
}

.cus-ver-menu:hover .cus-ver-menu-content{
    display: block;
}



@media(min-width:850px){
    .footer-wrapper .item-change{
        flex-basis: 22.2222%;
        max-width: 22.2222%;
    }

    .category .blog-archive .large-10, .single-post .blog-single .large-10{
        flex-basis: 100%;
        max-width: 100%;
    }

    .category .blog-archive .post-item{
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media(min-width: 1200px){
    .box-cate-service-home.large-3{
        flex-basis: 220px;
        max-width: 220px;
    }

    .cate-pro-banner-home .large-9{
        flex-basis: calc(100% - 220px);
        max-width: calc(100% - 220px);
    }
}

@media(max-width:1199px){
    .box-cate-service-home{
        display: none !important;
    }

    .cate-pro-banner-home .large-9{
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media(max-width:849px){
    .cate-pro-vertical-home{
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .cate-pro-vertical-home .cus-item{
        width: 25%;
        flex: unset;
    }

    .single-product .product-main .cus-content-product{
        padding-right: 15px;
    }

    .category .blog-archive .post-item{
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media(max-width:549px){
    .box-banner-cate-pro{
        overflow-x: auto;
    }

    .box-banner-cate-pro .img{
        flex-shrink: 0;
        max-width: 85%;
    }

    .cus-tab-cate-pro .nav{
        padding-left: 10px;
    }

    .video-home .cus-list-video > .col.box-left{
        padding-bottom: 10px;
    }

    .video-home .cus-list-video .box-left h2{
        text-align: center;
    }

    .single-product .cus-content-product .cus-content{
        gap: 20px;
    }

    .single-product .cus-content-product .cus-content > div{
        width: 100%;
    }

    .single-product .product-info .box-contact{
        gap: 10px;
    }

    .single-product .product-info .box-contact > a{
        width: calc(50% - 5px);
    }

    .category .blog-archive .post-item{
        flex-basis: 100%;
        max-width: 100%;
    }
}
