html,
body {
    width: auto !important;
    /* overflow-x: hidden !important; */
}

body {
    background-color: #ffff;
}

.skiptranslate iframe {
    display: none;
}

body {
    position: relative;
    top: 0px !important;
    min-height: 100%;
}

.d-grid {
    display: grid !important
}

.align-center {
    text-align: center;
}

.logo_footer {
    text-align: center;
    padding: 0px 0 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.dropdown-toggle-split {
    position: absolute;
    top: 18px;
    right: 15px;
}

.dropdown-toggle::after {
    margin-left: 0 !important;
}

small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.toc_list {
    list-style-type: none !important;
    padding-left: 10px;
}

.center-footer {
    /* padding: 20px 0; */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}

.tag-footer {
    padding: 50px 0;
}

.tag-footer li {
    background: url(../images/tag_left.png) no-repeat scroll 0% 0% transparent;
    float: left;
    margin: 0px 8px 8px 0px;
    padding: 0px 0px 0px 15px;
}

.tag-footer .list-inline {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tag-footer li a {
    background: url(../images/tag_right.png) repeat-x scroll 0% 0% transparent;
    font-size: 14px;
    color: #797979 !important;
    line-height: 23px;
    display: block;
    padding: 0px 10px 0px 4px;
    float: left;
}

.grid-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.grid-col-1-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.grid-col-1-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.grid-col-3-1 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
}

.grid-col-1-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
}

.grid-col-1-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 5fr);
}

.grid-col-1-6 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 6fr);
}

.grid-col-1-7 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 7fr);
}

.grid-col-1-8 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 8fr);
}

.grid-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-4-1 {
    grid-template-columns: 4fr 1fr;
}

.grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-col-90 {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}

.grid-col-920-1 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 815px);
}

.grid-col-920-1.video {
    grid-template-columns: minmax(0, 748px) minmax(0, 1fr);
    /**701**/
}

.grid-col-890 {
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}

.grid-col-2-80 {
    grid-template-columns: 100px 1fr;
}

.grid-col-product {
    grid-template-columns: 1fr 260px;
}

.grid-col-support {
    grid-template-columns: 30px 1fr;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}

.gap-35 {
    gap: 35px
}

.gap-40 {
    gap: 40px
}

.text-700 {
    font-weight: 700;
}

.text-600 {
    font-weight: 600;
}

.text-500 {
    font-weight: 500;
}

.text-400 {
    font-weight: 400;
}

.text-300 {
    font-weight: 300;
}

.icon_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #868686;
}

.icon_box p {
    font-size: 14px;
    line-height: 20px;
}

.slider_doi_tac .slick-track {
    display: flex !important;
    gap: 20px;
    align-items: center;
}

.middle-header .search_btn {
    color: #fff;
    background: var(--color-1st);
    /* border-radius: 5px; */
    /* margin: 2px; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 10px;
}

.middle-header .search_btn i {
    font-weight: 700;
}

.categories_faq {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.tool {
    position: fixed;
    z-index: 50;
    right: -130px;
    top: calc(50% - 150px);
    color: #1a1a1a;
}

.tool .item-image {
    width: 48px;
    height: 48px;
    background: linear-gradient(to bottom, #7CC81F, var(--color-1st)) !important;
}

#fly_by_side .social_icons li {
    display: block;
    padding: unset;
    border-bottom: 1px solid rgb(192 192 192 / 30%);
    background-color: #fff;
}

.tool-list-contain .tool-list-item:hover,
.tool-list-contain .tool-list-item.active {
    transform: translatex(calc(48px - 100%));
}

.tool-list-contain .tool-list-item {
    width: 250px;
    min-width: 3rem;
    display: table;
    margin-right: auto;
    font-size: 1rem;
    box-shadow: inset 0px 0px 1px 1px rgb(192 192 192 / 30%);
    transition: all .5s ease 0s;
}

.social_icons li {
    display: inline-block;
    padding: 0 10px 5px 0;
}

.tool-list-contain .tool-list-item .item-contain {
    height: 48px;
    padding-right: 16px;
}

.tool-list-contain .tool-list-item .item {
    cursor: pointer;
}

#fly_by_side .social_icons li a {
    border-radius: 0;
    line-height: 44px;
    width: 100%;
    background-color: unset !important;
}

.social_icons.custom li a {
    color: #333;
    border-radius: 5px;
    font-size: unset;
    width: unset;
    height: unset;
    line-height: unset;
    border-radius: 50%;
}

.header_wrap .social_white .social_icons li a,
.header_wrap .social_white.social_icons li a,
.social_white .social_icons li a,
.social_white.social_icons li a {
    border-color: #fff;
    /* color: #fff; */
}

.social_icons li a {
    color: #687188;
    display: inline-block;
    font-size: 20px;
    height: 36px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    border-radius: 50%;
}

#fly_by_side .social_icons li a img {
    padding: 10px;
}


/*
 *  STYLE 2
 */

.categories_faq::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f5f0f0;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.categories_faq::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.categories_faq::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--color-1st);
}

/*
 *  STYLE 2
 */


.faq_items .item {
    /* width: 200px; */
    padding: 20px 0;
}

.faq_items p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-1st);
}

.btn_netx {
    padding: 15px 40px;
    background: var(--color-1st);
    color: #fff;
    border: 0;
    border-radius: 48px !important;
}

.newsletter .form-control {
    background: transparent;
    /* color: #fff; */
    border: 0 !important;
}

.newsletter .form-group1 {
    border: 1px solid #ddd;
    display: flex;
    padding: 10px 30px;
    border-radius: 45px !important;
    margin-bottom: 0;
    width: 386px;
}

.categories_faq p {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.card-header h2 .btn-block .iconcenter {
    position: relative;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.card-header h2 .btn-block {
    display: grid;
    grid-template-columns: 10fr 1fr;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 .btn-block .iconcenter::before {

    transform: rotateZ(270deg);
    position: absolute;
    content: "\276F";
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.card-header h2 .btn-block.collapsed .iconcenter::before {
    transform: rotateZ(85deg);
}

.faq_itemss .itemchile {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.2s;
    transform-origin: top;
}

.card-header {
    border-bottom: 0;
}

.faq_itemss .itemchile.active {
    opacity: 1;
    height: 100%;
    transition: all 0.2s;
    transform: scaleY(1);
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.truncate-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.truncate-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/* .section h3 {
    font-size: 18px;
    font-weight: 700;
} */

.section h4 {
    font-size: 20px;
    font-weight: 600;
}

.support-item {
    background: #fff;
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 11px;
    overflow: hidden;
}

.product_img_si {
    display: block;
    margin: auto;
}

.products-content .items .item_chitiet {
    display: none;
}

.product_description .slick-slide .item {
    margin: 0 5px;
}

.product_price-chitiet {
    background: #fafafa;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
    margin: 10px 0;
}

.product_description .product_title {
    font-size: 24px;
    font-weight: 550;
}

.single_post .blog_title {
    background: linear-gradient(to bottom, #ed1c24, #ff969a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-style4 {
    margin-top: 30px;
}

.products-content .items .item_chitiet.active {
    display: block !important;
}

.products-content .item_chitiet .content {
    border: 2px dashed var(--color-1st);
    padding: 20px;
    background-color: #f8fbfc;
    border-radius: 20px;
}

.products-content-top .item_chitiet .content .item_header {
    position: relative;

}

.bg-even {
    background-color: #E0E0E0;
}

.header_title_collection .title,
.banner_categories .title {
    padding-left: 17px;
    font-weight: 700 !important;
    font-size: 3rem;
    /* color: var(--color-1st); */
}

.support .product_title {
    background: var(--color-1st);
    color: #fff;
    text-align: center;
    padding: 15px;
}

.text-content {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
}

.support ul {
    list-style-type: none;
    padding-left: 0;
}

.support ul li {
    font-size: 18px;
    padding: 10px;
}

.faqs {
    padding: 20px 0;
}

.products-content .item_chitiet .content .item_header {
    margin: 0 0 10px;
    border-bottom: 1px solid var(--color-1st);
}

.products-content-top .item_chitiet .content .dec {
    padding: 10px;
    position: relative;
}

.products-content .item_chitiet .content .item_header h4 {
    color: var(--color-1st);
    font-weight: 600;
    font-size: 20px;
}

.section_categories .item {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.section_categories .item:hover {
    box-shadow: 3px 2px 8px 1px #e4e4e4d6;
    background: rgb(248, 247, 247);
    background: linear-gradient(180deg, rgba(248, 247, 247, 1) 0%, rgba(238, 255, 246, 1) 100%);
}

.section_categories .item h3,
.section_categories .item ul {
    z-index: 10;
    position: relative;
}

.section_categories .item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--color-1st);
}

#contact-popup-v2 .modal-dialog {
    max-width: 370px;
}

#contact-popup-v2 .modal-dialog .modal-content {
    background: rgba(255, 255, 255, .3);
    padding: 3rem;
    /*height: 320px;*/
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    text-align: center;
}

#contact-popup-v2 .modal-dialog .modal-content .form-control {
    background: transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    transition: all .3s;
    margin-bottom: 2em;
}


#contact-popup-v2 .modal-dialog .modal-content input:hover,
#contact-popup-v2 .modal-dialog .modal-content input[type="email"]:focus,
#contact-popup-v2 .modal-dialog .modal-content input[type="password"]:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

#contact-popup-v2 .modal-dialog .modal-content input:active,
#contact-popup-v2 .modal-dialog .modal-content input[type="email"]:focus,
#contact-popup-v2 .modal-dialog .modal-content input[type="password"]:focus,
#contact-popup-v2 .modal-dialog .modal-content button:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 4px 4px 60px 8px rgba(255, 255, 255, 0.2);
    outline: none;
}

.cat_header h3 a {
    color: var(--color-1st);
    margin: 30px 0 10px;
    display: block;
}

.menu-title {
    background-color: var(--color-1st);
    border-bottom: 2px solid var(--color-1st);
    padding: 0 10px !important;
}

.top-header img {
    display: block;
    margin: auto;
}

#contact-popup-v2 .modal-dialog .modal-content button {
    margin-top: 10px;
    width: 150px;
    font-size: 1rem;
    cursor: pointer;
}

#contact-popup-v2 .modal-dialog .modal-content input::placeholder {
    color: #fff;
}

#contact-popup-v2 .modal-dialog .modal-content button {
    background: transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    transition: all .3s;
    margin-bottom: 2em;
}


.drop {
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.2s ease;
}


.drop-1 {
    height: 80px;
    width: 120px;
    top: -20px;
    left: -40px;
    z-index: -1;
}

.drop-2 {
    height: 80px;
    width: 80px;
    bottom: -30px;
    right: -10px;
}

.drop-3 {
    height: 120px;
    width: 100px;
    bottom: 120px;
    right: -60px;
    z-index: -1;
}

.drop-4 {
    height: 140px;
    width: 120px;
    top: -70px;
    right: -60px;
}

.drop-5 {
    height: 60px;
    width: 60px;
    bottom: 40px;
    left: 80px;
    z-index: -1;
}

.section_categories .item h3 a {
    color: var(--color-1st);
}

.section_categories .item span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}

.pt-30 {
    padding-top: 30px !important;
}

.danhmuc ul li a {
    padding: 5px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hotlines {
    background-color: #ddd;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.hotlines a {
    color: var(--color-1st);
    font-weight: 700;
    display: flex;
    gap: 10px;
    justify-content: center
}

.hotlines p {
    margin-bottom: 5px;
}

.hotlines a .icon svg {
    width: 20px;
    height: 20px;
    fill: var(--color-1st);
}

.danhmuc ul li .icon svg {
    width: 20px;
    height: 20px;
}

.danhmuc ul li .icon {
    margin-bottom: 0;
}

.danhmuc ul {
    list-style-type: none;
    padding-left: 0;
}

.product_slider {
    background: #fff;
    border-radius: 10px;
}


.dantrang {
    background-color: #ddd;
    padding: 10px 0;
}

.top-header ul {
    list-style-type: none;
}

.top-header {
    background-color: #f2f2f2;
}

.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}

.slider-part .product.horz .product_info {
    margin-left: 50px;
}

.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}

.colm .slick-arrow {
    opacity: 1;
}

.colm .slick-prev {
    left: 0;
}

.colm .slick-next {
    right: 0;
}

.captions.slick-initialized .slick-slide {
    padding: 0 15px;
}

#navCatContent>ul>li {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

#navCatContent>ul>li>a {
    color: #464545;
    font-weight: 500;
}

#navCatContent img {
    max-height: 52px;
}

#navCatContent .mega-menu-col li {
    width: 100%;
}

.nav-fixed #navCatContent li:hover>a {
    color: var(--color-1st);
    background: #ccc;
}

.social_icons li a {
    color: #333;
    border-radius: 5px;
    font-size: 19px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff !important;
    border: unset !important;
    border-radius: 50%;
}

.social_icons li a i {
    color: var(--color-1st) !important;
}

.bottom_header .categories_wrap {
    background-color: #004361;
    width: 100%;
}

.bottom_header {
    background-color: #eeeded;
}

.product_wrap .pr_action_btn {
    justify-content: center;
    display: flex;
    gap: 5px;
}

.section_products .d-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}

.related-box .d-grid {
    grid-template-columns: ≈;
    gap: 15px
}

.product-image.d-grid {
    grid-template-columns: minmax(0, 161px) 1fr;
    gap: 15px
}

.attribute-swatch-item.custom-box {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}

.product_wrap.cat {
    background: url(/storage/general/cat-bg.png) no-repeat;
    background-size: cover;
}

.product_wrap.cat h6 a {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 22px;
}

.link-btn {
    color: var(--color-1st);
    font-weight: 550;
    font-size: 28px;
    display: block;
}

.item_chitiet .link-btn {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
}

.icons {
    margin-bottom: 0 !important;
    background-color: #E36116;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider {
    border-radius: 10px;
    overflow: hidden;
}

.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: unset;
}

footer iframe {
    width: 100%;
    /* max-height: 225px; */
    overflow: hidden;
}

.widget_map {
    height: 440px;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    max-width: 200px;
}

.banner img {
    border-radius: 10px;
    transition: all .4s ease;
}

.banner img:hover {
    box-shadow: 0 2px 10px 2px #ddd;
}

.related-box h3 {
    font-size: 26px;
}

.contact_detail span {
    font-size: 16px;
}

.breadcrumb_custom .breadcrumb {
    justify-content: unset !important
}

.menu-title span {
    font-size: 20px;
}

.mega-menu-col .nav_item {
    color: unset !important
}

.mega-menu-col .nav_item:hover {
    color: #fff !important;
    background-color: var(--color-1st) !important
}

.pre-wrap {
    white-space: pre-wrap;
}

.related-box .product_title {
    font-size: 18px;
}

.sidebar .post_header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.footer_light {
    background-color: #f0f0f0;
}

.widget_recent_post li .post_content {
    display: flex;
    gap: 10px;
}

.widget_recent_post li {
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 6px 10px;
    transition: all .3s ease;
}

.image_categories {
    margin-top: -20px;
}

.slider_banner_media {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 70.5% 1fr;
    gap: 20px;
}

.widget_recent_post .post_content h4 {
    font-weight: 600;

}

.lopngoaiul a:hover {
    color: #fff;
    background: linear-gradient(to bottom, #ED0004, #870002) !important;
}

.widget_recent_post .post_content span {
    color: #9b9a9a
}

.middle-header .input-group {
    border-radius: 20px;
    border: 1px solid var(--color-1st);
    overflow: hidden;
}

.middle-header .input-group>.input-group-prepend {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.section_collection .section-header img {
    max-width: 400px;
}

.shop_container .col-md-3 {
    margin-bottom: 30px;
}

.middle-header .input-group>.form-control {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.contact_detail li:first-child {
    box-shadow: unset;
}

.categories_btn.btn_custom {
    background: unset;
}

.categories_menu {
    background: linear-gradient(to bottom, #7CC81F, var(--color-1st)) !important;
}

.section_dock {
    background-color: var(--color-1st);
}

.item svg {
    max-width: 100%;
    fill: #707070;
}

.section_whyus .item {
    transition: all .4s ease;
}

.section_whyus .item span {
    font-weight: 600;
    display: block;
}

.section_whyus .item:hover {
    transform: translateY(-10px);
}

.section_recent .owl-nav,
.carousel_slider .owl-nav {
    position: absolute;
    right: 20px;
    top: -58px;
    display: flex;
    gap: 10px;
}

.contant_categories_blog .owl-nav {
    position: absolute;
    right: 20px;
    top: -75px;
    display: flex;
    gap: 10px;
}

.blog_post:not(.box_shadow1) {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.newsletter_text_custom p {
    font-size: 33px;
    line-height: 25px;
}

.section.bg_default {
    background: #d91e31;
    background: linear-gradient(180deg, #d91e31 0%, #75252f 100%);
}

.section_partner .owl-stage-outer {
    padding: 5px
}

.section_partner h3 {
    font-size: 16px
}

.compare-btn i {
    font-size: 30px;
    margin-right: 20px;
}

.product .product_info {
    background: #fff;
    max-height: 100%;
    width: 100%;
    transition: all .4s ease;
    height: 100% !important;

}

.product:hover .product_info {
    position: absolute;
    top: 0;
}

.product:hover .product_info {
    position: absolute;
    top: 0;
    display: grid;
    align-content: center;
}

.product_more_info {
    display: none;
    transition: all .4s ease;
}

.product_more_info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.product:hover .product_more_info {
    display: block;
}

.contact_detail>li span {
    color: #fff;
}

.contact_detail>li:hover {
    background-color: var(--color-1st) !important;
}

.contact_detail>li:hover * {
    color: #fff;
}

.ps-list--categories li a {
    padding: 6px 20px 6px 10px;
    font-size: 15px;
}

.email_top .icon i {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed var(--color-1st);
    border-radius: 50%;
}

.ps-list--categories .sub-menu li {
    padding-left: 10px;
}

.ps-list--categories .sub-menu li:last-child {
    border-bottom: unset;
}

.ps-list--categories li .sub-menu {
    padding-left: 0;
}

.ps-list--categories li .sub-menu li:hover,
.ps-list--categories li .sub-menu li:hover .sub-menu {
    background: #ddd;
}

.ps-list--categories>li {
    border: 1px solid #ddd;
    border-bottom: unset;
    background: var(--color-1st);
    padding: 0;
    color: #fff;
}

.ps-list--categories>li:last-child {
    border-bottom: 1px solid #ddd;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    width: 100%;
    z-index: 100;
}

.ps-list--categories>li li {
    border-bottom: 1px solid #ddd;
}

.product_header_info .sub-l3 {
    padding: 15px 30px;
    background: #e8e8e8;
}

#filter_categories .widget_title {
    padding: 10px 0;
}

.sort-gr .product_header {
    background: #e0e0e0;
    padding: 5px 10px;
}

.link-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.section_whyus .owl-item img {
    width: unset;
}

.section_whyus .content * {
    font-size: 14px;
    line-height: 17px;
}

.section_whyus .content p {
    max-width: 150px;
}

.slick-dots li button:before {
    font-size: 42px;
}

.section_categories .nav-link {
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    padding: 4px 10px;
    border-radius: 20px;

}

.section_categories .nav-link:hover {
    background-color: var(--color-1st);
    color: #fff;
}

.product_info .add-to-cart-button {
    font-size: 14px;
    text-align: center;
    opacity: 1;
    background: unset;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 53px;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #ED0004, #870002) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.product_info .add-to-cart-button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.product_info .add-to-cart-button:hover {
    transition: all 0.2s ease;
}

.product_info .add-to-cart-button svg {

    fill: #fff;
    padding: 5px;
}

.categories_list {
    list-style: none;
}

.categories_list>li {
    max-width: 150px;
    min-width: 150px;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul a {
    background-color: #f1fef5;
    color: #000;
    font-weight: 400;
    text-transform: none;
    padding: 7px 22px;
    box-shadow: 0 2px 5px #ddd;
}

.section_tags ul a:hover {
    background-color: #000;
}

.section_feedback .item {
    border-radius: 11px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px #ddd;
    padding: 25px 20px 13px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.section_feedback .item::after {
    content: "";
    width: 70%;
    position: absolute;
    right: 7%;
    bottom: 45px;
    border-top: 1px solid #e5e5e5;
}

.section_feedback .item .count {
    background-color: #fc4e12;
    color: #fff;
    padding: 0 15px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

.section_feedback .item * {
    font-style: italic;
    font-weight: 400;
    color: #747474;
}

.section_feedback .item .content {
    margin-bottom: 22px;
}

.product_wrap:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}

.product_wrap img {
    transition: all 0.2s ease-in;
}

#fly_by_side {
    position: fixed;
    top: 46vh;
    right: -202px;
    z-index: 1000;
    transform: translateX(0);
    transition: all .4s ease;
}

#fly_by_side.hidden {
    transform: translateX(31px);
}

#fly_by_side .social_icons li {
    display: block;
    padding: unset;
}

#fly_by_side .social_icons li a {
    border-radius: 0;
    line-height: 44px;
    background-color: unset !important;
}

.section-header .text-link {
    color: var(--color-1st);
    font-size: 15px;
}

.section-header .text-link:hover {
    text-decoration: underline;
}

.contact-phone .font-weight-bold,
#app-specs h3 {
    font-size: 22px;
}

#minutes,
#seconds {
    border: 2px solid #f0f0f0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact_detail>li,
.header_list>li {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 8px !important;
}

.section_categories .owl-stage {
    display: flex;
    align-items: center;
    padding: 0 2px;
}

.d-grid>.product_wrap {
    margin-bottom: 0;
}

.banner_categories .image {
    position: relative;
}

.nav_style5.owl-theme:hover .owl-nav button:hover i {
    color: #fff;
    background-color: unset;
}

.section_categories .heading_s2 a:hover {
    color: var(--color-1st)
}

.product_info .brand {
    margin-bottom: 2px;
    color: #1f23df;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.categories_list span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.countdown_gr .countdown_box {
    border-radius: 7px;
    margin-right: 5px;
    overflow: hidden;
}

#countdown .time span,
#countdown .time p {
    font-size: 30px;
}

#countdown .text-time h2 {
    background: linear-gradient(to bottom, #7CC81F, var(--color-1st)) !important;
    padding: 10px 60px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 0;
}

#countdown #hours {
    background: linear-gradient(to bottom, #ED0004, #870002) !important;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-left: -70px;
}

.top-footer {
    padding-bottom: 50px;
}

.product-item,
.product-item1 {
    display: none;
    /* Ẩn tất cả sản phẩm ban đầu */
}

#load-more,
#load-more1 {
    background: linear-gradient(to bottom, #ED0004, #870002) !important;
    color: #fff;
    text-align: center;
    display: flex;
    margin: auto;
    border: 0;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 20px;
    gap: 10px;
}

#load-more:hover,
#load-more1:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.section-why .owl-carousel .owl-stage-outer {
    padding: 75px 0 0;
}

.section-why .image {
    display: flex;
    justify-content: flex-end;
    margin-top: -130px;
}

.countdown_gr .countdown-wrap {
    background-color: rgb(186, 0, 0) !important;
    padding: 2px 7px !important;
}

.countdown_gr .countdown-wrap * {
    color: #fff;
}

.countdown_gr .countdown {
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
}

.countdown_gr .cd_text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.product_search_cover {
    max-width: 840px;
}

.auth-block a:hover,
.product_search_cover a:hover {
    text-decoration: underline;
}

.section_categories.even .contant_categories .tab-pane.active {
    grid-template-columns: 4fr 1fr;
}

.section_categories.even .contant_categories .tab-pane.active .banner_category {
    grid-row: 1;
    grid-column: 2;
}

.product_wrap:hover .product_title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.support-box p {
    font-size: 14px;
    font-weight: 500;
}

.product-meta .add_compare span {
    color: #000;
}

.cart_btn .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
}

.cart_btn .d-flex button,
.cart_btn .d-flex a {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table td,
.table th {
    padding: 8px 10px;
}

.specs-box {
    height: 100%;
}

.limit-height {
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative
}

.full-height {
    max-height: none !important;
    padding-bottom: 50px;
}

.limit-height:not(.full-height):after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
    z-index: 1;
}

.limit-height .readMoreButton {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    font-weight: 500;
    transition: all .3s ease;
    z-index: 10;
}

.limit-height .readMoreButton:hover {
    background: #fafafa;
    box-shadow: 1px 1px 7px 0px #ddd;
}

.section_flash_sale:empty {
    padding: 0 !important;
}

#ul_cat,
#ul_cat .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
}

.bottom_header {
    display: none;
}

#ul_cat {
    background-color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    display: none;
    width: 300px;
    left: 0;
    z-index: 10;
}

#ul_cat.show {
    opacity: 1;
    display: inline;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

#ul_cat .dropdown-mega-menu {
    position: unset;
}

#ul_cat li:hover .dropdown-menu {
    display: inline-block;
}

#ul_cat .dropdown-menu {
    top: 0px !important;
    left: 100% !important;
    transform: unset !important;
    margin: unset;
    bottom: 0;
    min-width: 300px;
    border-radius: 0;
}

#ul_cat li {
    border-bottom: 1px solid #f0f0f0;
}

#ul_cat li:last-child {
    border-bottom: unset
}

.label img {
    position: absolute;
    width: unset !important;
    top: 0;
    left: 0;
}

.section_whyus {
    background-color: var(--color-1st);
}

.deal_progress.custom {
    padding: 15px 10px 5px;
    margin-bottom: 15px;
    background: #0580b8;
    border-radius: 5px;
}

.section_collection .image-block {
    grid-column: 1 / 3;
}

.section-partner .nav_style3.owl-theme .owl-nav [class*=owl-] {
    top: -70px;
}

.index .categories_wrap .categories_btn {
    pointer-events: none;
}

.badge-info {
    color: #17a2b8;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    white-space: unset;
    border: 1px dashed #8a8a8a;
}


body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--color-1st);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f5f0f0;
    border-radius: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
    display: block;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--color-1st);
}

@media (min-width: 992px) and (max-width: 1300px) {
    .middle-header ul {
        gap: 10px !important;
    }

    .middle-header a {
        font-size: 10px !important;
    }

    .menu_left .logo img {
        width: 100px;
    }
}

@media screen and (min-width: 1800px) {
    .middle-header::before {
        width: 10% !important;
    }

    .middle-header::after {
        width: 90% !important;
    }
}

@media screen and (min-width: 991px) {

    .slide-content * {
        color: white !important;
    }

    .quytrinh_duoi .item_quytrinh.first span::before {
        display: none;
    }


    .quytrinh_duoi {
        flex-direction: row-reverse;
    }

    .sub-menu-wrap .sub-menu .menu-item {
        padding: 0 20px;
        display: block;
    }

    .sub-menu-wrap .sub-menu .menu-item:hover {
        background-color: var(--color-1st);

    }

    .sub-menu-wrap .sub-menu .menu-item:hover a {
        color: #fff !important;
    }

    .top_menu_pc .dropdown:hover .sub-menu-wrap {
        opacity: 1;
        transition: all 0.2s;
        transform: scaleY(1);
        min-width: 324px;
        padding: 0 0 !important;
    }

    .sub-menu-wrap a {
        color: #000 !important;
        padding: 10px 0;
        display: inline-block;
    }


    .video_all .slick-list {
        padding: 150px 0 !important;
    }

    #navCatContent li a.dropdown-toggler:after {
        top: 31%
    }

    header #navCatContent ul li .dropdown-menu {
        min-width: 250px !important;
        position: absolute !important;
    }

    .main-menu {
        display: none;
    }

    .header_wrap.nav-fixed .categories_wrap {
        display: flex;
    }

    .section_products .heading_s1 {
        display: none;
    }

    #navCatContent .mobile_side_menu,
    #navCatContent .menu-title,
    #navCatContent .product_search_form_mobi,
    #navCatContent .contact_detail,
    #navCatContent hr {
        display: none !important;
    }

    .contact_detail {
        gap: 20px;
    }

    .menu-item-group {
        display: none;
        transition: all .4s ease;
    }

    .menu-item-group.show {
        display: flex;
    }

    .section-header .owl-stage-outer {
        padding: 0 2px;
    }

    .categories_list img {
        max-height: 100px;
    }

    .bottom_header .categories_wrap {
        max-width: 370px;
    }

    /* #navCatContent>ul {
        width: 100%;
        min-width: 1170px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 10px 16px 49px 0 rgb(38 42 46 / 5%);
    }
    header #navCatContent ul li .dropdown-menu {
        min-width: unset!important;
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        box-shadow: unset;
        left: 0;
        right: unset;
    }
    #navCatContent li a.nav-link {
        height: unset;
    }
    #navCatContent .mega-menu {
        padding: 0 0 5px
    } */


}

@media screen and (max-width: 1200px) {
    .slider-menu-cover {
        display: none;
    }

    .grid-col-920-1 {
        grid-template-columns: 1fr;
    }

    .main_menu_uppercase .navbar-nav>li>.nav-link {
        font-size: 15px;
    }

    .product_search_cover .product-categories li:last-child {
        display: none;
    }

    .index .categories_wrap .categories_btn {
        pointer-events: unset;
        max-width: 50px;
    }

    .categories_btn.close i {
        color: #fff;
    }
}

.product_search_cover .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.product_search_cover .navbar-nav a {
    color: #fff;
    font-size: 12px;
    padding: 0px !important;
}

.cards {
    box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}

.tab-style3 .nav-tabs li.nav-item a,
.motatong h4 {
    font-size: 20px;
}

.motatong h4 {
    padding: 10px;
    color: var(--color-1st);
    font-weight: 550;
}

.product_wrap .btn_a {
    margin: 0 20px 20px !important;
}

.product_info .mota {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.btn_a {
    margin: 20px 0;
}

.btn_a a {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.btn_a a:hover {

    color: var(--color-1st);
}

.btn_a .btn_link {
    padding: 10px 20px;
    background-color: var(--color-1st);
    background-image: linear-gradient(-204deg, #a0ddde, var(--color-1st));
    border-radius: 5px;
    color: #fff;
}

.btn_a .btn_link:hover {
    background-image: linear-gradient(-90deg, #a0ddde, var(--color-1st));
}

.pt-100 {
    padding-top: 100px;
}

.widget_recent_post .post_content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sub-menu-wrap .sub-menu {
    list-style-type: none;
    border: 1px solid #ddd;
}

.menu_top .sub-menu-wrap .menu-item {
    border: 1px solid #ddd;
}

.sub-menu-wrap.open {
    opacity: 1;
    transition: all 0.2s;
    transform: scaleY(1);
}

.sub-menu-wrap {
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    top: 100%;
    width: 200px;
    left: 0;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.2s;
    transform-origin: top;
}

.sub-menu-wrap * {
    color: #000 !important;
}

.widget_recent_post {
    padding-left: 0;
}

.sidebar {
    position: sticky;
    top: 100px;
}

.danhmuc {
    margin-top: 95px;
}

.danhmuctrong {
    position: sticky;
    top: 85px;
}

.ps-list--categories,
.categories_header_top,
.sub-menu-wrap .sub-menu,
.single_post .blog_meta {
    padding-left: 0;
}

.item_right {
    display: flex;
    gap: 12px;
}

.dropdown-toggle::after {
    display: none;
}

#accordionExample .card {
    margin-bottom: 20px;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.danhmucmobile .thanhgia {
    display: none;
}

.danhmucmobile .danhmuc12,
.danhmucmobile .danhmuc12 h5 {
    display: none;
}

.categories_menu .featured-cat-ul a {
    font-size: 18px;
    /* font-weight: 650; */
    white-space: nowrap;
}

.categories_menu .featured-cat-ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 !important;
}

.featured-cat-li {
    border-left: 1px solid #dddddd7a;
    border-right: 1px solid #dddddd7a;
}

.menu--footer {
    list-style-type: none;
    padding-left: 0;
}

.top-footer .newsletter_form2 button {
    position: unset;
    color: #fff;
}

.top-footer .newsletter_form2 button i {
    font-size: 30px;
}

.menu--footer a {
    padding: 5px 0;
}

.item_image {
    position: relative;
}

.item_image .cat_info {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40%;
    /* height: 100%; */
}

.link_cat:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    color: #000;
}

.link_cat {
    padding: 10px;
    border-radius: 20px;
    color: #000;
}

.w-60 {
    width: 60%;
}

@media (min-width: 991px) and (max-width: 1281px) {
    .top-header img {
        display: none;
        margin: auto;
    }

    .middle-header .nav_block {
        grid-template-columns: minmax(0, 15%) minmax(0, 39%) minmax(0, 42%) !important;
    }

    .categories_menu .featured-cat-ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center;
        gap: 0 !important;
        float: left;
        flex-wrap: nowrap;
    }

    .featured-cat-li {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 0 30px;
    }

    .featured_cat_header {
        overflow-x: scroll;
    }

    .categories_menu .featured-cat-ul a {
        font-size: 16px;
        /* font-weight: 650; */
        white-space: nowrap;
    }

    .featured_cat_header::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #f5f0f0;
        border-radius: 10px;
        background-color: #fff;
    }

    .featured_cat_header::-webkit-scrollbar {
        height: 5px;
        background-color: #fff;
        display: none;
    }

    /* .featured_cat_header:hover::-webkit-scrollbar {
    display: block;
} */

    .featured_cat_header::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: var(--color-1st);
    }
}

.copyright * {
    color: #fff !important;
}

.middle-header .menu_top a {
    text-transform: uppercase;
}

.accordion .card-header a {
    font-weight: bold;
}

.btn-link {
    position: relative;
}

.btn-link::before {
    position: absolute;
    content: '\ec3a';
    top: 23px;
    right: 20px;
    font-family: 'Linearicons' !important;
}

.section_post .section_header h1 {
    background: linear-gradient(to bottom, #ed1c24, #ff969a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.item_cart_new {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    padding: 10px;
    border-radius: 15px;
}

.danhmuctrong {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    padding: 10px;
    border-radius: 15px;
}

.danhmuctrong .post_header h4,
.sidebar .post_header h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.link_dt {
    background: #ddd;
    padding: 10px 20px;
}

.breadcrumb-item {
    white-space: nowrap;
}

.breadcrumb {
    flex-wrap: unset;
}

.img_slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.right_text .items {
    position: relative;
}

.slider .slick-current .info_slider .title {
    transform: translateY(0);
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.slider .info_slider .title {
    transform: translateY(30px);
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}

.slider .slick-current .info_slider .decs {
    transform: translateY(0);
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.slider .info_slider .decs {
    transform: translateY(60px);
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}

.slider .slick-current .info_slider .btn-slider {
    transform: translateY(0);
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.slider .info_slider .btn-slider {
    transform: translateY(80px);
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-content .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.info_slider {
    width: 35%;
    z-index: 2;
    padding: 40px 20px;
}

.slider_nhomsanpham .item {
    padding: 10px;
}

.content h3 {
    font-size: 30px;
}

.content_link {
    position: absolute;
    top: 225px;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 215px));
    gap: 33px;
    justify-content: center;
}

.contant_categories .tab-pane.active {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 20px;
}

.pills_categories a {
    background-color: transparent !important;
    color: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.pills_categories a.active {
    color: var(--color-1st) !important;
}

.section_news .categories_ul .items {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 5px 30px;
}

.item-blog {
    display: none;
}

.item-blog.active {
    display: grid;
}

.section_news .categories_ul .items.active {
    background-color: var(--color-1st);
    color: #fff;
}

.slider_dichvu:not(.slick-initialized),
.blog_lieutrinh:not(.slick-initialized) {
    display: none;
}

.text_cat *,
.text_cat h2 {
    color: #fff;
}

.right-cat-child {
    overflow-x: scroll;
}

.blog_news .blog {
    background: #fff;
}

.blog_news .blog .blog_info {
    padding: 10px;

}

/* Css mới */

.item_cart .card {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    background-color: #ddd;
}

.item_cart .card {
    grid-template-columns: 2fr 1.3fr;
}

.flex-wrap-star span {
    background-color: #E36116;
    padding: 5px 20px;
    border-radius: 20px;
}

.quote {
    position: absolute;
    top: 80px;
    right: 80px;
}

.whys .title {
    margin-top: -60px;
    font-size: 26px;
    font-weight: 500;
}

.video_top {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.item_cart .card .box .icon .iconBox {
    background: linear-gradient(to bottom, #8b7869, var(--color-1st)) !important;
    backdrop-filter: blur(20px);
}

.item_cart .card .branding {
    color: darken(#d3b19a, 40%);
}

.item_cart .card .packaging {
    color: darken(#70b3b1, 40%);
}

.item_cart .card .marketing {
    color: darken(#d05fa2, 40%);
}

.item_cart .card .content {
    padding: 0.938rem 0.625rem;
}

.item_cart .card h3 {
    text-transform: capitalize;
    /* font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem); */
}

.item_cart .card p {
    margin: 0.625rem 0 1.25rem;
    color: #565656;
}

.item_cart .card .card-inner {
    position: relative;
    width: inherit;
    height: 9.75rem;
    background: #fff;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.item_cart .card .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.item_cart h3 {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 24px;
    -webkit-box-orient: vertical;
}


.guilienhe {
    padding: 10px;
    border: 1px solid var(--color-1st);
    border-radius: 10px;
}

.item_cart_new .description,
.item_cart .description {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sanphamnoibat .item_product h4.title {
    text-transform: capitalize;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_cart .card .imgBox {
    position: absolute;
    inset: 0;
}

.item_cart .card .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_cart .card .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 4rem;
    height: 4rem;
    background: #ddd;
    border-top-left-radius: 50%;
    margin-bottom: 0;
}

.item_cart .card .icon:hover .iconBox {
    transform: scale(1.1);
}

.item_cart .card .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #ddd;
}

.product_share .social_icons {
    padding-left: 0;
    margin-bottom: 0;
}

.item_cart .card .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #ddd;
}

.item_cart .card .iconBox {
    position: absolute;
    inset: 0.625rem;
    /* background: #282828; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.item_cart .card .iconBox span {
    color: #fff;
    font-size: 1rem;
    transform: rotate(-35deg);
}

.middle-header ul {
    list-style-type: none;
    gap: 0;
}

.dropdown-menu-header {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.language_bar_chooser img {
    width: 40px;
}

.video .image {
    position: relative;
}

.video .image .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video .image .button {
    background: var(--color-1st);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(90deg);
    position: relative;
}

.video .image .button svg {
    fill: #fff !important;
}

.video .image a {
    color: #fff !important;
}

.video .image .button::before {
    position: absolute;
    content: '';
    background: var(--color-1st);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;

    animation: btn_linkvideo 1s ease-in-out infinite;

}

@keyframes btn_linkvideo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Slider mới */
.slider {
    position: relative;
    max-width: 100%;
}

.slide {
    position: relative;
    text-align: left;
}

.slide img {
    width: 100%;
    height: auto;
}

.btn {
    padding: 10px 50px;
    margin-right: 10px;
    border-radius: 30px;
    color: white;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.btn.red {
    background-color: var(--color-1st);
    border: 0;
    color: #fff !important;
    overflow: hidden;
}

.slide-indicators {
    position: absolute;
    bottom: 20%;
    right: 20%;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.btn.red::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #82341D;
    transition: all 0.2s ease;
    height: 100%;
    z-index: 0;
}

.btn.red:hover:before {
    transition: all 0.2s ease;
    width: 100%;
}

.btn.red span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn.red span i {
    font-size: 10px;
}

.slide-indicators #total-slides {
    background: red;
    padding: 0px 30px;
    transform: skewX(-20deg);
    display: block;
}

#current-slide {
    font-size: 35px;
    position: relative;
}

#current-slide::before {
    position: absolute;
    transform: skewX(-20deg);
    display: block;
    content: '';
    top: 0;
    right: -5px;
    width: 1px;
    height: 100%;
    background: #ddd;
}

#google_translate_element {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.goog-te-banner-frame {
    display: none !important;
    /* Ẩn thanh thông báo của Google ở đầu trang */
}

.goog-te-gadget-icon {
    display: none;
    /* Ẩn biểu tượng Google Dịch */
}

.skiptranslate {
    opacity: 0;
    visibility: hidden;
}

.notranslate {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.notranslate.active {
    /* color: #ed1c24; */
    opacity: 0;
    visibility: hidden;
}

.flags {
    position: relative;
}

.thanks {
    display: grid;
    align-items: center;
    align-content: center;
}

.fixed-top {
    position: sticky;
}

.banner_contant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_contant * {
    color: #ffff;
}

.page_jafim_item .items.even .left_items {
    grid-column: 2;
    grid-row: 1;
}

.page_jafim_item .items.even {
    background: #F5F5F5;
}

.page_jafim_ud,
.products {
    background: #F5F5F5;
}

.products .product-item .items .images {
    position: relative;
    border-top-right-radius: 20px;
    overflow: hidden;
    min-height: 240px;
}

.products .product-item .items .images img {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100%; */
    display: none;
    z-index: 1;
}

.products .product-item .items .images img.active {
    display: block;
}

.btn_congtac {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    background: var(--color-1st);
}

#pdfCanvas {
    width: 100%;
}

.menu_right .active a {
    font-weight: 700;
}

.menu_right li a,
.no-hover {
    position: relative;
}

.menu_right li a {
    padding: 10px 5px;
}

.menu_right li:hover a::before,
.no-hover:hover:before {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.no-hover::before {
    bottom: -10px !important;
}

.menu_right li a::before,
.no-hover::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    bottom: 0px;
}

.congtac {
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: #000;
    transition: background-color 0.3s ease;
}

.congtac1.active {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    border-radius: 20px;
}

.congtac1 {
    font-size: 12px;
    padding: 10px 20px;
}

.congtac1:not(.active) {
    background: transparent;
    color: #fff;
}

.product-item .items {
    border-top-right-radius: 20px;
    background: #fff;
    position: relative;
}

.product-item .items:hover .images img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.product-item .items .images img {
    transition: all 0.2s ease;
}

.product-item .items .images {
    overflow: hidden;
}

.potup_dangky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}

.potup_dangky.open {
    display: flex;
}

.potup_dangky::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
}

.potup_dangky .rounded {
    width: 30%;
    position: relative;
    z-index: 999;
}

.product-item .items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top-right-radius: 2rem;
    opacity: 0;
    box-shadow: inset 0 0 0 2px #0071b8;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94), transform 350ms cubic-bezier(.25, .46, .45, .94);
    transform: scale(1);
    z-index: 0;
}

.product-item .items:hover::after {
    opacity: .5;
    transform: scale(1);
}

.form--auth .form-group {
    border: unset;
    border-radius: 20px;
    padding: 0 20px 10px;
    margin-bottom: 0;
    display: block;
}

.form--auth .form-control {
    border: 1px solid #ddd;
    color: unset !important;
}

.form--auth .form-control:focus,
.form--auth .form-control::placeholder {
    color: #5b5b5b !important;
}

.customer-order-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    border: 1px dashed #ddd;
    overflow: auto;
}

.customer-order-detail thead {
    background: #aeaeae;
    margin-bottom: 5px;
    font-size: 15px;
}

.customer-order-detail thead th {
    min-width: 100px;
}

.customer-order-detail tbody td {
    background: #e9e9e9;
    border: unset;
    margin-bottom: 5px;
    font-size: 14px;
}

@media (max-width: 480px) {
    .section--auth .form--auth {
        padding: 0;
    }
}

.page_media_trong,
.content-center {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 40px;
}

/* ----------------------------------------------------------------- */


/* Menu mobile */

.header_pc .menu_pc {
    list-style-type: none;
}

.cart_trigger.btn-shopping-cart {
    position: relative;
}

.menu_mobile_media {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-1st);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
    z-index: 999;
}

.menu_mobile_media.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease;
}

.menu_mobile_media .nav_right {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
}

.menu_mobile_media .menu_mobile .nav_menu .container.menu_i {
    display: grid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 120px;
    padding: 0;
}

.menu_mobile_media .menu_mobile .nav_menu .container.menu_i .nav_right {
    padding: 20px;
}

.nav_menu h3.title::before {
    background: transparent;
}

.header_mobile .hea_mobile {
    position: relative;
}

.close_categories,
.close_categories_child {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_menu_ul {
    padding-left: 0;
    list-style-type: none;
    display: grid;
    margin-bottom: 0;
}

.nav_menu_ul a {
    font-size: 26px;
    display: block;
}

.menu_mobile .bottom_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.menu_mobile .bottom_menu .container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff47;
    padding: 20px 0 0;
}

.lienhengay {
    list-style-type: none;
    padding-left: 0;
}

.menu_mobile .nav_right h3.title {
    font-size: 28px !important;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul>li>a {
    color: #fff;
}

.nav_menu_category,
.nav_menu_category_child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #2b3036;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s;
}

.menu_mobile_media.active .nav_right,
.nav_menu_category.active,
.nav_menu_category_child.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}


.menu-child-media.active,
.menu-child-child-media.active {
    right: 0;
    visibility: visible;
    transition: all 0.2s;
}


.menu-child-media,
.menu-child-child-media {
    position: absolute;
    top: 0;
    right: -100%;
    visibility: hidden;
    bottom: 0;
    width: 100%;
    transition: all 0.2s ease;
    background: var(--color-1st);
    z-index: 1;
    padding: 0 20px;
}

.menu-child-media.show,
.menu-child-child-media.show {
    right: 0;
    visibility: visible;
    transition: all 0.2s ease;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
    padding-left: 0;
}

.menu-child-media .content-child .menu-child .menu-item a,
.nav_menu_ul .btn-group .nav_item {
    padding: 10px 0;
    display: block;
    color: #fff;
}

.nav_menu_ul .btn-group,
.menu-child .menu-item {
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
    height: 100% !important;
}

.btn_on_menu_child_child {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.btn_on_menu_child,
.btn_close_menu_child,
.btn_on_menu_child_child {
    border: 0;
    border-left: 1px solid #fff;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_close_menu_child {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffff;
    color: #fff;
}

.menu-child-child-media {
    background: var(--color-1st);
    z-index: 1;
}

.all {
    position: fixed;
    width: 160px;
    height: 160px;
    display: flex;
    bottom: 0;
    z-index: 999;
}

#admin_bar {
    display: none;
}

.right_navheader .menu .menu-item a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

.menu_ul_child a {
    padding: 15px 10px !important;
    font-size: 16px !important;
}

.menu_ul_child a:hover {
    background: var(--color-1st);
    color: #fff !important;
}

.right_navheader .menu .menu-item:hover>a,
.right_navheader .menu .menu-item.active>a {
    font-weight: 700;
}

.nav_menu_child .menu_ul_child {
    list-style-type: none;
    padding-left: 0;
}

.right_navheader .menu .menu-item:hover>a>span,
.right_navheader .menu .menu-item.active>a>span {
    color: var(--color-2st);
}

.header_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1023;
    background: #fff;
}

.header_pc .btn_header a {
    border-radius: 30px;
    padding: 10px 30px;
    color: #FFF;
}

.header_pc .btn_header a:nth-child(2) {
    background: var(--color-2st);
}

.header_pc .btn_header a:nth-child(1) {
    background: var(--color-1st);
    margin-right: 15px;
}


.addThis_listing {
    position: fixed;
    bottom: 70px;
    right: 40px;
    display: grid;
    gap: 10px;
}

.nav_menu_child {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    border-radius: 0 0 5px 5px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}


/* Menu icon */

.hamburger {
    cursor: pointer;
    margin-bottom: 0;
}

.hamburger svg {
    height: 4em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: var(--color-1st);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger.active svg {
    transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

/* End menu icon */

.header_mobile {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 20px 0;
}

/* end menu mobile */

.section--auth .form--auth {
    background-color: #f7f7f7;
    margin: 0 auto 40px;
    max-width: 600px;
    padding: 30px;
}

.form--auth .form-group {
    border: unset;
    border-radius: 20px;
    padding: 0 20px 10px;
    margin-bottom: 0;
    display: block;
}

.form-group {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0px;
    padding: 10px 0;
}

.form-group #contact_content {
    background: transparent;
    border: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.form-group #contact_content::placeholder,
.form-group #contact_content,
.section_lienhe .form-group .form-control {
    color: #fff;
}

.col-md-6 .form-group {
    margin-bottom: 0;
}

.form--auth .form-control {
    border: 1px solid #ddd;
    color: unset !important;
}

.section--auth .form-group>label {
    background: #f7f7f7;
    display: table;
    color: #252525;
    font-size: 16px;
}

.list-style-none {
    list-style-type: none;
}

.chinhsach {
    background: #ddd;
    padding: 40px;
    border-radius: 20px;
}


.menu-item-has-children:hover .nav_menu_child {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.wave-hong-top {
    margin-top: -80px;
    min-height: 84px;
    background: #fff;
    position: relative;
}

.wave-hong-footer {
    margin-top: -80px;
    min-height: 84px;
    background: #f0f0f0;
    position: relative;
}

.hero_area {
    position: relative;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.section .tieu_de h4 {
    position: relative;
    color: var(--color-1st);
    display: inline-flex;
    padding-left: 35px;
}

.section .tieu_de h4::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #82341D;
    border: 5px solid var(--color-1st);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.section {
    padding: 100px 0;
}

.block_about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px;
    border-radius: 20px;
    background: var(--color-1st);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1;
}

.section_factory *,
.block_about .item_about * {
    color: #ffff;
}

.section_aboutus {
    padding: 50px 0 200px;
}

.section_factory {
    padding: 250px 0 100px;
}

.section_aboutus {
    position: relative;
}

.section h2 {
    font-size: 46px;
}

.post_dichvu,
.item_category,
.slider_image_bottom .item_image_nho,
.slider_image_top .item_image,
.section_album .item_image a,
.item_review .image,
.sanphamnoibat .image,
.product_categories .product_media .image,
.item_video .image,
.product_gallery_item a,
.language-section .lang-item,
#selectedLangDisplayPC,
.product_img_box a {
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
}

#selectedLangDisplayPC,
.language-section .lang-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.item_review .image,
.product_categories .product_media .image,
.item_video .image {
    height: 350px;
}

.product_img_box a {
    height: 350px;
    display: block;
}

.product_gallery_item a {
    height: 100px;
    display: block;
}

.sanphamnoibat .image {
    height: 250px;
    border-radius: 10px;
}

.section_album .item_image a {
    display: block;
}

.section_album .item_image1 a:nth-child(1),
.section_album .item_image1 a:nth-child(2),
.section_album .item_image2 a:nth-child(2),
.section_album .item_image2 a:nth-child(3),
.section_album .item_image3 a:nth-child(1),
.section_album .item_image3 a:nth-child(3) {
    height: 252px;
}

.section_album .item_image1 a:nth-child(3),
.section_album .item_image2 a:nth-child(1),
.section_album .item_image3 a:nth-child(2),
.section_album .item_image4 a:nth-child(1),
.section_album .item_image4 a:nth-child(2) {
    height: 524px;
}

.item_image a {
    display: block;
    border-radius: 10px;
}

.item_category {
    height: 165px;
    border-radius: 10px;
}

.section_whychoose .item_whys .image {
    height: 300px;
    border-radius: 10px;
    transform: translate(-50px, -50px);
    background-size: cover;
    width: 100%;
    position: absolute;
    top: -40px;
    left: -40px;
    overflow: hidden;
    z-index: 1;
}

.section_whychoose .item_whys .red-blob {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #EE4245 0%, rgba(238, 66, 69, 0) 50%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.section_whychoose .item_whys.even .image {
    top: -40px;
    right: -140px;
    left: unset;
}

.section_whychoose .item_whys.even .red-blob {
    background: linear-gradient(-270deg, #EE4245 0%, rgba(238, 66, 69, 0) 50%);
    top: 0;
    left: 0;
}

.item_image_nho {
    height: 50px;
}

.section_whychoose .item_whys .image_item {
    position: relative;
}

.item_image_nho img {
    padding: 5px;
    border-radius: 10px;
}

.post_dichvu,
.slider_image_top .item_image {
    height: 340px;
    border-radius: 10px;
}

.post_dichvu img,
.item_category img,
.slider_image_bottom .item_image_nho img,
.slider_image_top .item_image img,
.section_whychoose .item_whys img,
.section_album .item_image a img,
.item_review .image img,
.sanphamnoibat .image img,
.item_video .image img,
.product_categories .product_media .image img,
.product_gallery_item a img,
.language-section .lang-item img,
#selectedLangDisplayPC img,
.product_img_box a img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
}

.item_review:hover .image img,
.post_dichvu:hover img,
.product_categories .product_media:hover .image img,
.item_video:hover .image img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.post_dichvu .text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.categorie_proudct {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 20px;
}

.item_category a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-1st);
    padding: 10px 20px;
    border-radius: 30px;
    width: 75%;
}

.item_category h5 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.section_categories .right_section {
    background: var(--color-1st);
    padding: 20px;
    border-radius: 10px;
}

.gap-200 {
    gap: 200px;
}

.section_whychoose .item_whys {
    display: grid;
    grid-template-columns: 578px 400px;
    gap: 40px;
    justify-content: end;
}

.section_whychoose .item_whys.even {
    grid-template-columns: 400px 578px;
    justify-content: start;
}

.section_whychoose .item_whys.even .content_item {
    grid-row: 1;
}

.section_whychoose .header_section {
    margin: 0 auto 200px;
}

.section_album .item_image a:hover i {
    opacity: 1;
}

.section_album .item_image a i {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    color: #ffff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.secation_doitac .doitacmedia {
    display: grid;
    grid-template-columns: 1fr 600px;
    justify-content: end;
}

.secation_doitac {
    position: relative;
}

.secation_doitac .tron_icon {
    position: absolute;
    right: 50%;
    top: 40px;
}

.tron_icon {
    animation: spin 4s linear infinite;
}

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

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

.section_news {
    background: #ddd;
}

.field_form {
    background: #151414;
    border-radius: 20px;
    padding: 80px 20px 40px;
}

.item_review {
    border-radius: 10px;
    overflow: hidden;
    background: #1c1c1e;
    margin: 10px;
}

.item_video {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1c1c1e;
    margin: 10px;
}

.item_review h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.item_review .mota {
    padding: 20px;
    color: #fff;
    position: relative;
}

.item_review .mota:before {
    content: "\201c";
    display: block;
    font-size: 3.6rem;
    line-height: 0;
    color: #ffffff2e;
    font-family: Georgia, serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.menu_dichvu,
.menu_muahangonline {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.2s;
    padding: 30px 0;
}

.menu_muahangonline.show,
.menu_dichvu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.2s;
}

.menu_muahangonline .dichvu,
.menu_dichvu .dichvu {
    list-style-type: none;
    padding: 20px;
    display: flex;
    gap: 40px;
}

.menu_muahangonline .dichvu>li>a,
.menu_dichvu .dichvu>li>a {
    color: var(--color-1st);
    font-weight: 700;
    font-size: 20px;
}

.menu_muahangonline .dichvu .menu_dichvu_child a,
.menu_dichvu .dichvu .menu_dichvu_child a {
    font-size: 16px;
}

.menu_dichvu_child {
    position: relative;
    list-style-type: none;
    padding-left: 0;
}

.sanphamnoibat .item_product {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 6px #1212120d;
}

.categories_featured {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.categories_featured .btn_category {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 30px;
}

.categories_featured .btn_category.active {
    background: #000;
    color: #fff;
}

.product_categories {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.product_categories.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.product_categories .product_media {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    overflow: hidden;
    border-radius: 10px;
    transform: scale(0);
    transition: all 0.2s ease;
}

.product_categories.active .product_media {
    transform: scale(1);
    transition: all 0.2s ease;
}

.section_blog {
    margin: 100px 0;
}

.slider:not(.slick-initialized),
.slider_image_top:not(.slick-initialized),
.slider_image_bottom:not(.slick-initialized),
.slider_review:not(.slick-initialized),
.slider_video:not(.slick-initialized),
.slider_doitac:not(.slick-initialized) {
    display: none;
}

.gap-50 {
    gap: 50px;
}

.decs_product {
    max-height: 85px;
    overflow: hidden;
    position: relative;
}

.description.open .decs_product {
    max-height: 100%;
    overflow: visible;
}

.decs_product::before {
    content: '';
    background: linear-gradient(0deg, #fff 0%, rgba(238, 66, 69, 0) 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.description.open .decs_product::before {
    height: 0;
}

.btn_xemthemmota {
    position: relative;
    background: transparent;
    border: unset;
    width: 30%;
    margin-bottom: 20px;
}

.btn_xemthemmota::before {
    position: absolute;
    content: 'Xem thêm';
    top: 0;
    left: 0;
    color: #363636;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
}

.description.open .btn_xemthemmota::before {
    content: 'Thu gọn';
}


.language_bar_list {
    padding-left: 0;
    margin-bottom: 0;
}


.ngonngu {
    position: relative;
}

.ngonngu .language-section {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.2s ease;
    visibility: hidden;
}

.ngonngu .language-section.active {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s ease;
    visibility: visible;
}

.ngonngu img {
    height: 100%;
    width: 100%;
}

.ngonngu button {
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 10px;
}

.skiptranslate {
    display: none;
}

@media screen and (max-width: 992px) {


    .language-section {
        padding: 20px;
        position: relative;
    }

    #mobileSelect {
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        width: 100%;
        border-radius: 30px;
        background: #ffffff85;
        border: 0;
        color: var(--color-1st);
    }

    .language-section::after {
        content: "\e64b";
        font-family: 'themify';
        position: absolute;
        right: 50px;
        top: 65%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
        color: var(--color-1st);
    }


    .menu_mobile_media .nav_right {
        overflow-y: scroll;
        max-height: 100vh;
    }

    .language-section {
        padding: 20px;
    }

    .section {
        padding: 50px 0;
    }

    .whitebox-cover {
        padding: 0 0 50px;
    }

    .product-image .slick-next {
        right: 0;
    }

    .product-image .slick-prev {
        left: 0;
    }

    .section_whychoose .header_section {
        margin: 0 auto 40px;
    }

    .section_whychoose .content_section.gap-200 {
        gap: 30px;
    }

    .header_section .tieu_de_lon.w-60,
    .header_section .decs.w-60,
    .header_section.w-50,
    .header_section.w-60 {
        width: 100% !important;
    }

    .secation_doitac .tron_icon {
        top: -60px;
    }

    .section_review_product,
    .section_url_video {
        padding: 50px 0;
    }

    .copy {
        text-align: center !important;
    }

    .section_whychoose .item_whys,
    .secation_doitac .doitacmedia {
        display: block;
    }

    .section_whychoose .item_whys .image,
    .section_whychoose .item_whys.even .image {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: unset;
    }

    .section_whychoose .item_whys .red-blob {
        position: unset;
    }

    .page_media_trong,
    .content-center,
    .section_news .content_section,
    .posts_mews .card,
    .product_categories,
    .section_review_product .d-grid.grid-col-4 {
        grid-template-columns: 1fr !important;
    }

    .section_news .content_section .right_section,
    .posts_mews .card .card-inner {
        grid-row: 1;
    }

    .section_aboutus {
        background: #fff !important;
        padding: 50px 0;
    }

    .potup_dangky .rounded {
        width: 90% !important;
    }

    .form_home .tieu_de {
        top: -43px !important;
    }

    .form_home .tieu_de button {
        padding: 10px !important;
    }

    .tieuchi .item {
        text-align: left !important;
    }

    .section.tieuchicon {
        background: #fff !important;
    }

    .link_dt {
        overflow-x: scroll;
    }

    .container.mt-5 {
        margin-top: 20px !important;
    }

    .banner_contant .btn_slider {
        display: grid;
        gap: 30px;
    }

    .banner_contant {
        position: unset !important;
        margin-top: 30px;
    }

    .banner_contant * {
        color: #000 !important;
    }

    .content_new {
        padding: 20px;
    }

    #congtrinh .col2 {
        width: 100% !important;
    }

    #congtrinh .col3 img {
        max-height: 100px !important;
    }

    #congtrinh .col1,
    #congtrinh .col3 {
        width: 100% !important;
    }

    .page_jafim_ud_item {
        margin: 10px 0;
    }

    .page_jafim_ud_items {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .product-item {
        grid-template-columns: 1fr !important;
    }

    .page_jafim_item .item,
    .card_new {
        display: block !important;
    }

    .slide-content .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .number {
        margin-right: 72px;
    }

    .form_homes .form_home {
        width: 90% !important;
        margin: 50px auto 0;
    }

    .form_homes {
        position: unset !important;
        width: unset !important;
        height: unset !important;
        margin-bottom: 20px;
    }

    .section_news .item_category .categories_ul {
        flex-wrap: wrap;
    }

    .blog-media .container.grid-col-3-1,
    .item-blog.active,
    .section .container,
    .tieuchi .item.d-grid {
        display: block !important;
    }

    .doitacs img {
        width: 70px;
    }

    .bottom_header {
        display: flex !important;
    }

    .timkiem {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--color-1st);
    }

    .language_bar_chooser img {
        width: 30px !important;
    }

    .dropdown-menu-header {
        list-style-type: none;
        padding-left: 0;
    }

    .slide-content * {
        color: #000 !important;
    }

    .video_all .slick-list {
        padding: 0 0 !important;
    }

    .title_lon h2 {
        font-size: 40px !important;
    }


    .video_all .slick-slide.slick-center {
        transform: scale(1) !important;
    }

    .section_news .bottom-content,
    .product_price,
    .slider_banner_media {
        display: block !important;
    }

    .whys .title {
        margin-top: -20px !important;
    }

    .add-to-cart-button {
        width: 100% !important;
        /* height: 100%; */
        border-radius: 0 !important;
        position: absolute;
        bottom: 0;
    }

    .item_image .cat_info {
        width: 50%;
    }

    .text_info .price {
        font-size: 14px;
        margin-bottom: 44px;
    }

    .header_title_collection .gap-30 {
        gap: 0;
    }

    #countdown #hours {
        width: 40px;
        height: 40px;
        margin-left: -35px
    }

    #countdown #minutes,
    #seconds {
        width: 40px;
        height: 40px;
    }

    #countdown .time span,
    #countdown .time p {
        font-size: 12px;
    }

    #countdown .text-time h2 {
        font-size: 12px;
        padding: 10px 20px;
    }

    .product .product_title,
    .product_wrap .product_title {
        font-weight: 700;
    }

    .pr_flash {
        font-size: 9px;
    }

    .product_info {
        text-align: left !important;
    }

    .copyright .col-md-12 {
        padding: 0 15px !important;
    }

    .header_title_collection .title,
    .banner_categories .title {
        padding-left: 0;
        font-size: 30px;
    }

    .header_title_collection {
        flex-wrap: wrap;
    }

    .image_banner {
        grid-template-columns: 1fr 1fr;
    }

    .blog-media .container.grid-col-4-1,
    .blog-media .grid-col-3,
    .banner_top,
    .section_aboutus .intro,
    .section_factory .factory,
    .content_section.grid-col-2,
    .system.grid-col-2-1 {
        grid-template-columns: 1fr !important;
    }

    .categorie_proudct {
        display: block;
    }

    .section_factory {
        padding: 100px 0;
    }

    .block_about {
        position: unset;
        grid-template-columns: repeat(1, 1fr);
        transform: unset;
        width: 100%;
        margin: 40px 0;
    }

    .top-footer {
        padding-top: 40px;
        padding-bottom: 0 !important;
    }

    .slide-indicators {
        display: none !important;
    }

    .categories_btn {
        color: #fff;
        font-weight: 600;
        border: 1px solid #fff;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .categories_wrap>.categories_btn.d-block {
        display: block !important;
        background-color: unset;
        padding: 0;
    }

    .header_title {
        padding: 5px 10px !important;
    }

    .header_title::after {
        border-top: 21px solid transparent !important;
        border-bottom: 20px solid transparent !important;
    }

    #navCatContent li.dropdown .sub-menu .menu-item a {
        font-size: 14px;
    }

    body .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px
    }

    .grid-col-3 {
        grid-template-columns: 1fr 1fr
    }

    .text-content {
        grid-template-columns: 1fr !important;
    }

    .loptrong {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto;
        padding-top: 4px;
        margin-top: -4px;
    }

    .item_pro {
        width: 100%;
        max-width: 60%;
        min-width: 60%;
    }

    .section_collection {
        padding: 40px 0 !important;
    }

    .item_cart .card {
        margin: 0 0 !important;
    }

    .banner_sapham {
        margin-top: 55px;
    }

    .section-why .carousel_slider .owl-nav {
        bottom: -70px;
    }

    .section_recent .owl-nav,
    .carousel_slider .owl-nav {
        top: 100%;
        justify-content: center;
        align-items: center;
        left: 0;
        right: 0;

    }

    .right-cat-child {
        margin-top: 10px;
    }

    .contant_categories .top-categories,
    .contant_categories_blog .top-categories {
        display: block !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
    }

    .contant_categories_blog .owl-nav {
        top: 100%;
        bottom: -20px;
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
    }


    .section_categories.even .contant_categories .tab-pane.active,
    .section_categories .contant_categories .tab-pane.active {
        display: block !important;
    }

    .dangkydangnhap .user_chiled {
        display: unset !important;
        transform: scaleY(0) !important;
        position: fixed !important;
        top: 55px !important;
        width: 100% !important;
    }

    .dangkydangnhap .user_chiled.show {
        transform: scaleY(1) !important;
        border-bottom-left-radius: 40px;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
        padding: 50px 20px;
    }

    .dangkydangnhap .user_chiled.show li {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 50px 20px;
        margin-bottom: 35px;
        padding: 10px;
        background: var(--color-1st);
    }

    .dangkydangnhap .user_chiled.show li:hover {
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
    }

    .dangkydangnhap .user_chiled.show li a {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
    }

    .last-item {
        gap: 15px;
    }

    .rounded {
        margin-top: 100px;
    }

    .button_user svg {
        width: 20px !important;
    }

    .product_gallery_item a {
        height: 50px;
        display: block;
    }

    .whitebox-cover {
        /* padding: 0px !important; */
        box-shadow: unset;
    }

    .slider_nhomsanpham .item {
        padding: 5px !important;
    }

    #contact-popup-v2 .modal-dialog .modal-content .form-control {
        margin-bottom: 20px;
    }

    .dropdown.active .dropdown-toggle:after {
        transform: rotate(180deg) !important;
    }

    .dropdown-toggle:after,
    .dropdown-toggler:after {
        display: block;
        border: 0;
        content: "\f3d0";
        font-family: Ionicons;
        margin-left: 5px;
        vertical-align: middle;
        transform: rotate(0);
    }

    .dropdown-menu .dropdown-toggler:after {
        position: absolute;
        right: 15px;
        top: 10px
    }

    .dropdown .sub-toggle {
        display: block !important;
        position: absolute;
        top: 25%;
        right: 0;

    }

    .dropdown .sub-toggle svg {

        width: 15px;

    }

    .card-header .btn .iconcenter {

        font-weight: 400;
    }

    .card-header .btn {

        font-size: 16px;
        font-weight: 540;
        border-bottom: 1px solid #ddd;
    }

    .sanpham_nhom .item {
        padding: 0 0 !important;
    }

    .posts_bottom .post_header h4 {
        font-weight: 700;
        font-size: 20px;
    }

    .shop_container.grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

    .blog_style2 .blog_content {
        padding: 20px;
    }

    .banner img {
        border-radius: 0;
    }

    #navCatContent li {
        border-bottom: 1px solid #ddd;
    }

    #navCatContent li .sub-menu-wrap li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        margin: 0 10px 0 0;
        text-align: center;
    }

    #navCatContent li .sub-menu-wrap .menu-item.last {
        border-bottom: 0
    }

    .sub-menu-wrap .sub-menu {
        padding-left: 0px;
    }

    .sub-menu-wrap.open {
        display: block;
    }

    .sub-menu-wrap {
        position: unset;
        width: 100%;
        display: none;
        transform: scaleY(1);
    }

    .navbar-nav li {
        max-height: unset !important;
    }

    .blog_style2 {
        display: inline !important;
    }

    .product_info .mota {
        -webkit-line-clamp: 2;
        height: 50px;
    }

    .btn_a .btn_link {
        font-size: 12px;
    }

    .tab-style3 .nav-tabs li.nav-item a {
        font-size: 20px;
        font-weight: 700;
    }

    .tab-style3 .noidung .items {
        grid-template-columns: 1fr;
    }

    .products-content .items .item_chitiet .btn_btn {
        display: grid !important;
        text-align: center;
    }

    .posts_bottom .item .mota,
    .align-items-center .product_header_left span {
        display: none;
    }


    .posts_bottom .post_header {
        padding-top: 30px;
    }

    .hotline_header svg {
        width: 25px;
        fill: #fff;
    }

    .moblie_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        background: var(--color-1st)
    }

    .moblie_header .logo img {
        max-width: 90px;
    }

    .content_link {
        grid-template-columns: repeat(2, minmax(0, 144px)) !important;
        top: 93px !important;
        bottom: 21px !important;

    }

    .hidden-mobile {
        display: none !important
    }

    #navCatContent {
        height: 100vh !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
        width: 80%;
    }

    #navCatContent li a img {
        max-width: 25px;
    }

    .item-blog.grid-col-2 {
        grid-template-columns: 1fr !important;
    }

    .danhmuc {
        margin-top: 0;
    }

    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a {
        color: #fff;
    }

    .section_products .heading_s1 {
        margin-bottom: 25px;
        background-image: linear-gradient(to right, #673092, #9c33d6);
        padding: 8px 0;
        border-radius: 10px;
    }

    #navCatContent .mobile_side_menu {
        display: block;
        left: 0;
        position: relative;
    }

    #navCatContent ul {
        background: unset;
    }

    .product_search_form_mobi {
        display: block;
        z-index: 1000;
        position: relative;
    }

    #filter_categories .sidebar {
        position: fixed;
        top: 50px;
        right: 0;
        background: #fff;
        transform: translateX(1000px);
        transition: all .4s ease;
        z-index: 1300;
        height: 80vh;
        /* overflow-y: auto; */
        overflow-x: visible;
    }

    #filter_categories.show .sidebar {
        transform: translateX(0);
        border: 1px solid #ddd;
        overflow: hidden auto;
        padding: 20px;
    }

    .order-first #btn-sidebar {
        display: block !important;
        right: -24px;
        top: 50%;
        transform: rotate(-90deg);
        z-index: 1500;
        background: var(--color-1st);
        border-radius: 0;
    }

    .categories_btn .linearicons-menu {
        display: block
    }

    .addThis_listSharing.right.animate ul {
        display: grid;
        gap: 5px;
    }

    #app {
        overflow: auto hidden;
    }

    .categories_wrap>.categories_btn.d-block i {
        font-size: 33px;
    }

    .bottom_header .categories_wrap>.categories_btn {
        display: none !important;
    }

    .categories_wrap>.categories_btn {
        background-color: unset;
        color: #fff;
    }

    .cover-full-menu,
    .product-categories {
        display: none !important;
    }

    .grid-col-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    #slider-part {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 10px;
    }

    .categories_list>li {
        max-width: unset;
        min-width: unset;
    }

    #navCatContent .auth-block li {
        padding: 2px 6px;
        text-transform: uppercase;
    }

    .section_news .grid-col-2 {
        grid-template-columns: unset;
    }

    .grid-col-product {
        grid-template-columns: minmax(0, 1fr)
    }

}

@media (max-width:769px) {

    .danhmucmobile .ps-list--categories>li {
        border: 0 !important;
        border-bottom: unset !important;
        background: transparent !important;
        padding: 0 !important;
    }

    .danhmucmobile .ps-list--categories>li a {
        color: #444 !important;
        font-weight: 500 !important;
    }

    .danhmucmobile .danhmuc12 {
        display: unset;
    }

    .locmo {
        display: none;
    }

    .danhmucmobile .danhmuc12 .ps-list--categories li a {
        width: 135px;
    }

    .danhmucmobile .danhmuc12 .ps-list--categories {
        display: flex;
        overflow-x: scroll;
    }

    .nav_block .contact_detail .contact-phone,
    .nav_block .contact_detail span.name {
        display: none !important
    }

    .nav_block .contact_detail .btn-login {
        padding: unset !important;
        background: unset !important;
        box-shadow: unset;
    }

    .nav_block .contact_detail i {
        font-size: 28px;
        color: #fff;
    }

    .contact_detail span {
        /* display: none; */
    }

    .contact_detail>li {
        padding: 5px !important;
        box-shadow: unset !important;
    }

    .grid-col-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .cart_btn i {
        display: none;
    }

    .btn {
        font-size: 14px;
        padding: 8px 14px;
    }
}

@media (max-width: 600px) {

    .section_banner .d-flex {
        flex-wrap: wrap;
    }

    .shop_banner_slider .sub-slider>div {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .tab-style3 .nav-tabs li.nav-item a {
        font-size: 16px !important;
    }

    .section_categories .grid-col-5,
    .section_whyus .grid-col-2-80,
    .section_whyus .grid-col-4,
    .section_news .grid-col-2 {
        grid-template-columns: minmax(0, 1fr)
    }

    .grid-col-920-1 {
        grid-template-columns: minmax(0, 1fr) !important
    }

    .section_categories .grid-col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }

    .product-image.d-grid {
        grid-template-columns: minmax(0, 60px) 1fr;
        gap: 10px;
    }

    .section_products .d-grid,
    .related-box .d-grid,
    .section_whyus .grid-col-3,
    .grid-col-4,
    .grid-col-5,
    .section_categories .section__content.d-grid,
    .sub-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .banner_categories .grid-col-6,
    .grid-col-10 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product_header_info .grid-col-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .section_categories .item {
        box-shadow: 3px 2px 8px 1px #e4e4e4d6;
        background: rgb(248, 247, 247);
        background: linear-gradient(180deg, rgb(220 251 235 / 28%) 0%, rgb(208 254 230) 100%);
    }

    .section_products .d-grid .product_wrap.cat {
        display: none !important;
    }

    .shop_container .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .related-box h3 {
        font-size: 18px;
    }

    .section_whyus .content * {
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
    }

    .section_whyus .content {
        top: 20px;
        max-width: 87px;
        right: 5px;
    }

    .product_price {
        font-size: 16px;
    }

    .section_newsletter .newsletter_form2 {
        width: 100% !important;
    }

    .newsletter_text_custom p {
        font-size: 23px;
    }

    .navbar-brand {
        padding: 0;
    }

    .pr_search_trigger {
        padding: 5px 7px 0;
    }

    .product_search_form {
        top: 0;
        bottom: unset;
        padding: 14px;
        position: fixed;
        width: 86%;
    }

    .product_header_info .sub-l3 a {
        font-size: 14px;
    }

    #product_img,
    .zoomContainer {
        pointer-events: none;
    }

    .dropdown-item.nav-link.nav_item:active {
        background-color: rgb(105, 105, 105) !important
    }

    .mega-menu-col .dropdown-menu.show {
        background-color: #e5e5e5;
    }

    .section_categories .section-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-grow: 1;
        width: 100%;
    }

    .section_categories .nav-pills {
        justify-content: center !important;
    }

    .section_tags ul a {
        padding: 5px 15px;
    }

    .breadcrumb-cover {
        overflow: scroll;
    }

    .breadcrumb-cover .breadcrumb {
        flex-wrap: nowrap;
        width: max-content;
    }

    .middle-header {
        padding: 0;
    }

    .nav_style5.owl-theme .owl-nav .owl-next,
    .nav_style5.owl-theme .owl-nav .owl-prev {
        opacity: 1;
        border-radius: 50%;
        background: #ffffff7a;
    }

    .nav_style5.owl-theme .owl-nav .owl-prev,
    .nav_style5.owl-theme .owl-nav .owl-next {
        display: none;
    }

    .section_tags ul a,
    .widget_title,
    .page-title-mini .breadcrumb li {
        font-weight: 500
    }

    .categories_list {
        gap: 13px;
    }

    .categories_list>li {
        font-size: 12px;
        max-width: 105px;
        min-width: 105px;
    }

    .categories_list li img {
        margin: 0 auto;
    }

    .categories_list li span {
        font-size: 13px;
    }

    .product-categories-cover {
        padding-top: 25px;
    }

    .section_categories h2 {
        font-size: 21px;
        font-weight: 600;
    }

    .section_categories .nav-link {
        font-size: 16px;
        padding: 4px;
        border-radius: 7px;
    }

    .section_categories .container {
        padding: 20px 10px;
    }

    .blog_post {
        background-color: #fff;
    }

    .product-meta {
        row-gap: 7px !important;
    }

    .section_banner {
        padding: 0 0 10px !important;
    }

    .section--auth .form--auth {
        padding: 0;
    }
}

@media (max-width: 390px) {
    .cart-product-quantity span {
        display: none;
    }
}