@charset 'UTF-8';

*.btn:focus {
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

.li-home-product {
    position: relative;
    background-image: url(/assets/template/d42e6773a59d8d349c377ba5d3878f4f/img/bg-left.png), url(/assets/template/d42e6773a59d8d349c377ba5d3878f4f/img/bg-right.png);
    background-position: top left, top right;
    background-repeat: no-repeat;
}

.li-home-product .home-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.li-home-product .home-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    position: relative;
    top: 7px;
    left: 50%;
    border-radius: 50px;
    transform: translate(-50%, 0);
    background-color: #FF9900;
}

.li-home-product .product-text {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 18px;
}

.li-home-product .product-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px rgba(0, 0, 0, 0) solid;
    box-shadow: 0 1px 17px rgba(145, 145, 145, 0.15);
    min-height: 200px;
    border-radius: 10px;
    padding-left: 17rem;
    transition: all 0.3s ease-in-out;
    background-image: url(/assets/template/d42e6773a59d8d349c377ba5d3878f4f/img/pro-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 155px 63px;
}

.li-home-product .product-item:hover {
    border: 1px #5B392B solid;
    transition: all 0.3s ease-in-out;
}


.li-home-product .product-item .pro-img {
    display: block;
    position: absolute;
    bottom: -57px;
    left: -3px;
    max-width: 260px;
}

.li-home-product .product-item .pro-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.li-home-product .product-item .pro-txt {
    min-height: 150px;
}

.li-home-product .product-item .pro-btn span {
    position: relative;
    border-radius: 50px;
    background-color: #ca9850;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 15px;
    transition: all 0.3s ease-in-out;
}

.li-home-product .product-item .pro-btn a:hover span {
    background-color: #5B392B;
    transition: all 0.3s ease-in-out;
}

.li-home-product .product-item .pro-btn a span::after {
    content: '';
    display: block;
    background-image: url(/assets/template/d42e6773a59d8d349c377ba5d3878f4f/img/more-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.li-home-product .product-item .pro-btn a:hover span::after {
    transform: rotate(45deg);
}

.li-home-product .home-more-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.li-home-product .home-more-btn a .text {
    position: relative;
    background-color: #C89448;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-width: 150px;
    transition: all 0.3s ease-in-out;
}

.li-home-product .home-more-btn a:hover .text {
    background-color: #5B392B;
    transition: all 0.3s ease-in-out;
}

.li-home-product .home-more-btn a .text::after {
    content: '';
    display: block;
    background-image: url(/assets/template/d42e6773a59d8d349c377ba5d3878f4f/img/more-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.li-home-product .home-more-btn a:hover .text::after {
    transform: rotate(45deg);
}


@media (max-width: 991px) {
    .quality-item:nth-child(2) {
        border-right: none;
    }
}