.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.pt-5r {
    padding-top: 5rem;
}

.pb-5r {
    padding-bottom: 5rem;
}

.py-5r {
    padding: 5rem 0;
}

.pt-6r {
    padding-top: 6rem;
}

.pb-6r {
    padding-bottom: 6rem;
}

.pt-8r {
    padding-top: 8rem;
}

.pb-8r {
    padding-bottom: 8rem;
}

.py-8r {
    padding: 8rem 0;
}

.pt-10r {
    padding-top: 10rem;
}

.pb-10r {
    padding-bottom: 10rem;
}

.py-10r {
    padding: 10rem 0;
}

.bd_rds-5 {
    border-radius: 5px;
}

.bd_rds-8 {
    border-radius: 8px;
}

.bd_rds-tr-8 {
    border-radius: 8px 8px 0 0;
}

.bd_rds-bl-8 {
    border-radius: 0 0 8px 8px;
}

.color-text {
    color: #a3a3a3;
}

body.home header,
body.home footer {
    background-color: var(--blue-dark);
}

.menu_top {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   line-height: 2rem;
}

.menu_top > .container > .row > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu_top .menu-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.menu_top .menu-content .active {
    color: white;
} 

.menu_top .menu-content a {
    text-transform: none;
    font-weight: 400;
    margin: 0 8px;
}

.menu_top a {
    font-size: 13px;
}

.header_social .social_item {
    padding-right: 3rem;
}

.header_social .social_item:last-child {
    padding-right: 0;
}

.header_social .social_item i {
    color: white;
    font-size: 14px;
}

.dollar_icon {
    font-size: 15px;
    color: white;
    padding-right: 3px;
}

.head_icon i {
    font-size: 12px;
    color: white;
    padding-left: 1rem;
}

.setting-menu > .container > .row > div {
    width: max-content;
    display: flex;
    align-items: center;
}

.setting-menu > .container > .row,
.setting-menu > .container > .row > div:first-child {
    justify-content: space-between;
}

.setting-menu > .container > .row > div:first-child > div {
    flex: none;
    max-width: none;
    width: max-content;
}

.setting-menu > .container > .row > div:last-child {
    width: max-content;
}

.setting-menu > .container > .row > div:last-child {
    justify-content: end;
}

.navigation__item:hover > .navigation__link:after,
.navigation__link.active:after {
    width: 60%;
}

.navigation__link {
    position: relative;
    padding: 5px 0;
}

.navigation__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 0;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.menu-section > ul > li:first-child {
    margin-left: 0;
}

ul.entry-menu.full-width.scrollbar::before {
    height: 2rem;
}

.col_image {
    position: relative;
    text-transform: uppercase;
    height: 100%;
}

.col_image > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.5rem;
}

.col_image_title {
    font-size: 26px;
    max-width: 60%;
}

.vertical_title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.full_name_cs,
.full_name_cs:hover {
    color: white;
}

.vertical_title + i {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 auto !important;
}

.header_search {
    position: relative;
}

.search_content {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 0 2.5rem;
}

.search_input {
    width: 100%;
}

.header_search input {
    outline: none;
    height: 5rem;
    border: none;
    width: 100%;
    padding-left: 1.5rem;
    font-size: 15px;
    color: var(--color-main);
    border-radius: 4px 0 0 4px;
}

.header_search input::placeholder {
    color: var(--color-main) !important;
}

.header_search button:hover {
    color: white;
}

.choise-select {
    border: none;
    padding-left: 1rem;
    height: 5rem;
}

.select_search {
   border: none;
   height: 100%;
   color: var(--gray-bold);
   outline: none;
   text-transform: capitalize;
   font-weight: 600;
   font-size: 14px;
   padding: 0 5px;
   overflow: hidden;
}

.select_search option {
   font-size: 17px;
}

.header_search button {
    padding: 0;
}

.search_button {
    height: 5rem;
    line-height: 5rem;
}

.search_button i {
    color: var(--color-main);
}

.header_search button i {
    font-size: 20px;
    font-weight: 500;
}

.body_category {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 2.5rem 10%;
}

.body_category .categories-section > li > a {
    border-bottom: none;
    padding: 1.3rem 0 1.3rem 2rem;
    text-transform: uppercase;
    font-size: 14px;
}

.body_category .categories-section > li > a::before {
    border-radius: 50%;
    background-color: var(--color-main);
}

.title_has_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title_has_link .title-section {
    margin-right: 2rem;
}

.swiper-slider-main img {
    min-height: 40vh;
}

.height_image-100,
.height_image-100 .swiper,
.height_image-100 .swiper-slide img {
    height: 100%;
    border-radius: 12px;
    width: 100%;
}

.height_image-50 {
    height: 50%;
}

.swiper-slide--description_short {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 5rem;
}

.swiper-slide--description_short::before {
    content: "";
    color: white;
    width: 4rem;
    background-color: white;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 20px;
}

.swpier-slide-small .swiper-slide--tile {
    font-weight: 600;
    font-size: 2rem;
}

.link_category.active {
    position: relative;
    padding-bottom: 2px;
}

.link_category.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.link_small {
    position: relative;
    color: white;
    padding-bottom: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.link_small:hover:after {
    width: 100%;
}

.link_small:hover {
    color: white;
}

.link_small:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 60%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.swpier-slide2 .swiper-slide--tile {
    color: var(--color-main);
}

.swpier-slide2 .link_small {
    color: var(--color-main);
}

.swpier-slide2 .link_small:hover {
    color: var(--color-main);
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10%;
    text-align: left;
    padding-left: 10%;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
    background: #ddc2bd;
     opacity: 0.8; 
}

.swiper-pagination-bullet-active {
    background: white;
    position: relative;
    opacity: 1;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 2px solid white;
    border-radius: 50%;
}

.title_tk {
    color: var(--color-main);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.description_tk {
    color: var(--gray-bold);
    font-size: 15px;
    font-weight: 500;
}

.icon_tk {
    font-size: 4.5rem;
    line-height: 4.5rem;
    color: var(--color-main);
}

.btn_all {
    margin-left: auto;
}

.btn_all::after {
    width: 40%;
}

.link_title {
    position: relative;
    color: var(--color-main);
    padding-bottom: 2px;
    font-weight: 600;
}

.link_title:hover {
    color: var(--color-main);
}

.link_title:hover:after {
    width: 60%;
}

.link_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.link_black {
    color: var(--color-main) !important;
}

.link_black:hover {
    color: var(--color-main);
}

.category_radius {
    border-radius: 50%;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
}

ul.block-tab.nav.effect-nav li.nav-item {
    padding: 1rem 2.5rem;
}

.nav-link.navigation__link {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 3px;
}

.nav-link.navigation__link::after,
.menu-link.navigation__link::after {
    left: 0;
}

.product-item img {
    object-fit: contain !important;
}

.article-category a {
    font-size: 14px;
    color: var(--gray-bold);
    font-weight: 600;
}

.home .product-item .product-action {
    transform: translateY(20px);
    opacity: 0;
    transition: all .2s linear;
}

.home .product-item:hover .product-action {
    transform: translateY(0);
    opacity: 1;
}

.ct_comment .swiper-pagination-fraction,
.ct_comment .swiper-pagination-custom,
.ct_comment .swiper-horizontal > .swiper-pagination-bullets,
.ct_comment .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5%;
    text-align: center;
    padding: 0;
}

.ct_comment .swiper-pagination-bullet-active {
    background: var(--color-main);
}

.ct_comment .swiper-pagination-bullet-active::before {
    border: 2px solid var(--color-main);
}

.ct_comment .swiper {
    padding-bottom: 8rem;
}

.comment_item {
    border: 1px solid #eee;
    padding: 3rem;
    background: url('https://cdn2640.cdn-template-4s.com/media/comments/testimonial-mark.png') calc(100% - 1.75rem) 1.5625rem no-repeat;
}

.comment_avt {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
}

.comment_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    text-transform: uppercase;
}

.comment_description {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-bold);
    margin: 1.5rem 0 3rem;
}

.comment_name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-main);
}

.comment_position {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-bold);
}

.home .article-item .inner-content {
    padding: 2rem;
}

.post-date,
.article-title,
.article-item .link_title {
    text-transform: uppercase;
}

.trademark_image {
    height: 3rem !important;
    object-fit: contain !important;
}

.product_new .swiper-button-next,
.product_new .swiper-rtl .swiper-button-prev {
    right: -1%;
    left: auto;
}

.product_new .swiper-button-prev,
.product_new .swiper-rtl .swiper-button-next {
    left: -1%;
    right: auto;
}

.product_new .swiper-button-prev,
.product_new .swiper-button-next {
    transform: none;
}

.product_new .swiper-button-prev i,
.product_new .swiper-button-next i {
    margin: 0;
}

/*footer*/
.footer-setting {
    margin: 0 auto;
    text-align: center;
}

.website_description {
    color: white;
}

.subscribe_form {
    display: flex;
}

.subscribe_form #email-error {
    text-align: left;
    margin-left: 5px;
}

.subscribe_email input,
.subscribe_btn {
    height: 5rem;
    line-height: 5rem;
    border-radius: 8px;
    border: none;
    outline: none;
}

.subscribe_btn {
    width: max-content;
    margin-left: 2rem;
    padding: 0 4.5rem;
    font-weight: 600;
    background-color: var(--color-highlight);
    white-space: nowrap;
}

.subscribe_email {
    width: 100%;
}

.subscribe_email input {
    width: 100%;
    padding-left: 1.8rem;
}

.footer-setting .menu-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-setting .menu-content ul li {
    padding: 0 1.2rem 2rem;
}

.footer-setting .menu-content li a {
    white-space: nowrap;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hv_30:hover:after {
    width: 30% !important;
}

.hv_40:hover:after {
    width: 40% !important;
}

.show_70:after {
    width: 70%;
}

.back-to-top {
    color: white;
    background-color: #2b3e63f5;
    width: 4rem;
    height: 4rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
}

.back-to-top:hover {
    color: white;
}

body:not(.home) .back-to-top {
    background-color: #f3f3f378;
}

/*has other page*/
body:not(.home) footer {
    background-color: rgba(0, 0, 0, 0.5);
    /*background-color: #0F2041;
    background-color: var(--blue-dark);*/
}

.page_header {
    padding: 18px 0;
}

.page_header .menu-section > ul > li > a {
    color: var(--color-black);
}

body:not(.home) .full_name_cs {
    color: var(--color-main);
}

.page_header .btn-action-header {
    color: var(--color-main);;
}

.quick_btn[aria-expanded="true"] i::before {
    content: "\f00d";
    transition: all .5s linear;
}

.quick_search_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.quick_search_content .card-body {
    padding: 6rem 0;
}

.quick_search_content .categories-section a {
    padding: 4px 0;
}

.search-popup__input {
    position: relative;
}

.search-popup__input input {
    padding-bottom: 0.625rem;
    border: 0;
    border-bottom: 2px solid #767676;
    outline: none;
    width: 100%;
    height: 4rem;
}

.button-popup__input {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0;
    transition: opacity 0.15s linear;
    color: #767676;
    outline: none;
    font-size: 2rem;
    height: 100%;
}

.search-popup__input input:focus + .button-popup__input {
    color: var(--color-main);
}

.search_form .suggestion_page {
    position: relative;
    border: none;
    margin-top: 2.5rem;
}

body.home .suggestion_page {
    display: none !important;
}

.suggestion_image img {
    object-fit: contain;
}

.breadcrum_article {
    max-width: calc(100% - 3.3rem);
    margin: 0 auto;
    border: 2px solid #e4e4e4;
    padding: 1rem;
}

.breadcrum_article h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(3rem, max(5vw, 3rem), 6rem);
    margin-bottom: 1rem;
}

.breadcrum_content {
    height: 24rem;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.breadcrum_categories a {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: clamp(13px, max(1.2vw, 13px), 16px);
}

.page_list_article .article-title {
    font-size: clamp(16px, max(2vw, 16px), 26px);
}

.article-title-detail {
    font-size: clamp(3rem, max(5vw, 3rem), 4rem);
    font-weight: 700;
}

.contact-title {
    font-size: clamp(3rem, max(4vw, 3rem), 3.5rem);
    font-weight: 700;
}

.info_center_title {
    font-size: clamp(2.5rem, max(3vw, 2.5rem), 2.8rem);
}

.contact_form .form-group {
    margin-bottom: 2.2rem;
}

.contact_form .form-control {
    border: 2px solid #e4e4e4;
}

.contact_form .form-control::placeholder {
    opacity: 0;
}

.contact_form .form-control:focus {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
    outline: 0;
    box-shadow: none;
}

.contact_form input {
    height: 5.2rem;
}

.contact_form textarea {
    min-height: 20rem;
}

.form-floating {
    position: relative;
}

.form-floating > label {
    position: absolute;
    top: 1.4rem;
    left: 0.75rem;
    width: max-content;
    padding: 0 0.5rem;
    pointer-events: none;
    border: 0.125rem solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #767676;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    background-color: #ffffff;
    color: #222222;
    transform: translateY(-2.6rem);
}

.form-floating .form-control {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-floating .form-control:valid {
    border-color: #198754;
}

.form-floating .form-control[aria-invalid="false"] {
    background: none;
}

.form-floating .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-floating .form-control.error {
    border-color: #dc3545;
}

.form-floating .form-control.error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.btn_contact_submit {
   padding: 1.7rem 4.5rem;
}

.inner-compare img {
    object-fit: contain;
}

.header_avt {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
@media (min-width: 400px) {
    .swiper-slide--tile {
        max-width: 60%;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
    
    .breadcrum_content {
        height: 38rem;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
    
    .footer-setting {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
    
    .search_pc,
    .logo_white {
        display: block;
    }
    
    .menu_search,
    .logo_black {
        display: none;
    }
        
    .language-switch i.fa-flag {
        display: none;
    }
    
    .col-lg-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .footer-setting {
        width: 65%;
    }
    
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 78%;
        max-width: 78%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 22%;
        max-width: 22%;
    }
    
    .comment_item.swiper-slide {
        opacity: 40%;
    }
    
    .comment_item.swiper-slide-next {
        opacity: 1;
    }
    
    .page_header > .container > .row > div:first-child {
        justify-content: flex-start;
    }
    
    .page_header > .container > .row > div:first-child > div:last-child {
        margin-left: 5rem;
    }
    
    body:not(.home) .suggestion_home {
        display: none !important;
    }
    
    .entire-quickview .product-title-detail {
        padding-right: 2.5rem;
    }
    
}

@media (min-width: 1200px) {
    div:not(.container_not_fix) .container,
    div:not(.container_not_fix) .container-sm,
    div:not(.container_not_fix) .container-md,
    div:not(.container_not_fix) .container-lg,
    div:not(.container_not_fix) .container-xl {
        max-width: 1140px;
    }
    
    .py-xl-10 {
        padding: 10rem 0 !important;
    }
    
    .footer-setting {
        width: 50%;
    }
    
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 76%;
        max-width: 76%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 24%;
        max-width: 24%;
    }
    
    .item_tk {
        justify-content: center;
    }
}

@media (min-width: 1500px) {
    div:not(.container_not_fix) .container,
    div:not(.container_not_fix) .container-sm,
    div:not(.container_not_fix) .container-md,
    div:not(.container_not_fix) .container-lg,
    div:not(.container_not_fix) .container-xl,
    div:not(.container_not_fix) .container-xxl {
        max-width: 1440px;
    }
    
    .d-xxl-block {
        display: block !important;
    }
    
    .footer-setting {
        width: 45%;
    }
    
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 67%;
        max-width: 67%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .page_header > .container > .row > div:first-child > div:last-child {
        margin-left: 7rem;
    }
}

@media (min-width: 1700px) {
    .footer-setting {
        width: 40%;
    }
}

@media (max-width: 1199.99px) {
    .slider_main > .container > .row > div:nth-child(2) {
        order: -1;
        margin-bottom: 3rem;
    }
    
    .slider_utilities .row > div:nth-child(-n + 2) {
        margin-bottom: 4rem;
    }
    
    .swiper-slide--tile {
        font-size: 3.5rem;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .page_header .user_full_name {
        display: none;
    }
}

@media (max-width: 1199.99px) and (min-width: 768px) {
    .slider_main > .container > .row > div {
        margin-bottom: 1rem;
    }
    
    .slider_main > .container > .row > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .slider_main > .container > .row > div:nth-child(odd) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991.99px) {
    header {
        background-color: white !important;
    }
    
    .menu_top,
    .chosen-select,
    .logo_white,
    .bl_account,
    .bl_wishlist,
    .search_pc {
        display: none;
    }
    
    .menu_search,
    .logo_black {
        display: block;
    }
    
    .btn-action-header,
    .btn-action-header:hover {
        color: var(--color-main);
    }
    
    .setting-menu {
        padding: 1.2rem 0 !important;
    }
    
    .setting-menu > .container > .row > div:first-child {
        flex-direction: row-reverse;
    }
    
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 64%;
        max-width: 64%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 36%;
        max-width: 36%;
    }
    
    .menu-section > ul > li:hover > a {
        color: var(--color-main);
    }
    
    .menu-section > ul > li > .entry-menu li {
        text-align: left;
        padding: 0;
        padding-left: 1rem;
    }
    
    .menu-section .menu-link {
        font-size: 14px;
        font-weight: 400;
    }
    
    .mega_custom > li {
        max-width: none !important;
    }
    
    .mega_custom .row-menu > li {
        padding: 0 !important;
    }
    
    .mega_custom .row-menu .navigation__link {
        line-height: 1;
        padding: 5px 0;
    }
    
    .btn_mobile {
        margin-top: auto;
        border-top: 0.1rem solid #e3e3e3;
        justify-content: space-evenly;
        padding: 1rem;
    }
    
    .slider_utilities .row > div {
        margin-bottom: 4rem;
    }
    
    .slider_utilities .row > div:last-child {
        margin-bottom: 0;
    }
    
    .page_header {
        padding: 1.8rem 0 !important;
    }
    
    .product_detail_ct > .container > .row > div:first-child {
        display: none;
    }
    
    .product_detail_ct > .container > .row > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.99px) {
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 67%;
        max-width: 67%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .slider_main > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 3rem;
    }
    
    .slider_main > .container > .row > div:last-child {
        margin-bottom: 1rem;
    }
    
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .body_category {
        padding: 2.5rem 5%;
    }
    
    .page_product_content > .container > .row > div:last-child {
        order: -1;
    }
}

@media (max-width: 580px) {
    .product_new .swiper-button-prev,
    .product_new .swiper-button-next {
        display: none;
    }
}

@media (max-width: 575.99px) {
    .title-section {
        font-size: 2.5rem;
    }
}

@media (max-width: 456px) and (min-width: 346px) {
    .btn_all {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 456px) {
    ul.block-tab.nav.effect-nav li.nav-item {
        padding: 1rem;
    }
}

@media (max-width: 399.99px) {
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 74%;
        max-width: 74%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 26%;
        max-width: 26%;
    }
    
    .subscribe_form {
        display: block;
    }
    
    .subscribe_btn {
        width: 100%;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    
    .nav-link.navigation__link {
        font-size: 11.5px;
    }
}

/*//FOOTER//*/
.tru-so address strong,
.copy-social .topbar-section strong,
.copy-social a:hover i {
    color: var(--color-highlight);
}

footer .upper-footer {
    padding: 90px 0;
    background: #253139;
}

.item-social {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e282f;
    color: var(--color-text);
}

.item-social:hover {
    background: var(--color-highlight);
}

.item-social:hover i {
    color: #fff;
}

footer a.text-secondary:hover,footer a.text-secondary:focus {
    color: var(--color-highlight) !important;
}

.social-section li:first-child {
    padding-left: 0 !important;
}

footer .lower-footer {
    text-align: center;
    position: relative;
    background: #1e282f;
}

.copy-social .topbar-section p {
    font-size: 1.5rem;
}

.btn-new-footer {
    background: #1e282f;
    color: var(--color-highlight);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-new-footer:hover{
    background: #1e282f;
    color: var(--color-highlight);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_letter_footer .form-control {
    background: #1e282f;
    border: 0;
    height: 50px;
    padding: 6px 20px;
    color: white;
}

.is-mobile .upper-footer {
    padding: 30px 0;
}