: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;
}
.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 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%);
}
.swiper-button-next{
    position: absolute;
    right: 0;
    top: 27%;
    color: black;
}
.swiper-button-prev{
    position: absolute;
    left: 0;
    top: 27%;
    color: black;
}
@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;
    }
}
@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;
    }
}
@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;
}
@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%;
        }
    }    
.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: white;
    margin-left: 20px;
}
.link-menu{
    display: flex;
    flex-direction: column;
}
.link-menu a:hover{
    color: aqua;
}
.bars {
    padding: 0 20px;
}
@media (min-width:992px) {
    .bars i{
        visibility: hidden;
    }
}
.link-menu img{
    margin-top: -160px;
    margin-left: 70%;
}
.swiper-container {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.swiper-container{
    margin-top: 20px;
}
.swiper-pagination{
    position: absolute;
    color: black;
}
.swiper-slide a{
    text-decoration: none;
    color: black;
}
.swiper-slide a h1{
    margin-top: 10px;
}
.swiper-slide a p{
    margin-top: 10px;
}
.first-infor{
    display: flex;
}
.support-service img{
    width: 30px;
    height: 30px;
}
.infor-detail hr{
    width: 260px;
}
@media (max-width:1199.98px) {
    .first-infor{
        flex-direction: column;
    }
    .support-service{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
.infor{
    display: flex;
    flex-wrap: wrap;
}
.service-1,.service-2,.service-3,.service-4,.service-5{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.service-5{
    margin-top: 30px;
    background-color: antiquewhite;
    height: 100px;
}
.service-5 .texts{
    margin-left: 30px;
    color: #47755a;
    margin-top: -10px;
}
.service-5 img{
    margin-left: 30px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
}
.service-5 .texts p:nth-child(1){
    color:brown;
    font-size: 18px;
    margin-bottom: 10px;
}
.service-5 .texts h6{
    color: #47755a;
    font-size: 24px;
}
.service{
    border: 3px solid #47755a;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.service-5{
    border: 3px solid #47755a;
}
.support-service h1{
    margin-top: 20px;
    color: #47755a;
}
.service-1,.service-2,.service-3,.service-4{
    justify-content: space-around;
}
.service-1:hover,.service-2:hover,.service-3:hover,.service-4:hover{
    background-color: aquamarine;
}
.service-1 img{
    margin-bottom: 15px;
}
.service-2 img{
    margin-bottom: 15px;
}
.service-3 img{
    margin-bottom: 15px;
}
.service-4 img{
    margin-bottom: 15px;
}
@media (max-width:345px) {
    .service-5 img{
        margin-left: 10px;
    }
    .service-5 .texts{
        margin-left: 10px;
    }
}
.store{
    text-decoration: none;
    color: black;
}
.store:hover{
    color: #47755a;
}
.infor-detail-about-product{
    border: 2px solid #47755a;
    margin-top: 20px;
}
.infor-detail-about-product h3{
    font-size: 24px;
    font-weight: 700;
    color: #47755a;
}
.infor-detail-about-product p:nth-child(9){
    margin-bottom: 20px;
}
.infor-detail p:nth-child(1) b{
    color: green;
}
.finally {
    margin-top: 20px;
}
.infor-detail h3{
    font-weight: 700;
    font-size: 18px;
}
.infor-detail a{
    color: #47755a;
}
.hover-review{
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    top: 50px;
    background-color: white;
    margin-top: 10px;
}
.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;
}
@media (max-width:1198.98px) {
    .news-bars{
        right: 43%;
    }
}
.hover-product a{
    margin-top: 10px;
    margin-left: 10px;
}
.navbars a:nth-child(6):hover > .news-bars {
    visibility: visible;
}
.swiper-slide img {
    height: 150px;
}
@media (max-width:566px) {
    .swiper-slide img {
        height: 70%;
    }
}
.finally {
    margin-top: 20px;
}
.infor-detail-about-product p:nth-last-child(1){
    margin-bottom: 20px;
}