
/* #### Generated By: http://www.cufonfonts.com #### */
/* #### Generated By: http://www.cufonfonts.com #### */







#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/

@media(max-width:1100px) {
    p > img {
        height: auto !important;
        width: 100% !important;
    }
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
    font-size: 14px;
}

    .btn.border-secondary:hover {
        background: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background-color: transparent;
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

    .topbar .top-info {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

        .topbar .top-link a {
            letter-spacing: 1px;
        }

            .topbar .top-link a small:hover {
                color: var(--bs-secondary) !important;
                transition: 0.5s;
            }

                .topbar .top-link a small:hover i {
                    color: var(--bs-primary) !important;
                }
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 130%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .min-1000 {
        min-width: 1000px !important
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

    .carousel-item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
    }

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }

    .d-bis {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

    .featurs .featurs-item .featurs-icon::after {
        content: "";
        width: 35px;
        height: 35px;
        background: var(--bs-secondary);
        position: absolute;
        bottom: -10px;
        transform: translate(-50%);
        transform: rotate(45deg);
        background: var(--bs-secondary);
    }
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

    .fruite .tab-class .nav-item a.active span {
        color: var(--bs-white) !important;
    }

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

    .fruite .fruite-categorie .fruite-name a {
        transition: 0.5s;
    }

        .fruite .fruite-categorie .fruite-name a:hover {
            color: var(--bs-secondary);
        }

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

    .fruite .fruite-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .fruite .fruite-item .fruite-img {
        
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .fruite .fruite-item .fruite-img img {
            transition: 0.5s;
        }

            .fruite .fruite-item .fruite-img img:hover {
                transform: scale(1.3);
            }
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

    .vesitable .vesitable-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .vesitable .vesitable-item .vesitable-img {
        
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .vesitable .vesitable-item .vesitable-img img {
            transition: 0.5s;
        }

            .vesitable .vesitable-item .vesitable-img img:hover {
                transform: scale(1.2);
            }

.vesitable .owl-stage {
    margin-top: 50px ;
    margin-bottom:0px!important;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

    .counter i {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .counter h4 {
        color: var(--bs-primary);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .counter h1 {
        margin-bottom: 0;
    }
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
/*** testimonial End ***/

@media(max-width:769px){
    .pagination a {
        color: var(--bs-dark);
        padding: 7px 9px!important;
        text-decoration: none;
        transition: 0.5s;
        border: 1px solid var(--bs-secondary);
        margin: 0 4px;
    }
}
/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: var(--bs-dark);
        padding: 10px 16px;
        text-decoration: none;
        transition: 0.5s;
        border: 1px solid var(--bs-secondary);
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: var(--bs-primary);
            color: var(--bs-light);
            border: 1px solid var(--bs-secondary);
        }

        .pagination a:hover:not(.active) {
            background-color: var(--bs-primary)
        }

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

    .footer .footer-item .btn-link:hover {
        color: var(--bs-secondary) !important;
    }

.footer .footer-item p.mb-4 {
    line-height: 35px;
}

.star {
    cursor: pointer;
    transition: color 0.2s;
}

    .star.selected,
    .star.hovered {
        color: gold !important;
    }

    .star:hover,
    .star:hover ~ .star {
        color: lightgray;
    }

.sidebar-cart-active {
    position: fixed;
    top: 0;
    padding: 104px 50px 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

    .sidebar-cart-active.inside {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active {
        width: 350px;
        padding: 104px 30px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active {
        padding: 60px 15px 50px;
        width: 280px;
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close {
    position: absolute;
    top: 48px;
    left: 44px;
    font-size: 35px;
    line-height: 30px;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    color: #e2561c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        left: 30px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        top: 20px;
        left: 17px;
        font-size: 23px;
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #e2561c;
}

.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #e2561c;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    overflow: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 365px);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 360px);
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
        margin-left: 20px;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
            font-size: 14px;
            margin: 0 0 8px;
        }

            .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
                color: #333333;
            }

                .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover {
                    color: #e2561c;
                }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
            font-size: 14px;
            color: #666666;
        }

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100;
        -webkit-flex-grow: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a {
            display: block;
            font-size: 16px;
            height: 20px;
            line-height: 17px;
            
            width: 20px;
            text-align: right;
        }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 18px 0 43px;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 {
        font-size: 15px;
        margin: 0;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span {
            font-size: 18px;
            color: #666666;
            float: right;
        }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: block;
    width: 100%;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        text-align: center;
        line-height: 20px;
        padding: 19px 20px 20px;
        background-color: #e2561c;
        color: #fff;
        text-transform: capitalize;
        font-size: 14px;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
            background-color: #e2561c;
        }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child {
            margin-top: 0;
        }


/* Base styles for the dropdown */
.custom-nav-item {
    position: relative;
}

.custom-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #000;
    text-decoration: none;
    background: #f8f9fa;
}

    .custom-nav-link:hover {
        background: #e9ecef;
    }

.custom-dropdown-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    z-index: 1000;
    border: 1px solid #ddd;
}

    .custom-dropdown-menu.custom-show {
        display: flex;
    }

.custom-dropdown-icon {
    margin-left: auto;
    transition: transform 0.3s;
}

.fa-chevron-up {
    transform: rotate(180deg);
}
/* Mobile specific styles */
@media (max-width: 768px) {
    .custom-nav-link {
        padding: 15px;
    }

    .custom-dropdown-menu {
        position: relative;
        border: none;
        max-height: none;
        overflow-y: auto;
    }
}
@media (min-width: 768px) {
    .h-85{
        height:85%;
    }
    .h-15 {
        height: 15%;
    }
}

.limited-title {
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
}

.limited-text {
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all 0.3s ease;
}

    .limited-text:hover,
    .limited-title:hover {
        -webkit-line-clamp: unset; /* Allow full expansion on hover */
        white-space: normal;
    }
.btn-contact-home {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}
    .btn-contact-home:hover {
        background-color: #e33222;
        color: #fff;
    }
.button_su {
    
    position: relative;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 10px;
    color:white!important;
    cursor: pointer; 
}

.su_button_circle {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    pointer-events: none;
    transition: width 1s, height 1s, margin-left 1s, margin-top 1s, background-color 1s; /* Smooth transition */
}

.button_su_inner {
    display: inline-block;
    background: #F8B627;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 25px!important;
    transition: background-color 1s;
    text-decoration: none;

    padding: 0 30px;
    height: 42px;
    align-items: center;
    border-radius: 1.5625rem;
    display: inline-flex;
    font-weight: 400;
    height: 42px;
    justify-content: center;
    letter-spacing: 1px;
    z-index: 100000;
}
.button_su_inner:hover{
    color:white!important
}
.explode-circle {
    animation: explode 1s forwards;
}

.desplode-circle {
    animation: desplode 1s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80,0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(42, 53, 80,0.5);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87,0.2);
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80,0.5);
    }
}
#details {
    border: 1px solid #ddd;
    padding: 15px;
}

#image-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
}
.hover-zoom {
    transition: transform 0.3s ease;
}

    .hover-zoom:hover {
        transform: scale(1.1);
    }

    @media(min-width:789px){
        .img-product-edit{
            height:244px!important;
        }
        .img-home-edit {
            height: 238px !important;
        }
    }

#myCarousel {
    max-width: 640px;
    margin: 0 auto;
}

    #myCarousel .f-carousel__slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.f-carousel__slide img {
    width:100%
}

.menu-home {
    margin: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 13px;
    height: 32px;
}
.body_menu_top{
    height: 37px;
    background: url(../img/bg_menutop_giua.jpg);
}
ul#topnav {
    margin: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 13px;
    height: 32px;
}

    ul#topnav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

        ul#topnav li.current_menu {
            color: #FFFFFF;
            background: url(../img/bg_menutop_hover.jpg);
            background-position: right top;
            height: 33px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin-left: 5px;
        }

        ul#topnav li a {
            float: left;
            height: 24px;
            padding-top: 8px;
            font-size: 13px;
            font-weight: bold;
            font-weight: normal;
            text-align: left;
            margin-left: 5px;
        }

            ul#topnav li:hover a, ul#topnav li a:hover {
            }

    ul#topnav a.home {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
        font-weight: bold;
        font-family: Arial;
        height: 32px;
        background: url(../img/line_menu_top.jpg);
        background-repeat: no-repeat;
        background-position: right;
    }

    ul#topnav a.current_menu {
        color: #FFFFFF;
        background: url(../img/bg_menutop_hover.jpg);
        background-position: right top;
        height: 32px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-right: 2px;
        margin-left: 2px;
    }

    ul#topnav a.home:hover {
        color: #FFFFFF;
        background: url(../img/bg_menutop_hover.jpg);
        background-position: right top;
        height: 32px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    ul#topnav a.products {
        padding-left: 8px;
        padding-right: 8px;
        background: url(../img/line_menu_top.jpg);
        background-repeat: no-repeat;
        background-position: right;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Times New Roman';
    }

        ul#topnav a.products:hover {
            color: #6600FF;
        }

    ul#topnav a.button_cuoi {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Times New Roman';
    }

        ul#topnav a.button_cuoi:hover {
            color: #6600FF;
        }

    ul#topnav li .sub {
        position: absolute;
        top: 38px;
        left: 0;
        padding: 10px 10px 10px;
        float: left;
        display: none;
        z-index: 100;
        background-image: url(../img/sub_bg.png);
        border: 1px solid #6600FF;
    }

    ul#topnav li .row {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    ul#topnav li .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 170px;
        float: left;
    }

    ul#topnav .sub ul li {
        width: 100%;
        color: #fff;
    }

        ul#topnav .sub ul li h2 {
            padding: 0;
            margin: 0;
            font-size: 1.3em;
            font-weight: normal;
        }

            ul#topnav .sub ul li h2 a {
                padding: 5px 0;
                background-image: none;
                color: #e8e000;
            }

        ul#topnav .sub ul li a {
            float: none;
            text-indent: 0; 
            height: auto;
            padding: 4px;
            display: block;
            font-weight: bold;
            font-size: 12px;
            color: #333;
            background-image: url(navlist_arrow.png);
            background-repeat: no-repeat;
            background-position: 5px 12px;
        }

            ul#topnav .sub ul li a:hover {
                color: #6600CC;
                background-color: #66CCFF;
            }
/* Sieu Lien Ket - Chao Ban (^.^), Ban Dang Co Gang Lam Gi Do ? */
/* reset */

p {
    margin: 0px;
    padding: 4px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Bat Dau */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../img/bg_nen.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    line-height: 20px;
    background-attachment: fixed;
}

.body_header {
}

    .body_header .banner {
        width: 980px;
        height: 139px;
    }

.body_menu_top {
}

    .body_menu_top .menutop_dau {
        width: 70px;
        height: 56px;
        background: url(../img/bg_menutop_dau.png);
        float: left;
    }

    .body_menu_top .menutop_giua {
        width: 980px;
        height: 37px;
        background: url(../img/bg_menutop_giua.jpg);
    }

    .body_menu_top .menutop_cuoi {
        width: 60px;
        height: 57px;
        background: url(../img/bg_menutop_cuoi.png);
        float: left;
    }

.body_main {
    width: 980px;
    background-color: #FFFFFF;
}


.main_khungchinh_center_trai {
    background: url(../img/khungchinh_giua_trai.jpg);
    padding-left: 11px;
    background-repeat: repeat-y;
}

.main_khungchinh_center_giua {
    width: 980px;
}

.main_khungchinh_center_phai {
    background: url(../img/khungchinh_giua_phai.jpg);
    padding-right: 11px;
    background-repeat: repeat-y;
    background-position: right;
}

.main_bottom .main_khungchinh_bottom_phai {
    background: url(../img/khungchinh_duoi_phai.jpg);
    float: left;
    width: 11px;
    height: 11px;
}

.style_khungchinh_main {
    width: 190px;
}

.style_border_1 {
    border: 1px solid #E1E1E1;
    background-color: #efefef;
    margin-bottom: 10px;
}

.style_border_2 {
    border: 1px solid #FFFFFF;
    background-color: #efefef;
}

.style_border_3 {
    border: 1px solid #FFFFFF;
    background-color: #f7f7f7;
    margin: 4px;
}

.center_menu_left {
    margin-top: 5px;
    width: 200px;
    float: left;
}

.center_menu_giua {
    margin-top: 5px;
    width: 775px;
    float: left;
}

.center_menu_right {
    margin-top: 5px;
    width: 190px;
    float: left;
}

.center_menu_giua_main {
    float: left;
    width: 775px;
    min-height: 800px;
}

.menu-home {
    background-color: #98DB51;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 5px;
    height: 25px;
    color: black;
}
.li-home {
    padding: 9px 12px 3px 3px;
    background-color: #FFFFFF;
}
.text-home {
    background: url(../img/icon_cong.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 25px;
    margin-right: 10px;
    margin-left: 5px;
    font-weight: bold;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 520px;
    overflow:hidden;
    margin: 6px auto;
    border: 2px solid #ddd;
    background-color: #f5f5f5;
}

.slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1200px; /* 3 slides, each 400px */
    transition: transform 0.8s ease-in-out;
}

.slide {
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(max-width:798px){
    .slide {
        width: 100%;
        height: auto!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

    .slide img {
        max-width: 100%;
        height:auto!important;
        width:100%;
        margin-bottom: 10px;
    }

/* Sieu Lien Ket - Chao Ban (^.^), Ban Dang Co Gang Lam Gi Do ? */
/* reset */

p {
    margin: 0px;
    padding: 4px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Bat Dau */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    font-size: small;
    margin-bottom: 0px;
    background: url(../img/bg_nen.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    line-height: 20px;
    background-attachment: fixed;
}

.body_header {
}

    .body_header .banner {
        width: 980px;
        height: 139px;
    }

.body_menu_top {
}

    .body_menu_top .menutop_dau {
        width: 70px;
        height: 56px;
        background: url(../img/bg_menutop_dau.png);
        float: left;
    }

    .body_menu_top .menutop_giua {
        width: 980px;
        height: 37px;
        background: url(../img/bg_menutop_giua.jpg);
    }

    .body_menu_top .menutop_cuoi {
        width: 60px;
        height: 57px;
        background: url(../img/bg_menutop_cuoi.png);
        float: left;
    }

.body_main {
    width: 980px;
    background-color: #FFFFFF;
}


.main_khungchinh_center_trai {
    background: url(../img/khungchinh_giua_trai.jpg);
    padding-left: 11px;
    background-repeat: repeat-y;
}

.main_khungchinh_center_giua {
    width: 980px;
}

.main_khungchinh_center_phai {
    background: url(../img/khungchinh_giua_phai.jpg);
    padding-right: 11px;
    background-repeat: repeat-y;
    background-position: right;
}

.main_bottom .main_khungchinh_bottom_phai {
    background: url(../img/khungchinh_duoi_phai.jpg);
    float: left;
    width: 11px;
    height: 11px;
}

.style_khungchinh_main {
    width: 190px;
}

.style_border_1 {
    border: 1px solid #E1E1E1;
    background-color: #efefef;
    margin-bottom: 10px;
}

.style_border_2 {
    border: 1px solid #FFFFFF;
    background-color: #efefef;
}

.style_border_3 {
    border: 1px solid #FFFFFF;
    background-color: #f7f7f7;
    margin: 4px;
}

.center_menu_left {
    margin-top: 5px;
    width: 200px;
    float: left;
}

.center_menu_giua {
    margin-top: 5px;
    width: 775px;
    float: left;
}

.center_menu_right {
    margin-top: 5px;
    width: 190px;
    float: left;
}

.center_menu_giua_main {
    float: left;
    width: 775px;
    min-height: 800px;
}

.tieude_noidung {
    background: url(../img/bg_tieude.jpg);
    height: 34px;
    padding-left: 20px;
    text-align: left;
}

    .tieude_noidung .text {
        padding-top: 8px;
        font-size: 14px;
        font-weight: bold;
    }

.text_noidung {
    padding: 10px;
    
    text-align: justify;
}

.danhmuc_menu_1 {
    background: url(../img/danhmuc_menu_top.jpg);
    width: 190px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
}

.danhmuc_menu_2 {
    border: 1px solid #D7D7D7;
    width: 186px;
    margin-bottom: 5px;
}

.danhmuc_menu_3 {
    width: 190px;
    height: 13px;
}

.danhmuc_menu_1_sp {
    background: url(../img/danhmuc_menu_top_sp.jpg);
    width: 190px;
    height: 25px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.border_sanpham {
    width: 180px;
}

.img_sanpham_trangchu {
    text-align: center;
}

    .img_sanpham_trangchu .hienanh {
        text-align: center;
    }

        .img_sanpham_trangchu .hienanh img {
            border: 3px solid #E0E0E0;
            text-align: center;
            
            padding: 1px;
        }

    .img_sanpham_trangchu img {
        border: 3px solid #E0E0E0;
    }

        .img_sanpham_trangchu img:hover {
            border: 3px solid #00EC00;
        }

    .img_sanpham_trangchu .chon {
        float: left;
        background: url(../img/button_chitiet.jpg);
        padding-top: 2px;
        width: 58px;
        height: 22px;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 20px;
        color: #333333;
    }

        .img_sanpham_trangchu .chon:hover {
            color: #FFFF00;
        }

    .img_sanpham_trangchu .chitiet {
        float: right;
        background: url(../img/button_chitiet.jpg);
        padding-top: 2px;
        width: 58px;
        height: 22px;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 20px;
        color: #333333;
    }

        .img_sanpham_trangchu .chitiet:hover {
            color: #FFFF00;
        }

.hinhanhchay img {
    border: 3px solid #CCCCFF;
}

.max_width_anhsp {
    max-width: 500px;
    /* Resize the image for IE6 */
    width: expression(this.width > 500 ? 500: true);
}

.hinhanhchay_text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.more_sp {
    float: right;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.text_sanpham {
    text-align: center;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.textlienhe {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align:center;
    margin-right: 7px;
    margin-top: 2px;
    width: 100%;
    color: #000000;
}

.khoangcach {
    height: 5px;
}

.tintuc_cap1 {
    width: 185px;
    height: 32px;
    background-color: #FFFFFF;
    float: right;
}

    .tintuc_cap1 .text {
        text-align: left;
        background: url(../img/icon_cong.png);
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-left: 25px;
        margin-right: 10px;
        margin-left: 5px;
        font-weight: bold;
    }

.tintuc_cap2 {
    width: 218px;
    height: 25px;
    background-color: #499ad2;
    float: right;
    margin-right: 9px;
    margin-top: 2px;
}

    .tintuc_cap2 .text {
        background: url(../img/icon_tru.png);
        background-repeat: no-repeat;
        padding-top: 3px;
        padding-left: 25px;
        margin-right: 10px;
        margin-left: 25px;
    }

.tintuc_cap1_curren {
    width: 180px;
    padding-top: 10px;
    padding-left: 70px;
    height: 29px;
    text-align: left;
    margin-top: 1px;
    background: url(../img/tintuc_cap1_sp_hover.jpg);
    font-size: 14px;
    font-weight: bold;
}

.tintuc_cap1:hover {
    background-color: #F4F4F4;
}

.tintuc_cap2:hover {
    background-color: #99CCFF;
}


.thongtin_footer {
    background: url(../img/bg_footer.png);
    padding-top: 15px;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-color: #3b6097;
}

.couter {
    float: left;
    margin-left: 30px;
    width: 190px;
    color: #FFFFFF;
    font-weight: bold;
}

.anhthongke {
    float: left;
    width: 76px;
    height: 75px;
    background: url(../img/thongke.png);
}

.bodem_text {
    float: left;
    font-weight: bold;
}

.bodem_number {
    float: right;
}

.text_bottom {
    text-align: center;
    color: #FFFFFF;
}

.body_footer {
    height: 125px;
}

.item_hinhanh_thumb {
    padding: 5px;
}




img {
    border: none;
}

.border_img_nhat {
    border: 1px solid #c0c0c1;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #006;
}

a:active {
    color: #333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
.footer_trai {
    float: left;
    color: #FFF;
    font-weight: bold;
}

.footer_phai {
    float: right;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.menutop_search {
    width: 185px;
    float: right;
}

.text_search {
    float: left;
    border: 1px solid #009900;
    width: 140px;
    margin-top: 8px;
    height: 19px;
    margin-right:5px;
}

.button_search {
    float: right;
    margin-top: 6px;
    border-style: none;
    background-image: url(../img/search_button.png);
    height: 23px;
    width: 24px;
    margin-right: 8px;
    cursor: pointer;
}

#tocom {
    position: inherit;
    left: -205px;
    top: -185px;
    width: 700px;
    height: 700px;
    z-index: 1;
}

.WGChart {
    background: url("http://vnexpress.net/Images/Background/WeatherGold.gif");
    height: 20px;
}

.anhquangcao {
    margin-top: 10px;
    margin-left: 5px;
}

.langguages {
    width: 120px;
    position: absolute;
    top: 5px;
    left: 1060px
}

    .langguages img {
        border: 1px solid #FFF;
    }

.yahoo_button:hover {
    height: 50px;
    width: 188px;
    background: url(../img/yahoo_over.png);
}

.yahoo_button {
    height: 50px;
    width: 188px;
    background: url(../img/yahoo.png);
}

.skype_button:hover {
    height: 53px;
    width: 188px;
    background: url(../img/skype_over.png);
}

.skype_button {
    height: 53px;
    width: 188px;
    background: url(../img/skype.png);
}
.footer_tilte {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

@media(min-width:769px){
    .w-home-left {
        width: 200px;
    }
}
.text-home-center {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
    color:black;
}
.header-home {
    background: url(../img/bg_tieude.jpg);
    height: 34px;
}

.border-home-center {
    border: 1px solid #E1E1E1;
    background-color: #efefef;
    margin-bottom: 10px;
    padding-right: 1px;
    padding-left: 1px;
}
.border-home-text {
    border: 1px solid #FFFFFF;
    background-color: #f7f7f7;
    margin: 4px;
    margin-top:10px;
    
    text-align: justify;
    
}
@media(max-width:769px){
    .no-gutters{
        margin:0px!important;

        padding:0px!important;
    }
    .border-home-center {
        background-color: transparent !important;
        border:none!important;
    }
}
JCAROUSEL LITE
************************************************/
#list {
    width: 500px;
    margin: 10px auto;
}

.slider_sp {
    float: left;
    left: -5000px;
    margin-top: 0px;
    position: relative;
    visibility: hidden;
}

    .slider_sp ul {
        width: 500px;
    }

        .slider_sp ul li {
            padding: 4px;
        }

            .slider_sp ul li img {
            }

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
}
    .owl-carousel .owl-nav .owl-prev::after {
        content: "";
        background-image: url(/assets/img/prev.jpg);
        height: 18px;
        width: 19px;
        background-color: transparent;
        position: absolute;
        left: 0;
    }
.owl-carousel .owl-nav .owl-next::before {
    content: "";
    background-image: url(/assets/img/next.jpg);
    height: 18px;
    background-color: transparent;
    width: 19px;
    position: absolute;
    right: 0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    
}
/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
    background: #000000;
    color: #ffffff;
    cursor: default;
    padding: 2px;
    font-size: 11px;
    text-align: center;
}

.caption-top {
    border-width: 0px;
}

.caption-bottom {
    border-width: 0px;
}

.caption a, .caption a {
    background: #000;
    border: none;
    text-decoration: none;
    padding: 2px;
}

    .caption a:hover, .caption a:hover {
        background: #202020;
    }
@media(min-width:798px){
    .img-product{
        height:145px;
    }
    .w-table {
        width:500px;
    }
    .title-cart {
        margin-top: -2.8%;
        width: 16%;
        background: #ffff;
    }
}
.img-product-d {
    border: none;
    padding: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}

    .img-product-d:hover {
        -moz-box-shadow: 0px 0px 8px #222;
        -webkit-box-shadow: 0px 0px 8px #222;
        box-shadow: 0px 0px 8px #222;
    }
    p{
        color:black;
    }
.list {
    border: 3px solid #E0E0E0;
    text-align: center;
    padding: 1px;
}

.list {
    border: 3px solid #E0E0E0;
}

    .list:hover {
        border: 3px solid #00EC00;
    }
.li-home:hover {
    background-color: silver;
}

@media(max-width:769px){
    .top-baner {
        margin-top: 6.3rem;
    }
    .border_sanpham{
       width:100%;
    }
    .hienanh img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important
    }
    .img-fluid{
        max-width:100%!important;
    }
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: -5%;
        transform: translateY(-50%);
    }

        .owl-carousel .owl-nav .owl-prev::after {
            content: "";
            background-image: url(/assets/img/prev.jpg);
            height: 18px;
            width: 19px;
            background-color: transparent;
            position: absolute;
            left: -5%;
        }

    .owl-carousel .owl-nav .owl-next::before {
        content: "";
        background-image: url(/assets/img/next.jpg);
        height: 18px;
        background-color: transparent;
        width: 19px;
        position: absolute;
        right: -5%;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: -5%;
        transform: translateY(-50%);
    }
}