*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img{
    object-fit: scale-down;
}
body {
    background-color: #eee;
    font-family: SVN-Product Sans,sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #5FB1DD;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.mid-header {
    background-color: #ffffff;
    margin: 0;
    padding: 10px 0 10px 0;
}

.mid-header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-header img {
    width: 100%;
}
.logo img {
    max-width: 239px;
    min-height: 45px;
}
.logo {
    width: 20%;
}
.col-search {
    width: 44%;
    padding-left: 10px;
    position: relative;
}
.hot-line, .login, .shoping-cart {
    width: 12%;
    padding-left: 15px;
}
.hot-line:hover, .shoping-cart:hover, .login:hover > .fa-user, .login:hover .account-wrap {
    color: linear-gradient(#7CC9EF, #3E97C9);
}

.search-box {
    border: 2px solid #5FB1DD;
    border-radius: 4px;
    padding: 0;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    display: flex;
}
.search-box input {
    border-radius: 2px;
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding-left: 10px;
}
.search-box button {
    border: none;
    cursor: pointer;
    height: 100%;
    width: 45px;
    background: linear-gradient(#7CC9EF, #3E97C9);
    border-radius: 2px;
}
.search-box button i {
    color: #fff;
    font-size: 18px;
}
.hot-line a {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 21px;
    height: 37px;
}
.hot-line a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 20px;
    transform: rotate(-30deg);
}

.login, .shoping-cart {
    display: flex;
    align-items: center;
    position: relative;
}
.login .user-account {
    position: absolute;
    background-color: #fff;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 2;
    border: 1px solid #eee;
    padding: 0 10px 0 10px;
    left: 17px;
    border-radius: 4px;
    top: 40px;
    display: none;
}

.login .user-account:after {
    content: " ";
    top: -5px;
    position: absolute;
    border-top: none;
    border-right: 7px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 5px solid white;
}
.login .icon-login i, .shoping-cart .icon-cart i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 20px;
}
.login .user-account ul li {
    padding-bottom: 10px;
}
.login .user-account ul li i {
    margin-right: 5px;
    font-size: 15px;
}
.login .user-account .title_user_account {
}
.login .user-account .title_user_account p {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
}
.login .user-account .txt-logout {
    background-color: white;
    color: linear-gradient(#7CC9EF, #3E97C9);
    border: 1px solid linear-gradient(#7CC9EF, #3E97C9);
    width: 120px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}
.login .user-account li:hover {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.login .user-account .txt-logout:hover {
    color: #fff;
    background-color: linear-gradient(#7CC9EF, #3E97C9);
}
.icon-cart {
    position: relative;
}
.count-cart {
    top: -5px;
    right: -5px;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: linear-gradient(#7CC9EF, #3E97C9);
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-login .txt-pdf, .icon-cart .txt-pdf {
    padding-left: 10px;
}
.icon-login, .icon-cart {
    display: flex;
    align-items: center;
}
.wrap-menu {
    display: flex;
    align-items: center;
}
.wrap-menu .col-category {
    width: 245px;
    height: 40px;
    background-image: linear-gradient(#7CC9EF, #3E97C9);
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.wrap-menu .col-category .bars i {
    color: #fff;
    font-size: 20px;
}
.wrap-menu .col-category .text-all-cate {
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff;
}
.bot-header {
    background-image: linear-gradient(#7CC9EF, #3E97C9);
    margin: 0;
    font-size: 16px;
}

.site-nav-menu > li {
    padding: 10px 15px 0 15px;
    display: inline-block;
    height: 40px;
}
.site-nav-menu li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.site-nav-menu li a span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col-menu {
    width: calc(100% - 245px);
}
.site-nav-menu li a .fa-angle-down {
    padding-left: 3px;
}
.sub-menu {
    position: absolute;
    width: 260px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    margin-top: 8px;
    margin-left: -15px;
    border-radius: 0 0 8px 8px;
    z-index: 9;
    display: none;
}
.site-nav-menu li:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    color: #000;
}
.sub-menu li {
    height: 40px;
    padding: 13px 15px 0 10px;
    border-bottom: 1px solid #eee;
}
.sub-menu li:last-child {
    border-bottom: none;
}
.site-nav-menu > li:hover {
    background-image: linear-gradient(#8ED2F2, #4FA7D6);
}
.site-nav-menu > li:hover > a {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.sub-menu li:hover {
    background-color: #f6f6f6;
}
.sub-menu li:hover a {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.col-menu-left-mobile, .col-search-mobile, .col-menu-right-mobile {
    display: none;
}
form input:focus {
    outline: none;
    box-shadow: none;
}
.col-search .suggestsearch {
    position: absolute;
    background-color: #ffffff;
    width: 89%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    border-radius: 0 0 2px 2px;
    padding-left: 5px;
    z-index: 2;
    display: none;
}
.suggestsearch ul li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
}
.suggestsearch ul li a {
    display: flex;
}
.suggestsearch ul li a img {
    height: 50px;
}
.suggestsearch ul li .detail .name-product {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
}
.suggestsearch ul li .detail {
    padding-left: 10px;
}
.suggestsearch .loadsearch .detail .price {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}
.suggestsearch .loadsearch .detail .old-price {
    color: #9e9e9e;
    font-size: 14px;
    text-decoration: line-through;
}


/*mobile right menu*/
.mb-menu-right .lv1 {
    padding: 10px 0 10px 0;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
}
.mb-menu-right .mb-sub-menu {
    display: block;
    font-size: 13px;
    color: #888888;
    margin: 3px 0 0 20px;
    padding: 0px;
    position: static;
    box-shadow: none;
    width: 100%;
    list-style: disc;
}
.mb-menu-right .mb-sub-menu li {
    text-transform: capitalize;
    color: #888888;
    font-weight: normal;
    padding: 0px 10px 0px 5px;
    border: none;
}
#menu-mb-right .offcanvas-header {
    padding: 0 15px;
    justify-content: start;
    height: 38px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #E6E6E6;
}
.offcanvas {
    z-index: 99999;
}
#menu-mb-left .offcanvas-header {
    padding: 0;
    justify-content: start;
    height: 38px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #E6E6E6;
}
#menu-mb-right .offcanvas-header a img, #menu-mb-left .offcanvas-header a img  {
    height: 30px;
    margin-left: 100px;
}
#menu-mb-right .offcanvas-body {
    padding: 0 15px;
    overflow-y: unset;
}
#menu-mb-left .offcanvas-body {
    padding: 0;
    overflow-y: unset;
}
#menu-mb-right.offcanvas-end {
    width: 100%;
    border-left: none;
}
#menu-mb-left.offcanvas-start {
    width: 100%;
    border-right: none;
}
#menu-mb-right .offcanvas-header .btn-close, #menu-mb-left .offcanvas-header .btn-close {
    outline: none;
    box-shadow: none;
}
#menu-mb-left .wrap-mn-mb-left {
    display: flex;
    height: 100%;
}
#menu-mb-left .wrap-mn-mb-left .nav-tabs {
    flex-direction: column;
}
#menu-mb-left .wrap-mn-mb-left nav {
    width: 30%;
    background: #f6f6f6;
}
#menu-mb-left .wrap-mn-mb-left .tab-content {
    width: 70%;
}
.wrap-mn-mb-left .nav-tabs .nav-link {
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #000;
}
.wrap-mn-mb-left .nav-tabs .nav-link.active {
    border-left: 3px solid linear-gradient(#7CC9EF, #3E97C9);
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.wrap-tab-content-mb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 12px;
}
.wrap-tab-content-mb .item {
    margin-bottom: 10px;
}
.wrap-tab-content-mb .item p {
    margin-bottom: 0;
}
.wrap-tab-content-mb .item a img {
    width: auto;
    height: 80px;
}
.wrap-mn-mb-left .tab-pane .cate-name-lv1 {
    padding: 5px 10px;
    color: linear-gradient(#7CC9EF, #3E97C9);
    text-transform: uppercase;
    display: block;
}
/*end mobile menu*/


/*index*/
.wrap-banner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 245px;
}
.col-product-category {
    width: 245px;
    position: absolute;
    z-index: 10;
}
.product-category ul {
    background-color: #ffffff;
    font-size: 13px;
    list-style-type: none;
}
.product-category ul li {
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 10px;
}
.product-category ul li .border-bottom span img {
    height: 24px;
    width: 24px;
}
.product-category ul li .border-bottom a {
    padding-left: 5px;
}
.product-category ul li .border-bottom>a:hover {
    color: #fff;
}
.product-category {
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    border-bottom: 1px solid #eee;
}
.product-category .sub-product-category {
    position: absolute;
     display: none;
    margin-left: 234px;
    z-index: 9;
    background-color: #ffffff;
    top: 0px;
    width: 540px;
    height: 342px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.product-category ul > li:hover .sub-product-category {
    display: block;
}
.txt-red-14 {
    font-size: 14px;
    color: #CF111A;
}
.title-sub-product-category {
    padding-left: 5px;
    padding-top: 2px;
    text-transform: uppercase;
    margin-left: 10px;
}
.sub-product-category ul li {
    padding-left: 15px;
    color: #333;
}
.sub-product-category ul {
    column-count: 2;
}
.product-category > ul > li:hover {
    background-color: #5FB1DD;
    color: #ffff;
}
.product-category > ul > li>a:hover{
    color: #fff;
}
.product-category > ul > li:hover:before {
    content: "";
    position: absolute;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #5FB1DD;
    border-top: 17px solid transparent;
    margin-left: 234px;
    z-index: 10;
}
.sub-product-category .title-sub-product-category {
    color: #5FB1DD;
}
.col-banner-main {
    width: 636px;
    /*width: 100%;*/
}

.col-banner-right {
    width: calc(100% - 637px);
}
.banner-home-2 {
    padding: 20px 0;
    margin-top: 20px;
}
.banner-home-2 a img {
    width: 100%;
}
.style-arrow .owl-nav button {
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75) !important;
    border: none;
    color: #979797 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style-arrow .owl-nav button:hover {
    background: linear-gradient(#7CC9EF, #3E97C9) !important;
    color: #ffffff !important;
}
.style-arrow .owl-nav .owl-prev {
    left: 10px;
}
.style-arrow .owl-nav .owl-next {
    right: 10px;
}
.section-2, .section-3, .section-4, .section_best_seller {
    margin-top: 20px;
}
.section-2 {
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
}
.home-promotion {
    /*background: #fff;*/
    padding: 20px 0;
    position: relative;
    border-radius: 8px;
    /*background: color(srgb-linear 0.9 0.19 0.03);*/
}

.home-promotion .title {
    display: flex;
    align-items: center;
}
.home-promotion .title h2 {
    padding-left: 10px;
    font-size: 25px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.home-promotion .box-product, .home_best_seller .box-product {
    padding: 0 10px 0 10px;
}
.home-promotion .box-product .product-detail .pro-name, .home_best_seller .box-product .product-detail .pro-name {
    padding-top: 10px;
    height: 47px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    text-transform: capitalize;
}
.home_best_seller .title {
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    border-bottom: none;
    display: flex;
    align-items: center;
}
.home_best_seller .title img {
    max-height: 40px;
    margin-right: 5px;
}
.home_best_seller {
    border: none;
    border-radius: 8px;
    padding: 0 0 20px 0;
    background: #fff;
}
.home-promotion .box-product .product-detail .box-price .price, .home_best_seller .box-product .product-detail .box-price .price {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}
.home-promotion .product-detail .box-price .old-price, .home_best_seller .product-detail .box-price .old-price {
    font-size: 11px;
    color: #888;
}
.home-promotion .box-product a, .home_best_seller .box-product a  {
    background: #fff;
    display: block;
}
.home-promotion .box-product a:not(.over-lay), .home_best_seller .box-product a:not(.over-lay) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.home-promotion .box-product .over-lay, .home_best_seller .box-product .over-lay {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.home-promotion .box-product .over-lay span, .home_best_seller .box-product .over-lay span {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    background: linear-gradient(#7CC9EF, #3E97C9);
    border: 1px solid linear-gradient(#7CC9EF, #3E97C9);
    color: #fff;
    display: block;
}
.home-promotion .over-lay, .home_best_seller .over-lay {
    display: none !important;
}
.icon_sale {
    position: absolute;
    top: 0px;
    right: 10px;
}
.home-promotion .icon_sale img {
    width: 50px;
    min-height: 50px !important;
}
.box-product .out_stock {
    background: #FFBBA6;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 20px;
    line-height: 20px;
}
.box-product .out_stock .flashsale__label {
    /*background: linear-gradient(90deg, #ED3810 19.11%, #FF964A 131.71%);*/
    background: #fcb500;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box-product .out_stock img {
    width: 21px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-promotion .box-product .product-detail, .home_best_seller .box-product .product-detail {
    padding: 5px;
}
.home-promotion .countdown-deal li {
    background: currentColor;
    border-radius: 2px;
    height: 17px;
    margin-bottom: 4px;
    padding: 1px 3px;
    line-height: 20px;
    font-size: 19px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 20px;
    text-align: center;
    margin-right: 3px;
}
.home-promotion .countdown-deal li strong {
    color: #fff;
}
.countdown-deal {
    padding-right: 10px;
}

.move {
    animation: move linear 1s infinite;
}

@keyframes move {
    from {
        transform: translateY(0vh);
    }
    to {
        transform: translateY(-20vh);
    }
}

.home-promotion .owl-nav button {
    width: 35px;
    height: 35px;
    background: hsla(0, 0%, 100%, 0.75) !important;
    border-radius: 4px;
    color: #979797 !important;
}
.home-promotion .owl-nav {
    padding-top: 10px;
    text-align: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.home-promotion .owl-nav button:hover {
    background: linear-gradient(#7CC9EF, #3E97C9) !important;
    color: #ffffff !important;
}
.home-promotion .countdown-deal li small {
    font-weight: 700;
}
.home-promotion .countdown-deal .text-end {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    background: none;
    height: auto;
}
.box-product .percent {
    padding: 2px 2px 2px 4px;
    font-size: 11px;
    color: #ffff;
    background: #linear-gradient(#7CC9EF, #3E97C9);
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
}
.box-product .percent:after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #linear-gradient(#7CC9EF, #3E97C9);
    left: -14px;
    top: 0;
    transform: rotate(90deg);
}
.home-promotion .box-product .image-product img, .home_best_seller .box-product .image-product img {
    margin-top: 20px;
    min-height: 220px;
    border-radius: 8px;
}

.home-promotion .box-product:hover img, .home_best_seller .box-product:hover img{
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
    margin-top: 15px;
    cursor: pointer;
}
.home-promotion .box-product:hover .pro-name, .home_best_seller .box-product:hover .pro-name {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.home-category .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: 30px;
}
.home-product-left > .title {
    border-top: 1px solid linear-gradient(#7CC9EF, #3E97C9);
    position: relative;
    display: flex;
    gap: 30px;
    border-radius: 8px;
    align-items: center;
}
.home-product-left {
    background: #fff;
    height: 100%;
    border-radius: 8px;
}
.group-category-menu.style-arrow .owl-nav .owl-prev {
    left: -30px;
}
.group-category-menu.style-arrow .owl-nav .owl-next {
    right: -30px;
}
.group-category-menu.style-arrow .owl-nav button {
    width: 30px;
    height: 30px;
}
.home-product-left .category-name {
    background: linear-gradient(#7CC9EF, #3E97C9);
    padding: 7px 20px 13px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    height: 34px;
    display: inline-block;
    font-weight: 700;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.home-product-left .category-name h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-product-left .view-more {
    display: block;
    width: 165px;
    line-height: 46px;
    background: linear-gradient(#7CC9EF, #3E97C9);
    color: #FFF;
    text-align: center;
    margin: 10px auto;
    transition: all .3s;
    border-radius: 23px;
}
.home-category .wrap > div {
    padding: 0 5px;
}
.group-category-menu {
    width: calc(100% - 290px);
}
.group-category-menu li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #5755be;
    text-align: center;
}
.group-category-menu li:hover a {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.group-category-menu .owl-item:not(:last-child) li {
    border-right: 1px solid;
}
.group-category-menu li a {
    display: -webkit-box;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
.home-product-left .home-product-banner a img {
    width: 100%;
}
.home-product-slide .item {
    padding: 10px;
}
.home-product-slide .item .image {
    margin-bottom: 10px;
}
.home-product-slide .item .title h3 {
    color: #505050;
    font-weight: 300;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.home-product-slide .price-group .old-price {
    color: #505050;
    font-size: .8em;
}
.price-group .price-current {
    font-weight: bold;
}
.price-group .price-current {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.price-group .badge {
    background-color: #89cce8;
}
.home-product-slide .over-lay {
    margin-top: 10px;
    opacity: 0;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.home-product-slide .button-action span {
    display: block;
    text-align: center;
    background: linear-gradient(#7CC9EF, #3E97C9);
    border: 1px solid linear-gradient(#7CC9EF, #3E97C9);
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 8px;
}
.home-product-slide .item:hover {
    background: #f7f7f7;
}

.home-product-slide .item:hover .over-lay {
    opacity: 1;
}
.home-product-slide .owl-item+.owl-item {
    border-left: 1px solid #ebebeb;
}
.home-product-slide .item .image a img {
    height: 100%;
    min-height: 220px;
    border-radius: 8px;
}
.hot-product-items .item .item-right a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.4;
}
.col-product-category {
    display: none;
}
.category_hover.active .col-product-category {
    display: block;
}
.section-4 .home-brand {
    background-color: #Ffffff;
    padding: 10px 0 10px 0;
    border-radius: 8px;
}
.section-4 .home-brand .item img {
    min-height: 53px;
    object-fit: scale-down;
    -webkit-filter: grayscale(0);
    filter: none;
}
.group-cat-mobile {
    display: none;
}
.list-news-home .item-news a {
    display: flex;
    flex-direction: column;
}

.list-news-home {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.list-news-home > div {
    padding: 0 10px;
    margin-bottom: 20px;
}
.item-news-title {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-news-home .item-news .item-news-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}
.list-news-home .item-news a .image {
    margin-bottom: 10px;
    position: relative;
    height: 220px;
}
.list-news-home .item-news a .image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    z-index: 8;
    width: 100%;
    border-radius: 8px;
}
.list-news-home .item-news a .image .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 5px;
    color: white;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(6px);
    font-size: 12px;
    margin: 10px;
    border-radius: 12px;
    z-index: 9;
}
.section-news-home .title h2 {
    font-weight: 700;
    font-size: 24px;
}

.list-news-home .item-news a .image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .7s ease;
    z-index: 99;
    border-radius: 8px;
}
.list-news-home .item-news a:hover .image:before {
    transition: background 150ms, border-color 150ms, box-shadow 150ms;
    box-shadow: inset 0 0 1000px rgba(0,0,0,0.2);
    opacity: 1;
}

/*end index*/


/*footer*/
.wrap-policy, .wrap-policy .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrap-policy .icon-policy img {
    width: 50px;
}
.wrap-policy .content-policy span {
    display: block;
}
.wrap-policy .content-policy {
    padding-left: 5px;
}
.policy-footer {
    background-image: linear-gradient(#7CC9EF, #3E97C9);
    color: #ffffff;
    padding: 10px 0 10px 0;
}
.wrap-policy .item .icon-policy {
    width: 20%;
    text-align: center;
}
.wrap-policy .item .content-policy {
    width: 80%;
}
.wrap-policy .item .content-policy .name-policy {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.wrap-policy .item .content-policy .desc-policy {
    font-size: 12px;
}
.section-footer {
    background-color: #fff;
    padding: 20px 0 20px 0;
}
.wrap-col-footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.wrap-col-footer > div {
    padding: 0 15px;
}
.item-col-footer .title-col-footer {
    color: #333;
    font-weight: bold;
    margin-bottom: 29px;
    margin-top: 30px;
    font-size: 18px;

}
.col-flex {
    justify-content: end;
}
.col-flex .item-col-footer {
    margin-bottom: 20px;
}
.content-col-footer ul li {
    margin: 0 0 22px;
    font-size: 16px;
}
.content-col-footer {
    font-size: 16px;
}
.content-col-footer p {
    margin-bottom: 0;
}
.content-col-footer .title-subcribe {
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}
.title-col-footer.rotate i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.title-col-footer i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer {
    margin-top: 10px;
}
.content-col-footer .foo-desc {
    text-align: justify;
    font-size: 16px;
}
.content-col-footer ul li:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    padding-right: 5px;
    font-size: 13px;
    font-weight: 700;
}
.content-col-footer .subcribe form {
    position: relative;
}
.content-col-footer .subcribe form input {
    height: 46px;
    padding: 0 86px 0 18px;
    border-radius: 5px;
}
.content-col-footer .subcribe form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 68px;
    background: linear-gradient(#7CC9EF, #3E97C9);
    color: #FFF;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}
.content-col-footer .subcribe form input:focus, .content-col-footer .subcribe form button:focus {
    box-shadow: none;
}
.wrap-col-footer .wrap-flex {
    display: flex;
    flex-wrap: wrap;
}
.logo_footer img {
    max-width: 270px;
}
/*end footer*/


.pager .pagination {
    padding: 15px 0 15px 0;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
}
.pager .pagination li a {
    margin: 0 1px 0 1px;
    width: 35px;
    height: 35px;
    color: #999999;
    border: 1px solid #cccccc;
    text-decoration: none;
    border-radius: 4px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager .pagination li.active a {
    margin: 0px 4px 0 4px;
    background-color: #5FB1DD;
    color: white;
    border: 1px solid #5FB1DD;
}
.pager .pagination li:hover:not(.active) {
    background-color: #F2F2F2;
    border-radius: 4px;
    color: linear-gradient(#7CC9EF, #3E97C9);
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px 0 5px 10px;
}
.breadcrumb li a:after {
    content: "\203A";
    margin: 0 10px;
    font-size: 20px;
}
.breadcrumb li:last-child a:after {
    content: '';
}
.breadcrumb li:last-child a {
    color: linear-gradient(#7CC9EF, #3E97C9);
}
.add-success {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: auto;
    background: rgba(0,0,0,.7);
    padding: 40px 20px;
    border-radius: 5px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
.add-success i {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(#7CC9EF, #3E97C9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}
.add-success p {
    color: #fff;
    font-size: 16px;
}
.title .icon_fls img {
    max-width: 150px;
    max-height: 30px;
}

#ui-datepicker-div {
    font-size: 14px;
}
.ui-widget.ui-widget-content {
    z-index: 101;
    background: #fff;
}
.mid-header.sticky, .bot-header.sticky {
    position: fixed;
    -webkit-animation: fadeInDown 0.6s both;
    animation: fadeInDown 0.6s both;
    top: 0;
    width: 100%;
    z-index: 9999;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
