/*chung*/

.head-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px;
}

.head-title>h3 {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0px 2px 0;
    line-height: 42px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.head-title::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #3ab54a;
    bottom: 0px;
}

.box-product-1,
.box-product-2,
.box-product-3,
.box-product-4 {
    margin-bottom: 30px;
}

.main-banner,
.sct-news,
.doi-tac,
.policy-service {
    background: #fff;
    padding-bottom: 20px;
}

.product-wrap-slider {
    position: relative;
}

.product-wrap-slider>button {
    background: transparent;
    border: 1px solid #ddd;
    height: 25px;
    width: 25px;
    color: #ddd;
    text-align: center;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.product-wrap-slider>button>i {
    font-size: 12px;
    display: block;
    text-align: center;
}

.swiper-next {
    top: -50px;
    right: 0;
}

.swiper-prev {
    top: -50px;
    right: 30px;
}

.product-wrap-slider .woocommerce ul.products,
.product-wrap-slider .woocommerce ul.products li.product {
    margin-bottom: 1px !important;
}

.policy-service {
    padding-top: 20px;
}

.policy-item {
    padding: 15px 0 15px 65px;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 46px 0 0 46px;
    color: #f48549;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: normal;
}

.plicy-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #666;
}

.policy-icon4 {
    background-image: url("./images/phone1.png");
    background-repeat: no-repeat;
    background-position: center;
}

.policy-icon3 {
    background-image: url("./images/money.png");
    background-repeat: no-repeat;
    background-position: center;
}

.policy-icon2 {
    background-image: url("./images/ship.png");
    background-repeat: no-repeat;
    background-position: center;
}

.policy-icon1 {
    background-image: url("./images/return.png");
    background-repeat: no-repeat;
    background-position: center;
}


/*banner*/

.banner-img.shadow img {
    display: block;
    width: 100%;
}

.shadow {
    position: relative;
    overflow: hidden;
    display: block;
}

.shadow::after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.shadow::before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.shadow:hover::before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.shadow:hover::after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}

.product-wrap-slider>button:hover {
    background: #3ab54a;
}


/*dknt*/

.dknt {
    padding: 10px 0;
    margin: 0;
    background: url('./images/newsletter-bg.jpg') no-repeat center center;
}

.newsletter {
    text-align: center;
}

.newsletter h3 {
    text-transform: uppercase;
    color: #3ab54a;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}

.newsletter .page-heading-sub {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}

.newsletter input.wpcf7-email {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}

.newsletter .wpcf7-form-control.wpcf7-submit {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #3ab54a;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #2d2c72;
}


/*khách hàng đánh giá*/

.custommer-reviews {
    background: url('./images/twitter-bg.jpg');
    padding: 62px 0;
    color: #fff;
}

.info-khach {
    width: 360px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
}

.kh-danhgia-img {
    width: 61px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-right: 12px;
}

.kh-danhgia-img img {
    display: block;
    width: 100%;
    height: auto;
}

.kh-danhgia-name h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0;
}

.kh-danhgia-name p {
    margin: 0 0 10px 0;
}


/*end đánh giá*/

.blog_img img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-wrap {
    display: block;
    position: relative;
}

.blog_content {
    position: absolute;
    top: calc(100% - 35px);
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}

.transiton-blog .blog_title:hover a {
    text-decoration: underline;
}

.blog_title a {
    color: #fff;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog_title {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    padding: 13px 12px;
    position: relative;
    font-size: 15px;
}

.blog_short_desp {
    padding: 10px;
    transition: .35s;
}

.blog_short_desp p {
    margin: 0;
}

.blog_short_desp:hover {
    color: #fff;
}

.blog_title::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.view-more {
    background: #fff;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 12px 10px;
}

.blog-wrap.transiton-blog:hover .blog_content {
    top: 0;
    color: #fff;
}

.blog_content {
    transition: .5s;
}

@media only screen and (max-width: 768px) {
    .dknt {
        padding: 30px 0 10px 0;
    }
    .policy-item {
        font-size: 14px;
    }
    .newsletter h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .head-title h3 {
        font-size: 18px;
    }
    .newsletter h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .col-mobile-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}