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);
}

.blog_dichvu .blog {
    padding: 20px;
    margin: 10px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid 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;
}

.newsletter .form-control::-ms-input-placeholder {
    /* color: #fff !important; */
}

/* .section--auth .form-control::-ms-input-placeholder {
    color: #fafafa !important;
    opacity: 0.8;
} */


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

.solieutong {
    justify-items: center;
}

.solieutong .title h4 {
    font-size: 35px;
    margin-bottom: 0;
}

.solieu p {
    font-size: 65px;
}

.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_danhmuc_top .item {
    text-align: center;
}

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

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

.silder_tinnoibat .item {
    position: relative;
    overflow: hidden;
}

.silder_tinnoibat .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #00000056;
    padding: 20px;
    display: none;
}

.silder_tinnoibat .item:hover .text {
    display: inline;
}

.tinnoibat,
.posts_bottom {
    display: grid;
    grid-template-columns: minmax(0, 750px) minmax(0, 450px);
    gap: 30px;
    justify-content: center;
}

.thoigian p {
    font-size: 12px;
    margin-bottom: 0;
}

.silder_tinnoibat .slick-dots {
    bottom: 50%;
    display: grid;
    right: 20px;
    width: auto;
}

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

.blog_right .item a,
.posts_bottom .item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    margin-bottom: 15px;
}

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

.posts_bottom .post_header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-1st);
}

.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,
.motaphucloi ul {
    list-style-type: none;
    padding-left: 0;
}

.blog_right .tieude h6,
.posts_bottom .text h5 {
    font-weight: 600;
}

.text h5 .blog_right .tieude h6,
.posts_bottom .item .mota {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog_right {
    height: 415px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
}


.silder_tinnoibat .item .text * {
    color: #fff;
    fill: #fff;
}

.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 {
    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 {
    position: absolute;
    transform: translateX(100%);
    border: 1px solid #ddd;
    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;
}

#app .section {
    padding: 30px 0 0px;
}

#app .single_post.whitebox-cover {
    padding: 25px 30px;
}

.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;
}

#app .section.section_cats {
    padding: 30px 0;
}

#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;
    }
}

.moblie_header {

    display: none;
}

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

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

.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;
}

.banner_tuyendung {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.banner_tuyendung * {
    color: #fff;
}

.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;
}

.item_center .icon {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
}

.file_dinh_kem {
    height: 48px;
}

.btn_ungtuyen {
    padding: 10px 20px;
    background-color: #E42828;
    border-radius: 5px;
    color: #fff;
}

.btn_ungtuyen:hover {
    color: #fff !important;
}

.quyenloi .quyenloi_right .item .top,
.quyenloi .quyenloi_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.quyenloi .quyenloi_right {
    padding: 0 0px 0 40px
}

.quyenloi {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 100px;
}

.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));
}

.intro_right .image img {
    display: block;
    margin: auto;
}

.quyenloi_left h4 {
    margin-bottom: 40px;
    color: var(--color-1st);
    font-weight: 500;
}

.quyenloi .quyenloi_right .item .top {
    align-items: center;
    padding-bottom: 20px;
}

.quyenloi .quyenloi_right .item {
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.05), -3px 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px;
}

/* .quyenloi_right .item.even{
    padding-top: 20px;
}

.quyenloi_right .item{
    transform: translateY(-60px);
} */

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

.motaphucloi {
    display: grid;
    align-items: end;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 20px 0 0;
}

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

.posts_tuyendung .section_content .item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.07));
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.05), -3px 3px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
}

.posts_tuyendung .section_content .item .item_left h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.posts_tuyendung .section_content {
    margin-top: 20px;
}

.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;
}

.post_content_tuyendung h6 {
    font-weight: 700;
}

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

.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;
}

/* .categories_btn {
    background: linear-gradient(to bottom, #8b7869, #695647) !important;
} */

.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;
}

.section_aboutus .contant {
    justify-items: end;
    width: 50%;
}

.section_aboutus {
    margin-top: -10px;
}

.section {
    height: 100vh;
}

.section .container,
.tieuchi .item.d-grid {
    height: 100%;
}


.section_thanks .contant {
    background: #00000099;
    padding: 50px;
    border-bottom-left-radius: 50px;
}

.tieuchicon .item.even .right {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
}

.number-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.number {
    font-size: 100px;
    font-weight: bold;
    background: linear-gradient(140deg, #6f0105, #82191d, #C2262B, #ffff, rgb(255 255 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff52;
    position: relative;
    margin-right: 40px ;
}

.text {
    font-size: 20px;
    color: #666;
    position: absolute;
    bottom: 30px;
    right: 0px;
    white-space: nowrap;
}

.top_form .title h4 {
    position: relative;
}

.top_form .title h4::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -10px;
    background: #ed1c24;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 0;
}

.top_form .title h4 span {
    position: relative;
    z-index: 1;
}

.rounded .form_home{
    background: var(--color-1st);
    padding: 50px;
    position: relative;
}

.page_jafim_ud_item{
    border-bottom: 1px solid #b9b2b2;
    padding: 20px;
}

.item_cart_new, 
.sidebar{
    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;
}
@media screen and (max-width: 992px) {

.page_media_trong,
.content-center {
    grid-template-columns: 1fr !important;
}

    .section_aboutus{
        background: #fff !important;
    }

    .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{
        margin-bottom: 30px !important ;
    } */
    #congtrinh .col2 {
        width: 100% !important;
    }

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

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

    .page_jafim_item .right_item{
        margin-top: 20px;
    }

    .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 h2,
    .tieu_de_lon h2,
    .section h2{
        font-size: 1.7em !important;
        font-weight: bold;
    } */

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

    .number{
        margin-right: 72px;
    }

    /* .text {
        right: 0 !important;
    } */

    .section_aboutus .contant {
        width: 100%;
    }

    .section {
        height: unset !important;
    }

    .section:not(.section.banner) {
        height: 50vh;
    }

    .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;
    }

    .item_cart {
        margin-bottom: 20px;
    }

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

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

    .doitacs img {
        width: 70px;
    }

    .bottom_header {
        display: flex !important;
    }

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

    .quytrinh_tren,
    .quytrinh_duoi {
        flex-direction: column;
    }

    .item_quytrinh span {
        display: block;
        text-align: center;
    }


    .quytrinh_tren .item_quytrinh span::before,
    .quytrinh_duoi .item_quytrinh span::before {
        bottom: -109px;
        left: 50%;
        transform: rotate(90deg) translate(0%, -50%) !important;
        top: unset !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;
    }

    .info_slider {
        position: unset !important;
        width: 100% !important;
        border-radius: 0 !important;
        transform: translate(0) !important;
        background: #fff;
    }

    /* .header_wrap:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff
    } */

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

    .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;
    }

    .info_home.d-grid.grid-col-2 {
        grid-template-columns: 1fr;
    }

    .noidungthem {
        margin-top: 30px;
    }

    .item_sl {
        display: grid !important;
        padding: 20px;
        border: 1px solid var(--color-1st);
        border-radius: 10px;
    }

    .thongkhe {
        padding-top: 100px !important;
    }

    .solieu p {
        font-size: 35px;
    }

    .gioithieu.py-5 {
        padding-bottom: 0 !important;
    }

    .solieutong .title h4 {
        font-size: 25px;
    }

    .video_right {
        margin-top: 50px;
    }

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

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

    .chatluong .image img {
        height: 55px;
    }

    .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 {
        grid-template-columns: 1fr !important;
    }

    .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;
    }

    #app .section:not(.section_banner):not(.section_cats):not(.section_collection) .container {
        padding: 25px 10px !important;
    }

    .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;

    }

    .motaphucloi {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .card-header .btn .iconcenter {

        font-weight: 400;
    }

    .card-header .btn {

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


    .blog_right .tieude h6,
    .posts_bottom .text h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 3;
        height: 75px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .quyenloi_left img {
        display: block;
        margin: auto;
    }

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

    .quyenloi .quyenloi_right {
        padding-left: 0;
    }

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

    .posts_tuyendung .section_content .item,
    .quyenloi,
    .quyenloi .quyenloi_right,
    .intro {
        grid-template-columns: 1fr;
    }

    .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);
    }

    #app .section .table {
        width: 100% !important;
    }

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

    /* #app .section:not(.section_banner):not(.section_cats):not(.section_categories):not(.section_news):not(.section_recent) .container,
    .whitebox-cover {
        padding: 25px 0px;
    } */

    .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;
    }

    .tinnoibat .blog_right,
    .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;
    }

    .tinnoibat,
    .posts_bottom {
        display: inline !important;
    }

    .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;
    }

    /* .section_post .section_header h1{
        font-size: 30px !important;
    } */

    .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(4, 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;
    }

    #app .section:not(.section_banner) .container {
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
        background: unset;
        box-shadow: unset;
    }

    .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;
    }
}

.button_user svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.button_user {
    background-color: transparent;
    border: 0;
}

.categories_menu .container {
    display: grid !important;
    grid-template-columns: 225px 1fr;
}

.dark_skin .logo_dark {
    max-height: 100px;
}

.dangkydangnhap {
    position: relative;
}

.middle-header .nav_block {
    display: grid;
    grid-template-columns: minmax(0, 20%) minmax(0, 55%) minmax(0, 25%);
    gap: 28px;
    justify-items: stretch;
}

.middle-header {
    position: relative;
}
.middle-header::before {
    content: '';
    background-color: #ed1c24 !important;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.middle-header::after {
    content: '';
    background-color: #585858 !important;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.menu_right,
.menu_left{
    position: relative;
    z-index: 1;
}

.menu_left .logo img {
    position: relative;
    z-index: 1;
}

.menu_left .logo {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_left .logo::before {
    position: absolute;
    content: "";
    background: #ffff;
    z-index: 0;
    /* width: 100%; */
    left: -50px;
    right: -50px;
    top: 0;
    transform: skewX(-20deg);
    bottom: 0;
}

.middle-header * {
    color: #ffff !important;
}

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

.middle-header .menu_top>ul>li {
    border-left: 0.2px solid rgba(221, 221, 221, 0.445);
    border-right: 0.2px solid rgba(221, 221, 221, 0.445);
    width: 100%;
}

.lopngoai_slider {
    position: relative;
}

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

.slider_media .img_slider {
    position: relative;
}

.right_text .items {
    position: relative;
}


.slider_media .img_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #ffffff00, #ffffff00, var(--color-1st));
    z-index: 1;
    height: 100%;
}

/* .info_slider.active {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
} */

/* .header_wrap.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
} */

.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;
}

.middle-header .sub-menu-wrap a {
    font-size: 14px;
    text-transform: unset !important;
}

.middle-header a {
    text-transform: uppercase;
    font-size: 14px;
    /* padding: 5px 10px; */
}

.title_nho {
    color: var(--color-1st);
    font-family: "Alex Brush", cursive;
    font-size: 30px;
}

.title_lon h2 {
    font-size: 60px;
}

/* .decs {
    font-size: 18px;
} */

/* slider swiper */

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

.categories_header:hover #ul_cat {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.cube_slider.swiper {
    width: 100%;
}

.cube_slider .swiper-slide img {
    display: block;
    width: 100%;
}

.cube_slider .swiper-slide {
    background-position: center;
    background-size: cover;
}

.cube_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.cube_slider .swiper-wrapper .item {
    padding: 0;
}

.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;
}

.section_categories .content_link .item {
    opacity: 0;
}

.section_categories .content_link .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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;
}

.top-categories .right-cat-child .nav-pills {
    float: left;
    flex-wrap: nowrap;
    gap: 15px;
}

.top-categories .nav-pills .nav-item {
    /* width: 200px; */
    display: block;
    white-space: nowrap;
}

.doitac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

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

.section_map {
    height: 100vh;
    position: relative;
}

.form_homes .form_home {
    width: 40%;
    background: #585858;
    padding: 50px;
    position: relative;
}

.form_home .tieu_de {
    position: absolute;
    top: -64px;
    left: 0;
}

.form_home .tieu_de button {
    padding: 20px;
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

.form_homes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.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;
}

.nav-fixed .logo img {
    width: 90px;
}

.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: 20px;
    background-color: #ddd;
}

.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;
}


/* play video */
.btn_aboud {
    position: relative;
    margin-top: -150px;
    margin-bottom: 20px;
}

.btn_aboud .button .circle {
    width: 131px;
    height: unset;
}

.chatluong {
    padding: 20px;
}

.btn_aboud .button .play i {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_aboud .button .play {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_aboud .circle {
    color: var(--color-1st);
    stroke-dasharray: 16;
    animation: rotate 10s infinite linear;
    transition: color 0.3s linear, stroke-dasharray 1s linear;
    border-radius: 50%;
    opacity: 0.5;
}

.btn_aboud .circle circle {
    stroke-width: 10;
}

.btn_aboud .play {
    color: #fff;
    background: var(--color-1st);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.6);
    transition: color 0.3s linear,
        transform 0.75s cubic-bezier(0.04, 0.19, 0, 0.99);
    font-size: 40px;
}

.text-animaytion marquee {
    font-size: 150px;
    font-weight: 600;
    color: #ddd;
    opacity: 0.3;
}

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

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

.button:hover .button {
    filter: drop-shadow(2px 4px 15px var(--color-1st));
}

.button:hover .button .circle {
    color: #ED0004;
    stroke-dasharray: 360;
}

.button:hover .button .play {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.9);
}

.player {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
}

/* end play video */

.item_video {
    position: relative;
}

.item_video .video_a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_all .slick-slide.slick-center {
    position: relative;
    z-index: 10;
    transform: scale(2);
}

.video_all .slick-active {
    position: relative;
    z-index: 0;
}

.video_all .slick-slide.slick-active .item_video a {
    background: var(--color-1st);
    opacity: 0.9;
}

.video_all .slick-slide.slick-active.slick-center .item_video a {
    background: transparent !important;
    opacity: 0.9;
}


.video_all .slick-prev::before,
.video_all .slick-next::before {
    color: #fff;
}

.video_all .slick-prev {
    left: 85px;
    background: transparent !important;
}

.video_all .slick-next {
    right: 85px;
    background: transparent !important;
}


.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: 18.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: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 30px;
    line-clamp: 2;
    font-size: 24px;
    -webkit-box-orient: vertical;
}


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

.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;
    height: 80px;
    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: 6rem;
    height: 6rem;
    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;
}

.chatluong:nth-child(1) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.chatluong:nth-child(4) {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.chatluong .image img {
    height: 70px;
}

.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;
}

/* .slide-content .container {
    padding-right: 30%;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
} */

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

.btn.red {
    background-color: red;
    border: 0;
    color: #fff !important;
}

.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: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.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;
}

/* .bg-fiexd{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;  
}

.section_aboutus .container{
    position: relative;
    z-index: 1;
} */

#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: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); /* Đổ bóng cho nút đang bật */
    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;
    /* overflow: hidden; */
    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);
}
.section--auth .form__header.with-color h3{
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 30px;
    background: #ed1c24;
    color: #fff;
    font-weight: 500;
}
.section--auth .form--auth {
    background-color: #f7f7f7;
    margin: 0 auto 40px;
    max-width: 600px;
    padding: 30px;
}
.section--auth .form-group>label {
    background: #f7f7f7;
    display: table;
    color: #252525;
    font-size: 16px;
}
.section--auth .form-group>label sup{
    color: #f61212;
}
.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;
}
/* .customer-order-detail thead {
    background: #464545;
} */

#congtrinh {
    width: 100%;
    float: left;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #e5e5e5;
}
#congtrinh .col1 {
    float: left;
    width: 24.4%;
    padding: 40px 20px 0px 20px;
}

#congtrinh .col1 .thanh_title {
    margin-bottom: 0;
}
.thanh_title {
    width: 100%;
    float: left;
    margin: 0px 0px 25px 0px;
    text-align: center;
    padding: 16px 0px 0px 0px;
    position: relative;
}

#congtrinh .col2:hover a div h3 {
    opacity: 1;
}

/* .thanh_title h2, .thanh_title h4 {
    color: #d12b2b;
    width: 100%;
    background: url(images/bg_title.png) no-repeat bottom center;
    font-size: 35px;
    position: relative;
    font-weight: normal;
    margin: 0px;
    font-family: 'RobotoCondensedBold';
    min-width: 210px;
    text-align: center;
    padding: 32px 6px 32px 6px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
} */
.thanh_title p {
    display: block;
    margin-top: 10px;
    line-height: 2;
    color: #282828;
    font-size: 14px;
    font-family: 'RobotoLight';
}

#congtrinh .col2 {
    float: left;
    width: 37.8%;
    position: relative;
    overflow: hidden;
    max-height: 480px;
}

#congtrinh .col2 img {
    width: 100%;
}

#congtrinh .col2 a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
}

#congtrinh .col2 a div {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
#congtrinh .col2 a div h3 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(79, 5, 6, 0.59);
    opacity: 0;
    transition: 0.3s all ease;
}

#congtrinh .col2 a div span {
    width: 132px;
    line-height: 42px;
    border: 1px solid #fff;
    color: #fff;
    /* font-family: 'OpenSansRegular'; */
    font-size: 18px;
    display: inline-block;
}

#congtrinh .col3 img {
    max-width: 100%;
    max-height: 312px;
    display: inline-block;
}

#congtrinh .col3 {
    float: left;
    width: 24.4%;
    padding: 0;
    text-align: center;
}
.pdf-iframe{
    margin: 0 auto;
    min-width: 100%;
    min-height: 700px;
}

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

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

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