            .title-header {
                color: black;
                text-align: center;
                align-items: center;
                padding: 10px 0px;
                letter-spacing: 1.1px;
                text-transform: uppercase;
            }
            
            .top-header {
                background: #ff5812;
            }
            a:hover{
              text-decoration: none !important;
            }
            
            @media screen and (max-width: 424px) {
                .mySidenav3 {
                    width: 300px !important;
                }
                /*.prt-name-cart {*/
                /*    line-height: 17px !important;*/
                /*}*/
                .input-box {
                    right: -45px !important
                }
            }
            
            @media screen and (min-width:425px) {
                .mySidenav3 {
                    width: 400px !important;
                }
            }
            
            .title-header b {
                font-weight: 700;
            }
            
            body {
                font-family: 'Noto Sans', sans-serif !important;
            }
            
            @media screen and (max-width: 1024px) {
                .list-menu-pc {
                    font-size: 9px !important;
                }
            }
            
            .list-menu-pc {
                display: flex;
                width: 100%;
                padding-top:9px;
            }
            
            .list-menu-pc a {
                color: #0b072f;
            }
            
            .category-all {
                text-align: center;
                padding: 20px 0px;
            }
            
            .search-btn-mb {
                position: absolute;
                width: 40px;
                height: 39px;
                right: 0;
                border-left: 1px solid #000;
                background: none;
                border-bottom: none;
                border-top: none;
                border-right: none;
            }
            
            .category-1 {
                padding: 15px 12px;
                font-weight: 700;
                color: #0b072f;
                text-transform: uppercase;
            }
            /* .logo-pc {
                padding-left: 80px;
            } */
            
            .is-align-items {
                align-items: center;
            }
            
            .list-tools-pc {
                display: flex;
                padding-top:9px;
            }
            
            .search-pc {
                display: flex;
            }
            
            .search-btn {
                border: none;
                outline: none;
                height: 34px;
                border: 1px solid #ccc;
                background: none;
                width: 80px;
            }
            
            .form-control {
                border-radius: 0px !important;
            }
            
            .cart {
                padding: 0 15px;
            }
            
            .cart i {
                font-size: 30px;
            }
            
            .user i {
                font-size: 30px;
            }
            
            .is-align-items {
                display: flex;
            }
            
            .quantity-number {
                position: absolute;
                width: 20px;
                height: 20px;
                margin-left: 20px;
                border-radius: 50%;
                background: pink;
                color: black;
                line-height: 18px;
                text-align: center;
            }
            /* Giỏ hàng */
            
            .sidenav {
                height: 100%;
                width: 0;
                position: fixed;
                z-index: 99;
                top: 0;
                right: 0;
                background-color: #fff;
                overflow-x: hidden;
                transition: 0.1s;
            }
            
            .sidenav .closebtn {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 25px;
                color: #818181;
                display: block;
                transition: 0.3s;
            }
            
            /*.sidenav a:hover {*/
            /*    color: #f1f1f1;*/
            /*}*/
            /* cart-mb */
            
            .sidenav3 {
                height: 100%;
                width: 0;
                position: fixed;
                z-index: 99;
                top: 0;
                right: 0;
                background-color: #fff;
                overflow-x: hidden;
                transition: 0.1s;
            }
            
            .sidenav3 .closebtn {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 25px;
                color: #818181;
                display: block;
                transition: 0.3s;
            }
            
            .sidenav3 a:hover {
                color: #f1f1f1;
            }
            
            .product-in-cart {
                background: #f8f8f8;
                padding: 10px 0px;
                display: flex;
                border-bottom: 1px solid #ddd;
                border-top: 1px solid #ddd;
            }
            
            .prt-name-quantity-price {
                margin-left: 10px;
            }
            
            .tpl-img-cart {
                margin-left: 5px;
                width: 100px;
                height: 120px;
                border: 1px solid #ddd;
            }
            
            .dnt-header-cart {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .mrt-10 {
                margin-top: 10px;
            }
            
            .mrl-10 {
                margin-left: 10px;
            }
            
            .btn_numberplus {
                display: flex !important;
                margin-bottom: 10px;
            }
            
            .btn_num {
                font-size: 25px;
                line-height: 0;
                display: inline-block;
                width: 35px;
                height: 35px;
                background: #f8f8f8;
                color: #222222;
                text-align: center;
                padding: 0;
                border: none;
            }
            
            .prd_quantity {
                width: 60px !important;
                height: 35px !important;
                text-align: center !important;
            }
            
            /*.prt-name-cart {*/
            /*    line-height: 10px;*/
            /*}*/
            
            .mrl-80 {
                margin-left: 20px;
            }
            
            .prd-overlay-450px {
                height: 450px;
                overflow: hidden;
                overflow-y: auto;
            }
            
            .ship-price {
                display: flex;
                justify-content: space-around;
            }
            
            .bt-pay {
                width: 100%;
                background: blue;
                color: white;
                padding: 10px 25px;
                background-color: #0b072f;
                border-color: #0d0931;
            }
            
            .ship-price-dnt {
                line-height: 15px;
                margin-top: 10px;
                text-align: center;
            }
            
            .bt-pay:hover {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }
            
            .ship-price {
                margin-top: 10px;
            }
            
            hr {
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }
            .logo-pancake{
              float:right;
              padding:10px 0px;
            }
            .logo-pancake img{
              width:100px;
            }
            .help-block-web a {
                font-size: 14px;
                color:black;
                padding:10px 10px;
            }
            
            .help-block-web {
                display: flex;
                justify-content: space-between;
            }
            
            .category-2 a {
                color: #818181;
            }
            .category-2 a i{
              padding-right:5px;
            }
            
            .category-2 a:hover {
                color: #0b072f;
            }
            
            /*a:hover {*/
            /*    color: #000;*/
            /*    text-decoration: none !important;*/
            /*}*/
            
            @media screen and (max-width: 992px) {
                .is-align-items {
                    float: right !important;
                }
                .mid-header-mb {
                    display: block !important;
                }
                .list-tools-pc {
                    float: right !important;
                }
                .collapsible.active:after {
                    content: "\f105" !important;
                     font-size:20px;
                    margin-right: 10px;
                }
            }
            
            .mid-header-mb {
                display: none;
            }
            
            .is-flex {
                display: flex;
            }
            
            .category-2 {
                padding: 8px 10px;
                float: left;
                width: 50%;
            }
            
            .list-category {
                height: auto;
                display: none;
                left: 0;
                width: 100%;
                top: auto;
                border-bottom: 1px solid #ddd;
                border-top: 1px solid #ddd;
                position: absolute;
                background: #fff;
                z-index: 99;
                position: absolute;
            }
            
            .content-pc {
                padding: 10px 111px !important;
            }
            
            .sub-menu {
                background: aqua;
            }
            
            .category-1:hover .list-category {
                display: block;
                animation-duration: 0.5s;
                transition: top 0.5s linear 0s;
            }
            
            .img-category {
                width: 100%;
                height: 250px;
            }
            
            .img-category img {
                object-fit: cover;
            }
            /* a {
                color: black !important;
            } */
            /* mid-header-mb */
            
            .mid-header-mb {
                background: #0b072f;
            }
            
            .logo-mb {
                width: 100%;
                height: 100%;
            }
            .logo-mb img{
              object-fit: contain;
            }
            
            .sidenav2 {
                height: 100%;
                width: 0;
                position: fixed;
                z-index: 99;
                top: 0;
                left: 0;
                background-color: white;
                overflow-x: hidden;
                transition: 0.5s;
            }
            
            .sidenav2 a {
                text-decoration: none;
                font-size: 25px;
                color: #818181;
                display: block;
                transition: 0.3s;
            }
            
            .sidenav2 a:hover {
                color: #f1f1f1;
            }
            
            .top-menu-mb {
                display: flex;
                
            }
            
            .sidenav2 .closebtn2 {
                float: right;
                font-size: 34px;
                padding-right: 10px;
                color:#000;
            }
            
            .collapsible {
                background: white;
                cursor: pointer;
                padding: 5px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                position: relative;
                border-top: 1px solid #f7f6f6;
                border-bottom: 1px solid #f7f6f6;
            }
            
            .collapsible1 {
                background: white;
                cursor: pointer;
                padding: 5px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                position: relative;
                border-top: 1px solid #f7f6f6;
                border-bottom: 1px solid #f7f6f6;
            }
            
            .collapsible2 {
                outline: none;
                border: none;
                background: none;
                color: white;
                font-size: 16px;
                color: #75809e;
            }
            
            .collapsible:after {
               content: "\f107";
                font-size:20px;
                color: black;
                font-weight: bold;
                float: right;
                    margin-right: 10px;
                font-family: FontAwesome;
            }
            
            .content {
                max-height: 0;
                width: 100%;
                overflow: hidden;
                transition: max-height 0.2s ease-out;
            }
            
            .nav-dnt-cate a {
                font-size: 14px;
                color: #75809e;
            }
            .nav-dnt-cate a i{
              padding-right:5px;
            }
            
            .nav-dnt-cate {
                padding: 10px;
                border-bottom: 1px solid #f7f6f6;
            }
            
            .item-children {
                list-style: none;
                padding: 0px !important;
            }
            
            .tk-mb h3 {
                color: black;
            }
            
            .navbar {
                margin-bottom: 0px !important;
            }
            
            .navbar .search-box {
                position: relative;
                height: 40px;
                width: 40px;
            }
            
            .navbar .search-box i {
                position: absolute;
                height: 100%;
                width: 100%;
                line-height: 40px;
                text-align: center;
                font-size: 22px;
                color: #fff;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s ease;
                margin-top: 5px;
            }
            
            .icon-mb {
                color: grey !important;
                position: relative !important;
                line-height: 36px !important;
                text-align: center;
                font-size: 22px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s ease;
                margin-top: 0px !important;
            }
            
            .navbar .search-box .input-box {
                position: absolute;
                right: calc(100% - 40px);
                top: 80px;
                height: 40px;
                width: 300px;
                background: white;
                opacity: 0;
                pointer-events: none;
                transition: all 0.4s ease;
            }
            
            .navbar.showInput .search-box .input-box {
                top: 60px;
                opacity: 1;
                z-index: 9;
                pointer-events: auto;
                background: white;
                border: 1px solid #000;
            }
            
            .search-box .input-box input {
                position: absolute;
                color: black;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 35px;
                width: 280px;
                outline: none;
                padding: 0 15px;
                font-size: 16px;
                border: none;
            }
            
            .menu-icon {
                font-size: 38px;
                cursor: pointer;
                color: white;
                padding: 0px 15px;
            }
            .menu-icon i{
              font-size: 30px !important;
            }
            .shoping-mb {
                color: white;
                font-size: 28px;
            }
            
            .cart2 {
                padding: 12px 15px;
            }
            
            .img-service {
                width: 32px;
                height: 32px;
            }
            
            .img-text-service img {
                object-fit: cover;
            }
            
            .img-text-service {
                text-align: center;
            }
            
            .mySidenav2 {
                z-index: 99;
            }
            
            .mrt-30 {
                margin-top: 30px;
            }
            
            @media screen and (min-width:768px) {
                .btn-see-now {
                    position: absolute !important;
                    bottom: 30px !important;
                    left: 50% !important;
                    font-size: 18px !important;
                    padding: 14px 50px !important;
                    background: #0b072f !important;
                    color: #fff !important;
                    text-align: center !important;
                    text-transform: uppercase !important;
                    letter-spacing: 1.2px !important;
                    font-weight: bold !important;
                    transform: translate(-50%, 0) !important;
                    transition: .3s !important;
                }
                .dnt-amazone{
                   left: 35% !important;
                    bottom:60px;
                    position: absolute !important;
                    font-size: 18px !important;
                    padding: 14px 50px !important;
                    background: #0b072f !important;
                    color: #fff !important;
                    text-align: center !important;
                    text-transform: uppercase !important;
                    letter-spacing: 1.2px !important;
                    font-weight: bold !important;
                    transform: translate(-50%, 0) !important;
                    transition: .3s !important;
                }
            }
            
            .btn-see-now {
                font-size: 14px;
                padding: 14px 20px;
                background: #0b072f;
                bottom:60px;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: 1.2px;
                font-weight: bold;
                transform: translate(-50%, 0);
                transition: .3s;
            }
            .dnt-amazone{
                font-size: 14px;
                padding: 14px 20px;
                background: #0b072f;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: 1.2px;
                font-weight: bold;
                transform: translate(-50%, 0);
                transition: .3s;
            }
            @media screen and (max-width:767px) {
                .box-text {
                    padding: 25px 0px !important;
                }
                .box-text2 {
                    padding: 25px 0px !important;
                }
            }
            
            .btn-see-now:hover {
                background: #fff !important;
                color: #0b072f !important;
            }
             .dnt-amazone:hover {
                background: #fff !important;
                color: #0b072f !important;
            }
            .box-text .dnt-amazone i {
                transition: .3s;
                position: relative;
                right: 0;
            }
            .box-text .btn-see-now i {
                transition: .3s;
                position: relative;
                right: 0;
            }
            .box-text .dnt-amazone:hover i {
                right: -15px;
            }
            .box-text .btn-see-now:hover i {
                right: -15px;
            }
            .category-img {
                width: 100%;
                height: 361px;
            }
            
            .category-img img {
                object-fit: cover;
                height: 100%;
            }
            
            .category-big2 {
                margin-bottom: 30px;
            }
            
            @media screen and (min-width:768px) {
                .btn-see-now2 {
                    display: block !important;
                    position: absolute !important;
                    bottom: 60px !important;
                    left: 31% !important;
                    font-size: 18px !important;
                    padding: 14px 50px !important;
                    background: #0b072f !important;
                    color: #fff !important;
                    text-align: center !important;
                    text-transform: uppercase !important;
                    letter-spacing: 1.2px !important;
                    font-weight: bold !important;
                    transform: translate(-50%, 0) !important;
                    transition: .3s !important;
                }
            }
            .style-clolor{
              color:#0b072f !important;
            }
            @media screen and (max-width:767px) {
                .box-text {
                    padding: 25px 0px !important;
                }
                .box-text2 {
                    display: none !important;
                }
            }
            
            .btn-see-now2:hover {
                background: #fff !important;
                color: #0b072f !important;
            }
            
            .box-text .btn-see-now2 i {
                transition: .3s;
                position: relative;
                right: 0;
            }
            
            .box-text .btn-see-now2:hover i {
                right: -15px;
            }
            
            .text-banner {
                position: absolute;
                text-align: center;
                font-size: 50px;
                top: 20%;
                left: 10%;
                color: #0b072f;
                width: 100px;
                font-weight: 700;
            }
            
            .text-banner b {
                font-size: 60px;
                font-family: 'UTM Neutra';
                letter-spacing: 1.1px;
                line-height: 56px;
            }
            
            .name-style {
                font-size: 16px;
                color: #0b072f;
                font-weight: 700;
            }
            
            .name-prd a {
                color: black;
            }
            
            .tab {
                overflow: hidden;
                margin-left: 25.5%;
            }
            /* Style the buttons inside the tab */
            
            .tab button {
                background: white;
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 10px 15px;
                transition: 0.3s;
                font-size: 22px;
                color: black;
                margin: 0px 2px;
            }
            /* Change background color of buttons on hover */
            
            .tab button:hover {
                background: #0b072f;
                color: white;
            }
            /* Create an active/current tablink class */
            
            .tab button.active {
                background: #0b072f;
                color: white;
            }
            
            .tabcontent {
                display: none;
                padding: 30px 0px;
                border-top: none;
            }
            
            .tpl-img {
                overflow: hidden;
                position: relative;
            }
            
            .tpl-img:hover .img-prd-1 {
                opacity: 0;
            }
            
            .tpl-img:hover .img-prd-2 {
                opacity: 1;
            }
            
            .img-prd-2 {
                opacity: 0;
                position: absolute;
                top: 0;
                transition: all 0.8s;
            }
            
            .img-prd-1 {
                transition: all 0.8s;
            }
            
            .sale {
                position: absolute;
                top: 5px;
                right: 0;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: #e74c3c;
                color: white;
                align-items: center;
                justify-content: center;
                text-align: center;
                line-height: 47px;
                font-size: 14px;
                z-index: 1;
            }
            
            .infor-prd {
                text-align: center;
            }
            
            .name-style {
                color: #0b072f;
                font-weight: 600;
                font-size: 14px;
            }
            
            .price-prd span {
                color: #c93c2b;
                font-weight: 700;
                font-size: 15px;
            }
            
            .title-resgin p {
                color: #0b072f;
                font-weight: 700;
                font-size: 18px;
                text-align: center;
            }
            
            .style-inp {
                width: 100%;
                border: none;
                border-bottom: 1px solid #ccc;
                box-shadow: none;
                margin-bottom: 20px;
                margin-top: 20px;
                height: 40px;
                outline: none;
            }
            
            .size-prd-seclect:checked+span {
                background: #0250ff;
                color: white;
            }
            
            .size-prd-seclect {
                -webkit-appearance: none;
            }
            
            .size-prd-temp {
                padding: 6px 20px;
                border: 1px solid #ccc;
            }
            
            .sex-ip {
                text-align: center;
            }
            
            .bt-dk {
                text-align: center;
            }
            
            .btn-dk {
                padding: 6px 20px;
                min-width: 204px;
                background: transparent;
                border: 1px solid #ccc;
                color: #333;
                display: inline-block;
                cursor: pointer;
                border-radius: 0;
                margin-top: 20px;
            }
            
            .title-footer {
                font-weight: bold;
                color: #0b072f;
                font-size: 18px;
                text-transform: uppercase;
                line-height: 1.4;
            }
            
            .footer-content a {
                color: black;
            }
            
            .footer-top {
                border-top: 1px solid #ccc;
                padding-top: 30px;
                margin-top: 50px;
            }
            
            .stuck {
                top: 0 !important;
                position: fixed !important;
                left: 0;
                right: 0;
                margin: 0 auto;
                z-index: 9999;
                animation-name: stick;
                animation-duration: 0.5s;
                transition: top 0.5s linear 0s;
                box-shadow: 0 0 10px rgb(0 0 0 / 20%);
                box-shadow: 0 0 10px rgb(0 0 0 / 20%);
                background: white;
            }
            
            .stuck2 {
                top: 0 !important;
                position: fixed !important;
                left: 0;
                right: 0;
                margin: 0 auto;
                z-index: 9999;
                animation-name: stick2;
                animation-duration: 0.5s;
                transition: top 0.5s linear 0s;
                box-shadow: 0 0 10px rgb(0 0 0 / 20%);
                box-shadow: 0 0 10px rgb(0 0 0 / 20%);
            }
            
            @keyframes stick {
                from {
                    transform: translateY(-100%);
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                }
                to {
                    transform: translateY(0%);
                    -webkit-transform: translateY(0%);
                    -moz-transform: translateY(0%);
                    -ms-transform: translateY(0%);
                    -o-transform: translateY(0%);
                }
            }
            
            @keyframes stick2 {
                from {
                    transform: translateY(-100%);
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                }
                to {
                    transform: translateY(0%);
                    -webkit-transform: translateY(0%);
                    -moz-transform: translateY(0%);
                    -ms-transform: translateY(0%);
                    -o-transform: translateY(0%);
                }
            }
            
            .pdt-10{
              padding-top:10px;
            }
            .color-black{
              color:black;
              font-size:14px;
            }
            .align-itemss{
              align-items: center;
            }
            .swiper-container{
                overflow: hidden;
                position: relative;
            }