:root{
    --mainColor2: #47755a;
}
html{
    font-family: "Roboto", serif;
    font-style: normal;
}
.section-1 img {
    width: 70px;
    height: 70px;
}
.section-1{
    margin-top: 20px;
}
.section-1 div:nth-child(1){
    display: flex;
}
.navbars{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline i {
    font-size: 34px;
    transition: rotates 10s;
}
.hotline{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.store{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.store i{
    font-size: 34px;
}
.hotline h4{
    font-size: 18px;
    font-weight: 600;
}
.store h4{
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}
.hotline div{
    margin-left: 10px;
}
.navbars a{
    text-decoration: none;
    color: black;
}
.navbars a:hover{
    color: #47755a;
}
.store:hover{
    color: #47755a;
}
.hotline:hover{
    color: #47755a;
}
.show-slide{
    display: flex;
    height: 350px;
}
.links{
    margin-top: 20px;
    display: flex;
}
.links a:nth-child(2){
    margin-left: 10px;
}
.links p{
    margin-left: 10px;
}
.links a{
    text-decoration: none;
    color: black;
}
.main-content img:nth-child(4){
    display: flex;
}
.main-content img:nth-child(9){
    text-align: center;
}
.main-content h1{
    font-size: 24px;
    font-weight: 700;
}
.main-content p{
    margin-top: 20px;
}
.section-2{
    margin-top: 20px;
    display: flex;
}
.section-2 p{
    margin-top: 10px;
}
.section-2 h1{
    margin-top: 10px;
    font-size: 24px;
    color: #47755a;
    font-weight: 600;
}
.main-content img{
    margin-top: 20px;
    text-align: center;
}
.main-content h3{
    margin-top: 20px;
}
.main-content b{
    font-weight: 700;   
}
.contact h1{
    font-size: 18px;
}
.contact{
    margin-top: 20px;
}
.tags{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.tags a{
    margin-right: 30px;
    border: 1px solid silver;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    text-decoration: none;
    color: black;
}
.tags a:nth-child(3){
    border: 1px solid silver;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    flex-wrap: wrap;
    width: 240px;
    height: 40px;
}
.tags a:hover{
    background-color: #47755a;
    color: white;
}
.side-bar h1{
    font-size: 18px;
    font-weight: 600;
}
.side-bar .text-success{
    width: 10px;
    height: 10px;
}
.side-bar-1,.side-bar-2,.side-bar-3,.side-bar-4,.side-bar-5{
    display: flex;
    margin-top: 20px;
}
.side-bar hr{
    color: #47755a;
    border: 2px solid #47755a;
}
.side-bar p{
    margin-left: 20px;
    cursor: pointer;
}
.side-bar p:hover{
    color: #47755a;
}
.slide-effect{
    overflow: hidden;
    height: 250px;
    margin-top: 20px;
}
.show-slide{
    transition: 1s;
    gap: 10px;
}
.show-slide img{
    object-fit: cover;
}
.relate-to {
    margin-top: 40px;
}
.relate-to h1{
    font-size: 18px;
    font-weight: 600;
}
.support--link {
    display: flex;
    flex-direction: column;
}
.support--link a{
    margin-top: 20px;
    text-decoration: none;
    color: black;
}
.support--link a:hover{
    color: #47755a;
}
.contact-infor p{
    margin-top: 20px;
}
.contact-infor b{
    font-weight: 700;
}
.footer-2{
    margin-top: 40px;
}
.connect img{
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-top: 10px;
    margin-right: 10px;
}
.payment img{
    margin-right: 10px;
    margin-top: 10px;
}
.map{
    display: flex;
    flex-direction: column;
}
.map a{
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.map img{
    display: flex;
}
.map a:hover{
    background-color: #47755a;
}
.finally{
    text-align: center;
}
.menu{
    inset: 0 0 10% 70%;
    background-color: #47755a;
    position: fixed;
    transition: 1s;
    transform: translate(100%);
}
@keyframes rotates {
    from{
        rotate: 45deg;
    }
    to{
        rotate: -45deg;
    }
}
@media (max-width:991.98px) {
    .main-content img:nth-child(4){
        width: 100%;
    }
    .tags a{
        margin-bottom: 10px;
    }
    .main-content img:nth-child(9){
        width: 100%;
    }
    .navbars{
        visibility: hidden;
    }
    .store{
        visibility: hidden;
    }
    .hotline{
        display: none;
    }
    .bars i{
        visibility: visible;
        font-size: 34px;
        margin-top: 30px;
    }
    .menu{
        inset: 0 0 10% 70%;
        background-color: #47755a;
        position: fixed;
        transition: 1s;
    }
    .swiper-button-next{
        position: absolute;
        right: 0;
        top: 120px;
        color: black;
    }
    .swiper-button-prev{
        position: absolute;
        left: 0;
        top: 120px;
        color: black;
    }
    .category{
        display: none;
    }
}
@media (max-width:767.98px) {
    .side-bar{
        display: none;
    }
    .menu{
        inset: 0 0 10% 50%;
        background-color: #47755a;
        position: fixed;
        transition: 1s;
    }
    .swiper-button-next{
        position: absolute;
        right: 0;
        top: 70%;
        color: black;
    }
    .swiper-button-prev{
        position: absolute;
        left: 0;
        top: 70%;
        color: black;
    }
    .section-2-child--1{
        flex-wrap: wrap;
    }
    .section-2-child--2{
        flex-wrap: wrap;
    }
    .section-2-child--1 img{
        margin-bottom: 10px;
    }
    .section-2-child--2 p{
        margin-bottom: 10px;
    }
}
@media (max-width: 1199.98px) {
        .section-2-img{
            display: flex;
            text-align: center;
        }
        .swiper-button-next{
            position: absolute;
            right: 0;
            top: 60px;
            color: black;
        }
        .swiper-button-prev{
            position: absolute;
            left: 0;
            top: 60px;
            color: black;
        }
    }
.tags a{
    margin-bottom: 10px;
}
.dual a{
    border-top: 2px solid #47755a;
    border-right: 2px solid #47755a;
    border-bottom: 2px solid #47755a;
    text-decoration: none;
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    color: black;
}
.dual a:nth-child(1){
    border-left: 2px solid #47755a;
}
.dual{
    margin-top: 40px;
}
.dual a:hover{
    color: white;
    background-color: #47755a;
}
@media (max-width: 575.98px) {
        .map a{
            width: 100%;
            height: 40px;
        }
        .map img{
            width: 100%;
        }
        .menu{
            inset: 0 0 10% 50%;
            background-color: #47755a;
            position: fixed;
            transition: 1s;
        }
        .link-menu{
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
        .menu img{
            display: none;
        }
        .swiper-button-next{
            position: absolute;
            right: 0;
            top: 35%;
            color: black;
        }
        .swiper-button-prev{
            position: absolute;
            left: 0;
            top: 35%;
            color: black;
        }
        .navbars a:nth-child(2){
            display: none;
        }
        .navbars a:nth-child(3){
            display: none;
        }
        .bars{
            margin-left: -15%;
        }
        .dual a{
            margin: 0px 0px;
            border: 0.5px solid #47755a;
        }
    }    
.side-bar{
    margin-left: 20px;
}
.footer-2{
    display: flex;
    flex-wrap: wrap;
}
.bars i{
    cursor: pointer;
}
.menu i{
    font-size: 24px;
    margin: 10px 0 0 10px;
    color: white;
    cursor: pointer;
}
.link-menu a{
    text-decoration: none;
    margin-top: 20px;
    color: wheat;
    font-size: 18px;
}
.link-menu{
    display: flex;
    flex-direction: column;
}
.bars {
    padding: 0 20px;
}
@media (min-width:992px) {
    .bars i{
        visibility: hidden;
    }
}
footer{
    margin-top: 70px;
}
.finally-p{
    margin-bottom: 60px;
}
b{
    font-weight: 600;
    margin-top: 10px;
}
.section-2-child--1{
    display: flex;
    margin-top: 40px;
}
.section-2-child--1 .title1-section--2{
    margin-left: 20px;
}
.section-2-child--2{
    display: flex;
    margin-top: 40px;
}
.section-2-child--2 .title2-section--2{
    margin-right: 20px;
}
.title1-section--2 a{
    font-size: 34px;
    font-weight: 700;
    color: #47755a;
    text-decoration: none;
}
.title2-section--2 a{
    font-size: 34px;
    font-weight: 700;
    color: #47755a;
    text-decoration: none;
}
.title1-section--2 p{
    line-height: 25px;
}
.title2-section--2 p{
    line-height: 25px;
}
.section-2-child--1 img{
    height: 200px;
}
.section-2-child--2 img{
    height: 200px;
}
@media (max-width:313px) {
    .section-2-child--1 img{
        height: 13%;
    }
    .section-2-child--2 img{
        height: 13%;
    }
}
.news-barss{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.news-barss a{
    text-decoration: none;
}
.news-barss p{
    color: black;
}
.row-one{
    display: flex;
    flex-wrap: wrap;
}
.category a{
    text-decoration: none;
    margin: 20px 0;
    color: black;
    display: block;
    font-size: 18px;
}
.menu-category a{
    color: white;
    font-size: 16px;
    margin-left: 20px;
}
.all-product{
    display: flex;
    flex-wrap: wrap;
}
.menu-category{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.menu-category h1{
    font-size: 18px;
    color: wheat;
}
.menu-category h1 i{
    font-size: 14px
}
.menu-category a:hover{
    color: aquamarine;
}
.colro{
    rotate: 180deg;
}
.hover-review{
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    top: 50px;
}
.hover-review a{
    margin-top: 20px;
    color: black;
}
.navbars a:nth-child(2):hover ~ .hover-review{
    visibility: visible;
}
.hover-product{
    z-index: 2;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 65px;
    right: 14%;
    background-color: white;
    width: 70%;
    height: 25%;
    visibility: hidden;
}
.hover-product div{
    margin-top: 20px;
    margin-left: 20px;
}
.navbars a:nth-child(4):hover ~ .hover-product{
    visibility: visible;
}
@media (min-width:1198.98px) {
    .hover-review{
        z-index: 1;
        position: absolute;
        display: flex;
        flex-direction: column;
        visibility: hidden;
        top: 50px;
        right: 62%;
    }
}
.hover-review:hover{
    visibility: visible;
}
.hover-product:hover{
    visibility: visible;
}
.news-bars{
    position: absolute;
    top: 65px;
    right: 50%;
    background-color: white;
    visibility: hidden;
    padding: 10px;
}
.navbars a:nth-child(6):hover ~ .news-bars{
    visibility: visible;
}
@media (max-width:1198.98px) {
    .news-bars{
        right: 43%;
    }
}
.news-bars:hover{
    visibility: visible;
}
.hover-product a{
    margin-top: 10px;
    margin-left: 10px;
}
.finally {
    margin-top: 20px;
}
.all-product a{
    margin-top: 30px;
}
.all-product a{
    padding: 20px 30px;
    text-decoration: none;
    color: black;
    margin: 20px 0;
}
.all-product a:hover {
    color: #47755a;
}
.all-product a img{
    height: 150px;
}
@media (max-width:452px) {
    .all-product a img{
        height: 100px;
    }
}
@media (max-width:348px) {
    .all-product a img{
        height: 70px;
    }
}
.all-product a p{
    margin: 10px 0;
    line-height: 20px;
}
.all-product a h6{
    color: red;
    font-weight: 700;
    font-size: 18px;
}
.finally {
    margin-top: 20px;
}