.header-contact a {
    text-transform: none !important;
}

.product-default {
    color: #212529;
    box-shadow: 4px 4px 4px #ccc, -1px -1px 2px #ccc;
    border-radius: 5px;
    position: relative;
    transition: .3s;
    margin-bottom: 2rem;
}

.product-default .product-details {
    padding: 30px 10px 20px;
    border-radius: 0 0 5px 5px;
    background: #fff;
}

.product-default .category-list {
    display: none;
}

.product-details .inner-quickview .category-wrap {
    /*display: none;*/
}

.product-default .product-title {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.product-default .product-title a {
    color: #212529;
    font-weight: 600;
    white-space: unset;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.product-default .price-box {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.product-default .product-price {
    font-size:1.4rem
}
.product-default figure {
    height: 245px !important;
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.product-default>figure>a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
.product-default figure a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto !important;
    height: auto !important;
}

.products-slider {
    padding: 10px 0;
    overflow: hidden;
}

.product-default:hover {
    transform: translateY(-5px);
}

.product-default:hover figure {
    box-shadow: none;
}

.products-section h2,  .post-section h2 {
    border-bottom: none;
    position: relative;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
.products-section h2:after,  .post-section h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 3px;
    background-color: #85c441;
}

.products-section .section-title,  .post-section .section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.view-more {
    text-transform: none;
    font-size: 14px;
    transition: .3s;
    color: #212529;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}
.view-more .fa-arrow-right {
    font-size: 12px;
}

.view-more:hover, .view-more:focus, .view-more:active {
    color: #85c441;
    transform: translateX(5px);
    text-decoration: underline;
}

.post .post-title {
    min-height: 54px;
}
.post .post-title a{
    line-height: 1.3;
}
.post-item-new {
    margin-left: 16px;
    position: relative;
}
.post-item-new .post-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-item-new:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: -16px;
    top: 0;
    z-index: 10;
    border-radius: 4px;
    background-color: #85c441;
}

.category-item {
    background-color: #f3faec;
    padding: 15px;
    box-shadow: none;
    width: auto;
}
.category-item:hover {
    transform: unset;
}
.category-item:hover figure img{
    transform: scale(1.1);
}
.category-item:hover figure img{
    transition: .3s ease-in;
}
.category-item figure {
    background-color: #f3faec;
}
.category-item figure a {
    background-color: #f3faec;
}
.category-item .product-details {
    background-color: #f3faec;
    padding: 15px 0 0 0;
}

.category-view-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-view-more button {
    width: auto;
    height: auto;
    padding: 9px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    background: linear-gradient(180deg,#228b22 0%,#5eb22f 100%);
    border: unset;
    transition: .3s ease-in;
}
.category-view-more button:hover, .category-view-more button:focus, .category-view-more button:active {
    background: linear-gradient(180deg,#228b22 0%,#5eb22f 100%);
    border: unset;
    opacity: .8;
}

.box-category-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #85c441;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 7px;
    position: relative;
}

.box-category-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #85c441;
    border-radius: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.categories-favourite {
    padding: 10px 0 20px;
}
.categories-favourite .owl-nav .owl-next, .categories-favourite .owl-nav .owl-prev, .products-best .owl-nav .owl-next, .products-best .owl-nav .owl-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    color: #fff !important;
    width: 30px;
    height: 30px;
    font-size: 3rem;
    aspect-ratio: 1;
    border: 0;
    background-color: #85c441 !important;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    right: -15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.5);
    transition: .3s ease-in;
}
.products-best .owl-nav .owl-next, .products-best .owl-nav .owl-prev {
    background-color: #c5171b !important;
}

.categories-favourite .owl-nav .owl-prev, .products-best .owl-nav .owl-prev {
    right: unset;
    left: -15px;
}

.categories-favourite .owl-nav .owl-next:hover, .categories-favourite .owl-nav .owl-prev:hover {
    background: #008000 !important;
}

.products-best .owl-nav .owl-next:hover, .products-best .owl-nav .owl-prev:hover {
    background: #c5171b !important;
}

.about-section {
    padding-top: 0;
}

.box-header-about {
    padding: 3rem 0;
    color: #222529;
    background: rgba(133,196,65,.1019607843);
}
@media (min-width: 768px) {
    .box-header-about {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .box-header-about {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.toolbox-right {
    margin-bottom: 20px;
}
.toolbox-item.toolbox-sort {
    margin-right: 0;
}

.main-nav .menu>li {
    margin-right: 5rem;
}

.main-nav .menu>li>a {
    font-size: 14px;
}
.box-form-agency {
    padding: 18px 20px;
    border-top: 5px solid #c5171b;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.form-agency-title {
    font-size: 22px;
    font-weight: bold;
    color: #c5171b;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

.form-agency-title:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #c5171b;
    width: 100px;
}

.box-form-agency .form-control {
    height: 40px !important;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box-form-agency .btn-primary {
    width: 100%;
    padding: 10px;
    background: #c5171b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0;
    height: 40px;
    line-height: 1;
    transition: .3s;
}

.box-form-agency form {
    margin-bottom: 0 !important;
}
.box-form-agency .form-footer {
    margin-bottom: 20px !important;
    margin-top: 1rem;
}
.box-form-agency .btn-primary:hover,
.box-form-agency .btn-primary:active,
.box-form-agency .btn-primary:not(:disabled):not(.disabled):active,
.box-form-agency .btn-primary:not(:disabled):not(.disabled).active,
.box-form-agency .show>.btn-primary.dropdown-toggle {
    background: #c5171b;
    border-color: #c5171b;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown_vietsearch.dropdown-menu {
    padding: .5rem;
    min-width: 36rem;
}

.social-icons {
    display: flex;
    align-items: center;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.social-icons .social-zalo:hover {
    background-color: #0068FF !important;
    border-color: #0068FF !important;
}
.social-icons .social-youtube:hover {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.social-icons .social-gmail:hover {
    background-color: #EA4335 !important;
    border-color: #EA4335 !important;
}
.post-category .first-post .post-media {
    border-radius: 12px;
}
.post-category .first-post .post-media img{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-category .first-post .post-body{
    margin-left: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.post-category .first-post .post-title{
    text-transform: unset;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    min-height: unset;
}
.post-category .first-post .post-title:after {
    display: none;
}
.post-category .post-new {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.post-category .post-new .post-media {
    flex: 0 0 40%;
    border-radius: 12px;
    height: auto;
}
.post-category .post-new .post-media img{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-category .post-new .post-body{
    flex: 0 0 60%;
    margin-left: 0;
    padding-left: 10px;
    border-bottom: 0;
    padding-bottom: 0;
}
.post-category .post-new .post-title{
    text-transform: unset;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    min-height: unset;
}
.post-category .post-new .post-title:after {
    display: none;
}
.post-category .post-new .post-content > p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.page-header h1, .page-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.sidebar-shop .sidebar-wrapper {
    background-color: #fff;
    z-index: 100;
    position: relative;
}

.single .post-title {
    min-height: unset !important;
    font-weight: 600;
}

.post-body .toc {
    text-align: left;
}
.post-body .toc .toc_title {
    text-align: left;
    padding-left: 14px;
}
.products-best {
    padding-bottom: 30px;
}
.products-best .owl-stage-outer{
    margin: -10px;
    padding: 10px;
}
.category-item .product-title a{
    height: auto;
}
.best-sell-title {
    color: #c5171b!important;
}
.best-sell-title:after {
    background-color: #c5171b!important;
}

.row-best-products {
    background-color: rgba(133, 196, 65, .1019607843);
    /*background-color: #fbdbac;*/
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}

.product-best-item {
    position: relative;
}
.product-best-item:after {
    position: absolute;
    content: "";
    left: -5px;
    top: 10px;
    width: 43%;
    height: 30px;
    border-radius: 7px;
    background-color: #c5171b;
    display: none;
}
.image-best-seller {
    position: absolute;
    left: -26px;
    top: -26px;
    z-index: 222;
    width: 120px !important;
}

@media (max-width: 991px) {
    .post-category .first-post .post-media {
        height: unset;
    }
}

@media (max-width: 767px) {
    .product-default .product-details {
        padding: 15px 10px;
    }
    .products-slider {
        padding: 3px 0;
    }
    .product-default figure {
        height: 155px !important;
    }
    .product-default .product-title a {

    }
    .category-item .product-title a{
        height: auto;
    }
    .category-item .product-details{
        padding: 15px 0 5px;
    }

    .related-posts {
        padding-top: 20px;
    }

    .category-item {
        padding: 15px 10px;
    }
    .product-best-item:after {
        height: 25px;
    }
    .image-best-seller {
        left: -24px;
        top: -24px;
        width: 105px !important;
    }
    .product-default>figure>a {
        padding: 10px;
    }

    .logo {
        max-width: 170px;
    }
}

@media (max-width: 575px) {
    .logo {
        max-width: 170px;
    }
}

@media (max-width: 380px) {
    .product-default figure {
        height: 140px !important;
    }
    .category-item .product-title a{
        height: 40px;
    }
}

