
.thumb-mobile {
    display: none;
}

.hero {
  background: url('../../img/bg-home.png');
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
}

.header-top>.container>.row {
  align-items: center;
}

.hero.page {
    height: auto;
}

.hero.page .header-info {
    display: none;
}

.hero.page .header-info h1 {
    font-size: 24px;
    padding: 0 300px;
}

.box-logo {
    width: 130px;
    padding: 4px;
}

.nav-main {
  display: flex;
  align-items: center;
}

.nav-main__item .nav-link {
  font-size: 1.6rem;
  padding: 1.4rem 3.2rem;
}

ul.nav-main__list,
ul.submenu-main  {
  padding-left: 0;
}

.search_pc span {
    font-size: 2.2rem;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.nav-main__item.active {
  background-color: unset;
}

section.main-content h1 {
    margin: 20px 0;
    font-size: 20px;
}

/* PRODUCT */
.box-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.box-item h3 a {
  font-weight: 400;
  color: var(--link-color);
}

.img-product {
  border-radius: 10px;
  overflow:hidden;
}

.product-item1 h3 a:hover,
.box-item h3 a:hover {
  color: #3c5dd0;
}

.box-item .box-info {
    margin-top: 20px;
}

/* Mo Ta Danh Mục */
.desc-box {
    margin-bottom: 30px;
    padding: 24px 24px 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.desc-box.view {
    max-height: 3000px;
}

.desc-box .button-toggle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(0deg, #f7f7f7, transparent);
    padding-bottom: 30px;
}

.button-toggle span {
    font-size: 15px;
    padding: 10px 34px;
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(135deg, #f89202, #ffb347);
    color: var(--black-color);
    cursor: pointer;
    border: none;
    box-shadow: 0 8px 20px rgba(248, 146, 2, 0.25);
    transition: all 0.3s ease;
}

.button-toggle span:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(248, 146, 2, 0.35);
}

.button-toggle span:active {
    transform: scale(0.96);
}

.main-content .content {
    margin: 40px 0;
}

.main-content h2 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}

.main-content ul {
    margin-bottom: 20px;
}

.main-content ul li,
.main-content ol li {
    font-size: 16px;
}

.main-content ul li {
    list-style: disc;
}

.main-content figure {
    background: #f0f0f0;
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
}

.main-content img {
    max-width: 100%;
    height: auto !important;
}

.main-content figcaption {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

/* PRODCT ITEM1 */
.product-item1 {
    transition: transform .2s, box-shadow .3s, background-color .3s, color .3s, margin .3s;
    padding: 20px;
    border-radius: 10px;
    background: #ffff;
    border: 1px solid #f1f1f1;
    position: relative;
}

.product-item1 span {
    position: absolute;
    top: 34px;
    left: 34px;
    font-size: 13px;
    background: #069d27;
    padding: 4px 10px;
    color: var(--white-color);
    border-radius: 3px;
}


.product-item1 p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-item1 .line-2 {
    height: 48px;
}
/* End  PRODCT ITEM1*/

.new-image,
.img-product,
.product-img {
    overflow: hidden; /* QUAN TRỌNG để không bị tràn */
    border-radius: 10px;
}

.new-image img,
.product-img img,
.img-product img {
    transition: 0.2s linear;
}

.new-item:hover .new-image img,
.product-item1:hover .product-img img,
.box-item:hover .img-product img{
    transform: scale(1.1); /* đừng scale 2, to quá */
}

.header-top .navbar  .button-main {
    margin-left: 20px;
}

.header-top-list li:first-child {
    margin-right: 20px;
}

.header-top__address {
    font-size: 1.6rem;
    color: white;
}

.header-top-list a {
    font-size: 1.6rem;
    color: white;
}

.header-top-list a:hover {
    color: #ffd400;
}

.header-main {
    padding: 1.2rem 0;

}

.header-search form {
    width: 600px;
}

.header-search .form-group {
    margin-bottom: 0;
}

.header-search .form-control {
    padding: 1.2rem;
    border-radius: 40px;
    font-size: 1.5rem;
}

.header-link .icon-card {
    font-size: 2.2rem;
    color: #458173;

}

.header-link .quality {
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    padding: 0.3rem 0.6rem;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    position: relative;
    top: -16px;
}

.header-link__card,
.about__image {
    position: relative;
}

.header-no-card {
    position: absolute;
    font-size: 1.6rem;
    left: -210px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 14px;
    display: inline-block;
    top: 70px;
    background: #f9f9f9;
    opacity: 0;
    transition: opacity .6s linear, transform .6s linear;
    display: none;
}

.header-link__card:hover .header-no-card,
.header-link__card:hover .header-add-card {
    opacity: 1;
    transform: translateY(-38px);
}
/* When add item card */


.header-add-card {
    position: absolute;
    left: -350px;
    width: 400px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 8px;
    top: 64px;
    opacity: 0;
    transition: opacity .6s linear, transform .6s linear;
    background: #fff;
}

.header-add-card li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0 20px;
}

.card-main__img {
    width: 100px;
}

.card-main__img img {
    width: 100%;
}

.card-main__info a {
    font-size: 1.6rem;
    color: var(--black-main);
    display: inline-block;
    margin-bottom: 20px;
}

.card-main__info {
    padding: 0 20px;
}

.card-main__info input {
    width: 50px;
    padding: 4px;
    font-size: 1.4rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
}

.card-main__info span {
    font-size: 1.6rem;
    color: red;
    font-weight: bold;
    margin-left: 10px;
}

.card-main__close {
    font-size: 2.2rem;
    color: #4a4a4a;
    cursor: pointer;
}

.action-card {
    margin: 20px 0 10px;
    text-align: center;
}

.action-card a {
    color: white;
    font-size: 1.6rem;
    padding: 10px 13px;
    text-transform: uppercase;
}

.logo {
    max-width: 140px;
}

.logo img {
    width: 100%;
}

/* NAV */
.nav-main__item.active .nav-link {
    color: var(--white-color);
}

.nav-main__item .nav-link {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: var(--white-color);
    padding: 1.4rem 3.4rem;
}

.nav-main__item .nav-link:hover {
    color: var(--white-color);
    transition: all linear .2s;
}

.nav-main__item.active {
    color: var(--white-color);
}

.nav-link:hover {
    color: var(--white-color) !important;
}

.nav-main__item.active .nav-link {
  color: var(--yellow-color);
  border-bottom: 3px solid var(--white-color);
}

/* SUBMENU-MAIN */

.submenu-main {
    background-color: var(--white-color);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    box-shadow: 1px 14px 34px #7a7878;
    position: absolute;
    min-width: 320px;
    z-index: 9;
    opacity: 0;
    transition: all ease-in-out .2s;
    visibility: hidden;
}

.submenu-main .nav-main__item .nav-link {
    color: var(--black-main);
    text-transform: unset;
}

.submenu-main .nav-main__item.active .nav-link {
    color: var(--white-color);
}

.nav-main__item:hover .submenu-main {
    opacity: 1;
    visibility: visible;
}

.nav-main__item .nav-link.social {
    padding: 0.9rem;
    font-size: 2rem;
    display: inline-flex;
    color: var(--main-color);
}

.nav-main__item .nav-link.social:hover {
    border-radius: 50%;
    transition: color linear.2s;
    color: #c69d0e !important;
    background: unset;
}

.mega-menu {
    top: 74px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px 0;
    transition: all .3s linear;
    transform: translateY(40px);
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
}

.mega-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: -42px;
}
.mega-column {
    width: 33.33%;
    padding: 0 10px;
    border-right: 1px solid #edededcc;
}

.mega-column p {
    font-weight: 500;
}

.mega-column a {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: rgb(27 27 27);
    transition: .3s linear;
}

.mega-column a:not(:last-child) {
    margin-bottom: 10px;

}

.mega-column a:hover {
    color: var(--blue-color) !important;
}

.nav-main__item:hover .mega-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.search-mobile span {
    color: var(--white-color);
}
/* About */

.about-main {
    margin-bottom: 60px;
}

.about__info h2 {
    margin-bottom: 20px;
}

.about__info p {
    margin-bottom: 20px;
    text-align: justify;
}

.btn-custom {
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-custom:hover {
    background-color: var(--backgound-color);
    border-color: var(--backgound-color);
}

.about__info p {
    margin-bottom: 20px;
    text-align: justify;
}

.about__image img {
    position: absolute;
}

.about__number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ebd733;
    padding: 3rem 2rem;
    color: var(--main-color);
    left: 80px;
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 5px 10px 30px #bfbfbfcc;
}

.about__number--six {
    font-size: 4rem;
    display: inline-block;
    font-weight: bold;
    scale: 1.5;
}

span.about__number--six>span {
    font-size: 3rem;
}

.about__number--text {
    display: inline-block;
    width: 110px;
    padding-left: 24px;
    font-size: 2rem;
}

.img_top {
    width: 80%;
    right: 0;
}

.img_left {
    width: 300px;
    top: 270px;
    left: 0;
    animation: goTopBottom ease 5s infinite;
    /* transition: all linear 2s; */
}

.img_bottom {
    bottom: 0px;
    width: 211px;
    right: 0px;
}

@keyframes goTopBottom {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* NIVO SLIDER */
.my-nivo {
    position: relative;
}

.my-nivo .nivoSlider {
    margin-bottom: 0;
}

.my-nivo .nivo-controlNav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.my-nivo .nivo-controlNav a {
    background: var(--main-color);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    transition: all .3s linear;
}

.my-nivo .nivo-controlNav a.active {
    background: var(--yellow-color);
}

/* Product Home */

.product-home__title {
    text-align: center;
    margin-bottom: 40px;
}

.product-home__title .title-main::before {
    background-color: var(--yellow-color);
}

.btn-product {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid var(--main-color);
    background-color: white;
    color: var(--main-color);
    padding: 1.6rem 5rem;
    transition: all .3s linear;
}

p.heading-main {
    font-weight: 500;
    font-family: 'Roboto';
    height: 80px;
}

/* End Product Home */

/* Point - Differences */

.point-differences__img {
    width: 60px;
    margin: 0 auto;
}

.point-differences__item {
    text-align: center;
    box-shadow: 5px 10px 30px #bfbfbfcc;
    margin-bottom: 40px;
}

.point-differences h3 {
    text-transform: unset;
    font-weight: 590;
}

/* End Point - Differences*/

/* Summary info */
.summary-info {
    background-color: #f3f3f3cc;
}

.summary-info__img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.summary-info__item {
    border: none;
    text-align: center;
    background-color: transparent;
}

/* End Summary info */

footer {
    overflow: hidden;
    background-image: url('../../img/footer-top.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--main-color);
}

.box-partner {
    padding: 150px 0 80px 0;
    text-align: center;
}

.box-partner img {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
}

.footer {
    position: relative;
    padding: 60px 0;
}

.coppy-right {
    background-color: #45a571;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
}

.coppy-right p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

h2.footer__title {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 24px
}

ul.footer__info li {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: white;
}

ul.footer__info li a {
    color: white;
}

.icon-footer {
    margin-right: 10px;
    font-size: 1.5rem;
}

h2.footer__title.title-main::before {
    left: 0;
    transform: translateX(0);
    height: 3px;
}


.icon-top-info {
    margin-right: 6px;
}

.card-text p {
    height: 85px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.card-des {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.box-item h3,
.new-desc p,
.line-3 {
    font-size: 1.8rem;
    text-transform: math-auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    line-height: 24px;
}

.secssion-home.resut-search {
    padding-bottom: 0;
}

.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 90px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.zalo-btn .tada {
    overflow: hidden;
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.zalo-btn a {
    display: block;
    width: 40px;
}

.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219, 0, 5, 0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.call-btn .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 170px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}

.tada img {
    width: 100%;
}

.tada {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-toolbox {
    font-size: 2rem;
    color: var(--white-color);
}

.toolbox__link {
    color: var(--white-color);
}

.toolbox__link:hover {
    color: var(--white-color);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

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

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

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

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.call-btn .tada a:before {
    content: "\f095";
    font-size: 20px;
    font-family: var(--font-awesome);
    font-weight: 900;
    text-decoration: none;
    color: #fff;
}

#bttop {
    position: fixed;
    bottom: 50px;
    z-index: 11;
    right: 38px;
    cursor: pointer;
}

.backtop {
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 5;
    right: 30px;
    display: none;
}
.share-title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.share-social {
    font-size: 16px;
    color: #0789cd;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: #fff !important;
}

.share-social:hover {
    color: #fff;
}

.facebook-color {
    background-color: #4b66b0;
}

.twitter-color {
    background-color: #449dee;
}

.pinterest-color {
    background-color: #b52223;
}

.telegram-color {
    background-color: #2c75b3;
}

.search {
    position: fixed;
    background: rgb(0 0 0 / 79%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
}

.search.open {
    display: block;
}

.search-warpper {
    width: 600px;
    max-width: 90%;
    margin: 200px auto;
    background: #fff;
    border-radius: 10px;
    margin: 350px auto;
    padding: 50px;
    position: relative;
}

.search-warpper label {
    font-size: 18px;
}

.search-warpper input {
    padding: 10px;
    font-size: 15px;
}

.search-warpper span {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
}

.group-search {
    position: relative;
}

.action-search {
    padding: 10px 16px;
    width: 130px;
    font-size: 15px;
}

.result-search {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 17px;
    margin-bottom: 20px;
}

.head-mobile {
    display: none;
    margin-bottom: 30px;
}

.mobile-top {
    background-color: var(--blue-color);
    padding: 1.2rem 0;
}

.mobile-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.mobile-bottom .menu-bar,
.mobile-bottom.search-mobile,
.menu-mobile {
    display: none;
}

.mobile-bottom .icon-mobile {
    font-size: 20px;
    cursor: pointer;

}

.menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 80%;
    background:var(--white-color);
    z-index: 90;
    padding: 40px;
}

.menu-mobile a {
    color: var(--black-color);
    font-size: 16px;
}

.menu-parent span:first-child {
    margin-right: 10px;
}

.menu-mobile li {
    position: relative;
}

.menu-mobile li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.close-menu {
    position: absolute;
    right: 5%;
    top: 10px;
    color: white;
    font-size: 2.4rem;
    z-index: 1;
    height: 30px;
    width: 30px;
    background-color: #383838;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-mobile .submenu {
    left: -100%;
    opacity: 0;
    display: none;
    margin: 10px 0 0 40px;
}

.menu-mobile .submenu li {
    list-style: disc;
    font-size: 20px;
    margin-bottom: 10px;
}

.menu-mobile .submenu.show {
    left: 0;
    opacity: 1;
    display: block;
}

.overlay-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    opacity: 0;
    background: #06060682;
    z-index: 2;
    display: none;
}

.article-value {
    margin-top: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}

.article-value span {
    display: inline-block;
    margin-bottom: 20px;
}

.article-value ul li:not(:last-child) {
    border-bottom: 1px dashed #cccc;
    margin-bottom: 0;
}

.article-value ul li a {
    display: inline-block;
    padding: 10px 0;
    font-weight: unset;
    color: #1250dc;
}

/* QR */
.qr-main {
    padding: 100px 0;
    position: relative;
}

.qr-content {
    width: 900px;
    margin: 0 auto;
    max-width: 90%;
}

.qr-main.landing .qr-content {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qr-item h2 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: 30px 50px 30px 30px;
    position: relative;
}

.qr-item {
    border: 1px solid #a3a2a3;
    padding: 30px 30px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.qr-main.landing .qr-item {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.qr-des,
.qr-des p {
  padding: 0px 30px 0px 30px;
  opacity: 0;
  height: 0;
  transform: translateY(-120px);
}

.qr-item.active .qr-des,
.qr-item.active .qr-des p {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  font-weight: 300;
}

.qr-item.active .qr-des p {
  padding: 0;
}

.qr-info {
    position: relative;
}

.qr-info span:before {
  content: '\2b';
  position: absolute;
  font-family: var(--font-awesome);
  font-weight: 900;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2.4rem;
}

.qr-item.active .qr-info span:before {
   content: '\f068';
}

.shape-qr {
    width: 162px;
    height: 162px;
    filter: blur(90px) blur(90px) blur(90px);
    position: absolute;
}

.shape-qr1 {
    background-color: #8cacff;
    top: 45%;
    right: 10%;
}


.shape-qr2 {
    background-color: #017534;
    top: 4%;
    left: 10%;
}


.testimonial-image {
    width: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 14px;
}

.testimonial {
    text-align: center;
}

.testimonial-desc {
    font-size: 16px;
    width: 500px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
}

/* CONTACT */
.main-content .contact-info.content,
.main-content .content.contact-form {
    margin: 0;
}

.main-content .contact-info p,
.main-content .contact-form p {
    font-weight: 500;
    font-size: 22px !important;
    text-align: left;
}

.main-content .contact-info ul {
    padding-left: 0;
}

.main-content .contact-info ul li {
    list-style: none;
    font-size: 18px;
}

.main-content .contact-form input {
    font-size: 15px;
    padding: 8px;
}

.content.map iframe {
    width: 100%;
    max-height: 400px;
}

.main-content table p {
    margin-bottom: 0;
}

.main-content table span {
    font-size: 14px;
    font-style: italic;
}

ul.footer__info {
    padding-left: 0;
}

footer ul.icon-social {
    display: flex;
    padding-left: 0;
}

footer ul.icon-social a {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    color: var(--white-color);
    border-radius: 6px;
    margin-right: 10px;
}

.facebook {
    background-color: #4870dd;
}

.youtube,
.pinterest {
    background-color: #b52223;
}
.instagram,
.telegram {
    background-color: #2c75b3;
}

.tiktok {
    background-color: #008e9d;
}

p.product-price {
    color: red;
    font-weight: 500;
}

h2.search-result {
    margin: 20px 0;
    font-size: 20px;
}

h1.search-title {
    font-size: 20px;
    margin: 20px 0 10px 0;
    text-transform: capitalize;
}
