        @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@400;700&family=Roboto:ital,wght@0,700;1,700&display=swap");
        /*------------- VARIABLE DECLARATIONS -------------*/
        /*------------- VARIABLE MENU -------------*/
        /*------------- SETUP -------------*/
        
        .overflow-hidden {
            overflow: hidden;
        }
        element.style {
    visibility: visible;
    animation-name: fadeInRight;
}
body{
 background-image: 
       linear-gradient(42deg, rgb(35 139 203 / 70%) 30.77%, rgba(76, 76, 216, 0.542) 10%),/* Lớp phủ trắng 50% opacity */
        url('../images/back2.png');
    background-repeat: no-repeat;
    background-size: cover;      /* làm ảnh phủ toàn màn hình */
    background-position: center; /* căn giữa */
    background-attachment: fixed; /* giữ cố định khi scroll */
    background-color: #f0f0f0;
}
        a {
            color: #ffffff;
            text-decoration: none;
            outline: none;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        a:hover,
        a:focus {
            color: #ECD800;
            text-decoration: none;
            outline: none;
        }
        
        a:active {
            outline: none;
        }
        .notification-container .alert-success{
            background-color: #dddddd;
            color: #19043D;
            border: none;
            font-size: 15px;
            font-weight: bold;
        }
        .row{
            margin: 0 0;
        }
        /* modalConfirm */
        /* 1. Backdrop (Lớp nền đen mờ bao quanh trang) */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040; /* Cao hơn các phần tử khác */
    width: 100vw;
    height: 100vh;
    background-color: #c6c6c661;
    opacity: 0.5;
}
.breadcrumb{
    background-color: #19043D;

    border-bottom: 1px solid;
}
/* 2. Modal chính (Ẩn mặc định) */
.modalConfirm.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

/* 3. Modal khi hiển thị (Class 'show' được thêm bằng JS) */
.modalConfirm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none; /* Modal bị ẩn mặc định */
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; 
    outline: 0;
}

/* 4. Vị trí và kích thước Modal Dialog */
.modalConfirm-dialog {
    position: relative;
    width: auto;
margin: 3.75rem auto;
    pointer-events: none; /* Cho phép click xuyên qua nếu không phải dialog */
    max-width: 500px; /* Kích thước tối đa phổ biến */
    transform: translate(0, -50px); /* Hiệu ứng trượt nhẹ */
    transition: transform 0.3s ease-out;
}

/* 5. Nội dung Modal */
.modalConfirm-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #19043D;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

/* 6. Header (Tiêu đề) */
.modalConfirm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    
}

.modalConfirm-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
    appearance: none;
}

/* 7. Body (Nội dung) */
.modalConfirm-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: #ffffff;
}

/* 8. Footer (Chân trang chứa nút) */
.modalConfirm-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; /* Căn nút sang phải */
    padding: 0.75rem;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* 9. Tạo kiểu cơ bản cho nút */
.modalConfirm .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    margin-left: 0.5rem; /* Khoảng cách giữa các nút */
    color: white;
}

/* Kiểu cho nút Hủy (secondary) */
.modalConfirm  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Kiểu cho nút Xóa (danger) */
.modalConfirm  .btn-danger {
    color: #fff;
    background-color: #ECD800;
    border:none;
}

/* Trạng thái khi Modal hiển thị */
.modalConfirm .modalConfirm.show .modalConfirm-dialog {
    transform: none;
}
.modal-user-manager-page  .modal-content{
    background-color: #19043D;
    color: white;
}
.modal-user-manager-page  .modal-content .form-group{
    margin: 10px 0;
}
.modal-user-manager-page  .modal-header .close{
        color: white;
}
        /* END modalConfirm */

        .align-seft-center {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }
        
        .btn:focus {
            box-shadow: none
        }
        
        .block--title {
            font-family: "Montserrat", sans-serif;
        }
        
        .block--title .main--title {
            margin-bottom: 0;
            margin-top: 20px;
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
            color: #ECD800;
        }
        
        .block--title a.main--title:hover {
            color: #ECD800;
        }
        
        .block--title .sub--title {
            margin-top: 5px;
            color: #ECD800;
            font-size: 18px;
            text-transform: none;
            font-weight: 400;
        }
        
        .mr-15px {
            margin: 0 -15px;
        }
        
        .mr-15px .slick-slide {
            padding: 2px 15px;
        }
        
        .mr-10px {
            margin: 0 -10px;
        }
        
        .mr-10px .slick-slide {
            padding: 0px 10px;
        }
        
        .mr-10px .slick-prev {
            left: -2%;
        }
        
        .mr-10px .slick-next {
            right: -3%;
        }
        
        .slick-arrow {
            width: 35px;
            height: 35px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #ebebeb;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .slick-arrow:hover {
            background: #ECD800;
        }
        
        .slick-arrow:hover::before {
            color: #fff;
        }
        
        .slick-arrow::before {
            font-size: 15px;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            opacity: 1;
            line-height: 35px;
        }
        
        .slick-prev {
            left: -1px;
        }
        
        .slick-prev::before {
            margin-left: -3px;
        }
        
        .slick-next {
            right: -1px;
        }
        
        .slick-next::before {
            margin-right: -3px;
        }
              .box-product-item{
                margin: 20px 0;
              }
        .box-product-item .product-item-content {
            /* -webkit-box-shadow: 0 0 0 1px #f4f4f4;
            box-shadow: 0 0 0 1px #f4f4f4;
            position: relative;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            background: #fff; */
                backdrop-filter: blur(42px);
    border: 1px solid #6756A4;
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* padding: 40px; */
    border-radius: 10px;
    /* width: 360px; */
    /* margin-right: 25px; */
    overflow: hidden;
    margin: 0 10px;
    /* padding: 0 20px ; */
    /* padding-bottom: 80px; */
        }
        
        .box-product-item:hover {
            /* //-webkit-box-shadow: 0 0 0 2px #ECD800;
            //box-shadow: 0 0 0 2px #ECD800; */
        }
        
        .box-product-item:hover .block-product--image .block-product--button {
            top: 80%;
        }
        
        .box-product-item .block-product--image {
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .intro{
			font-weight:bold;
		}
        .box-product-item .block-product--image .block-product--button {
            position: absolute;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            top: 100%;
            left: 0;
            right: 0;
        }
        
        .box-product-item .block-product--image .block-product--button .btn--add {
            padding: 10px 14px;
            font-size: 15px;
            color: #fff;
            background-color: #19043D;
            font-weight: bold;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-product-item .block-product--image .block-product--button .btn--add:hover {
            /* background: #fff; */
            color: #ECD800;
            /* border: 1px solid #ECD800; */
        }
        
        .box-product-item .block-product--content {
            padding: 20px 10px 20px 20px;
        }
        
        .box-product-item .block-product--content .block-product--title h3 {
            margin-bottom: 10px;
    
        }
        
        .box-product-item .block-product--content .block-product--title h3 a {
            overflow: hidden;
            display: -webkit-box;
  -webkit-line-clamp: 2;      /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  height: calc(1.4em * 2); /* giữ đúng chiều cao 2 dòng */
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
                       color: white;
        }
        
        .box-product-item .block-product--content .block-product--rating {
            margin-bottom: 10px;
            font-size: 13px;
        }
        
        .box-product-item .block-product--content .block-product--price {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-product-item .block-product--content .block-product--price .price--sale {
            color: white;
            font-size: 16px;
            font-weight: bold;
            margin-right: 7px;
        }
        
        .box-product-item .block-product--content .block-product--price .price--origin {
            text-decoration: line-through;
            font-size: 13px;
   color: rgb(217, 217, 217);
        }
        
        .box-product-item .block-product--tag {
            position: absolute;
            top: 0;
            left: 10px;
        }
        
        .box-product-item .block-product--tag img {
            max-width: 40px;
        }
        
.block-categories--slider .product-item-content .box-product-item{
    border: 1px solid #6756A4;
    border-radius: 10px;
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.block-categories--slider .product-item-content .box-product-item img{
    border-radius: 10px 10px 0 0 ;
}
        
        .box-news-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .box-news-item .block-news--content {
            padding-top: 25px;
        }
        
        .box-news-item .block-news--content .block-news--title h3 {
            line-height: 20px;
            margin-bottom: 0px;
        }
        
        .box-news-item .block-news--content .block-news--title h3 a {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            font-family: "Montserrat", sans-serif;
          color: white;
        }
        
        .box-news-item .block-news--content .block-news--title h3 a:hover {
            color: #ECD800;
        }
        
        .box-news-item .block-news--content .block-news--postby {
            margin-top: 12px;
            font-size: 13px;
            font-weight: 400;
            color: #707070;
        }
        
        .box-news-item .block-news--content .block-news--postby span i {
            color: #ECD800;
            margin-right: 8px;
        }
        
        .box-news-item .block-news--content .block-news--hometext {
            margin-top: 12px;
            color: #707070;
            border-top: 1px solid #ebebeb;
            padding-top: 15px;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-news-item .block-news--content .block-news--hometext span {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            line-height: 20px;
            -webkit-box-orient: vertical;
            color: rgb(215, 215, 215);
        }
        
        .box-news-item .block-news--posttime {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #ECD800;
            color: #fff;
            border-radius: 50%;
            height: 60px;
            width: 60px;
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-news-item .block-news--posttime span {
            display: block;
        }
        
        .box-news-item .block-news--posttime .date {
            font-weight: 700;
            font-size: 21px;
            line-height: 20px;
        }
        
        .box-news-item .block-news--posttime .month {
            font-size: 9px;
            font-weight: bold;
            color: #fff;
        }
        
        .show {
            visibility: visible !important;
            opacity: 1 !important;
        }
        
        .btn--button {
            display: block;
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .btn--hover-color {
            background: #ECD800;
            
        }
        
        .btn--hover-color:hover {
            background: #fff;
            color: #ECD800;
            border: 1px solid #ECD800;
        }
        
        .btn--color {
            background: #ffffff;
            color: #19043D;
        }
        
        .btn--color:hover {
            background: #19043D;
            color: #ffffff;
            border: 1px solid #7b8395;
        }
        /*============= HEADER =============*/
        
        .box-scroll-top {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            position: fixed;
            z-index: 99;
            right: 15px;
            bottom: 30px;
            cursor: pointer;
        }
        
        .box-scroll-top i {
            color: #fff;
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border: 1px solid transparent;
            border-radius: 50%;
            text-align: center;
            background: #ECD800;
            font-size: 20px;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-scroll-top i:hover {
            color: #ECD800;
            border: 1px solid #ECD800;
            background: transparent;
            -webkit-box-shadow: 0 0 0 2px #ECD800;
            box-shadow: 0 0 0 2px #ECD800;
        }
        

/* --- 1. Container Chính: cart-table --- */
.block-wapper-cart-table .next-shop{
    margin-top: 20px;
}
.cart-table {
    width: 100%;
    margin-bottom: 20px;

    border-radius: 8px; /* Bo góc nhẹ */
    overflow: hidden; /* Đảm bảo các item không tràn ra ngoài viền */

}

.cart-table .row {
    display: block; /* Giữ .row là block để chứa các item */
}

/* --- 2. Định dạng mỗi dòng sản phẩm: itemCart-table --- */
.cart-table  .itemCart-table {
    display: flex; /* Dùng Flexbox để xếp ảnh, nội dung, tổng tiền, xóa */
    align-items: center; /* Căn giữa theo chiều dọc */
    padding: 15px;
    border-bottom: 1px solid #eee; /* Đường kẻ phân cách giữa các sản phẩm */
}

.cart-table .itemCart-table:last-child {
    border-bottom: none; /* Bỏ đường kẻ ở sản phẩm cuối */
}

/* --- 3. Hình ảnh sản phẩm: img-item --- */
.cart-table .img-item {
    width: 100px; /* Độ rộng cố định cho ảnh */
    height: 100px; /* Chiều cao cố định */
    margin-right: 15px;

    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0; /* Ngăn ảnh bị co lại */
}

.cart-table .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo ảnh hiển thị đầy đủ và không bị biến dạng */
}

/* --- 4. Khu vực nội dung (Tên, Giá, Số lượng): contentCart-table --- */
.cart-table  .contentCart-table {
    flex-grow: 1; /* Cho phép phần này chiếm hết không gian còn lại */
    display: flex;
    flex-direction: column;
}

.cart-table .name-item a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
        display: -webkit-box;
  -webkit-line-clamp: 2;      /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  height: calc(1.4em * 2); 
}

.cart-table .name-item a:hover {
    color: #007bff; /* Màu xanh nổi bật khi hover */
 
}

/* --- 5. Giá và Số lượng: price-sl-item --- */
.cart-table .price-sl-item {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.cart-table .price-item {
    font-size: 14px;
    color: #ECD800; /* Màu giá nổi bật */
    font-weight: 700;
    margin-right: 25px; /* Khoảng cách giữa giá và input số lượng */
}

/* --- 6. Input Số lượng: sl-item --- */
.cart-table .sl-item {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.cart-table .sl-item .btn {
    /* Đảm bảo nút +/- hiển thị đúng */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #f7f7f7;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    transition: background-color 0.2s;
}

.cart-table .sl-item .btn:hover {
    background-color: #e0e0e0;
}

.cart-table .sl-item .qty {
    /* Ô input số lượng */
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    outline: none;
    -moz-appearance: textfield; /* Loại bỏ mũi tên trên Firefox */
}

/* Loại bỏ mũi tên trên Chrome/Safari */
.cart-table .sl-item .qty::-webkit-inner-spin-button, 
.cart-table .sl-item .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --- 7. Tổng tiền/điểm: total-item --- */
.total-item {
    width: 150px; /* Độ rộng cố định cho cột tổng tiền */
    text-align: right;
    
    margin-left: 20px;
}

.total-item .money {
    font-size: 18px;
    font-weight: 700;
    color: #ECD800;
    margin: 0 0 5px 0;
}

.total-item .ponts {
    font-size: 13px;
    color: #e4e4e4; /* Màu xanh cho điểm */
    margin: 0;
}

/* --- 8. Nút xóa: detele-item --- */
.detele-item {
    /* width: 40px; */
    text-align: right;
    flex-shrink: 0;
    margin-top: 5px;
    /* margin-left: 15px; */
}

.detele-item .remove {
    color: #dc3545; /* Màu đỏ cho nút xóa */
    font-size: 18px;
    transition: color 0.2s;
    text-decoration: none;
}

.detele-item .remove:hover {
    color: #c82333;
}
.cart-table .row{
    padding: 0;
}


        .box-cart .block-minicart {
            position: relative;
        }
        
        .box-cart .block-minicart>a>img {
            max-width: 35px;
        }
        
        .box-cart .block-minicart .count-item {
            color: #ECD800;
            position: absolute;
            top: -4px;
            right: 2px;
            background-color: #fff;
            border-radius: 50%;
            width: 20px;
            text-align: center;
            height: 20px;
            line-height: 17px;
            font-size: 13px;
            font-weight: bold;
            border: 1px solid #888;
        }
        
        .box-cart .block-minicart:hover .box-cart-hidden {
            visibility: visible;
            opacity: 1;
        }
        
        .box-cart .block-minicart .box-cart-hidden {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: calc(100% + 12px);
            min-width: 400px;
            right: 0px;
            background: #fff;
            border-radius: 3px;
            text-align: center;
            border: 1px solid #efefef;
            padding: 8px 10px;
            -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            z-index: 2;
        }
        
        .box-cart .block-minicart .box-cart-hidden::before {
            content: "";
            position: absolute;
            border: 9px solid transparent;
            border-bottom: 9px solid #fff;
            bottom: 100%;
            right: 10px;
            height: 0;
            width: 0;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list {
            overflow-y: scroll;
            margin: 0;
            padding: 0;
            list-style: none;
            max-height: 300px;
            margin-bottom: 20px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #ECD800;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item {
            overflow: hidden;
            font-family: "Montserrat", sans-serif;
            text-align: left;
            border-bottom: 1px solid #e9edf5;
            padding-bottom: 20px;
            margin-bottom: 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--image {
            float: left;
            margin-right: 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--image img {
            max-width: 100px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content {
            float: left;
            max-width: 200px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 {
            line-height: 0.875;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 .product--title {
            font-size: 12px;
            color: #000;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 .product--title:hover {
            color: #19043D;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--price {
            font-size: 12px;
            font-weight: bold;
            color: #19043D;
            margin-bottom: 5px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group {
            max-width: 60px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #eaebf3;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities {
            text-align: center;
            border: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities:focus {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .btn--value {
            background: #fff;
            color: #8d90a6;
            font-size: 20px;
            padding: 0 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .btn--value:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button {
            float: right;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete {
            background: transparent;
            font-size: 14px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete:hover {
            color: red;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--total {
            overflow: hidden;
            font-family: "Montserrat", sans-serif;
            text-align: left;
            padding: 0 30px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--total .total--price {
            float: right;
            font-size: 13px;
            font-weight: bold;
            color: #ECD800;
            margin-bottom: 5px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn {
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            margin-top: 10px;
            padding: 0 25px;
            line-height: 40px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--payment {
            background: #ECD800;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--payment:hover {
            color: #ECD800;
            background-color: #fff;
            border: 1px solid #ECD800;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--cart {
            background: #19043D;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--cart:hover {
            color: #7b8395;
            background-color: #fff;
            border: 1px solid #7b8395;
        }
        
        /* .box-header .block-header-top {
            padding: 10px;
        }
        
        .box-header .block-header-top ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-header .block-header-top ul li {
            display: inline-block;
            margin-right: 12px;
        }
        
        .box-header .block-header-top ul li .icon--border {
            margin-right: 5px;
            font-size: 14px;
        }
        
        .box-header .block-header-top ul li .icon--border i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ECD800;
            border-radius: 50%;
            text-align: center;
        }
        
        .box-header .block-header-top ul li a {
            font-size: 15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .box-header .block-header-top ul.header-top-right {
            text-align: right;
        }
        
        .box-header .block-header-top ul.header-top-right li:last-child {
            margin-right: 0px;
        }
        
        .box-header .block-header-top ul.header-top-left li:last-child {
            margin-right: 0px;
        }
        
        .box-header .block-header-center {
            padding: 10px 0;
            background: #040830;
        }
        
        .box-header .block-header-center .block-header-center-right>ul {
            text-align: right;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-header .block-header-center .block-header-center-right>ul>li {
            display: inline-block;
            margin: 10px 0;
        }
        
        .box-header .block-header-center .block-header-center-right>ul>li:first-child {
            margin-right: 25px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account {
            position: relative;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account>a>img {
            width: 35px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account:hover .sub-account {
            visibility: visible;
            opacity: 1;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            top: calc(100% + 12px);
            min-width: 180px;
            left: -70px;
            background: #fff;
            border-radius: 3px;
            text-align: center;
            border: 1px solid #efefef;
            padding: 8px 10px;
            -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            z-index: 2;
            text-align: left;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account::before {
            content: "";
            position: absolute;
            border: 9px solid transparent;
            border-bottom: 9px solid #fff;
            bottom: 100%;
            right: 82px;
            height: 0;
            width: 0;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li .btn {
            display: block;
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--login {
            background: #ECD800;
            margin-bottom: 10px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--login:hover {
            color: #ECD800;
            background-color: #fff;
            border: 1px solid #ECD800;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a:not(.btn) {
            display: block;
            color: #000;
            padding: 5px;
            font-size: 15px;
			border-bottom: #000 solid 1px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a:not(.btn):hover {
            color: #fff;
            background: #ECD800;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--register {
            background: #7b8395;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--register:hover {
            color: #7b8395;
            background-color: #fff;
            border: 1px solid #7b8395;
        }
        
        .box-header .block-header-bottom {
            background: #ECD800;
        }
        
        .box-menu .wsmenu .wsmenu-list {
            background: transparent;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li {
            margin: 0 20px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li:last-child a {
            border-bottom: 0px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li>a {
            font-size: 14px;
            line-height: 24px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            padding: 12px 10px 12px 0px;
            color: #000;
            border-bottom: solid 1px #f4f4f4;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li>a:hover {
            background: transparent;
            color: #ECD800;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu {
            padding: 25px 20px 25px 15px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title {
            border-bottom: none;
            height: auto;
            margin-bottom: 15px;
            padding: 0;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title a {
            font-size: 15px;
            font-weight: bold;
            color: #ECD800;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title a:hover {
            color: #000;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list {
            margin-bottom: 30px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul li a {
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            padding: 5px 0;
            background: transparent;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul li a:hover {
            text-decoration: none;
            color: #ECD800;
        }
        
        .box-menu .wsmenu .wsmenu-list>li:first-child a::before {
            content: "";
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a {
            line-height: 60px;
            color: #fff;
            padding: 0 20px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a>i {
            margin-left: 7px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a:hover,
        .box-menu .wsmenu .wsmenu-list>li>a.active {
            color: #000;
        }
        
        .box-search form {
            border: 1px solid #ECD800;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .box-search form .input--field {
            border: none;
            line-height: 30px;
            padding-left: 20px;
            font-size: 14px;
        }
        
        .box-search form .input--field:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-search form .input--field::-webkit-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field:-ms-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field::-ms-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field::placeholder {
            color: #888;
        }
        
        .box-search form .btn--search {
            background: #ECD800;
            color: #fff;
            padding: 0 20px;
            font-size: 14px;
        } */
         

::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:none;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {min-width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
#video {position: relative;padding-bottom: 54%;padding-top: 30px;height: 0;/* overflow: hidden; */}
#video iframe, #video object, #video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
:root{--color-red:#19043D;--color-red-hover:#2D09D2;--color-main:#2D09D2;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
.clear{clear:both;}.clear:after{display:block;content:"";clear:both;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.grecaptcha-badge,.grecaptcha-logo,.grecaptcha-badge iframe{display: none !important;opacity: 0;}
a{cursor:pointer; text-decoration:none;}
/* img{max-width:100% !important; height:auto !important; } */
img:not([src]):not([srcset]){visibility:hidden;}img:not([src]):not([srcset]){visibility:hidden;}@-moz-document url-prefix(){img:-moz-loading{visibility:hidden;}}
.bando img{max-width:none !important;}
.map iframe{max-width:100% !important;}
.hidden_m{display: block !important;}
.hidden_d{display: none !important;}
.flex{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-flow: row wrap;-webkit-flex-flow: row wrap;}
.main_fix{max-width: 1200px; margin: auto; position:relative;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.7;
	font-family: 'body';
	color: #ffffff;
}
/* @font-face {
    font-family: 'body';
    src: url('../fonts/NunitoSans.ttf');
}
@font-face {
    font-family: 'tieude3';
    src: url('../fonts/PlayfairDisplay-Italic.ttf');
}
@font-face {
    font-family: 'tieude';
    src: url('../fonts/OpenSans-Bold.ttf');
} */
.wapper{margin:auto;min-width:1200px;background:#19043D;}
.logo{
	line-height: 0;
	display: block;
}
.logo img{
	max-height: 50px;
}

.xoay{
	width:128px;
	height:128px;
	background:url(../images/xoay3.png) center;
	position:absolute;
	right: 100px;
	bottom: -64px;
	z-index: 88;
}
.xoay:after{
	position: absolute;
	width:200px;
	height: 200px;
	background:url(../images/xoay2.png) center no-repeat;
	background-size: 100% 100%;
	animation: rotate 10s linear infinite;
	content:'';
	top:-36px;
	left:-36px;
}
.wap_header{
	position: fixed;
	background: linear-gradient(42deg, rgb(35 139 203 / 70%) 30.77%, rgb(77 38 139 / 70%) 100%);
	padding: 10px 0;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.3s;
	/* min-width:1200px; */
}
.wap_header2{
	display: flex;
	align-items: center;
	justify-content: space-between;
padding: 0 10px;

}
.header{
	position:relative;
}
.box-cart .block-minicart>a>img {
    max-width: 35px;
}
/* .wap_menu{
	height: 40px;
	line-height: 40px;
} */
.menu{
	position:relative;
	display: flex;
	align-items: center;
}
.menu ul{
  list-style:none;
}
.menu ul li{
  float:left;
  position:relative;
  z-index:50;
}
.menu ul li a
{
	color: #F6F5F4;
	font-size:14px;
	padding: 0px 20px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
.menu ul li a:hover,.menu ul li a.active,.menu ul li a.active2
{
	color: var(--color-red);
}
/* 1. Thiết lập Menu Ngang (Cấp 1) */
.wsmenu-list {
    /* Chuyển các mục <li> thành hàng ngang */
    display: flex;
    /* Đảm bảo menu nằm trên một hàng */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; /* Đảm bảo chiếm đủ chiều rộng */
    /* Quan trọng: Thiết lập vị trí tương đối để submenu con có thể định vị tuyệt đối */
    position: relative;
    z-index: 10;
}

/* 2. Cấu hình Mục Menu Cấp 1 (<li>) */
.wsmenu-list > li {
    /* Bắt buộc phải có để chia đều chiều rộng */
  margin: 0 10px; /* Thêm khoảng cách giữa các mục menu */
    text-align: center; 
    position: relative; /* Dùng cho Submenu */
}

/* 3. Cấu hình Liên kết Cấp 1 (<a>) */
.wsmenu-list > li > a {
    display: block; /* Bắt buộc để liên kết chiếm toàn bộ chiều rộng/chiều cao của <li> */
    padding: 15px 10px; /* Thêm đệm cho đẹp */
    text-decoration: none;
    font-weight: bold;
    color: #F6F5F4;
    transition: background-color 0.3s, color 0.3s;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
    text-transform: uppercase;
}

/* 4. Định dạng Sub-menu (<ul>) */
.wsmenu-list .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    
    /* Đặt sub-menu tuyệt đối so với <li> cha */
    position: absolute;
    top: 110%; /* Xuất hiện ngay bên dưới <li> cha */
    left: 0;


    background: linear-gradient(42deg, rgba(35, 139, 203, 0.806) 30.77%, rgba(21, 33, 158, 0.7) 100%);;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #eee; */

    /* Ẩn Sub-menu theo yêu cầu */
    opacity: 0;
    visibility: hidden;
    /* Thêm transition cho hiệu ứng mượt mà hơn */
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(10px); /* Bắt đầu hơi dịch xuống */
    z-index: 20; /* Đảm bảo submenu nằm trên mọi thứ */
}
.wsmenu-list .sub-menu li{
    width: 100%;
}
/* 5. Định dạng các Mục trong Sub-menu */
.wsmenu-list .sub-menu li a {
    padding: 10px 15px;
    display: block;
    text-align: left;
    white-space: nowrap; /* Ngăn chặn việc ngắt dòng */
    color: #fdfdfd;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
}

/* 6. Hiệu ứng Hover cho Menu Cấp 1 */
.wsmenu-list > li:hover > a {

    color: #ECD800;
}

/* 7. HIỆN SUB-MENU khi hover vào <li> cha */
.wsmenu-list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Đưa về vị trí ban đầu */
}

/* 8. Hiệu ứng Hover cho Sub-menu */
.wsmenu-list .sub-menu li:hover > a {
  
    color: #ECD800;
}
.block-header-center-right>ul{
    margin: 0 0;
}
.wap_header  .left-top-header{
        display: flex;
    align-items: center;
}
.block-header-center-right{
    padding-left: 10px;
}
.block-header-center-right>ul>li {
    display: inline-block;
    /* margin: 10px 0; */
}
      .block-header-center-right>ul>li:first-child {
            margin-right: 25px;
        }
        
      .block-header-center-right .block-header--account {
            position: relative;
        }
        
 .block-header-center-right .block-header--account>a>img {
            width: 35px;
        }
        
     .block-header-center-right .block-header--account:hover .sub-account {
            visibility: visible;
            opacity: 1;
        }
        
 .block-header-center-right .block-header--account .sub-account {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            top: calc(100% + 12px);
            min-width: 180px;
            left: -70px;
            background: #fff;
            border-radius: 3px;
            text-align: center;
            border: 1px solid #efefef;
            padding: 8px 10px;
            -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            z-index: 2;
            text-align: left;
            font-family: "Montserrat", sans-serif;
        }
        
 .block-header-center-right .block-header--account .sub-account::before {
            content: "";
            position: absolute;
            border: 9px solid transparent;
            border-bottom: 9px solid #fff;
            bottom: 100%;
            right: 82px;
            height: 0;
            width: 0;
        }
        
 .block-header-center-right .block-header--account .sub-account li .btn {
            display: block;
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
   .block-header-center-right .block-header--account .sub-account li a.btn--login {
            background: #ECD800;
            margin-bottom: 10px;
        }
        
.block-header-center-right .block-header--account .sub-account li a.btn--login:hover {
            color: #ECD800;
            background-color: #fff;
            border: 1px solid #ECD800;
        }
        
 .block-header-center-right .block-header--account .sub-account li a:not(.btn) {
            display: block;
            color: #000;
            padding: 5px;
            font-size: 15px;
			border-bottom: #000 solid 1px;
        }
        
 .block-header-center-right .block-header--account .sub-account li a:not(.btn):hover {
            color: #fff;
            background: #ECD800;
        }
        
   .block-header-center-right .block-header--account .sub-account li a.btn--register {
            background: #19043D;
        }
        
    .block-header-center-right .block-header--account .sub-account li a.btn--register:hover {
            color: #7b8395;
            background-color: #fff;
            border: 1px solid #7b8395;
        }

a.start{
	background:url(../images/start.png) center;
	width:199px;
	height:44px;
	text-align:right;
	text-transform:uppercase;
	font-size:12px;
	padding-right:10px;
	line-height:30px;
}
.slider{
	clear:both;
}
.slider_slick img{
	width: 100%;
}
.title-main{
	margin-bottom:20px;
}
.title-main span{
    font-size: 64px;
    display: inline-block;
}
.title-main ul{
	display:flex;
	list-style: none;
}
.title-main ul li{
}
.title-main ul li a{
	color:#333333;
	display:block;
	padding:5px 15px;
}
.title-main ul li a:hover{
	color:var(--color-red-hover);
}
.wap_gioithieu{
	padding:50px 0;
}
.gioithieu{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.img_gt{
	order:1;
	width:48%;
}
.desc_gt{
	width:48%;
}
.title_gt{
	font-size:25px;
	margin-bottom:20px;
	position:relative;
}
.title_gt:before{
	content:'';
	width:100px;
	height:2px;
	background:var(--color-red);
	position:absolute;
	left:0;
	bottom:-5px;
}
.gioithieu .xemthem a{
	background:var(--color-red);
	display:inline-block;
	color:#ffffff;
	margin-top:20px;
	padding:10px 30px;
}
.main_content{
	margin:30px auto;
}
.wap_sanpham{
	padding: 30px 0;
}
.wap_item{
	position:relative;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 25px;
	margin: 20px auto;
}
.item{
	position: relative;
	font-size:15px;
}
.chay_i{
	overflow:hidden;
}
.chay_i .slick-list{
	margin:0 -1%;
}
.item_i{
	width:92%;
	margin:auto;
}
.item .phantram{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: var(--color-main);
	font-size: 11px;
	border-radius: 2px;
	width: 45px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	z-index: 20;
}
.item .img_sp{
	overflow:hidden;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
}
.item .img_sp a{
	display:block;
	line-height:0;
}
.item a img{
	width:100%;
}
.item .name_sp a,.item .name_sp span{
	text-decoration:none;
	color: #444444;
	font-weight:normal;
	font-size:15px;
	display:block;
	margin:5px 0;
}
.item .name_sp a:hover{
	transition:0.4s;
	color: var(--color-main);
}
.item .gia_sp{
	margin:7px auto;
	color:var(--color-red-hover);
	font-family:'tieude';
}
.item .gia_sp .giacu{
	color:#666666;
	text-decoration:line-through;
	padding-left:10px;
	font-family:'body';
}
.cart-product{display:grid;grid-template-columns:repeat(2,1fr);grid-gap: 5px;}
.cart-product span{cursor:pointer;color:#fff;text-transform:capitalize;text-align:center;padding:7px 5px;border-radius:3px;font-size: 13px;display: flex;align-items: center;text-align: center;justify-content: center;}
.cart-add{background-color:var(--color-red);}
.cart-add:hover{background-color:var(--color-dark-red);}
.cart-buy{background-color:var(--color-green);}
.cart-buy:hover{background-color:var(--color-dark-green);}

#footer-map iframe{width: 100%;}
.map_f iframe{width:100%; height:200px;}
.wap_footer{
	background-size: cover;
	margin:auto;
	padding: 70px 0;
}
.footer{
	display: grid;
	grid-template-columns: 56% 15% 15%;
	grid-gap: 20px 7%;
}
.main_f{
	position:relative;
}
.main_f .td1{
	color: #2D09D2;
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
}
.main_f .td2{
	font-weight: bold;
	font-size:18px;
	color:#766792;
	
}
.main_f .td3{
	background:url(../images/td3.png) center;
	background-size:100% 100%;
	overflow:hidden;
	width:342px;
	height:148px;
	padding: 10px 110px 10px 40px;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 0;
}
.main_f .td4{
	background:url(../images/td4.png) center;
	background-size:100% 100%;
	overflow:hidden;
	width:576px;
	height:248px;
	padding: 10px 40px 10px 200px;
	font-size: 15px;
	margin-top:-60px;
	position:relative;
	z-index:10;
	float:right;
	
}
.item_f ul
{
	list-style:none;
}
.item_f ul li a
{
	display:block;
	color:#fff;
	padding: 6px 0;
}
.item_f ul li a:hover
{
	/* color:var(--color-red); */
	text-decoration: underline;
}
.mxh_f{
	margin-top:10px;
}
.mxh_f a img
{
	max-height:30px;
	margin:0 3px;
}
.mxh a img:hover
{
	transition:1s;
	transform:rotate(360deg);
}
.title_f{
	font-size: 26px;
	margin-bottom: 20px;
	position:relative;
}
.title_f:before{
	position:absolute;
	content:'';
}
.wap_copy{
	color: #F6F5F4;
	padding:12px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.copy{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.copy a{
	color: #F6F5F4;
}

/* Sản Phẩm Detail */
.grid-pro-detail{margin-bottom:30px;}
.left-pro-detail{position:relative;float:left;width:40%;text-align:center;}
.left-pro-detail .MagicZoom{border:1px solid #e2e2e2;padding:5px;border-radius:5px;}
.right-pro-detail{width:calc(100% - 42%);float: right;}
.album_pro2 img{border:1px solid #e2e2e2;width: 92%;margin: 7px auto; cursor: pointer;}
.title-pro-detail{text-transform:capitalize;font-size:20px;display:block;}
.desc-pro-detail{margin-bottom:1rem;}
.attr-pro-detail{list-style:none;padding: 10px 0;}
.attr-pro-detail li{margin-bottom:0.5rem;}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:20px;color: var(--color-main);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.cart-pro-detail a{width:auto;text-align:center;color:#fff;padding:8px 15px;text-transform:uppercase;border-radius:3px;cursor: pointer;}
.cart-pro-detail a.addnow{margin-right:10px;background:#fd6e1d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background:-webkit-linear-gradient(top,#f59000,#fd6e1d);background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);}
.cart-pro-detail a.buynow{background-color:var(--color-green);}
.cart-pro-detail a.buynow:hover{background-color:var(--color-dark-green);}
.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px;}
.cart-hidden{/* display: none */}
.tags-pro-detail{margin:1rem 0px 2rem 0px;display: none}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:5px 10px 7px 10px;margin-right:5px;margin-bottom:5px;background-color:var(--color-red);border-radius:3px;}
.tags-pro-detail a:hover{background-color:var(--color-red-hover);}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0px 0px;}
.tabs-pro-detail{margin:20px auto;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;/* margin-bottom:5px; */background:#eee;padding: 8px 15px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-red);color:#fafafa;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
.box-readmore li ul>li:before{content:counters(item,".") " "}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}
/*Tin tức*/
.wap_news{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:25px;
	margin:20px auto;
}
.blog{
	margin-top:30px;
	position:relative;
}
.blog .slick-next{
	top:-60px;
	right:5px;
}
.blog .slick-prev{
	top:-60px;
	left:auto;
	right:60px;
}
.item_news{
	border:3px solid #5D69A7;
	padding-bottom:15px;
	border-radius: 0 0 30px 30px;
	backdrop-filter: blur(42px);
	background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.item_news_sl{width: 96%; margin: auto;}
.item_news .name_post{
	font-size: 21px;
	color: #ffffff;
	display:block;
	padding: 0px 10%;
	font-weight: normal;
	height: 71px;
	overflow: hidden;
	margin: 20px 0;
}
.item_news .name_post:hover{
	color: var(--color-red);
}
.item_news .desc_post{
	padding: 0 10%;
	height: 72px;
	overflow: hidden;
}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}
.time-main{margin-bottom:0.75rem;color:#999999; display:none;}
.time-main i{vertical-align:top;margin:3px 7px 0px 0px;}
.time-main span{vertical-align:top;display:inline-block;}
/* Contact */
.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;}
.article-contact{width:48%;}
.form-contact{width:47%;}
.input-contact{position:relative;margin-bottom: 25px;}
.input-contact input,.input-contact textarea{width:100%;padding:0px;outline:none;font-size:14px;}
.input-contact input{background: none;border: none;border-bottom: 2px solid rgba(255,255,255,0.5);border-radius: 0;color: #ffffff;}
.input-contact input::placeholder{ color:#ffffff;}
.input-contact .form-control:focus{box-shadow:none;color: #ffffff; background:none;}
.input-contact textarea{resize:none;height:150px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:500px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}
/* Like Share */
.social-plugin{display:flex;justify-content:flex-start;margin-top:10px;}
.social-plugin .at-share-btn{margin-bottom:0px!important;}
.social-plugin .zalo-share-button{margin-left:3px;}
.share{padding:10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
/* Phân Trang */
.pagination-home{display: block;width: 100%;margin: 20px auto;}
.pagination-home .pagination .page-item .page-link{color:#212529;font-size:.875rem;border-radius: 0.25rem;border: 1px solid #000;margin: 0 4px;padding: 0.2rem 0.75rem;}
.pagination-home .pagination .page-item.active .page-link{color:#ffffff;background-color:#212529;border-color:#212529;}
/*Sap xep*/
.sapxep{position:relative;}
.item_sx{position:absolute;}
.item_sx a{padding:5px;display: block;line-height: 0;}
.item_sx a img{width: 100%;}
/* Popup custom */
.modal-custom .modal-footer{padding:0.5rem;}
.modal-custom .modal-footer .btn{font-size:14px;}
/* Popup */
#popup .modal-body{padding:0px;}
/* Hidden Check Grammar Coccoc */
coccocgrammar{display:none;}
/* Scroll Top */
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right: 20px;display:none;z-index:100;cursor:pointer;}
/* Text Hide */
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
/* Transition All */
.transition{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
/* Blink */
.quick_contact {
  position: fixed;
  bottom: 50px;
  left: 60px;
  z-index: 20;
}

.quick_contact a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 35px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0 40px 40px 0;
}

.quick_contact a span {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -25px;
  top: -2.5px;
  border: solid 5px #fff;
}

.button_gradient {
  background-image: linear-gradient(90deg, #e51c23 0%, #ee2200 100%);
  border: 2px #fff solid;
}

.quick_contact a span:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -27px;
  width: 95px;
  height: 95px;
  background: url(../images/contact_rotate.png) center no-repeat;
  animation: rotate 3s linear infinite;
}

.quick_contact a span .fa {
  font-size: 26px;
  color: #fff;
}

.contact-phone {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  height: 45px;
  font-weight: bold;
  animation-duration: 500ms;
  animation-name: calllink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  line-height: 45px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes calllink {
  0% {
    color: #eba11e;
  }

  50% {
    color: #fff;
  }

  100% {
    color: #ebfa48;
  }
}
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;}
@-moz-keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@-webkit-keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@keyframes blink{
	0%{opacity:1.0;}
	50%{opacity:0.0;}
	100%{opacity:1.0;}
}
@keyframes zoomIn {from {opacity: 0;transform: scale3d(.3, .3, .3);}50% {opacity: 1;}}
/* Button Frame */
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{display:flex;display:-ms-flex;justify-content:center;align-items:center;-ms-flex-align:center;width:50px;height:50px;border-radius:50%;background: var(--color-red);position:relative;z-index:1;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border: 2px solid var(--color-red);opacity:.1;border-color: var(--color-red);opacity:.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color: var(--color-red);opacity:.4;}
.btn-frame .pulse{animation-name:pulse;}
/* Zalo */
.btn-zalo{bottom: 150px;}
/* Phone */
.btn-phone{bottom: 256px;}
/* Messenger */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{display:block;position:fixed;cursor:pointer;bottom:150px;right:17px;width:56px;height:56px;text-align:center;background: var(--color-red);border-radius:100%;overflow:hidden;z-index:99;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0rgba(0,0,0,0.3)}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width:32px;height:33px;position:absolute;top:13px;left:12px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:19px;height:20px;position:absolute;top:19px;left:19px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;transform:translateY(50px);bottom:110px;right:90px;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{display:block;position:relative;width:220px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}
/* Cart fix */
.cart-fixed{position:fixed;right:20px;bottom:390px;z-index:10;background:#4b4f56;width:50px;height:50px;text-align:center;color:#fff!important;border-radius:100%;display:flex;align-items:center;justify-content:center;}
.cart-fixed i{font-size:20px;}
.cart-fixed span{position:absolute;top:0px;right:-5px;color:#fff;width:25px;height:25px;background: var(--color-red-hover);text-align:center;line-height:25px;font-size:11px;border-radius:100%;}
/* Toolbar */
.toolbar{background:var(--color-red);width:100%;padding: 4px;bottom:0px;position:fixed;z-index:500;height:auto;left:0px;/* display: none; */}
.toolbar ul{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0px;margin:0px;}
.toolbar ul li{text-align:center;width:25%;}
.toolbar ul li a{display:block;width:100%;cursor:pointer;}
.toolbar ul li a img{max-height: 20px;width:auto;}
.toolbar ul li a i{ color:#ffffff;font-size: 21px;}
.toolbar ul li a span{font-weight:400;color:#fff;font-size:3.5vw;/* display:none; */}
/* Fixbar */
.fixbar{bottom:0;display:block;background:#f0eff4;border-top:1px solid #ddd;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;margin:0;z-index:500;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:50px;display: none;}
.fixbar ul{margin:0px;padding:0px;list-style:none;}
.fixbar ul li{display:inline-block;margin:0 auto 10px;text-align:center;width:25%;float:left;}
.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new{width:20px;height:20px;display:block;margin:8px auto 0;}
.fixbar .icon-cart-mobile{background:url(../images/cart-mobile.png) no-repeat;}
.cart-total-header-mobile{font-size:10px;position:absolute;background:red;color:#fff!important;border-radius:50%;height:15px;width:15px;line-height:15px;top:5px;margin-left:5px;}
.fixbar ul li a{font-size:11px;text-decoration:none;color:#333;}
.fixbar ul li a i{font-size:20px;}
/* Plugbar */
.plugbar{position:fixed;bottom:0;left:0;border-top:1px solid #eae6e6;width:100%;right:0;max-width:767px;margin:0 auto;background:#fff;padding:9px 10px 10px 7px;z-index:10;display: none;}
.plugbar ul{list-style:none;padding:0;margin:0px;display:-webkit-flex;display:-moz-flex;display:flex;justify-content:space-between;align-items:center;}
.plugbar ul li{width:20%;float:left;}
.plugbar ul li a{display:block;color:#696969;font-size:12px;text-align:center;position:relative;}
.plugbar ul li a i{font-size:20px;color:#696969;}
.plugbar ul li a span{position:absolute;width:50px;height:50px;top:-40px;left:calc(50% - 50px/2);font-size:14px;display:block;border:1px solid rgba(234,230,230,0.5);border-radius:100%;}
/* Combo Phone */
.support-online{position:fixed;z-index:999;left:10px;bottom:0px;display: none;}
.support-online a{position:relative;margin:20px 10px;text-align:left;width:40px;height:40px;}
.support-online i{width:40px;height:40px;background:#43a1f3;color:#fff;border-radius:100%;font-size:20px;text-align:center;line-height:1.9;position:relative;z-index:999;}
.support-online a span{border-radius:2px;text-align:center;background:rgb(103,182,52);padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#ffffff;z-index:999;top:0px;left:40px;transition:all 0.2s ease-in-out 0s;-moz-animation:headerAnimation 0.7s 1;-webkit-animation:headerAnimation 0.7s 1;-o-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1;}
.support-online a:hover span{display:block;}
.support-online a{display:block;}
.support-online a span:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent  rgb(103,182,52) transparent transparent;position:absolute;left:-10px;top:10px;}
.support-online .kenit-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(0,175,242,0.5);opacity:.75;right:-10px;}
.support-online .kenit-alo-circle{width:50px;height:50px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);opacity:.1;border-color:#0089B9;opacity:.5;}
.support-online .support-online .btn-support{cursor:pointer;}
.support-online .mes i{background:orange;}
.support-online .sms i{background:red;}
.support-online .call-now i{background:green;}
/* Phone Switch */
.widget-mobile{position:fixed;left:50%;transform:translateX(-50%);bottom:10px;z-index:9999999;display: none;}
#my-phone-circle{position:relative;width:50px!important;height:50px!important;}
.wcircle-open .wcircle-icon i:before{content:'\f00d';}
.wcircle-icon{background:#1282fc;border-radius:50%;display:flex!important;display:-ms-flex!important;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative!important;}
.wcircle-icon:before{position:absolute;content:'';width:60px;height:60px;background:rgba(18,130,252,.5);border:1px solid #fff;border-radius:50%;left:-5px;top:-5px;-webkit-animation:pulse 1s infinite ease-in-out;-moz-animation:pulse 1s infinite ease-in-out;-ms-animation:pulse 1s infinite ease-in-out;-o-animation:pulse 1s infinite ease-in-out;animation:pulse 1s infinite ease-in-out;}
.wcircle-icon:after{position:absolute;content:'';width:80px;height:80px;background:rgba(18,130,252,.5);border-radius:50%;left:-15px;top:-15px;-webkit-animation:zoomIn 2s infinite ease-in-out;-moz-animation:zoomIn 2s infinite ease-in-out;-ms-animation:zoomIn 2s infinite ease-in-out;-o-animation:zoomIn 2s infinite ease-in-out;animation:zoomIn 2s infinite ease-in-out;}
.wcircle-menu{position:absolute!important;left:0;top:0;display:none;}
.wcircle-menu-item{width:50px;height:50px;background:#1282fc;border-radius:50%;display:flex;display:-ms-flex;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.wcircle-menu-item img{width:50px;height:50px;display:block;border-radius:50%;}
.wcircle-menu-item i,.wcircle-icon i{font-size:25px;color:#fff;position:relative;z-index:9999;}
.shake-anim{-webkit-animation:shake-anim 1s infinite ease-in-out;-moz-animation:shake-anim 1s infinite ease-in-out;-ms-animation:shake-anim 1s infinite ease-in-out;-o-animation:shake-anim 1s infinite ease-in-out;animation:shake-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
@-moz-keyframes shake-anim{
	0%{transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
	100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes shake-anim{
	0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
}
@-o-keyframes shake-anim{
	0%,100%,50%{-o-transform:rotate(0) scale(1) skew(1deg)}
	10%,30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
	20%,40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
	z-index: 99999999999999999 !important;
	position: absolute;
	animation: star linear 1.75s infinite;
	-moz-animation: star linear 1.75s infinite;
	-webkit-animation: star linear 1.75s infinite;
	-o-animation: star linear 1.75s infinite;
}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}

/*----------css hieu ung-------------*/
.hover_sang1{position:relative;overflow:hidden}
.hover_sang1:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.5);content:'';z-index:10;-webkit-transition:-webkit-transform .6s;transition:transform .6s;-webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0)}
.hover_sang1:hover:before{webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0)}
.hover_sang2{position:relative;overflow:hidden}
.hover_sang2: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)}
.hover_sang2:hover:before{transition:1s;left:100%}
.hinh_mo{position:relative;z-index:2}
.hinh_mo:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0)}
.trang_den{filter:grayscale(100%);-moz-filter:grayscale(100%);-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%)}
.trang_den:hover{filter:grayscale(0%);-moz-filter:grayscale(0%);-webkit-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%)}
.zoom_hinh{overflow:hidden}
.zoom_hinh img{transition:all 1s}
.zoom_hinh:hover img{transform:scale(1.2)}
.haigach{position:relative}
.haigach:before{position:absolute;left:0;bottom:0;height:0;width:2px;background:#01518c;content:'';transition:.5s}
.haigach:after{position:absolute;left:0;bottom:0;height:2px;width:0;background:#01518c;content:'';transition:.5s}
.haigach:hover:before{transition:all 1s;height:100%}
.haigach:hover:after{transition:all 1s;width:100%}
.xoay_hinh{overflow:hidden}
.xoay_hinh img{transition:all 1s}
.xoay_hinh:hover img{transform:rotate(360deg)}
.zoom_mo{position:relative}
.zoom_mo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:rgba(255,255,255,0.2);-webkit-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2);-webkit-transition:ease-in-out 500ms;-o-transition:ease-in-out 500ms;transition:ease-in-out 500ms;z-index:1}
.zoom_mo:hover:before{-webkit-transform:scale(1.0);-ms-transform:scale(1.0);-o-transform:scale(1.0);transform:scale(1.0);opacity:1}
.hover_sang3{overflow:hidden;position:relative}
.hover_sang3:before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}
.hover_sang3:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}
.hover_sang3:hover:before{right:50%;left:50%;width:0;background:rgba(255,255,255,0.5)}
.hover_sang3:hover:after{height:0;top:50%;bottom:50%;background:rgba(255,255,255,0.5)}
.chayvien{position:relative;overflow:hidden}
.i_chayvien{position:absolute;height:0;width:0;background:-webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);background:-o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);background:-moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);transition:all .5s ease;z-index:20;background:#fff}
.i_chayvien:nth-child(1){left:12px}
.i_chayvien:nth-child(2){right:12px}
.i_chayvien:nth-child(3){top:12px}
.i_chayvien:nth-child(4){bottom:12px}
.chayvien:hover .i_chayvien:nth-child(1),.chayvien:hover .i_chayvien:nth-child(2){height:100%;width:1px}
.chayvien:hover .i_chayvien:nth-child(3),.chayvien:hover .i_chayvien:nth-child(4){width:100%;height:1px}
.chaymauchu:hover{animation:chaymauchu 4s ease infinite;-webkit-animation:chaymauchu 10s ease infinite;-moz-animation:chaymauchu 5s ease infinite;background:linear-gradient(110deg,#d41b00 33%,rgba(0,0,0,0) 0%),linear-gradient(110deg,#4a4949 34%,#000 34%);background-size:400%;-webkit-text-fill-color:transparent;-webkit-background-clip:text}
@-webkit-keyframes chaymauchu {
0%{background-position:44% 100%}
50%{background-position:0 100%}
100%{background-position:33% 100%}
}
.catchuoi1{-webkit-line-clamp:1;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi2{-webkit-line-clamp:2;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi3{-webkit-line-clamp:3;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi4{-webkit-line-clamp:4;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi5{-webkit-line-clamp:5;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi6{-webkit-line-clamp:6;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi7{-webkit-line-clamp:7;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
.catchuoi8{-webkit-line-clamp:8;white-space:inherit; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical;}
/*----------css hieu ung-------------*/
.fotorama5{margin: auto; display: inline-block;}
.pages_ajax{ display:inline-block; margin: auto;}
.pages_ajax li {display: inline-block;margin: 5px 2px;height: 25px;padding: 4px 8px;text-decoration: none;color: #666666;font-weight: bold;border: 1px solid #d5d5d5;font-size: 11px;box-sizing: border-box;min-width: 30px;cursor: pointer;}
.pages_ajax li.actived,.pages_ajax li:hover {background: #2a313d; color:#fff;}
span.total{ display:none;}
.w_1000{/* max-width: 1000px; *//* margin: auto; */}
.left{
	width:23%;
	float:left;
}
.tieude{
	background:#333333;
	text-align:center;
	padding:10px;
	color:#ffffff;
	font-family: 'tieude';
	text-transform: uppercase;
	font-size: 17px;
}
.danhmuc ul{
	list-style: none;
	padding: 10px 0;
}
.danhmuc ul li{
	position: relative;
	z-index: 50;
}
.danhmuc ul li a{
	display: block;
	color: #333333;
	padding: 8px 0;
	font-family: 'tieude';
}
.danhmuc ul li a:hover{
	color: var(--color-red-hover);
}
.danhmuc ul li ul{
	padding: 0;
	position: absolute;
	left: 100%;
	top: 0;
	background: #ffffff;
	width: 230px;
	display: none;
}
.danhmuc ul li:hover ul{
	display:block;
}
.danhmuc ul li ul li{	
}
.right{
	width:75%;
	float:right;
}

.slogan{
	margin:40px auto;
}
.title2{
	font-size:64px;
	line-height:1;
}
.title1{
	/* background: linear-gradient(to right, #b29fd9 0%, #67c2f8 100%); */
    background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform:uppercase;
	margin-bottom:10px;
	display:inline-block;
    font-weight: bold;
          font-family: "Montserrat", sans-serif;
}
.title3{
	font-size:64px;
	font-family: 'tieude3';
	margin-top:-15px;
    background: linear-gradient(to right, #6337BF 0%, #67c2f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title2 .title3{
	display:inline-block;
	margin:auto;
	margin-bottom:30px;
	padding: 8px 0;
}
.title4{
	margin:20px 0;
	font-size: 18px;
}
.wap_ourreason{
	padding:140px 0 80px 0;
}
.ourreason{
	width:70%;
}
.item_our{
	backdrop-filter: blur(42px);
	border: 3px solid #6756A4;
	background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	padding:40px;
	border-radius:40px;
	width: 360px;
	margin-right: 25px;
	overflow:hidden;
	padding-bottom: 80px;
}
.item_our .desc_post{
	height:72px;
	overflow:hidden;
}
.item_our .img_post{
	height: 60px;
}
.item_our img{
	margin:0;
	margin-bottom:20px;
}
.item_our h3 a {
	display:block;
	color:#ffffff;
	font-weight: normal;
	font-size: 25px;
	margin: 10px 0;
	height: 85px;
	overflow: hidden;
}
.item_our h3 a:hover{
	color:var(--color-red-hover);
}
.item_our .xemthem a{
	text-transform:uppercase;

	display:inline-block;
	border-radius:30px;
	background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	padding:10px 30px;
	color:#ffffff;
	margin-top:20px;
	border:2px solid #ffffff;
}
.wap_why{
	margin:80px 0;
}
.item_why{
	font-size:60px;
	padding:0 10px;
}
.item_why span{
	font-family: 'tieude3';
    background: linear-gradient(to right, #6337BF 0%, #67c2f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title5{
	margin-bottom:70px;
}
.title5 img{
	display: inline-block;
	vertical-align: middle;
}
.wap_item_pro{
	margin-top:50px;
}
.item_pro{
	margin-bottom:30px;
	min-height:550px;
	display:flex;
	align-items:center;
	padding-top:150px;
	padding-bottom:20px;
}
.item_pro .main_fix{
	width:100%;
}
.item_pro h3 a{
	display:block;
	color:#ffffff;
	font-size:25px;
	margin-bottom:10px;
	font-weight: normal;
}
.item_pro h3 a:hover{
	color:var(--color-red-hover);
}

/* .blog2_r{
	width:25%;
	order:1;

} */
.blog2_r img{
    width: 100%;
    height:100%;
    
}
.blog2_l{
	width: 100%;
}
.doitac{
	display:flex;
	justify-content:space-between;
	margin: 150px auto;
}
.doitac_l{
	width:48%;
}
.doitac_l .title2{
	font-size:40px;
	margin-bottom:10px;
}
.doitac_r{
	width:48%;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:25px;
	line-height:0;
}
/* .doitac_r img{
} */
.wap_lienhe{
	padding:80px 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.wap_lienhe .input-contact input{
    padding: 10px;
    font-size: 16px;
}
.wap_lienhe  .btn-input{
    text-align: right;
}
.wap_lienhe .btn{
	background: url(../images/submit.png) center;
	color: #000000;
	/* border-radius: 10px 30px 30px 5px; */
	position: relative;
	width: 181px;
	height: 60px;
	font-size: 0;
	box-shadow: none !important;
        /* float: right; */
}
.wap_lienhe .main_fix{
	max-width:1000px;
}

.lienhe_l,.lienhe_r{
	width:48%;
}
.title22{
	font-size:64px;
	font-family:'tieude3';
}
.wap_lienhe form{
	margin-top:50px;
}
.content-main{
	line-height: 2;
}
.content-main ul,.content-main ol{
	padding-left: 20px;
}
.content-main h1,.content-main h2,.content-main h3,.content-main h4,.content-main h5,.content-main h6,.content-main p{
	margin-bottom: 10px;

}
.w_900{
	max-width: 900px;
	margin: auto;
	padding: 0;
}
.work{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px 20px;
}
.item_work .img_post{
	line-height:0;
	
}
.item_work h3 a{
	display:block;
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
	margin:10px 0;
}
.item_work h3 a:hover{
	color:var(--color-red-hover);
}
.related_work{
	margin:40px auto;
}
.related_work .slick21{
	margin-top:20px;
}
.item_work_sl{
	width:96%;
	margin:auto;
}
.services > div{
	padding:40px 0;
	margin-bottom:40px;
}
.services .item_our{
	background:#ffffff;
	color:#000000;
	border-radius:0;
	
}
.services .item_our img{
	filter: brightness(50%);
}
.services .item_our h3 a{
	color:#000000;
}
.services .item_our .xemthem a{
	color:#333333;
	border-color:rgba(0,0,0,0.3);
	border-radius:0;
}
.pad30{
	padding-left: 30%;
}
hr{
	border-color: rgba(255,255,255,0.5);
}
.banner_tr{
	text-align: center;
	position: relative;
}
.banner_tr img{
	width:100%;
}
.ourreason_list{
	max-width: 97%;
	margin: auto;
}

        
        /*============= END HEADER =============*/
        /*============= ARTICLE =============*/
        
        /* section:nth-child(even) {
            background-color: #fff3f3;
        } */
        
        .box-product {
            /* position: relative; */
            margin: 20px 0;
            /* background-color: #19043D; */
        }
/*         
        .box-product::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 70px;
            border-top: 25px solid #fff3f3;
            border-left: 35px solid transparent;
            border-right: 35px solid transparent;
        }
         */
        .box-categories {

             background-color: #19043D;
              padding: 20px 0;
              overflow: hidden;
        }
        

        
        .box-categories:nth-child(even) {
             background-color: #19043D;
        }
        
        .box-categories:nth-child(even)::before {
            border-top: 25px solid #fff3f3;
        }

        .name-categories{
            display: flex;
            align-items: center;
            justify-content: space-between;

        }
        .img-viewmore {
            margin-top: 10px;
            text-align: right;
        }
       .img-viewmore img {
            width: 200px;
         }
              .img-viewmore a img:hover{
                transform: scale(1.1);
                transition: all 0.2s linear;
              }
         .name-categories .blog2_l  .title1{
         font-size: 2.7em;
         font-weight: bold;
         }

        /*------------- BANNER -------------*/
        
        .box-banner .slick-dotted.slick-slider {
            margin-bottom: 0px;
        }
        
        .box-banner .slick-dots {
            bottom: 15px;
        }
        
        .box-banner .slick-dots li {
            margin: 0;
        }
        
        .box-banner .slick-dots li.slick-active button::before {
            opacity: 1;
        }
        
        .box-banner .slick-dots li button:before {
            font-size: 10px;
            color: #fff;
        }
        /*------------- END BANNER -------------*/
        /*------------- PARTNER -------------*/
        
        .box-partner {
            padding: 30px 0;
        }
        
        .box-partner .block--title {
            padding-top: 20px;
        }
        /*------------- END PARTNER -------------*/
        /*------------- PRODUCT -------------*/
        
        .box-product,
        .box-relative {
            padding: 10px 0 40px;
        }
        
        .box-product .block--title,
        .box-relative .block--title {
            position: relative;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .box-product .block--title .main--title,
        .box-relative .block--title .main--title {
            display: inline-block;
            padding: 10px 25px;
            /* //background: #fff; */
        }
        
        .box-product .block--title::before,
        .box-relative .block--title::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0px;
            height: 1px;
            background: #ffffff;
            /* bottom: 53%; */
            z-index: -1;
        }
        /*------------- END PRODUCT -------------*/
        /*------------- CATEGORIES -------------*/
        
        .box-categories {
            padding: 70px 0 40px;
        }
        
        .box-categories .block-categories {
            border-radius: 6px;
            background: #fff;
            border: 8px solid #ECD800;
            position: relative;
            /* //height: 100%; */
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-categories .block-categories .block-categories--content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10%;
            right: 10%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title {
            margin-top: 30px;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title::before {
            content: "";
            width: 50px;
            height: 5px;
            margin: 0 auto 25px;
            background: #ECD800;
            display: block;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title h3 a {
            font-size: 30px;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            line-height: 42px;
        }
        
        .box-categories .block-categories .block-categories--content .btn--more {
            line-height: 38px;
            padding: 0 20px;
            background: #ECD800;
            color: #fff;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            border-radius: 0;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-categories .block-categories .block-categories--content .btn--more:hover {
            background: #fff;
            color: #ECD800;
            border: 1px solid #ECD800;
        }
        /*------------- END CATEGORIES -------------*/
        .btn-share-link{
                         background-color: #19043D!important;
                         border: none;
        }
        /*------------- POST -------------*/
        
        .box-post {
            padding-bottom: 40px;
 background-color: #19043D;
        }
        
        .box-post .block--title {
            text-align: center;
            padding: 50px 0 30px;
        }
        /*------------- END POST -------------*/
        /*============= END ARTICLE =============*/
        /*============= FOOTER =============*/
        
        .box-newsletter {
            background:#005AE0;
            padding: 40px 0;
        }
        
        .box-newsletter .block-newsletter--form form {
            border-radius: 30px;
            overflow: hidden;
        }
        
        .box-newsletter .block-newsletter--form form .input--field {
            border: none;
            line-height: 30px;
            padding-left: 25px;
            padding-right: 25px;
            font-size: 14px;
        }
        
        .box-newsletter .block-newsletter--form form .input--field:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::-webkit-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field:-ms-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::-ms-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .btn--newsletter {
            position: relative;
            z-index: 3;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            border-radius: 30px;
            padding: 0 25px;
            background-color: #ECD800;
            color: #fff;
            text-transform: none;
            margin-left: -20px;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-newsletter .block-newsletter--form form .btn--newsletter:hover {
            background-color: #fff;
            color: #ECD800;
            border: 1px solid #ECD800;
        }
        
        .box-footer {
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            background-color: #19043D;
            /* background: url(../images/bg_cosmetics.png); */
            background-size: cover;
            background-repeat: no-repeat;
            padding: 25px 15px 40px;
            color: #fff;
        }
        .block-footer .col-sm-4{
            padding: 0 10px;
        }
        .box-footer .block-footer--title h3 {
            font-size: 14px;
            font-family: "Quicksand", sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .box-footer .block-footer--address h3 {
            font-size: 18px;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0;
            margin-top: 10px;
        }
        
        .box-footer .block-footer--address h3 span {
            padding: 2px 0;
            display: block;
            line-height: 21px;
        }
        
        .box-footer .block-footer--address ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 10px;
        }
        
        .box-footer .block-footer--address ul li {
            margin-bottom: 7px;
        }
        
        .box-footer .block-footer--list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-footer .block-footer--list ul li {
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 32px;
        }
        
        .box-footer .block-footer--list ul li a {
            color: #fff;
        }
        
        .box-footer .block-footer--list ul li a:hover {
            color: #ECD800;
        }
        
        .box-footer .block-footer--contact ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-footer .block-footer--contact ul li {
            display: inline-block;
        }
        
        .box-footer .block-footer--contact ul li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px solid #fff;
            border-radius: 50%;
            text-align: center;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            color: #fff;
        }
        
        .box-footer .block-footer--contact ul li a:hover {
            background: #ECD800;
            border: 1px solid #ECD800;
        }
        
        .box-footer .block-footer--contact ul li+li {
            margin-left: 10px;
        }
        
        .box-footer .block-footer--payment {
            margin-top: 22px;
        }
        
        .box-copyright {
            text-align: center;
            font-size: 14px;
            padding: 5px 0px;
            background: #17171a;
            color: #959595;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-copyright p {
            margin: 0;
            line-height: 40px;
        }
        
        .box-copyright p span {
            color: #ECD800;
        }
        
        .box-copyright p a {
            color: #fff;
        }
        /*============= END FOOTER =============*/
        
        .block-wapper--title {
            font-size: 20px;
            font-family: "Quicksand", sans-serif;
        }
        
        .block-wapper--title h1 {
            font-size: 28px;
            margin-bottom: 25px;
        }
        
        .block-wapper--title h3 {
            font-size: 23px;
            margin: 0;
            font-weight: bold;
        
        }
        
        .box-contact {
          margin: 100px 0 0 0 ;
        }
        
        .box-contact .block-contact-information {
            padding-bottom: 15px;
            margin-bottom: 30px;
            border-bottom: 1px solid #ebebeb;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-contact .block-contact-information ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-contact .block-contact-information ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .box-contact .block-contact-information ul li span i {
            color: #ECD800;
            margin-right: 10px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px solid #ECD800;
            border-radius: 50%;
            text-align: center;
        }
        
        .box-contact .block-contact-form {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-contact .block-contact-form h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 25px;
        }
        
        .box-contact .block-contact-form .form-group {
            margin-bottom: 0px;
        }
        
        .box-contact .block-contact-form .form-group .form-control {
            color: #636363;
            border-radius: 10px;
            border-color: #ebebeb;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 15px;
        }
        
        .box-contact .block-contact-form .form-group .input--field {
            padding: 0 20px;
            margin-bottom: 10px;
            line-height: 50px;
        }
        
        .box-contact .block-contact-form .form-group .area--field {
            padding: 10px 15px;
            margin-bottom: 30px;
        }
        
        .box-contact .block-contact-form .btn--submit {
            width: 100%;
            padding: 0 30px;
            background: #ffffff;
            line-height: 50px;
            border-radius: 30px;
            color: #ECD800;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            margin-bottom: 30px;
            font-weight: bold;
        }
        
        .box-contact .block-contact-form .btn--submit:hover {
            color: #19043D;
            background: #ECD800;
            /* border: 1px solid #ECD800; */
        }
        
        .box-wapper-post {
    margin: 100px 0 20px 0; 
        }
        
        .box-single-post {
            font-family: "Montserrat", sans-serif;
       margin: 100px 0 20px 0; 
        }
        
        .box-single-post .block-single-post--title {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime {
            margin-right: 20px;
            background: #ECD800;
            color: #fff;
            border-radius: 50%;
            height: 60px;
            width: 60px;
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime span {
            display: block;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime .date {
            font-weight: 700;
            font-size: 21px;
            line-height: 20px;
            margin-bottom: 3px;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime .month {
            font-size: 9px;
            font-weight: bold;
            color: #fff;
        }
        
        .box-single-post .block-single-post--title .single-post--postby {
            margin-top: 12px;
            font-size: 13px;
            font-weight: 400;
            color: #707070;
        }
        
        .box-single-post .block-single-post--title .single-post--title h3 {
            margin-bottom: 0;
            font-size: 26px;
            padding-bottom: 5px;
            padding-top: 5px;
            color: #ffffff;
        }
        
        .box-single-post .block-single-post--content {
            font-size: 14px;
            color: #ffffff;
            margin: 15px;
            padding-top: 20px;
            border-top: 1px solid #ebebeb;
        }
        
        .box-single-post .block-single-post--content * {
            font-family: "Montserrat", sans-serif;
            font-size: 16px !important;
            color: white;
			max-width:100%;
        }
        
        .box-wapper-shop {
      margin: 100px 0 20px 0; 
        }
        .box-wapper-shop .single-pro-left{
            padding-right: 10px;
        }
        .box-wapper-shop .box-product-item {
            margin-bottom: 30px;
        }
       
        .box-sort {
            padding: 0 15px;
            margin-bottom: 20px;
            font-size: 14px;
            font-family: "Quicksand", sans-serif;
            overflow: hidden;
        }
        
        .box-sort .block-sort {
            text-align: right;
        }
        
        .box-sort .block-sort .form-group {
            margin: 0;
            overflow: hidden;
        }
        
        .box-sort .block-sort .form-group .block-wapper--title {
            margin: 3px 30px 0;
        }
        
        .box-sort .block-sort .form-group .select--field {
            font-family: "Montserrat", sans-serif;
            float: right;
            width: 60%;
            line-height: 30px;
            padding-left: 20px;
            font-size: 14px;
            border-radius: 30px;
            border: 1px solid #ECD800;
        }
        
        .box-sort .block-sort .form-group .select--field:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-list-categories .block-wapper--title {
            margin-bottom: 15px;
        }
        
        .box-list-categories .block-list-categories--content {
            font-family: "Montserrat", sans-serif;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-list-categories .block-list-categories--content li h3.title {
            position: relative;
            margin-bottom: 0;

        }
        
        .box-list-categories .block-list-categories--content li h3.title>a {
            display: block;
            padding: 7px 0;
            /* margin-right: 30%; */
            font-size: 13px;
                text-transform: uppercase;
        }
        
        .box-list-categories .block-list-categories--content li h3.title .plus--icon {
            display: none;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            position: absolute;
            right: 10px;
            bottom: 0;
            cursor: pointer;
            font-size: 16px;
        }
        
        .box-list-categories .block-list-categories--content li h3.title.active .plus--icon {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        
        .box-list-categories .block-list-categories--content li ul {
            margin: 0;
            padding: 0;
            list-style: none;
            padding-left: 20px;
        }
        
        .box-list-categories .block-list-categories--content li ul li a {
            font-size: 14px;
        }
        
        .box-filter-item {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-filter-item:hover>input {
            border: 1px solid #ECD800;
            background: #ECD800;
        }
        
        .box-filter-item:hover>input::before {
            color: #fff;
        }
        
        .box-filter-item:hover label {
            color: #ECD800;
        }
        
        .box-filter-item>input {
            position: relative;
            top: 2px;
            height: 15px;
            width: 15px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #0003;
            border-radius: 2px;
            outline: none;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            background-color: #fff;
            margin-right: 5px;
            cursor: pointer;
        }
        
        .box-filter-item>input::before {
            content: "\f00c";
            z-index: 2;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 0;
            right: -1px;
            top: -1px;
            bottom: 0;
            font-size: 10px;
            text-align: center;
            color: transparent;
        }
        
        .box-filter-item>input:checked {
            border: 1px solid #ECD800;
            background: #ECD800;
        }
        
        .box-filter-item>input:checked::before {
            color: #fff;
        }
        
        .box-filter-item label {
            cursor: pointer;
            color: #7b8395;
            font-size: 14px;
        }
        
        .box-filter {
            margin-top: 20px;
        }
        
        .box-filter .block-wapper--title {
            margin-bottom: 15px;
        }
        
        .box-filter .block-filter-list {
            max-height: 210px;
            overflow-y: scroll;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #ECD800;
        }
        
        .box-filter .block-filter-list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-filter .block-filter-list ul li {
            margin-bottom: 7px;
        }
        
        .box-filter .block-filter-list ul li:last-child {
            margin-bottom: 0;
        }
        
        .box-filter .block-filter-list ul li label {
            margin: 0;
        }
        
        .filter-checked {
            overflow: hidden;
            margin-bottom: 20px;
            font-family: "Quicksand", sans-serif;
        }
        
        .filter-checked>span {
            display: inline-block;
            padding: 5px 15px 5px 10px;
            color: #fff;
            background: #ECD800;
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }
        
        .filter-checked>span+span {
            margin-left: 15px;
        }
        
        .filter-checked a i {
            font-size: 12px;
            margin-left: 10px;
            color: #333;
        }
        
        .filter-checked .btn--button {
            float: right;
        }
        
        .box-feature {
            margin-top: 20px;
        }
        
        .box-feature .block-feature-item {
            font-family: "Montserrat", sans-serif;
            overflow: hidden;
            padding: 20px 0;
            border-bottom: 1px solid #ebebeb;
        }
        
        .box-feature .block-feature-item:last-child {
            border-bottom: none;
        }
        
        .box-feature .block-feature-item .block-feature--image {
            float: left;
            margin-right: 15px;
            max-width: 70px;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--title h3 {
            margin-bottom: 15px;
            line-height: 0.675;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--title h3 a {
            font-size: 12px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 20px;
            -webkit-box-orient: vertical;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--price .price--sale {
            font-size: 12px;
            color: #ECD800;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--price .price--origin {
            text-decoration: line-through;
            font-size: 12px;
            margin-left: 5px;
            color: #7b8395;
        }
        
        .box-feature .block-feature--button {
            margin-top: 20px;
        }
        
        .box-feature .block-feature--button .btn--feature-button {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-feature .block-feature--button .btn--feature-button i {
            margin-left: 5px;
        }
        
        .box-wapper-post .box-list-categories .block-list-categories--content li h3.title>a,
        .box-single-post .box-list-categories .block-list-categories--content li h3.title>a {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 20px;
            -webkit-box-orient: vertical;
            margin: 0;
        }
        
        .box-single-product {
    margin: 100px 0 20px 0; 
        }
        
        .box-single-product .block-single-product--image .single-product-image--show {
            /* border: 2px solid #ECD800; */
         max-width: 30em;
    max-height:30em;
    margin: 0 auto;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider {
            width: 70%;
            margin: 20px auto 0;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb-selected {
            border: 1px dashed #ECD800;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb-selected img {
            -webkit-filter: none;
            filter: none;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb img {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb:hover:not(.mz-thumb-selected) img {
            -webkit-filter: none;
            filter: none;
        }
        
        .box-single-product .block-single-product--content {
            font-family: "Montserrat", sans-serif;
            padding-left: 20px;
            padding-top: 20px;
        }
        
        .box-single-product .block-single-product--content .single-product--title h3 {
            color: #ffffff;
            font-size: 30px;
            line-height: 36px;
        }
        
        .box-single-product .block-single-product--content .single-product--status {
            margin-top: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item {
            font-size: 14px;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item:first-child {
            padding-right: 5px;
            margin-right: 10px;
            border-right: 1px solid #000;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item .content {
            color: #ECD800;
        }
        
        .box-single-product .block-single-product--content .single-product--rating {
            margin-top: 8px;
            font-size: 14px;
        }
        
        .box-single-product .block-single-product--content .single-product--price {
            margin-top: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--price .price--sale {
            font-size: 24px;
            line-height: 30px;
            color: #ECD800;
            font-weight: bold;
            margin-right: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--price .price--origin {
            color: #8d90a6;
            font-size: 14px;
            text-decoration: line-through;
        }
        
        .box-single-product .block-single-product--content .single-product--hometext {
            border-top: 1px dashed #ededed;
            /* border-bottom: 1px dashed #d8d8d7; */
            margin-top: 30px;
            padding: 15px 0;
            font-size: 14px;
            color: #efefef;
            line-height: 22px;
        }
        
        .box-single-product .block-single-product--content .single-product--hometext * {
            margin: 0;
        }
        
        .box-single-product .block-single-product--content .single-product--form {
            margin-top: 15px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities {
            overflow: hidden;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .form--title {
            font-weight: bold;
            font-size: 14px;
            margin: 8px 30px 0 0;
            float: left;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group {
            max-width: 200px;
            border-radius: 30px;
            overflow: hidden;
            border: 1px solid #eaebf3;
            float: left;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities {
            text-align: center;
            border: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities:focus {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .btn--value {
            background: #fff;
            color: #8d90a6;
            font-size: 20px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .btn--value:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button {
            margin-top: 35px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn {
            font-size: 14px;
            padding: 0 30px;
            color: #fff;
            line-height: 45px;
            border-radius: 30px;
            background: #ECD800;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn:hover {
            background: #fff;
            color: #ECD800;
            border: 1px solid #ECD800;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--add {
    
            margin-right: 20px;
                   color: #fff;
        background-color: #19043D;
            border: 1px solid #ffffff;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--add:hover {
            background: #fff;
          color: #19043D;
           border: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--buy {
            color: #fff;
            background: #ECD800;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--buy:hover {
            background: #fff;
            color: #ECD800;
            /* border: 1px solid #007bff; */
        }
        
        .box-single-product .block-single-product--content .single-product--share {
            margin-top: 25px;
        }
        
        .box-single-product .block-single-product--tabs {
            margin-top: 30px;
        }
        
        .box-single-product .block-single-product--tabs .nav-tabs .nav-item .nav-link {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: bold;
            border: none;
            border-bottom: 3px solid transparent;
        }
        
        .box-single-product .block-single-product--tabs .nav-tabs .nav-item .nav-link.active {
            color: #000;
            border-bottom: 3px solid #ECD800;
        }
        
        .box-single-product .block-single-product--tabs .tab-content {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-single-product .block-single-product--tabs .tab-content .tab-pane {
            padding: 10px;
        }
        
        .box-wapper-cart {
    margin: 100px 0 20px 0; 
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            
        }
              .box-wapper-cart .block-wapper-cart-table{
                padding-right: 20px;
              }
                .box-wapper-cart  .main--title{
                    margin-bottom: 20px;
                }
        .box-wapper-cart .next-shop .btn--color {
            display: inline-block;
            line-height: 25px;
        }
        
        /* .box-wapper-cart .table thead tr {
            text-align: left;
        }
        
        .box-wapper-cart .table tbody tr {
            border-top: 1px solid #eaebf3;
        }
        
        .box-wapper-cart .table tbody tr td:nth-child(n+3) {
            vertical-align: middle;
        }
        
        .box-wapper-cart .table tbody .product--image {
            width: 130px;
        }
        
        .box-wapper-cart .table tbody .product--image img {
            display: block;
            border: 1px solid #eaebf3;
        }
        
        .box-wapper-cart .table tbody .product--name {
            width: 280px;
        }
        
        .box-wapper-cart .table tbody .product--name h3 {
            line-height: 0;
            margin: 0;
        }
        
        .box-wapper-cart .table tbody .product--name h3 a {
            font-size: 14px;
            line-height: 21px;
            color: #ffffff;
            text-transform: none;
        }
        
        .box-wapper-cart .table tbody .product--name .product--delete {
            color: #ECD800;
            display: block;
            font-size: 13px;
            margin-top: 14px;
        }
        
        .box-wapper-cart .table tbody .price--sale {
            font-weight: bold;
            color: #ECD800;
            font-size: 16px;
            margin-right: 10px;
        }
        
        .box-wapper-cart .table tbody .product--price .price--origin {
            text-decoration: line-through;
            font-size: 13px;
            color: #888888;
        }
        
        .box-wapper-cart .table tbody .product--quantity {
            width: 150px;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group {
            max-width: 130px;
            border-radius: 30px;
            border: 1px solid #eaebf3;
            overflow: hidden;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .btn-default {
            background: #fff;
            font-size: 20px;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control {
            border: none;
            text-align: center;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control:focus {
            box-shadow: none;
        }
         */
        .box-wapper-cart .block-wapper-cart-bill {
       border: 1px solid;
    padding: 20px 10px;
    border-radius: 10px;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block--title .main--title {
            font-size: 20px;
            text-align: center;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total .total-contents {
          display: flex;
          justify-content:space-between;
              align-items: center;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total .title {
            /* float: left; */
            font-size: 14px;
            color: #ffffff;
          
            font-weight: bold;
            padding-right: 5px;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total .price {
            /* float: right; */
                text-align: right;
            font-weight: bold;
            color: #ECD800;
            font-size: 16px;

        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--button {
            line-height: 25px;
            width: 100%;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--hover-color {
            margin-top: 10px;
        }
        
        .box-address-on-checkout {
            border: 1px solid #dde2e4;
            margin-bottom: 10px;
        }
        
        .box-address-on-checkout .edit-login-checkbox {
            padding: 10px 0em;
        }
        
        .box-address-on-checkout h4 {
            font-size: 1.1em;
            color: #ffffff;
            border-bottom: 1px solid #dde2e4;
            padding: 10px 12px 9px;
            font-weight: 700;
            position: relative;
            margin: 0px;
        }
        
        .box-address-on-checkout h4 span {
            font-size: 0.9em;
            font-weight: 400;
        }
        
        .box-address-on-checkout .edit-login-checkbox p {
            font-weight: bold;
            font-size: 0.9em;
            padding: 5px 0px;
            text-align: right;
        }
        
        .box-address-on-checkout textarea {
            font-size: 0.9em;
            resize: none;
        }
        
        .box-address-on-checkout .note {
            font-size: 0.9em;
        }
        
        .box-address-on-checkout .box-choices-address ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .address-option {
            margin-bottom: 0;
            margin-top: 10px;
            border: 1px solid #dadada;
            display: block;
            padding: 10px 10px 10px 30px;
           
        }
        
        .box-address-on-checkout .box-choices-address {
            padding: 15px 20px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item {
            margin-bottom: 10px;
            position: relative;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .address-option {
            cursor: pointer;
            transition: all 0.5s ease;
        }
        
        .box-address-on-checkout .box-choices-address .address-item:hover .address-option {
            transition: all 0.35s ease-in-out;
            background: #f8f8f8;
            border: 1px solid #ddd;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active .address-option {
            border: 1px solid #9ca643;
            cursor: default;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
            margin-bottom: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther {
            position: relative;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther .address-option {
            cursor: pointer;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther:hover .address-option {
            transition: all 0.35s ease-in-out;
            background: #f8f8f8;
            border-color: #f8f8f8;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active:hover .address-option {
            background: #fff;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active:before {
            vertical-align: text-top;
            display: inline-block;
            background-image: url(../images/list-images-lz.svg);
            background-repeat: no-repeat;
            background-position: -3px -1276px;
            width: 17px;
            height: 14px;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            left: 7px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .radio-address {
            position: absolute;
            left: -99999px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address p {
            margin-bottom: 0px;
            padding: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address {
            font-size: 13px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address .username {
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther:before {
            vertical-align: text-top;
            display: inline-block;
            background-image: url(../images/list-images-lz.svg);
            background-repeat: no-repeat;
            background-position: -3px -1297px;
            width: 17px;
            height: 14px;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            left: 7px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther.active:before {
            background-position: -3px -1277px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther .address-option p.add-address {
            margin-bottom: 0px;
            padding: 0px;
            font-weight: 700;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active {
            display: block !important;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .address-item {
            display: block !important;
        }
        
        .box-address-on-checkout .box-choices-address .block-address-content {
            height: 100px;
            overflow: hidden;
            transition: all 500ms ease;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .block-address-content {
            height: max-content;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .btn-view-less-address {
            display: block;
        }
        
        .box-address-on-checkout .box-choices-address .btn-view-less-address {
            display: none;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .btn-view-more-address {
            display: none;
        }
        
        .box-checkout {
    margin: 100px 0 20px 0; 
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-checkout h2 {
            font-weight: 700;
            text-align: center;
            font-family: "Quicksand", sans-serif;
            font-size: 35px;
            margin-bottom: 3.375rem;
        }
        
        .block-totalcart h3.title {
            font-weight: 700;
            border-bottom: 2px solid #dddddd;
            padding: 0.685rem 0px;
            text-transform: uppercase;
            font-size: 1rem;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 0px;
        }
        
        .block-totalcart table {
            font-size: 1.1rem;
            margin-bottom: 1.25em;
            width: 100%;
        }
        
        .block-totalcart .cart-subtotal td,
        .block-totalcart .shipping td {
            text-align: right;
        }
        
        .block-totalcart table th {
            text-align: left;
            font-weight: 700;
            color: #ffffff;
        }
        
        .block-totalcart table tr th,
        .block-totalcart table tr td {
            padding: 0.675rem 0em;
            font-size: 0.875rem;
        }
        
        .block-totalcart .shipping ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .block-totalcart .shipping ul li label {
            font-weight: 400;
        }
        
        .block-totalcart .shipping {
            border-top: 1px solid #ddd;
        }
        
        .block-totalcart .order-total {
            border-bottom: 3px solid #ddd;
            border-top: 1px solid #ddd;
        }
        
        .block-totalcart .order-total td {
            text-align: right;
        }
        
        .block-totalcart .btn {
            border-radius: 0px;
            font-weight: 400;
            font-size: 0.875rem;
            margin-bottom: 10px;
        }
        
        .box-checkout .block-totalcart {
            border: 3px solid #ECD800;
            padding: 10px 25px;
        }
        
        .box-checkout .block-totalcart h3.title {
            position: relative;
            color: #ECD800;
            border-bottom: none;
            padding: 0.5rem 0px 0.5rem 1.5rem;
            font-size: 1rem;
        }
        
        .box-checkout .block-totalcart h3.title::before {
            content: "\f054";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0px;
            font-size: 1rem;
            top: 8px;
        }
        
        .box-checkout .block-totalcart table thead {
            border-bottom: 3px solid #ddd;
            text-transform: uppercase;
            color: #555555;
        }
        
        .box-checkout .block-totalcart .product-total {
            text-align: right;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout td {
            text-align: right;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout td.name-product-checkout {
            text-align: left;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout {
            border-bottom: 1px dotted #ddd;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout:last-child {
            border-bottom: 1px solid #ddd;
        }
        
        .box-checkout .box-payment ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .box-checkout .box-payment ul li {
            margin: 15px 0px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        
        .box-checkout .box-payment {
            font-weight: 400;
        }
        
        .box-checkout .box-payment input[type="radio"] {
            margin: 0 0 1rem 0;
        }
        
        .box-checkout .box-payment label {
            padding-left: 10px;
            font-weight: 400;
        }
        
        .box-checkout .box-payment .block-content {
            color: #ffffff;
        }
        
        .box-checkout .checkout-warpper h3.title {
            font-size: 20px;
            position: relative;
            color: #ECD800;
            border-bottom: none;
            padding-left: 25px;
            font-weight: 700;
            padding: 0.5rem 0px 0.5rem 1.5rem;
            text-transform: uppercase;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 0px;
        }
        
        .box-checkout .checkout-warpper h3.title::before {
            content: "\f054";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0px;
            font-size: 1rem;
            top: 8px;
        }
        
        .box-checkout .checkout-warpper .form-control {
            border-radius: 0px;
            font-size: 14px;
        }
        
        .report-authe .icon-order-success {
            float: left;
            width: 15%;
        }
        
        .report-authe .order-success-text {
            float: left;
            width: 85%;
        }
        
        .report-authe .order-success-text h3 {
            margin: 5px 0px;
            font-weight: 600;
            font-size: 1rem;
        }
        
        .detail-order {
            margin: 15px 0px 25px;
        }
        
        .detail-order h3 {
            margin: 1rem 0px;
            font-weight: 600;
            font-size: 0.875rem;
        }
        
        .detail-order p {
            margin-bottom: 0px;
        }
        
        .box-wapper-introduce {
    margin: 100px 0 20px 0; 
        }
        /* .box-wapper-introduce .block-wapper-introduce--content span{
            color: white;
        } */
        .box-user {
            font-family: "Montserrat", sans-serif;
    margin: 100px 0 20px 0; 
            font-size: 15px;
        }
        .box-user .block-user--form{
            width: 50%;
            margin: 0 auto;
            padding: 30px 0 60px 0;
        }
       .box-warpper.box-user .change-password .block-user--form {
            width: 100% ;
        }
            .box-warpper.box-user .change-password .block-user--form .col-xl-8 {
            max-width: 100% ;
            flex: 0 0 100%;
        }
          .box-user h2{
            text-align: center;
            font-size: 30px;
            font-weight: bold;
          }
        .box-user .btn--button {
            display: inline-block;
            padding: 0 25px;
            font-weight: normal;
            line-height: 43px;
            font-size: 15px;
        }
        
        .box-user .note a {
            color: #ECD800;
        }
        
        .box-user .block-user--form label {
            margin: 0 0 4px 10px;
        }
        
        .box-user .block-user--form .help-block {
            color: red;
            margin-left: 10px;
            font-size: 13px;
        }
        
        .box-user .block-user--form .form-group .form-control {
            border-radius: 10px;
            overflow: hidden;
            font-size: 14px;
            padding: 10px 10px 8px 20px;
        }
                .box-user .block-user--form .input-contact input{
                    margin-top: 10px;
                    color: black;
                    background-color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   
                }
        .box-user .block-user--form .form-group .form-control:focus {
            border: 1px solid #ECD800;
            box-shadow: none;
        }
       .box-user .block-user--form.block-user-dk{
            width: 80%;
                     margin: 0 auto;
        }
        .box-wapper-profile {
            font-family: "Montserrat", sans-serif;
            /* margin-left: 25px !important;
            margin-right: 35px !important; */
            margin: 100px 0 20px 0; 

        }
        .users_withrawal-history .card-stats{
            color: #19043D;
        }
        .box-wapper-profile .form-control {
            font-size: 16px;
            line-height: 25px;
        }
        .box-profile .block-wapper--title{
            color: white;
        }
        .box-wapper-profile {
            font-size: 15px;
     
        }
                .box-wapper-profile .card-body{
       color: #19043D;
                }
                .card-body
        .box-slidebar-profile h3 {
            font-size: 20px;
            font-family: "Quicksand", sans-serif;
            font-weight: bold;
        }
        
        .box-wapper {
            font-family: "Montserrat", sans-serif;
     margin: 100px 0 20px 0; 
        }
        
        .box-slidebar-profile .card-body {
            padding-right: 10px;
            font-weight: bold;
                   color: #ffffff;
        }
        
        .box-slidebar-profile .card-body span {
            font-weight: normal;
        }
                   .box-slidebar-profile .card{
                    background-color: #19043D;
                   }
           .box-slidebar-profile .card-body {
                text-align: center;
           }
        .box-slidebar-profile .card-image.pb-4{
            width: 150px;
    margin: 0 auto;
    text-align: center;
        }
        .user-manager-page{
            margin: 100px 0 20px 0; 
        }
        
        .user-manager-page #btn-address-add {
            cursor: pointer;
        }
        
        .modal-user-manager-page {
            font-family: "Montserrat", sans-serif;
        }
        
        .user-manager-page .account-structure-page_title a {
            font-size: 16px;
            font-weight: normal;
        }
        
        .user-manager-page .info-box-content {
            display: inline-block;
            font-size: 15px;
        }
        
        .user-manager-page .info-box-icon {
            margin-right: 5px;
        }
        
        @media only screen and (max-width: 991px) {
            .block-header-bottom .box-menu .wsmobileheader .box-cart>ul {
                text-align: right;
                margin: 0;
                list-style: none;
                position: absolute;
                right: 30px;
                width: 100%;
                padding: 0;
            }
            .block-header--account {
                margin-right: 25px;
            }
            .box-header .sub-account {
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
                visibility: hidden;
                opacity: 0;
                margin: 0;
                padding: 10px;
                list-style: none;
                position: absolute;
                top: calc(100% + 12px);
                min-width: 180px;
                left: -100px;
                background: #fff;
                border-radius: 3px;
				border-bottom:#000 solid 1px;
                text-align: center;
                border: 1px solid #efefef;
                -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
                box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
                z-index: 2;
                text-align: left;
                font-family: "Montserrat", sans-serif;
            }
            .box-header .wsmobileheader .block-header--account:hover .sub-account {
                visibility: visible;
                opacity: 1;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li a.btn--login {
                background: #ECD800;
                margin-bottom: 10px;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li .btn {
                display: block;
                font-size: 13px;
                border-radius: 30px;
                font-family: "Montserrat", sans-serif;
                border: 1px solid transparent;
                font-weight: bold;
                color: #fff;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li a.btn--register {
                background: #7b8395;
            }
            /*------------- INDEX RESPONSIVE -------------*/
            .box-header {
                margin-top: 55px;
            }
            .box-header .block-header-top {
                display: none;
            }
            .box-header .block-header-top ul.header-top-right {
                margin-top: 10px;
                text-align: left;
            }
            .box-header .block-header-top ul li {
                margin-right: 9px;
            }
            .box-header .block-header-top ul li a {
                font-size: 13px;
            }
            .box-header .block-header-center .block-header--logo,
            .box-header .block-header-center .block-header-center-right {
                display: none;
            }
            .wsminicart {
                padding: 0px;
            }
            .wsanimated-arrow span,
            .wsanimated-arrow span:before,
            .wsanimated-arrow span:after {
                background-color: #ECD800;
            }
            .wsmobileheader .smllogo {
                margin: 5px 0 0;
            }
            .wsmobileheader .smllogo img {
                max-width: 130px;
            }
            .wsmobileheader .callusbtn {
                top: -5px;
            }
            .wsmobileheader .callusbtn .block-minicart img {
                max-width: 30px;
            }
            .box-menu .wsmenu>.wsmenu-list {
                background-color: #fff3f3;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu {
                padding: 15px 20px 25px 15px;
                max-height: 300px;
                overflow-y: scroll;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .title {
                margin-bottom: 10px;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .link-list {
                margin-bottom: 15px;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .link-list ul li a {
                border-bottom: none;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
                color: #fff;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmenu-click>i {
                color: #000;
            }
            .box-menu .wsmenu>.wsmenu-list>li:hover>a {
                color: #fff;
                background: #ECD800;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a {
                line-height: 50px;
                color: #000;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a i {
                display: none;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a.active {
                background: #ECD800;
                color: #fff;
            }
            .box-footer .block-footer--title h3 {
                margin: 15px 0;
            }
            .box-copyright {
                font-size: 13px;
            }
            /*------------- END INDEX RESPONSIVE -------------*/
            .box-sort {
                margin-top: 15px;
            }
            .box-sort .block-sort .form-group .block-wapper--title {
                margin: 3px 30px 0 0;
            }
            .box-single-product .block-single-product--content .single-product--status .status-item {
                display: block;
                padding: 3px 0;
            }
            .box-single-product .block-single-product--content .single-product--status .status-item:first-child {
                border: none;
            }
            .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn {
                padding: 0 20px;
            }
            .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn.btn--add {
                margin-right: 10px;
            }
            .box-wapper-cart .table td,
            .box-cart .table th {
                min-width: 135px;
            }
        }
        
        @media (max-width: 780px) {
            .md-order-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }
            .md-order-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }
            .box-contact .block-contact-information {
                border-bottom: none;
            }
            .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--button {
                display: inline-block;
                width: auto;
            }
            .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--hover-color {
                margin: 0 0 0 10px;
            }
            .box-wapper-cart .md-order-1{
                order: 2;
            }
               .box-wapper-cart .md-order-2 .next-shop{
                margin-top: 20px;
               }
        }
        
        @media (max-width: 480px) {
            /*------------- INDEX RESPONSIVE -------------*/
            .order-sm-1 {
                order: 1;
            }
            .box-single-product .mw-100.p-3 img {
                width: 100% !important;
            }
            .block--title {
                text-align: center;
            }
            .block--title .main--title {
                font-size: 24px;
            }
            .box-partner {
                padding: 15px 0;
            }
            .box-partner .block--title {
                padding: 0;
            }
            .box-categories .block-categories {
                min-height: 450px;
            }
            .box-categories .box-product-item {
                margin-top: 20px;
            }
            .box-newsletter .block--title .main--title {
                margin-bottom: 15px;
            }
            /*------------- END INDEX RESPONSIVE -------------*/
            .box-relative .block--title .main--title {
                padding: 10px 20px;
            }
            .box-single-post .block-single-post--title .single-post--title h3 {
                font-size: 21px;
            }
        }
        
        @media (min-width: 1200px) {
            .container {
                max-width: 1200px;
            }
        }

        .box-hotline-fixed-bottom {
            position: fixed;
            width: 220px;
            height: 50px;
            max-width: 500px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            background-color: #424242;
            bottom: 0px;
            left: 0px;
            z-index: 4;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            transform: translateX(0%);
            transition: transform 200ms ease 0s, opacity 750ms ease 0s;
        }
        .box-hotline-fixed-bottom::before {
            content: '';
            background: url(../images/call.png) no-repeat center center #ECD800;
            background-size: 32px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            position: absolute;
            right: -1.5rem;
            top: 0px;
        }
        .box-hotline-fixed-bottom .close-hotline {
            float: left;
            width: 25px;
            height: 100%;
            padding: 10px 0px;
            text-align: center;
            cursor: pointer;
        }
        .box-hotline-fixed-bottom a {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 2rem;
        }
        .box-hotline-fixed-bottom p,
        .box-hotline-fixed-bottom h3 {
            margin-top: 3px;
            margin-left: 8px;
            padding-top: 0;
            float: left;
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-size: 10px;
            font-weight: 400;
            margin-bottom: 0px;
        }
        .box-hotline-fixed-bottom h3 {
            margin-top: 2px;
            font-size: 18px;
            font-weight: 900;
        }
        .icons-hotline-fixed .open-hotline {
            cursor: pointer;
            width: 50px;
            height: 50px;
            margin-left: 20px;
            margin-bottom: 20px;
            background-color: #d71616;
            border-radius: 50%;
            padding: 0.5rem;
            position: fixed;
            z-index: 5;
            bottom: 0px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            transform: translateX(-200%);
            transition: transform 200ms ease 0s, opacity 750ms ease 0s;
        }
        
        @media(min-width:992px) {
     
            .hoancau-alo-phone {
                display: none;
            }
            .box-hotline-fixed-bottom {
                position: fixed;
                width: 220px;
                height: 50px;
                max-width: 500px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                background-color: #424242;
                bottom: 0px;
                left: 0px;
                z-index: 4;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -moz-transform: translateX(0%);
                transform: translateX(0%);
                transition: transform 200ms ease 0s, opacity 750ms ease 0s;
            }
            .box-hotline-fixed-bottom::before {
                content: '';
                background: url(../images/call.png) no-repeat center center #ECD800;
                background-size: 32px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                position: absolute;
                right: -1.5rem;
                top: 0px;
            }
            .box-hotline-fixed-bottom .close-hotline {
                float: left;
                width: 25px;
                height: 100%;
                padding: 10px 0px;
                text-align: center;
                cursor: pointer;
            }
            .box-hotline-fixed-bottom a {
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 2rem;
            }
            .box-hotline-fixed-bottom p,
            .box-hotline-fixed-bottom h3 {
                margin-top: 3px;
                margin-left: 8px;
                padding-top: 0;
                float: left;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
                font-size: 10px;
                font-weight: 400;
                margin-bottom: 0px;
            }
            .box-hotline-fixed-bottom h3 {
                margin-top: 2px;
                font-size: 18px;
                font-weight: 900;
            }
            .icons-hotline-fixed .open-hotline {
                cursor: pointer;
                width: 50px;
                height: 50px;
                margin-left: 20px;
                margin-bottom: 20px;
                background-color: #d71616;
                border-radius: 50%;
                padding: 0.5rem;
                position: fixed;
                z-index: 5;
                bottom: 0px;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateX(-200%);
                -moz-transform: translateX(-200%);
                transform: translateX(-200%);
                transition: transform 200ms ease 0s, opacity 750ms ease 0s;
            }
        }
        
        .pagination {
            justify-content: center;
        }
        
        ul.pagination li a {
            padding: 5px 10px;
            border: 1px solid #f59897;
            color: #f59897;
            background: #fff;
        }
        
        ul.pagination li.active a {
            border: 1px solid #f59897;
            color: #fff;
            background: #f59897;
        }
        
        @media (min-width:768px) {
            #section2 .list-index-portfolio>li>.img-holder {
                min-height: 253px!important;
            }
            #section2 .list-index-portfolio>li {
                height: 253px!important;
            }

        }
        
        .hoancau-alo-phone {
            position: fixed;
            background-color: transparent;
            width: 170px;
            height: 170px;
            cursor: pointer;
            z-index: 200 !important;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            -webkit-transition: visibility .5s;
            -moz-transition: visibility .5s;
            -o-transition: visibility .5s;
            transition: visibility .5s;
            bottom: 0px;
            left: -30px;
        }
        
        .hoancau-alo-ph-circle {
            width: 130px;
            height: 130px;
            top: 35px;
            left: 35px;
            position: absolute;
            background-color: transparent;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid rgba(30, 30, 30, 0.4);
            border: 2px solid #bfebfc 9;
            opacity: .1;
            -webkit-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            border-color: #ff0000;
            opacity: .5;
        }
        
        @-moz-keyframes hoancau-alo-circle-anim {
            0% {
                -moz-transform: rotate(0) scale(.5) skew(1deg);
                opacity: .1;
                -moz-opacity: .1;
                -webkit-opacity: .1;
                -o-opacity: .1
            }
            30% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .5;
                -moz-opacity: .5;
                -webkit-opacity: .5;
                -o-opacity: .5
            }
            100% {
                -moz-transform: rotate(0) scale(1) skew(1deg);
                opacity: .6;
                -moz-opacity: .6;
                -webkit-opacity: .6;
                -o-opacity: .1
            }
        }
        
        @-webkit-keyframes hoancau-alo-circle-anim {
            0% {
                -webkit-transform: rotate(0) scale(.5) skew(1deg);
                -webkit-opacity: .1
            }
            30% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                -webkit-opacity: .5
            }
            100% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
                -webkit-opacity: .1
            }
        }
        
        @-o-keyframes hoancau-alo-circle-anim {
            0% {
                -o-transform: rotate(0) kscale(.5) skew(1deg);
                -o-opacity: .1
            }
            30% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                -o-opacity: .5
            }
            100% {
                -o-transform: rotate(0) scale(1) skew(1deg);
                -o-opacity: .1
            }
        }
        
        .hoancau-alo-ph-circle-fill {
            width: 100px;
            height: 100px;
            top: 50px;
            left: 50px;
            position: absolute;
            background-color: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid transparent;
            opacity: .1;
            -webkit-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background-color: rgba(255, 0, 0, 0.5);
            opacity: .75 !important;
        }
        
        @-moz-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        @-webkit-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        @-o-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -o-transform: rotate(0) scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        .hoancau-alo-ph-img-circle {
            width: 60px;
            height: 60px;
            top: 70px;
            left: 70px;
            position: absolute;
            background: rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid transparent;
            opacity: .7;
            -webkit-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background-color: #ff0000;
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill {
            background-color: rgba(66, 168, 221, 0.5) !important;
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-circle {
            border-color: #42a7dd
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-img-circle {
            background-color: #42a7dd;
        }
        
        @-moz-keyframes hoancau-alo-circle-img-anim {
            0% {
                transform: rotate(0) scale(1) skew(1deg)
            }
            10% {
                -moz-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            20% {
                -moz-transform: rotate(25deg) scale(1) skew(1deg)
            }
            30% {
                -moz-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            40% {
                -moz-transform: rotate(25deg) scale(1) skew(1deg)
            }
            50% {
                -moz-transform: rotate(0) scale(1) skew(1deg)
            }
            100% {
                -moz-transform: rotate(0) scale(1) skew(1deg)
            }
        }
        
        @-webkit-keyframes hoancau-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)
            }
        }
        
        @-o-keyframes hoancau-alo-circle-img-anim {
            0% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
            10% {
                -o-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            20% {
                -o-transform: rotate(25deg) scale(1) skew(1deg)
            }
            30% {
                -o-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            40% {
                -o-transform: rotate(25deg) scale(1) skew(1deg)
            }
            50% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
            100% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
        }
        
        #hoancau-alo-wrapper {
            position: fixed;
            width: 100%;
            bottom: 0;
            top: 0;
            left: 0;
            z-index: 2000000;
            overflow: visible;
            color: #383838;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);
            top: 0;
            left: 0;
            z-index: 200000;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-table {
            display: table;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 999999;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup {
            background-color: #fff;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup {
            display: inline-block;
            position: relative;
            -webkit-transition: .6s ease-out;
            -moz-transition: .6s ease-out;
            -o-transition: .6s ease-out;
            transition: .6s ease-out;
            margin: 0 auto;
            z-index: 200001;
            text-align: center;
            padding: 39px 67px;
            width: 555px;
            background: url(../images/bgtuvan.jpg) no-repeat;
            max-height: 437px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup-close {
            background-image: url(../images/closeseses.png);
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup-close {
            -webkit-border-radius: 2px !important;
            -moz-border-radius: 2px !important;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            position: absolute !important;
            right: -15px !important;
            top: -15px !important;
            height: 30px !important;
            width: 30px !important;
            background-image: url(..images/closeseses.png);
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer !important;
            -webkit-transition: .3s ease-out !important;
            -moz-transition: .3s ease-out !important;
            -o-transition: .3s ease-out !important;
            transition: .3s ease-out !important;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4 {
            margin-bottom: 10px;
            text-transform: uppercase;
            max-width: 535px;
            font-weight: bold;
            line-height: 40px;
            color: #fff;
        }
        
        #hoancau-alo-wrapper.night-mode h4 {
            font-size: 26px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4.info {
            margin: 15px 0;
            font-weight: normal;
            text-transform: none;
            max-width: 525px;
            color: #fff;
            font-size: 20px;
            letter-spacing: 0.8px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4 {
            margin-bottom: 10px;
            text-transform: uppercase;
            max-width: 535px;
            font-weight: bold;
            line-height: 40px;
            color: #fff;
        }
        
        #hoancau-alo-wrapper.night-mode input[type="text"].hoancau-alo-number {
            border: #00bed5 solid 1px;
            background: #fff;
            text-align: center;
            padding: 8px 60px;
            outline: 5px solid #fff !important;
            font-size: 25px;
            font-family: 'Arial', sans-serif;
            transition: all 0.5s ease;
        }
        
        form#contactform input[type="text"] {
            width: 100%;
            border: 1px solid #f5f5f5;
            min-height: 40px;
            padding-left: 20px;
            font-size: 13px;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-message {
            height: 25px;
            text-align: center;
            clear: both;
            font-size: 14px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-message {
            padding-bottom: 0;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-submit {
            border: none;
            border-width: 0;
            background: url(../images/nutsubmit.png) no-repeat;
            width: 222px;
            height: 73px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #fff;
            cursor: pointer;
            outline: none !important;
            float: right;
            margin-right: 110px;
        }

        .box-devision-col-mobile .info-box {
            display: block;
            min-height: 90px;
            background: #fff;
            width: 100%;
            box-shadow: 0 0px 1px rgba(0,0,0,0.5);
            border-radius: 2px;
            margin-bottom: 15px;
        }
        .box-devision-col-mobile .info-box-icon {
            border-top-left-radius: 2px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 2px;
            display: block;
            float: left;
            height: 90px;
            width: 90px;
            text-align: center;
            font-size: 45px;
            line-height: 90px;
            background: rgba(0,0,0,0.2);
        }
        .box-devision-col-mobile .bg-green {
            background-color: #00a65a !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-green a, .box-devision-col-mobile .bg-purple a, .box-devision-col-mobile .bg-lightgreen a, .box-devision-col-mobile .bg-blue a {
            color: #fff;
        }
        .box-devision-col-mobile .bg-green a:hover, .box-devision-col-mobile .bg-purple a:hover, .box-devision-col-mobile .bg-lightgreen a:hover, .box-devision-col-mobile .bg-blue a:hover {
            text-decoration: none;
        }
        .box-devision-col-mobile .info-box-content {
            font-family: 'Source Sans Pro', sans-serif;
            padding: 5px 10px;
            margin-left: 90px;
        }
        .box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #19043D;
        }
        .box-devision-col-mobile .info-box-text {
            text-transform: uppercase;
        }
        .box-devision-col-mobile .info-box-number {
            display: block;
            font-weight: bold;
            font-size: 18px;
              color: #19043D;
        }
        .box-devision-col-mobile .info-box .progress {
            background: rgba(0,0,0,0.2);
            margin: 5px -10px 5px -10px;
            height: 2px;
        }
        .box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
            border-radius: 0;
        }
        .box-devision-col-mobile .info-box .progress .progress-bar {
            background: #fff;
        }
        .box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
            border-radius: 0;
        }
        .box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .box-devision-col-mobile .progress-description {
            margin: 0;
        }
        .box-devision-col-mobile .bg-purple {
            background-color: #605ca8 !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-lightgreen {
            background-color: #1abc9c !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-blue {
            background-color: #0073b7 !important;
            color: #fff !important;
        }
        .user-manager-page .info-box-content{
            display: block;
        }
        /*# sourceMappingURL=style.css.map */
/* ============     ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
}
ul.addThis_listing{
    list-style: none;
}

.addThis_listSharing {
    position: fixed;
    bottom: 150px;
    z-index: 999;
    right: -15px;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 18px;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.actionToolbar_mobile {
    top: auto !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

.actionToolbar_mobile ul.actionToolbar_listing {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%;
    float: left;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
    fill: #696969;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
    margin-top: -25px;
    display: inline-block;
    vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
    width: 44px;
    height: 44px;
}

/* modal- center */
.modal-addThis {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.modal-addThis:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-addThis .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-addThis.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-addThis .modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-addThis .modal-dialog-centered {
    margin: 30px auto 50px;
}

.modal-addThis.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.modal-addThis.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* Mặc định: ẨN menu mobile + nút mở menu trên desktop */
.btn-menu-mobile,
.mobile-menu-panel,
.mobile-menu-overlay {
    display: none;
}

.intro-index-container{
    /* background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/background-img.jpg'); */
    padding: 40px 0 20px 0;
    background:transparent;
    overflow: hidden;
}
.intro-index-container h5{
    font-size: 2em;
    margin-bottom: 20px;
}
.intro-index-container .intro-content{
    font-size: 1.2em;

}
.intro-index-container .intro-index{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
}
.intro-index-img {
    height: 450px;
      width: 450px;
    margin: 0 auto;
    overflow: hidden;
       text-align: center   ;
}

.intro-index-img img{
       border-radius: 50%;
    
    object-fit: cover;
    height: 450px;
      width: 450px;
    object-fit: cover;
 
 }
  .intro-index-img{

           display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    
    /* Đặt position: relative để căn phần tử span tuyệt đối bên trong nó dễ hơn (nếu cần) */
    position: relative;
  }
.intro-index-img .big-circle {
    /* Tạo hình tròn viền (tùy theo cách bạn đã làm) */
    position: absolute;
    width: 480px; /* Điều chỉnh kích thước hình tròn */
    height: 480px; /* Chiều rộng = Chiều cao để tạo hình tròn */
    border: 2px solid white; 
    border-radius: 50%; /* Tạo hình tròn */

    /* Căn giữa tuyệt đối */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.intro-index-img .circle-2{
      position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ffffff61;
    border-radius: 50%;
    top: 95%;
    left: 97%;
    transform: translate(-100%, -100%);
}
.intro-index-img .circle-3{
      position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff61;
    border-radius: 50%;
    top: 5%;
    left: 4%;
    transform: translate(-5%, -2%);
}
 .intro-index-content{
    width: 50%;
    /* padding-left: 30px; */
 }
   .intro-content ul{
    list-style: none;
    padding: 0 0;
    margin: 0 0;
   }
  .intro-content .intro-value li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 17px;
  }
 .intro-content .intro-value li::before{
    
    width: 26px;
    height: 26px;
    top: 4px;
    background-image: url('../images/checkindex.png');
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
 }
   .intro-content .intro-value li span{
    font-weight: bold;
   }

/* --- PHẦN CHUNG VÀ BACKGROUND --- */
.wapper-intro{
    margin: 30px 0;
}
.intro-index-content2 {
    /* Đảm bảo khung chứa có vị trí tương đối và chiều cao tối thiểu */
    position: relative;
    width: 100%;
   min-height: 600px;
    padding: 50px 0;
    /* Background màu sáng và có họa tiết mờ ảo (bạn có thể thay bằng ảnh nền) */
    /* background: #fdfaf5;  */
    overflow: hidden;
}

.main-content2 {
    /* Căn giữa toàn bộ nội dung trong khung chứa */
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 100%;
    max-width: 1000px;
   height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.back-img2 {
    /* Đảm bảo nó nằm chính xác trên .main-content2 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Chiếm toàn bộ chiều rộng của .main-content2 (800px) */
    height: 100%; /* Chiếm toàn bộ chiều cao của .main-content2 (800px) */
    z-index: 1; /* Đảm bảo nó nằm dưới các vòng tròn (title-content2 có z-index: 20) */
}

.back-img2 img {
    width: 100%;
    height: 100%;
    /* Quan trọng: Sử dụng object-fit để kiểm soát cách ảnh phủ kín/chứa */
    object-fit: contain; /* Căn giữa và giữ nguyên tỷ lệ, có thể có khoảng trống */
    /* Hoặc dùng object-fit: cover; để phủ kín toàn bộ, có thể bị cắt một phần */
}
/* --- VÒNG TRÒN TRUNG TÂM (6 NGUYÊN NHÂN CHÍNH) --- */

.title-content2 {
    position: relative; 
    z-index: 20;
    text-align: center;
    width: 300px; 
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Màu nền trung tâm */
   
    /* background: linear-gradient(to bottom right, #004d40, #00796b); */
    border-radius: 50%;
    /* Viền và shadow mờ */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0c8b0;  */
        background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Hiệu ứng số 6 lớn */
    /* Có thể dùng pseudo-element để tạo số 6 màu cam/vàng đậm nổi bật */
         font-family: "Montserrat", sans-serif;
}

.title-content2 h2 {
    font-size: 26px;
    font-weight: 700;
    color: #8c7865; /* Màu chữ đậm */
    margin: 0;
    line-height: 1.2;
}

.title-content2 p {
    font-size: 16px;
    color: #8c7865;
    font-weight: 400;
    line-height: 1.4;
}
.title-intro{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
/* --- KHU VỰC ĐƯỜNG NÉT ĐỨT (VÒNG TRÒN NGOÀI) --- */

.content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px; /* Bán kính ngoài cùng */
    height: 700px;
    border-radius: 50%;
    /* Đường nét đứt màu vàng đồng */

    box-sizing: border-box;
    z-index: 10;
}

/* Tạo thêm vòng nét đứt thứ 2 bên trong (gần vòng trung tâm hơn) */
.content2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%; /* Khoảng 70% kích thước vòng ngoài */
    height: 70%;

    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.7;
}

/* --- CÁC MỤC NGUYÊN NHÂN (ITEM) --- */

.item-content2 {
    position: absolute; 
    text-align: center;
    width: 205px; /* Chiều rộng tổng thể của mục (ảnh + chữ) */
    z-index: 30;
         font-family: "Montserrat", sans-serif;
         font-size: 12px;
}

.item1 { 
    top: 100px;
   left: -40px;
}
.item2 { 
    top: 300px;
left: -40px;
}
.item3 {
bottom: 30px;
left: -40px;
}


.item4 {
    bottom: 30px;
    right: -40px;
}
.item5 {
    top: 300px;
     right: -40px;
}
.item6 {
    top: 100px;
    right: -40px;
}

/* --- THIẾT KẾ ẢNH TRÒN VÀ CHỮ --- */

.item-content2 img {
    width: 120px; /* Kích thước vòng tròn ảnh lớn hơn */
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    
    /* Tạo viền vàng/cam kép */
    border: 4px solid #e6b885; /* Viền trong đậm hơn */
   
    box-shadow: 0 0 0 4px #f5e0c5; /* Vòng tròn mờ bên ngoài (giống viền ngoài) */
}

.item-content2 span {
    display: block;
    font-size: 15px;

    color: #444;
    white-space: nowrap; /* Giữ chữ trên một dòng */
        color: white;
        font-weight: bold;

}


/* --- KHUNG CHỨA CHÍNH VÀ NỀN --- */
.solution-section {
    /* Màu nền chung: Màu trắng ngà/vàng nhạt (giống trong hình) */
    
    padding: 50px 20px; /* Thêm padding trên dưới */
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

/* --- TIÊU ĐỀ CHÍNH (ĐÂY LÀ GIẢI PHÁP) --- */
.section-title {
    font-size: 36px;
    font-weight: 900; /* Rất đậm */
         font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
        background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- HỘP HIGHLIGHT (Prowellness có thể giải quyết...) --- */
.highlight-box {
    /* Màu nền hộp: Màu vàng/cam nhạt */
    background-color: #f7e8d8; 
    border: 1px solid #e6b885; /* Viền mỏng màu vàng đồng (optional) */
    
    /* Thiết lập độ rộng hẹp, căn giữa */
    width: 80%;
    max-width: 700px;
    margin: 0 auto 30px auto; /* Căn giữa và tạo khoảng cách dưới */
    padding: 15px 20px;
    
    /* Chữ trong hộp */
    font-size: 24px;
    font-weight: bold;
    color: #6d5b4a; /* Màu chữ nâu đậm */
    
    /* Hiệu ứng đổ bóng nhẹ (tùy chọn) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
}

/* --- ĐOẠN VĂN MÔ TẢ --- */
.solution-description {
    font-size: 16px;
    line-height: 1.8;
    color: white;
    width: 90%;
    max-width: 900px;
    margin: 0 auto 40px auto; /* Căn giữa và khoảng cách dưới */
    text-align: justify; /* Căn đều hai bên giống trong hình */
}

/* --- KHU VỰC ẢNH DƯỚI CÙNG --- */
.solution-image {
    /* Nếu bạn muốn đặt ảnh lớn ở đây */
    width: 100%;
    /* Chiều cao tùy thuộc vào ảnh của bạn */
    min-height: 500px; 
    /* Thay thế bằng ảnh nền của bạn */
    background-image: url('../images/back4.png'); 
    background-size: cover;
    background-position: center;
}
.solution-image img{
    max-width: 700px;
    max-height: 500px;
}



/* --- KHUNG CHỨA CHUNG VÀ TIÊU ĐỀ --- */

.solution-pillars {
font-family: "Montserrat", sans-serif;
    padding: 50px 20px;
    text-align: center;

}

.pillar-header {
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.pillar-title {
    font-size: 30px;
    font-weight: 900;
        background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.pillar-intro {
    font-size: 18px;
    color: white;
    line-height: 1.5;
    font-weight: 500;
}

/* --- HỘP NỔI BẬT CHỨA NỘI DUNG (PILLAR BOX) --- */

.pillar-box {

    position: relative;
    overflow: hidden; /* Cần thiết nếu có họa tiết mờ bên trong */
}

/* Thêm họa tiết vòng tròn mờ ảo (tùy chọn, mô phỏng background) */
.pillar-box::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    filter: blur(50px);
    z-index: 1;
}

/* --- NỘI DUNG BÊN TRONG (ẢNH + CHỮ) --- */

.pillar-content {
    display: flex; /* Sắp xếp ảnh và chữ trên cùng một hàng */
    align-items: center;
    text-align: left;
    gap: 30px; /* Khoảng cách giữa ảnh và chữ */
    z-index: 2; /* Đảm bảo nội dung nằm trên họa tiết mờ */
    position: relative; 
    margin: 20px 0;
    padding: 20px ;
        border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        background: linear-gradient(42deg, rgb(35 139 203 / 70%) 30.77%, rgb(77 38 139 / 70%) 100%);
}

/* Vùng chứa ảnh (đảm bảo ảnh không bị tràn) */
.pillar-image-container {
    flex-shrink: 0; /* Không co lại */
    position: relative;
    width: 250px; /* Kích thước khung chứa ảnh */
    height: 250px;
}

.pillar-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Tạo hiệu ứng bo tròn với viền màu trắng/cam nhạt */
    border-radius: 50%;
    border: 10px solid white; /* Viền trắng dày */
    box-shadow: 0 0 0 3px #e6b885; /* Viền ngoài màu vàng đồng */
}

/* Vùng chữ */
.pillar-text {
    flex-grow: 1; /* Chiếm phần còn lại của không gian */
        padding: 0 20px ;
}

.pillar-sub-title {
    font-size: 26px;
    font-weight: 700;
        background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.pillar-description {
    font-size: 16px;
    line-height: 1.7;
    color: white;

}

/* --- MEDIA QUERIES cho Mobile --- */

@media (max-width: 768px) {
    .pillar-content {
        flex-direction: column; /* Xếp ảnh và chữ theo cột */
        text-align: center;
    }

    .pillar-image-container {
        margin-bottom: 20px;
    }
}


/* --- KHUNG CHỨA CHUNG VÀ NỀN --- */

.wow-section {

    padding: 50px 20px;
    text-align: center;
font-family: "Montserrat", sans-serif;
}

/* --- TIÊU ĐỀ CHÍNH --- */

.wow-header {
    margin-bottom: 30px;
}

.wow-main-title {
    font-size: 30px;
    font-weight: 700;
  background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}

.wow-sub-title {
    font-size: 36px;
    font-weight: 900;
 background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- ĐOẠN GIỚI THIỆU --- */

.wow-intro-text {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

/* --- KHUNG CHỨA 5 CỘT (FLEXBOX) --- */

.wow-pillars-container {
    display: flex;
    justify-content: center; /* Căn giữa các cột */
    gap: 20px; /* Khoảng cách giữa các cột */
    flex-wrap: wrap; /* Cho phép xuống dòng trên mobile */
    max-width: 1300px;
    margin: 0 auto;
}

/* --- THIẾT KẾ CỦA MỖI CỘT --- */

.why-wapper .pillar-item {
    /* Đảm bảo mỗi cột có độ rộng bằng nhau (khoảng 1/5 trừ gap) */
    flex: 1 1 200px; /* Tăng flex-basis để có ít nhất 200px */
    max-width: 250px;
    padding: 20px;
    background-color: #fcfcfc; /* Nền trắng của mỗi cột */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- KHUNG ẢNH TRÒN VÀ VIỀN --- */

.why-wapper .pillar-image {
    width: 150px; /* Kích thước khung ảnh */
    height: 150px;
    margin-bottom: 20px;
    position: relative;
}

.why-wapper .pillar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Làm ảnh thành hình tròn */
    
    /* Viền gradient màu cam/vàng đồng */
    /* Dùng kỹ thuật background-clip/border-image để tạo viền gradient */
  
}

/* --- PHẦN CHỮ MÔ TẢ --- */

.why-wapper .pillar-text {
    text-align: center;
    padding: 0;
}

.why-wapper .pillar-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.why-wapper .pillar-text strong {
    color: #cc6600; /* Màu cam đậm cho phần nhấn mạnh */
}

/* --- MEDIA QUERIES cho Mobile (2 cột/hàng) --- */

@media (max-width: 1100px) {
  .why-wapper   .pillar-item {
        flex: 1 1 calc(50% - 30px); /* 2 cột mỗi hàng */
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
   .why-wapper  .pillar-item {
        flex: 1 1 100%; /* 1 cột mỗi hàng */
    }
}



/* --- KHUNG CHỨA CHUNG VÀ NỀN --- */

.brand-container {

    padding: 50px 20px;
    text-align: center;
font-family: "Montserrat", sans-serif;
}

/* --- TIÊU ĐỀ CHÍNH --- */

.brand-header {
    margin-bottom: 20px;
}

.brand-title {
    font-size: 36px;
    font-weight: 800;
    color: #e6b885; /* Màu cam đậm */
    margin-bottom: 10px;
    /* Hiệu ứng bóng chữ mờ nhạt (optional) */
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5); 
}

/* --- ĐOẠN VĂN BẢN GIỚI THIỆU --- */

.brand-intro-text,
.brand-media-text {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 1.7;
    color: white;
}

.brand-media-text {
    font-weight: 500;
    margin-bottom: 40px;
}

/* --- KHUNG CHỨA 3 VIDEO (FLEXBOX) --- */

.brand-video-gallery {
    display: flex;
    justify-content: center; 
    gap: 20px; 
    flex-wrap: wrap; 
    max-width: 1200px;
    margin: 0 auto;
}

/* --- THIẾT KẾ CỦA MỖI VIDEO ITEM --- */

.video-item {
    /* Đảm bảo mỗi item chiếm 1/3 không gian và có kích thước tương đối */
    flex: 1 1 300px; 
    max-width: 380px;
    min-height: 250px;
    position: relative;
    border-radius: 10px;
    overflow: hidden; /* Quan trọng để bo góc ảnh */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: black; /* Màu nền dự phòng cho video */
}

.video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
}

/* Icon Play ở giữa (màu trắng mờ) */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px; /* Căn giữa ký tự ▶ */
    z-index: 10;
}

/* Text chú thích dưới mỗi video (optional) */
.video-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    z-index: 5;
}
.solution-section .solution-description{
text-align: center;
width: 100%;
margin: 0 auto;
}
/* --- MEDIA QUERIES cho Mobile --- */

@media (max-width: 768px) {
    .video-item {
        flex: 1 1 100%; /* Mỗi video 1 hàng */
        max-width: 100%;
    }
}


.notif-userLogin{
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.notif-userLogin.show {
    opacity: 1;
    visibility: visible;
}
.notif-userLogin .img-notif {
    width: 20%;
}
.notif-userLogin .img-notif img{
    width: 40px;
    height: 40px;
    border-radius: 50%;

}
.notif-userLogin-container{
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    padding: 5px  15px;
    background-color: white;
    border-radius: 20px;
    color: black;
justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
.notif-userLogin .notif-content h5{
    margin-bottom: 5px ;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}
.notif-userLogin .notif-content{
    width: 80%;
    margin-left: 10px;
}
.notif-userLogin .title-notif{
    font-size: 11px;
            display: -webkit-box;
  -webkit-line-clamp: 1;      /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;

}
 .notif-content .prev-mis{
    font-size: 11px;
}
/* Khi ở mobile (< 992px): hiện nút mở menu và cho phép panel hoạt động */
@media (max-width: 992px) {

.box-cart .block-minicart .count-item {
    color: #ECD800;
    position: absolute;
    top: -4px;
    right: 0px;
}
.box-cart .block-minicart {
    padding-right: 5px;
}
.wsmenu.clearfix{
   height: 0 !important;
}
.box-wapper-shop .single-pro-left{
    display: none;
}

.box-product-item .block-product--image .block-product--button {
            transition: none;
            top: 75%;
         }
         .lienhe_l, .lienhe_r{
    width: 100%;
}
         .lienhe .lienhe_l  .title22{
font-size: 40px;
width: 40%;
padding: 0 20px;
}
.wap_lienhe form {
    margin-top: 50px;
    width: 80%;
    margin: 50px auto;
}
.intro-index-img,.intro-index-img img {
    height: 250px;
    width: 250px;
}
.intro-index-img .big-circle {

    width: 280px;
    height: 280px;
}
.intro-index-container .intro-content {
    font-size: 1.1em;
}
.intro-index-container h5 {
    font-size: 1.7em;
}
.intro-index-content{
    padding-left: 20px;
}
.intro-content .intro-value li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 15px;
}

.wapper-intro {
        margin: 10px 0;
    }

    /* Thu nhỏ tổng thể khung chứa .main-content2 */
    .main-content2 {
        width: 900px;
        height: 585px;
        /* Thu nhỏ toàn bộ bố cục 90% */
        transform: translate(-50%, -50%) scale(0.9);
        transform-origin: center center;
    }
    
    .intro-index-content2 {
        min-height: 550px; 
        padding: 40px 0;
    }
}

/* Chỉ chạy trên mobile */
@media (max-width: 768px) {
    .container {
        width: 90%;
        max-width: 100%;
    }
    
    .btn-menu-mobile i{
        color: white;
        font-size: 23px;
    }

        /* Ẩn sub-menu mặc định */
    .mobile-menu-list ul.sub-menu {
        display: none;
        list-style: none;
        padding-left: 15px;
    }

    /* Khi active hiển thị */
    .mobile-menu-list ul.sub-menu.show {
        display: block;
    }

    /* Thêm hiệu ứng caret xoay */
    .mobile-menu-list li > a i {
        transition: transform 0.3s;
    }

    /* .mobile-menu-list li > a.active i {
        transform: rotate(180deg);
    } */
    .block-header--account{
        display: none !important;
    }
    .wsmenu-list.menu{
        display: none;
    }
    .btn-menu-mobile {
        display: inline-block;
    }

    .mobile-menu-panel {
        display: block;
    }

    .mobile-menu-overlay {
        display: block;
    }
/* Nút mở menu */
.btn-menu-mobile {
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #333;
}

/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
}

/* Panel */
.mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0; /* sửa thành right:0 nếu muốn trượt từ phải */
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0,0,0,0.12);
    transform: translateX(-100%);
    transition: 0.35s ease;
    z-index: 999;
    overflow-y: auto;
}

/* Khi active */
.mobile-menu-panel.active {
    transform: translateX(0);
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header */

.mobile-menu-header .close-mobile-menu {
    font-size: 20px;
    cursor: pointer;
}

/* List */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li a {
            display: flex;
        align-items: center;
        justify-content: space-between;
    padding: 14px 18px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.2s;
}

.mobile-menu-list li a:hover {
    background: #f7f7f7;
}
.mobile-menu-header{
    display: none;
}
.mobile-menu-list .btn-logout {
    color: #e74c3c !important;
    font-weight: 600;
}
    .mobile-menu-list li a.active {
        background: #F9C81B;
        color: #fff;
    }
    .box-wapper-shop .box-product-item {
    margin-bottom: 30px;
    padding: 0 10px;
}
.box-product-item .block-product--content {
    padding: 12px 5px;
}


         .container-button-mobile button{
            color: #19043D;
         }
         .box-single-product .block-single-product--content .single-product--title h3 {
    color: #ffffff;
    font-size: 25px;
}
.box-cart-hidden{
    display: none;
}
.lienhe_l, .lienhe_r{
    width: 60%;
}
.lienhe .lienhe_l  .title22{
font-size: 30px;
width: 90%;
padding: 0 20px;
}
.box-wapper-post .md-order-1{
    order: 2;
}
   .box-warpper.box-user .change-password .col-xl-9 {
                flex: 0 0 100% !important;
        max-width: 100% !important;
            }
               .box-warpper.box-user .change-password .col-xl-3 {
                                flex: 0 0 100% !important;
        max-width: 100% !important;
               }


.intro-index-container .intro-content{
    font-size: 1.2em;
}
.back-img2{
    display: none;
}
.item-content2 {
    position: static;
}
    .content2 {
        position: static;
        transform: none;
        width: fit-content;
        height: fit-content;
                display: flex;
        flex-wrap: wrap;
    }
    .main-content2 {
        width: 700px;
        height: 485px;
        transform: none;
        position: static;
                display: contents;
                box-sizing: border-box;
    }
    .content2::before{
        display: none;
    }
    .item-content2 img {
        width: 150px;
        height: 150px;
    }
.item-content2 span {
    display: block;
    font-size: 13px;
    padding: 10px 5px;
    white-space: pre-wrap;
}
.title-content2 {
        width: fit-content;
        display: block;
        text-align: center;
        height: 70px;
        margin: 0 auto;
        border-radius: 0;
} 
   .item-content2 {
        width: 50%;
        margin-bottom: 20px;
    }
    .intro-index-content {
    width: 100%;
    margin: 20px 0;
}
.solution-image img {
    max-width: 400px;
    max-height: 400px;
}
.highlight-box{
width: 100%;
}
   .item-content2 p {
   padding: 0 10px;}
}

@media (max-width: 568px) {
    .container {
        width: 100%;
        max-width: 100%;
   
    }
.box-product-item .block-product--image .block-product--button {
           display: none;
         }
         .col-xs-6{
            width: 50%;
         }
         .cart-table .img-item {
    width: 70px;
    height: 70px;
}
.cart-table .price-sl-item {
    flex-direction: column;
}
.box-wapper-cart .block-wapper-cart-table{
    padding: 0 !important ;
}
.total-item .money {
    font-size: 15px;
}
.total-item {
    width: 100px;
    text-align: right;
 
    margin-left: 5px;
}
.total-item .money {
    font-size: 15px;
}
.cart-table .price-sl-item{
    align-content: baseline;
    align-items: baseline;
}
.cart-table .img-item {

    margin-right:10px  5px;
}
.wap_lienhe {
     padding: 20px 0;
     background-size: cover;
    }
         .lienhe_l, .lienhe_r{
    width: 100%;
}
         .lienhe .lienhe_l  .title22{
font-size: 30px;
width: 100%;
padding: 0 20px;
}
.wap_lienhe form {
    margin-top: 50px;
    width: 80%;
    margin: 20px auto;
}
.box-single-product .block-single-product--image .single-product-image--show {
    /* border: 2px solid #ECD800; */
    max-width: 22em;
    max-height: 22em;
}
.block-left-admin{
    margin-top: 30px;
}

.solution-image img {
    max-width: 300px;
    max-height: 400px;
}
.solution-image {
    width: 100%;
    min-height: 400px;
}

.section-title {
    font-size: 30px;
}
.highlight-box {

    width: 100%;
    font-size: 19px;

}

.solution-description {
    font-size: 15px;
}
.pillar-intro {
    font-size: 15px;
}
.pillar-description {
    font-size: 15px
}
.pillar-sub-title {
    font-size: 21px;
}
.wow-main-title {
    font-size: 20px;
}
.wow-sub-title {
    font-size: 25px
}
.wow-intro-text {

    font-size: 15px;

}
        }

@media (max-width: 398px) {
             .col-xs-6{
            width: 100%;
         }
.sl-item.product--quantity  .form-control{
   

    font-size: 0.7rem;
    
}
.total-item .money {
    font-size: 12px;
}
.total-item .money {
    font-size: 12px;
}
.cart-table .price-item {
    font-size: 12px;
}
.cart-table .name-item a {
    font-size: 14px;
}

.wap_lienhe .btn {
    background-size: 80%;
    background-repeat: no-repeat;

    width: 135px;
    height: 50px;
}
.solution-image {
    width: 100%;
    min-height: 300px;
}
    .solution-image img {
        max-width: 250px;
        max-height: 300px;
    }
    .pillar-image-container {
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: 200px;
}
.box-product .col-6{
    flex: 0 0 100%;
}
.pillar-text{
    padding: 0;
}
.solution-description{
    width: 100%;
}
.intro-index-img,.intro-index-img img {
    height: 200px;
    width: 200px;
}
.intro-index-img .big-circle {

    width: 230px;
    height: 230px;
}
    .item-content2 img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 368px) {

}