/*
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.   ***************/
.header-bottom-nav > li{
        padding-left: 15px;
        background: url(/wp-content/uploads/2025/12/line.png) no-repeat;
}
.header-bottom .nav-dropdown-default li a{
    color: white;
}
.nav-dropdown-default {
       border: none;
    padding: 0px;
    background: #334f98;
}

.nav-pagination>li>span, .nav-pagination>li>a {
    font-size: 1.1em;
    display: block;
    height: 2.25em;
    line-height: 2.3em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid currentColor;
    transition: all .3s;
    vertical-align: top;
}

/*setion cu*/
.section-sp .lien-he-price,.section-sp .product-title a{
    color: white !important;
}

.section-noi-bat .nav-simple li.active,.section-noi-bat .nav-simple li:hover{
   background: #2E3192;
    color: #fff !important;
    transform: skew(20deg);
}
.section-noi-bat .nav-simple li{
    transition: none;
}
.section-noi-bat .nav-simple li:hover span ,.section-noi-bat .nav-simple li.active span{
    transform: skew(-20deg);
    display: block;
    color: white !important;
}
.tde_gt {
    margin-bottom:0px;
    font-family: beauticap;
    color: #2d2b2b;
    font-size: 33px;
}
.ten_gt {
    font-family: helvetica;
    color: #ed1c24;
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 10px;
}
.section-gioi-thieu img{
    border-radius: 10px;
    overflow: hidden;
}
.section-gioi-thieu .img-inner:hover:before {
    transition: 1s;
    left: 100%;
}
.section-gioi-thieu .img-inner:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tde_sp {
    color: white;
    font-size: 33px;
    font-family: helvet;
    text-transform: uppercase;
    background: url(/wp-content/uploads/2025/12/tde_g1.png) no-repeat center bottom;
    padding-bottom: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.div-no-padding{
    padding-bottom: 0px;
}

/*setion tiêu đề*/
.tieude22 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.tieude22 span {
    font-size: 12px;
    padding: 4px 8px;
    background: #f4b400;
    color: #fff;
    border-radius: 3px;
}

.tieude22::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}


