body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ và Edge */
    user-select: none; /* Standard */
}

img{
    pointer-events:none;
    -webkit-user-drag:none;
    user-select:none;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mx-6 {
    margin: 0 6rem;
}

.mt-5-1 {
    margin-top: 5rem;
}

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

.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.fit-contain {
    object-fit: contain !important;
}

.fixed {
    position: fixed;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
header.fixed{
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;

    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.header-top > .container > div {
    align-items: center;
    height: 90px;
}

.header-top .row > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.phone-topbar .border {
    border-color: #222 !important;
}

.header-top-mobile .entire-action-header > a > i, .btn-menu-mobile {
    color: var(--black);
    font-size: 2.2rem;
}

ul.entry-menu.dropdown.active .menu-link.active{ 
    color:  var(--color-highlight) !important;
    
}

/*.menu-section .active {*/
/*    color: var(--color-highlight) !important;*/
/*}*/

.menu-section>ul>li.nav-sale>a {
    color: #f00 important;
}

.menu-section>ul>li.nav-sale>a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f00;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #f00;
}

.menu-setting > .container .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-setting .language-switch, .menu-setting .language-picker {
    color: #fff !important;
}
#google_translate_element .goog-te-gadget-simple >span >a >span:first-child {
    display: none;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

.why-choose-us_content {
    border: 1px solid #d9d9d9;
    min-height: 40rem;
}

.is-mobile .why-choose-us_content {
    min-height: 25px;
}

.why_image {
    margin: auto;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.why_image > a > img {
    max-height: 380px;
    aspect-ratio: 1;
}

.why_content {
    padding: 40px 0 0 40px;
    width: 100%;
}

.contact_home {
    min-height: 43rem;
    background-color: var(--color-highlight);
    border: 1px solid #d9d9d9;
    position: relative;
}

.contact_home > div {
    padding: 35px 20px;
}

.title_contact, .content_contact {
    color: #fff !important;
}

.button_contact {
    border: 1px solid #fff !important;
}

.is-mobile .title_contact, .why_content .article-title {
    font-size: 2.8rem !important;
}

.why_content .article-title, .title_contact {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: min(2vw,2.8rem);
    line-height: 38px;
}

.why_content .article-description, .content_contact {
    color: #333;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why_content .color-black, .button_contact {
    cursor: pointer;
    color: #fff;
    border-color: var(--color-highlight);
    background-color: var(--color-highlight);
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    border-radius: 25px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 14px 45px 14px 20px;
    position: absolute;
    bottom: 5%;
}

.why_content .color-black i, 
.button_contact i {
    padding-left: 10px;
}

.button_contact > a {
    color: #fff !important;
}

.solution_items .inner-content {
    padding: 1rem 0;
}

.solution_items .article-description {
    font-size: 14px;
    line-height: 22px;
    max-height: 110px;
    overflow: hidden;
    color: #595959;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.solution_items .article-title a {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    color: var(--black)
}

.solution_items .btn-view-more {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--color-main)
}

.solution_footer .color-black {
    background-color: var(--blue);
    color: var(--white);
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 4px;   
}

.categories_home {
    background-color: #a4a9f26b;
    padding: 40px 10px;
} 

.categories_home > div {
    justify-content: center;
}

.categories_home .title-section, .flyer_items .title-section {
    text-transform: none;
}

.categories_home .row > div:last-child {
    cursor: pointer;
    margin: 20px auto;
    color: #232b98;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.category_custom_home {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    /* display: flex; */
    /* flex-direction: column-reverse; */
    /* justify-content: space-between; */
    /* text-decoration: none; */
    /* aspect-ratio: 1; */
}

.category_custom_home .title-dc-cs {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
}

.category_custom_home .ratio-custome {
    padding-top: 130%;
}

.is-mobile .category_custom_home a img {
    padding: 2rem;
}

.img-dc-cs {
    /* padding: 0 7px; */
    margin-bottom: 15px;
}

.title-section-1 {
    background: #B99B62;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #B99B62 0%, #FBE7BE 100%);
}


.bg-intro, .bg-email {
    background: #B99B62;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #B99B62 0%, #FBE7BE 100%);
    padding: 3rem 0;
}

.form-email .btn {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 19px;
    padding: 3px 8px;
}

.rti-gallery {
    padding-top: 100%;
}

.rti-gallery img {
    border: 3px solid #bb9d64;
    width: auto !important;
    margin: 0 auto !important;
}

.inner-icon img {
    width: 64px;
}

.flyer_items .ratio-1-1 {
    padding-top: 125%;
}

.flyer_items .inner-image:hover {
    box-shadow: 0 1px 4px #ccc;
}

.flyer_items .inner-content {
    text-transform: uppercase;
    text-align: center;
}

.faq-inf-cs .row >div:last-child {
    margin-top: 50px;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-inf-cs .icon-detail {
    max-width: 100%;
    max-height: 100%;
}

.faq_home > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #595959;
}

.faq_home > a {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.faq_home > a:hover:after > i {
    font-size: 2rem;
    color: #f5222d;
    font-weight: 400;
    width: 24px;
    line-height: 20px;
    margin-left: 13px;
    transition: margin-left .24s ease;
}

.faq-inf {
    margin-bottom: 30px;
}

/*chi tiÃƒÂ¡Ã‚ÂºÃ‚Â¿t sÃƒÂ¡Ã‚ÂºÃ‚Â£n phÃƒÂ¡Ã‚ÂºÃ‚Â©m*/
.item-sp-section2 {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1rem;
}

.border-section2 .title-section2,
.ds-post-section2 .title-section2,
.categories .title-section2 {
    background: var(--color-highlight);
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.categories {
    border: 1px solid rgb(0, 0, 0, 0.2);
    background-color: var(--white)
}

.product-detail-head .description {
    padding: 1rem;
    border: 1px solid var(--gray);
    border-radius: 5px;
}

.product-detail-footer .nav li a.active::before {
   border-top: 1rem solid var(--color-highlight) !important; 
}

.rating-form {
    border: 1px solid var(--gray);
    background-color: var(--white)!important;
}

.rating-form input[type=text], .rating-form textarea{
    border: 1px solid var(--gray);
}

.overall-rating {
    padding: 30px;
    border: 1px solid var(--gray);
}


/*Page Agency*/
.box-agency {
    background-image: linear-gradient(to right, #B99B62 , #F9E5BC);
    padding: 30px 0;
}

.box-agency__sub-title {
    text-align: center;
    font-size: 18px;
}

.box-agency__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-agent {
    background: #ECE5BE;
    padding: 20px;
    border-radius: 12px;
}

.form-agent__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*End Page Agency*/
.bg-gl:before {
    content: "";
    height: 12%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #B99B62;
    background: -moz-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: -webkit-linear-gradient(left, #B99B62 0%, #FBE7BE 100%);
    background: linear-gradient(to right, #B99B62 0%, #FBE7BE 100%);
}

.border-title .title-section {
    position: relative;
}

.border-title .title-section:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dee2e6;
    position: absolute;
    left: 0;
    top: 50%;
}

.border-title .title-section span {
    background: #fff;
    position: relative;
    padding: 0px 15px;
}

.bg-about {
    background-size: contain;
}

.img-about {
    padding-top: 120%;
}

.gallery-section .slick-slider .slick-prev {
    left: 0;
}

.gallery-section .slick-slider .slick-next {
    right: 0;
}

.search-setting > input {
   min-width: 55rem !important;
}

.header-top-mobile .container .row >div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-form_search_wd .search-setting > input {
    padding: 7px 20px;
    height: 45px;
    line-height: 30px;
    border-radius: 30px;
    background-color: #00000012 !important;
    border: 1px solid #e8e8e8 !important;
}

.btn-fix .btn-submit {
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    width: 60px;
    height: 44px;
    min-width: 80px;
    padding: 0;
    text-align: center;
    border-radius: 24px;
    font-size: 1.6rem;
}

.header_link > li {
    list-style: none;
}

.header_link > .authorization-link-member > a,
.header_link .authorization-link > a{
    display: inline-block;
    margin: 0 7px;
    border: 1px solid var(--color-highlight);
    border-radius: 10px;
    padding: 9px 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-highlight);
    min-width: 82px;
    text-align: center;
    white-space: nowrap;
}
.header_link > .authorization-link-member > a:hover{
    background-color: var(--color-highlight);
    color: #fff !important;
}
.header_link .authorization-link > a {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #fff !important;
}
.header_link .authorization-link > a:hover{
    background:white;
    color:var(--color-highlight) !important;
}

.search-article .title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.search-article {
    border: 1px solid rgb(0, 0, 0, 0.1);
    padding: 1rem 1.25rem;
}

.search-article input {
    border: 1px solid rgb(0, 0, 0, 0.4);
    margin-right: 1rem;
}

.search-article input:focus {
    outline: 1px solid var(--blue);
}

.search-article .input-group-append {
    background-color: var(--blue);
    border-radius: 4px;
}

.search-article .input-group-append .btn i {
    color: var(--white);
}

.search_article, .article_posted, .List_articles {
    margin-bottom: 45px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--light);
}

.search_article .input-group {
    border-radius: 10px;
    border: 1px solid #33333338;
    padding: 4px 20px;
}

.search_article .input-group > input {
    border-bottom: none;
}

.article_posted .inner-content {
    width: 100%;
    margin-left: 0;
}

.article_posted .inner-content .article-title {
    /* padding-left: 2rem; */
    border-bottom: 1px dashed var(--gray);
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-bottom: 30px;
}

.fs-24 {
    font-size: 24px;
}

.mb-80 {
    margin-bottom: 80px;
}

.icon-tit {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.icon-tit > i {
    font-family: 'Font Awesome 6 Pro';
    color: var(--color-highlight);
}

.icon-tit:before, .icon-tit:after {
    content: "";
    width: 140px;
    height: 1px;
    background: var(--color-highlight);
    position: absolute;
    top: 50%;
}
.icon-tit:before {
    left: 0;
}
.icon-tit:after {
    right: 0;
}
.icon-tit .isax-star {
    font-size: 17px;
    width: 17px;
    text-align: center;
    color: var(--color-highlight);
}

.is-mobile .solution_custom .swiper-wrapper {
    display: flex;
}

.is-mobile .solution_custom .swiper-wrapper article{
    height: auto;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.phone-btn {
    position: fixed;
    bottom: 10px;
    left: 15px;
}

.phone-btn img {
    height: 50px;
}

/*contact*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 var(--color-highlight);
    background-color: var(--color-highlight);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: var(--color-highlight);
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}
/*contacr ENd*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/


@media (max-width: 468px) {
    .grid-row .row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.view-hot-product .product-title {
    height: auto;
}

.is-mobile .view-hot-product .why_image{
    display: none;
    /* top: 90px; */
    /* bottom: auto; */
}

.is-mobile .view-hot-product .why_image img{
    width: 50vw;
}

.is-mobile .view-hot-product .why_content .article-description{
    /* width: 40vw; */
    text-align: justify;
}

.social-footer-section {
    padding-bottom: 30px !important;
}

.brand-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: rgb(0 0 0 / 66%);
    left: 0;
    right: 0;
    text-align: center;
}

.image-brand img {
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    -o-transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
}

.item-brand a:hover .image-brand img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-brand .image-brand:after {
    content: '';
    background: var(--color-text);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.item-brand a:hover .image-brand:after {
    opacity: 0.3;
}

@media (min-width: 992px) {
    .social-footer-section {
        padding-bottom: 0px !important;
    }
}

/*so dien thoai*/
.html-contact {
    border: 0.1rem solid #adb5bd;
    border-radius: 5px;
}

/*text intro*/
.text-intro-pq {
    padding-left: calc(3rem + 4vw);
    padding-right: calc(3rem + 4vw);
    text-align: justify;
}

@media (max-width: 550px) {
    .text-intro-pq {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .intro-img-pq {
        padding-top: 15% ;
    }
}

@media (min-width: 800px) {
    /*.intro-img-pq {*/ /*    padding-top: 15%;*/ /*}*/
}

/*intro*/
.story-text {
    font-size: 20px;
}

.info {
    font-family: "Montserrat", Arial, sans-serif;
    /* font-size: 14px; */
    font-weight: 400;
    line-height: 1.8;
}

/*.intro-img-pq {*/
/*    padding-top: 15%;*/
/*}*/

/*thong tin so dien thoai*/
.font-danger {
    color: #c33;
    font-size: 16px;
}

/*co so thu hoach*/
.item-brand {
    height: 80%;
}

.image-brand img {
    width: 370px;
}

/*lien he*/
/*email lien he*/
.w-lg-50 {
    width: 50%;
    ; }

.bg-footer, .bg-breadcrum {
    background-color: #efefef;
}

/*Danh sach hien thi bai viet*/
.content-text-date {
    font-size: 13px;
    font-weight: 400;
    color: #343a40;
    padding-top: 3px;
}

.color-main {
    font-size: 13px;
    font-weight: 600;
}

/*Mobile*/
.container {
    max-width: 100%;
}
.bg-copyright{
    background: var(--gray);
}

@media (max-width: 550px) {
    .header-mobile >.container > .row > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }
    .price-amount {
        color: red;
        font-weight: 700;
        font-size: 10px;
    }
}

.contact-icon-sdt {
    font-size: 20px;
}

@media (min-width: 768px) {
    .header-top .header_link {
        display: block;
    }
    .header-top .user-section {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top .header_link {
        display: none;
    }
    
    .header-top .user-section {
        display: block;
    }
    
    .contact_home {
        margin-top: 15px;
    }
    
    .title_contact, .why_content .article-title {
        font-size: 2.8rem;
    }
    .article_custom > div {
        max-width: none;
    }
    .why-choose-us_content {
        border: none;
    }
    .why_content {
        padding: 2rem;
        width: 100%;
    }
    
    .why_image > a > img {
        object-fit: contain;
    }
}


@media (min-width: 992px) {
    .header_link .authorization-link-member > a, .header_link .authorization-link > a {
        padding-right: 10px;
        padding-left: 10px;
        min-width: 128px;
    }
}

@media (max-width: 992px) { 
    .header-form_search_wd {
        display: none;
    }
    
    /* .header-form_search {
        display: none;
        position: absolute;
        top: 20px;
        width: max-content;
        z-index: 9999;
        right: 0;
    } */
    
    /* .entire-action-header:hover .header-form_search {
        display: block;
    } */
    
    .header-form_search form {
        border-radius: 4px;
        padding: 6px;
        margin-top: 1rem;
    }
    
    .header-form_search .bd_dashed {
        border: 1px dashed #959595;
        border-radius: 4px;
    }
    
    .header-form_search input {
        background-color: transparent;
        border: none;
    }
    
    .search-setting {
        overflow: visible;
    }
}

@media (max-width: 1000px) {
    .faq-inf-cs .row > div:first-child {
        display: none;
    }
    
    .article_custom .inner-content {
        padding: 20px 40px 50px;
    }
    
    .article_custom .inner-content > a {
        bottom: auto;
    }
}

@media (max-width: 1280px) {
    .swiper-slide--wrap {
        bottom: -74px;
    }
}

@media (max-width: 600px) {
    .swiper-slide--wrap {
        display: none;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
    
}

@media (max-width: 1310px) {
    .contact_right .text-ten-cty{
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .menu-setting .menu-section > ul {
        white-space: nowrap;
        overflow: hidden;
        max-width: 95%;
    }
    .search-setting > input {
        min-width: 36rem !important;
    }
    
    .contact_right .text-ten-cty{
        font-size: 15px;
    }
}

@supports (position: sticky) {
    .sticky-top {
        top: 10rem;
    }
}

/*CSS quyettq*/
.menu-section .menu-link {
    padding: 0.7rem 0.5rem 0.7rem 0;
}

.contact_home, .button_contact, .categories_home, .bg-header {
    background-color: #e613df;
}

.categories_home .title-section, .categories_home .row > div:last-child, .copyright.text-center{
    font-size: 1.2rem;
    color: #fff;
}
/*END css quyettq*/

/* CSS truondlq */
.bg-main {
    background-color: var(--color-main)
}

.header-form_search {
    display: none;
    width: max-content;
    position: absolute;
    top: 3.5rem;
    right: 0;
    z-index: 10;
}

.entire-action-header:hover .header-form_search {
    display: block;
}

.btn-mini-cart.btn-action-header i {
    flex: 0 0 28px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 1rem;
    margin-right: 0.5rem;
}

.btn-mini-cart.btn-action-header h3 {
    font-size: 1.4rem;
    display: block;
}

.btn-mini-cart.btn-action-header span {
    display: block;
    white-space: nowrap;
}

.title-section:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-list .breadcrumbs-section {
    position: relative;
    height: 420px;
}

.product-list .container {
    z-index: 1;
}

.product-list .breadcrumbs-section a, .product-list .breadcrumbs-section a span {
    color: var(--white);
    font-weight: 400;
}

.product-list .breadcrumbs-section a:hover {
    text-decoration: underline;
}

.product-list .breadcrumbs-section:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.45);
}

.product-list .breadcrumbs-section .text a {
    font-size: 1.4rem;
    color: var(--white)
}

.product-list .breadcrumbs-section .text a.active span {
    font-weight: 400;
    color: var(--white);
}

/*Danh sÃƒÂ¡ch sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m*/
.categories .title {
    padding: 1.25rem 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    background-color: rgb(199, 199, 199);
    text-transform: uppercase;
}

.content-filter-product {
    border: 0.25px solid rgb(0, 0, 0, 0.1)
}

.content-filter-sub-head {
    background: rgb(0, 0, 0, 0.25);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content-filter-product .input-group input {
    margin: 1rem;
}

.content-filter-product .filter-section {
    padding: 0 1rem;    
}

.product-attribute-switch {
    padding: 0 1rem;
}

.content-filter-product .btn-reset-filter a {
    background-color: var(--color-main);
    border: none;
}

.content-filter-product .btn-reset-filter a:hover {
    background-color: rgb(200, 0, 0);
    color: var(--white)
}

.orderby-section {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    height: 35px;
}

.product-list .breadcrumbs-section h1 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.product-list-header {
    background: linear-gradient(to right, rgb(0, 0, 0, 0.1), white);
    border-bottom: 2px solid var(--color-main);
    margin-bottom: 3rem;
}

.product-list-header .title {
    background-color: var(--color-main);
    color: var(--white);
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1.5rem;
    margin: 0;
    position: relative;
    height: 35px;
    line-height: 35px;
}

.product-list-header .title span {
    margin-right: 0.5rem;
    font-size: 1.4rem;
}

.product-list-header .title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    
    width: 0;
    height: 0;

    border-left: 0 solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 35px solid var(--color-main);
}

.product-list .product-item {
    border: 0.5px solid rgb(0, 0, 0, 0.1);
    border-radius: 4px;
}

.product-item .inner-content {
    text-align: center;
}

.product-title {
    height: 60px;
}

.product-item .price-contact {
    font-weight: 700;
}

.product-item .price-contact:hover {
    color: var(--color-main);
    cursor: pointer;
}

.product-item .inner-image {
    position: relative;
}

.product-item .product-action {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, 4px);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.product-item:hover .product-action {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.product-item a.btn-product-action i {
    background-color: var(--white);
    color: var(--color-main);
    padding: 1.5rem;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.product-item a.btn-product-action:hover i {
    background-color: var(--color-main);
}

/* Chi tiÃ¡ÂºÂ¿t sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m */
.product-content-detail .code {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.product-detail-footer {
    border-top: 0.5px solid rgb(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgb(0, 0, 0, 0.1);
    padding: 5rem 0
}

.article-list-header {
    border: 0.5px solid rgb(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1.6rem;
    padding: 1.25rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}


.related-articles {
    margin: 5rem 0;
}

.related-articles__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-main);
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.related-articles__title:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    bottom: 0
}

.related-articles {
    border: 0.5px solid rgb(0, 0, 0, 0.1);
    padding: 1rem;
}

.related-articles .view-small .inner-content{
    margin: 0;
    width: 100%;
}

/* Trang liÃƒÂªn hÃ¡Â»â€¡ */
.contact-section {
    margin: 5rem 0;
}

.contact-info__heading,
.contact-form__heading {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.contact-form__sub-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.contact-info__item {
    border-top: 1px dashed rgb(0, 0, 0, 0.1);
    padding: 1.75rem 0 0.75rem;
}

.contact-info__name,
.contact-info__branch-name {
    font-weight: 700;
}

.contact-info__text {
    color: rgb(0, 0, 0, 0.7);
}

.contact-info__label {
    font-weight: 700;
    color: var(--black)
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .btn.btn-submit {
    background-color: var(--color-main);
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

.contact-form .btn.btn-submit:hover {
    background-color: rgb(200, 0, 0);
    border: none;
    color: var(--white)
}

.quick-social-contact {
    bottom: 50%;
    right: 32px;
}

.quick-social-contact__item {
    background-color: var(--white);
    border-radius: 50%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.quick-social-contact__item:last-child {
    background-color: var(--green);
    animation: phone-ring 1.5s infinite;
}

.quick-social-contact__item img {
    width: 28px;
    height: 28px;
}

footer {
    border-top: 0.25px solid rgb(0, 0, 0, 0.1);
    background-color: #f2f2f2;
}

.about-us .article-item {
    margin-bottom: 0;
    padding: 0.5rem;
    height: 100%;
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.about-us .btn-view-more {
    background-color: var(--color-main);
    color: var(--white);
    border-radius: 20px;
    padding: 0.75rem 1rem;
    font-weight: 400;
}

.article-item .inner-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 10;
    background-color: rgb(0, 0, 0, 0.1);
}

.article-item .inner-image:hover:before {
    transform: scale(1);
    
}

@media (min-width: 1024px) {
    .block-tab.nav.effect-nav {
        margin: 0 auto;
        max-width: 730px;
    }
}

@keyframes phone-ring {
    0% {
        transform: rotate(0deg) scale(1);
    }

    10% {
        transform: rotate(-12deg) scale(1.05);
    }

    20% {
        transform: rotate(12deg) scale(1.08);
    }

    30% {
        transform: rotate(-12deg) scale(1.08);
    }

    40% {
        transform: rotate(12deg) scale(1.05);
    }

    50% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}
/*End CSS truonglq*/

footer .payment img {
    height: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
footer .payment img:last-child {
    margin-right: 0;
}
footer .payment .img-logo {
    transform: translateY(-3px);
}

@media (max-width: 1310px) {
    .menu-section > ul > li > a {
        font-size: 1.4rem;
    }
}