.hero.page .header-bottom {
    padding-bottom: 30px;
}

.hero-top {
  background-color: var(--main-color);
}

.header-bottom {
  background-color: var(--backgound-color);
  position: relative;
}

.header-bottom .navbar {
    position: unset;
}

.hero-top__contact a {
  font-size: 16px;
  color: var(--white-color);
}

.hero-top__contact a:first-child {
  margin-right: 20px;
}

.hero-top__contact {
    padding-left: 230px;
}

.hero-top__search {
  text-align: right;
}

.hero-top__search .icon-hero{
  font-size: 16px;
  color: var(--white-color);
}

.hero-top__search span {
  display: block;
}

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

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

.main-content.catagory-home {
    background-image: linear-gradient(182deg, #f8fafc, #ffffff);
}

.main-content.catagory-home h1 {
    display: none;
}


.main-content.catagory-home .subtitle h1 {
    display: block;
    font-size: 3rem;
}

.main-content.catagory-home h2 {
    text-align: center;
    margin-bottom: 20px;
}

.main-content.catagory-home .desc-box h2 {
    text-align: left;
}

.new-image {
    overflow: hidden; /* QUAN TRỌNG để không bị tràn */
}

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

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

.logo {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(2, 21, 78, .33);
    padding: 15px;
    min-height: 180px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: -73px 15px -16px;
    z-index: 4;
    position: relative;
}

.logo img {
    width: 100%;
}

/* NAV */

.nav-main__item .nav-link {
    font-size: 1.6rem;
    padding: 1.4rem 3.2rem;
    text-transform: uppercase;
    color: var(--white-color);
    position: relative;
}

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

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

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

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

/* MENU-CATAGORY */
.menu-catagory.fixed {
    position: sticky;
    top: 10px;
}

.menu-catagory {
    margin: 20px 0;
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

ul.subcatagory,
.menu-catagory {
    padding-left: 0;
}

.menu-catagory ul {
    margin-bottom: 0;
    padding-left: 10px;
}

.menu-catagory ul li a {
    padding: 10px;
    display: block;
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 10px;
}

.menu-catagory ul.subcatagory li a {
    background: var(--white-color);
}

a.link-parent {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 550;
    color: var(--black-color);
    padding-right: 30px;
    position: relative;

}

.menu-catagory  ul  li {
    list-style: none !important;
}

ul.subcatagory li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

ul.subcatagory{
    display:none;
    padding-left: 20px;
}

.menu-catagory li.active > .subcatagory{
    display:block;
}

.link-parent::after{
    content:"\f107";
    transition:0.3s;
    font-family: var(--font-awesome);
    font-weight: 900;
    position: absolute;
    right: 10px;
}

li.active > .link-parent::after{
    transform:rotate(180deg);
}
/* SUBMENU-MAIN */

.submenu-main {
    background-color: var(--white-color);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 3px 30px 0px #00000014;
    position: absolute;
    min-width: 320px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    top: 73px;
    will-change: transform, opacity;
    transform: translate3d(0px, 20px, 0px) scale(0.97);
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s ease;
}

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

.submenu-main .nav-link:hover {
    color: var(--white-color) !important;
    transition: all linear .2s;
    background-color: var(--main-color);
}
.submenu-main .nav-main__item.active .nav-link {
    color: var(--white-color);
}

.nav-main__item:hover .submenu-main {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px) scale(1);
}

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

.nav-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

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

.mega-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: -42px;
}
.mega-column {
    width: 20%;
    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;
}

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

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

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

.call-btn .tada a:before {
    content: "\f095";
    font-size: 20px;
    font-family: var(--font-awesome);
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    left: 0;
}

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

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

.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: 200px 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;
}

.action-search {
    width: 160px;
}

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

/* MEGA MENU */

.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;
    border-top: 2px solid #3f9d62;
    border-bottom: 2px solid #3f9d62;
}

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

}

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

.main-content .product-des a,
.main-content .detail-paragraph a {
    color: var(--blue-color);
    font-weight: 500;
}

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

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

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

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

ul.footer__info {
    padding-left: 0;
}

ul.icon-social {
    padding-left: 0;
    display: flex;
    align-items: center;
}

ul.icon-social a {
    color: var(--white-color);
    padding: 10px 14px;
    background-color: #2a6daa;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
}

ul.icon-social li:not(:first-child) a{
    margin-left: 10px;
}

.backtop {
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 5;
    right: 30px;
    display: none;
}

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

.box-product img,
.new-image img {
    min-height: 215px;
    object-fit: contain;
    height: 215px !important;
}

.row.detail-paragraph {
    font-size: 15px;
}

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