#main,
.home-box-du-an,
.home-box-banner-1,
.home-box-tin-tuc,
.home-box-banner-2,
.home-box-kh-danhgia,
.home-box-kh-thanthiet,
.home-box-category,
.home-box-category {
    float: left;
    width: 100%;
}

.slider {
    float: right;
    width: 78%;
}

.list-cate-all {
    float: left;
    width: 100%;
    margin-top: 65px;
}

.category-img img {
    border-radius: 50%;
}

.category-img img:hover {
    border: 1px solid #ddd;
}

.list-cate-all .swiper-slide {
    text-align: center;
}

.swiper-slide a {
    text-decoration: none;

}

.swiper-slide a span.name {
    color: #000;
    font-size: 15px;
    font-weight: 600;

}

.gb-maysanxuat_cuanhua {
    float: left;
    width: 100%;
}

.home-box-banner-1 a {
    background: #D26E4B;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    bottom: 10px;
    position: absolute;
    left: 10px;
    z-index: 99;
    transition: padding 0.3s, transform 0.3s, box-shadow 0.3s, background-image 0.3s, background-position-x 0.3s, -webkit-transform 0.3s;
}

.home-box-banner-1 a:hover {
    background: #B20000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding: 8px 12px 8px 25px;
}


.home-box-kh-thanthiet h3 {
    float: left;
    text-align: center;
    width: 100%;
    border-top: 1px solid #666;
    color: #666;
    padding-top: 25px;
    font-size: 21px;
    margin-top: 30px;
}

.list-kh-thanthiet {
    float: left;
    width: 100%;
}

.kh-thanthiet-img {
    float: left;
    overflow: hidden;
    width: 100%;
    /* border: 1px solid rgba(243, 112, 34, 0.5); */
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
}

.list-kh-thanthiet:hover .swiper-button-next {
    display: block !important;
}

.list-kh-thanthiet:hover .swiper-button-prev {
    display: block !important;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid;
    border-radius: 50%;
    background-size: 13px 44px !important;
}

.kh-thanthiet-img img {
    width: 100%;
    height: 100%;
}

.home-box-category h3 {
    float: left;
    width: 100%;
    color: #01959f;
    font-size: 21px;
    text-align: center;
}

.home-box-category p.view-all {
    float: left;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(243, 112, 34, 0.2);
    margin: 0;
    margin-bottom: 10px;
}

.home-box-category p.view-all a {
    color: #01959f;
    font-size: 13px;
    text-decoration: none;
}

.home-box-category p.view-all a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 900px) {


    h3.home_slogan {
        font-size: 16px;
        margin-top: 10px;
    }

    .home-box-category h3 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
    }

    .home-box-kh-thanthiet h3 {
        padding-top: 0px;
        margin-top: 0px
    }

}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 500px) {}