.hp_2 {
    padding: 60px 0;
}

.section_title {
    font-size: 36px;
}

.section_title span {
    color: #006C67;
}

.box_section_title {
    margin-bottom: 40px;
}

.hp_2 {
    background-image: url(./images/bg_sanpham.png);
    background-size: cover;
    background-position: center;
}

.hp_2 .product-category .prd-cate-thumb {
    border-radius: 20px;

    overflow: hidden;
}

.hp_2 .product-category .prd-cate-thumb img {
    transform: scale(1);
    transition: 1s all;
    overflow: hidden;
}

.hp_2 .product-category:hover .prd-cate-thumb img {
    transform: scale(1.1);
    transition: 1s all;
}

.hp_3 {
    background-color: #f5f7fa;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.prd_slide .swiper-button {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsla(0, 0%, 100%, .8);
    -webkit-filter: drop-shadow(1px 1px 6px hsla(0, 0%, 60%, .2));
    filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, .2));
    -webkit-align-items: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid rgba(1, 0, 0, .2);
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    height: 2.25rem;
    margin-top: 0;
    opacity: .8;
    transition: all .3s ease-in-out;
    width: 2.25rem;
}

.prd_slide .swiper-button:hover {
    opacity: 1 !important;
}

.swiper-button.swiper-button-next:after,
.swiper-button.swiper-button-prev:after {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.prd_slide {
    padding: 30px 0;
}

.prd_thumb {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

.product_item {
    position: relative;
    padding: 0px 0;
}

.product_item a {
    position: relative;
    z-index: 3;
}

.content-product-imaging {
    background-color: #fff;
    border-radius: 20px;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .07);
    left: -15px;
    opacity: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    -webkit-transform: scale(.98);
    transform: scale(.98);
    visibility: hidden;
    z-index: 2;
}

/* .product_item:hover{
    background-color: #fff;
    
} */
/* .product_item:hover .content-product-imaging{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
    visibility: visible;
} */
.product_item:hover {
    background-color: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .07);
    border-radius: 20px;
}

.product_item:hover .prd_thumb {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product_item .prd_thumb img {
    transform: scale(1);
    transition: 1s all;
}

.product_item:hover .prd_thumb img {
    transform: scale(1.1);
    transition: 1s all;

}

.hp_3 .box_section_title {
    margin-bottom: 0px;
}

.prd_content {
    padding: 20px 10px;
    text-align: center;
}

.hp_4 {
    padding: 60px 0;
}

.box_about {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;

}

.box_about_inner {
    padding: 20px 20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.box_about::before {
    content: "";
    border: solid 2px #006C67;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -15px;
    left: -14px;
    z-index: 1;
}

.hp_5 {
    background-color: #f5f6fa;
    padding: 60px 0;
}
.hp_5 .box_section_title{
    align-items: start;
}
ul.list-commit {
    list-style: none;
}

ul.list-commit li {
    grid-gap: .625rem;
    -webkit-align-items: baseline;
    align-items: baseline;
    display: -webkit-flex;
    display: flex;
    font-weight: 500;
    gap: .625rem;
    margin-bottom: 10px;
}

ul.list-commit li:before {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #ff4328;
    content: "\f00c";
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Font Awesome\ 6 Pro, Font Awesome\ 6 Sharp, Font Awesome\ 6 Brands, Font Awesome\ 6 Free, sans-serif;
    height: 2.1875rem;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 100%;
    width: 2.1875rem;
    font-weight: 900;
}

.box-commit {
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.box-commit .title {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 34px;
    margin-bottom: 30px;
}

.box-commit .title::before {
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: transleY(-50%);
    background: #006C67;
}

.box-commit.title a,
.box-commit .title span {
    margin: 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 3;
    background: #006C67;
    padding: 0 15px;
    line-height: 34px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.box-commit .title a::before,
.box-commit .title span::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 16px solid #006C67;
    position: absolute;
    left: -16px;
    top: 0;
}

.box-commit.title a::after,
.box-commit .title span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 16px solid #006C67;
    position: absolute;
    right: -16px;
    top: 0;
}
/*  */
.hp_6{
    padding: 60px 0;
}
.hp_6 .logo_item
 {
    background-color: #fff;
    /* border-radius: 30px; */
    padding: 10px 5px;
    transition: .3s;
    box-shadow: 0 0 1px #555;
}

.hp_7{
    padding: 60px 0;
}
.blog_slide .swiper-pagination {
    bottom: -20px !important;
}
@media screen and (max-width:768px) {
    .section_title{
        font-size: 26px;
    }
}