: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;
}
.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;
}
.section-2{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.box{
    overflow: hidden;
    position: relative;
}
.show-slide{
    transition: 1s;
}
.show-slide img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.show-slide img:nth-child(1){
    opacity: 1;
    transition: 1s;
}
.show-slide img:nth-child(2){
    opacity: 0;
    transition: 1s;
}
.show-slide img:nth-child(3){
    opacity: 0;
    transition: 1s;
}
.show-slide img:nth-child(4){
    opacity: 0;
    transition: 1s;
}
.show-slide img:nth-child(5){
    opacity: 0;
    transition: 1s;
}
.show-slide img:nth-child(6){
    opacity: 0;
    transition: 1s;
}
.news .text-success{
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
.dot-green {
    display: flex;
    align-items: center;
}
.img-1-news{
    display: flex;
    margin-bottom: 10px;
}
.img-2-news{
    display: flex;
    margin-bottom: 10px;
}
.img-3-news{
    display: flex;
    margin-bottom: 10px;
}
.img-4-news{
    display: flex;
    margin-bottom: 10px;
}
.news{
    margin-left: 20px;
}
.news a{
    text-decoration: none;
    color: black;
}
.news a:hover{
    color: #47755a;
}
.news-1{
    margin-left: 20px;
}
.news-2{
    margin-left: 20px;
}
.news-3{
    margin-left: 20px;
}
.news-4{
    margin-left: 20px;
}
.news p{
    margin-top: 10px;
}
.news hr{
    width: 100%;
}
.section-3{
    margin-top: 40px;
}
.section-3-child{
    margin-top: 20px;
}
.section-3 .title{
    font-size: 24px;
    font-weight: 700;
}
.box-1,.box-2,.box-3,.box-4,.box-5,.box-6,.box-7,.box-8{
    border: 1px solid silver;
}
.box-1,.box-2,.box-3,.box-4,.box-5,.box-6,.box-7,.box-8:hover{
    border: 2px solid silver;
    transition: 1s;
}
@media (max-width:991.98px) {
    .news{
        margin-top: 20px;
        overflow: auto;
        height: 200px;
        margin-left: -3px;
    }.navbars{
        visibility: hidden;
    }
    .store{
        visibility: hidden;
    }
    .hotline{
        visibility: hidden;
    }
}
@media (max-width:777px) {
    .show-slide{
        height: 200px;
    }
    .bars{
        margin-left: 30%;
    }
}
.bars{
    visibility: visible;
    font-size: 34px;
    margin-top: 20px;
    margin-left: -15%;
}
@media (min-width:992px) {
    .bars{
        visibility: hidden;
    }
    .bars{
        margin-right: 15px;
    }
}
@media (max-width:576px) {
    .bars{
        margin-left: -20%;
    }
    .hotline{
        display: none;
    }
}
.transform{
    inset: 0 0 10% 60%;
    background-color: #47755a;
    position: fixed;
    transition: 1s;
    z-index: 2;
    transform: translate(100%);
    display: flex;
    flex-direction: column;
}
.transform a{
    color: white;
    margin-top: 10px;
    margin-left: 10px;
}
.transform i{
    color: white;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.transform a{
    margin-top: 20px;
    text-decoration: none;
}
@media (max-width:376) {
    .navbars{
        display: none;
    }
}
.bars{
    cursor: pointer;
}
.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%;
    }
    .static a img {
        height: 170px;
    }
}
.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;
}
.store{
    text-decoration: none;
    color: black;
}
.store:hover{
    color: #47755a;
}
.section-3-child a div img {
    margin: 0 10px;
    height: 50px;
    width: 50px;
} 
.section-3-child a {
    text-decoration: none;
    color: black;
}
.section-3-child a h1,p {
    text-align: center;
    margin-bottom: 10px;
}
.section-3-child a div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
@media (max-width: 575.98px) {
    .section-3-child a div img {
        margin: 0 5px;
    }
}
.swiper-product {
    margin-top: 60px;
    overflow: hidden;
}
.swiper-product h1 {
    display: flex;
    align-items: center;
}
.swiper-product h1 img {
    height: 50px;
}
.color-change { 
    animation: colorCycle 3s infinite; 
    font-size: 24px;
    font-weight: 700;
} 
@keyframes colorCycle { 
    0% { 
        color: red; 
    } 
    33% { 
        color: yellow; 
    } 
    66% { 
        color: blue; 
    } 
    100% { 
        color:  green; 
    } 
}
.swiper-product .swiper-slide {
    height: 200px;
}
.swiper-product .swiper-slide img {
    height: 70%;
}
.swiper-slide a {
    text-decoration: none;
    color: black;
}
.swiper-product .swiper-container {
    margin-top: 20px;
}
.static {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.static a {
    text-decoration: none;
    color: black;
}
.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;
    text-align: left;
}
.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%);
}
.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;
}
.contact-infor {
    display: flex;
    flex-direction: column;
}
.static a p {
    text-align: left;
}
.static a img {
    height: 170px;
}
.static h1 {
    margin: 10px 0;
}
footer {
    margin-top: 50px;
}
.img-1-news p {
    text-align: left;
}
.img-2-news p {
    text-align: left;
}
.img-3-news p {
    text-align: left;
}
.img-4-news p {
    text-align: left;
}
.infor-finally {
    font-size: 24px;
    font-weight: 700;
}