.home-slider{
    margin-bottom: 0rem !important;
}
.awe-section-2{
    margin-bottom: 30px
}
.heading h2 {
    font-size: 34px;
    text-align: center;
    position: relative;
}
.heading h2 span{
    text-transform: uppercase;
    display: inline-block;
        padding-top: 10px;
    padding-bottom: 30px;
}
.heading h2:before {
    content: "";
    background-image: url('../images/bg_title.png');
    background-repeat: no-repeat;
    width: 69px;
    height: 22px;
    position: absolute;
    left: 47%;
    bottom: 0px;
}
.text_gradient {
    background: -moz-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    background: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}
.heading p {
    padding: 0 150px;
    margin-top: 15px;
    text-align: center;
}
.banner-text h3 a{
    text-align: center;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    color: #000;
}
.banner-text p{
    text-align: center;
    font-size: 15px;
    padding: 15px 0 10px 0;
    color: #000;
}
.nav-text-center{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    flex-flow: row;
    text-align: center;
    justify-content: center;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem; 
     border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
}
.nav-text-center li a{
    padding: 10px 20px !important;
    font-size: 13px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #000;
    border: 1px solid #e7e9f3 !important;
    border-radius: 30px;
}
.product-image-container .paction.add-cart {
    position: absolute;
    min-width: 37px;
    color: #d92a2e;
    border-color: transparent;
    background-color: transparent;
    transition: all 0.25s;
    visibility: hidden;
    opacity: 0;
    left: 35%;
    bottom: 1.9rem;
}
.product:hover .product-image-container .paction.add-cart, .grid-product:hover .product-image-container .paction.add-cart {
    visibility: visible;
    opacity: 1;
}
.product-image-container .paction.add-cart span {
    display: none;
}
.btn-quickview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 400 1.7rem/1 "Oswald", sans-serif;
    letter-spacing: .07rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem .5rem;
    min-width: 36px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.product-image-container .btn-quickview {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.product:hover .btn-quickview, .grid-product:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
}
.promo-section{
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    background-size: contain;
    /*background-attachment: fixed;*/
    background-position: top center;
    position: relative;
    height: 1087px;
    margin: 30px 0;
}
.promo-section h3{
    color: #fff;
    font-size: 1.5em;
    margin-top: 200px;
}
.promo-section h4{
    color: #fff;
    font-size: 1.5em;
}
.promo-section a{
    color: #fff;
    font-size: 3em;
}
.promo-section p{
    color: #fff;
    font-size: 1.5em;
}
.blog_index {
    float: left;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}
.blog-section.home--1 .blog_index .image-blog-left img{
    height: 246px;
    object-fit: cover;
}
.myblog .image-blog-left {
    position: relative;
}
.myblog .image-blog-left .date_blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    opacity: 0.95;
    padding: 10px 20px 8px 20px;
    font-size: 12px;
    width: 100%;
    color: #707070;
}
.myblog .image-blog-left .date_blog .far {
    font-size: 14px;
    padding-right: 5px;
}
.color_main {
    color: #91ad41;
}
.myblog .content_blog {
    padding: 25px;
    background: #f5f6fb;
    float: left;
    width: 100%;
    text-align: center;
}
.myblog .content_blog .content_right {
    width: 100%;
    display: block;
    float: left;
}
.myblog .content_blog .content_right h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #000;
}
.myblog .content_blog .summary_item_blog {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.myblog .content_blog .summary_item_blog p {
    margin: 0;
    color: #707070;
    padding-top: 5px;
    font-size: 13px;
}
.new-letter {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2e1163;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;

    width: 100%;
}
.new-letter .letter-left {
    width: 100%;
    display: block;
    float: left;
}
.new-letter .letter-left h3 {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
    display: inline-block;
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.new-letter form {
    margin: 0px;
    margin-top: 5px;
}
.new-letter form .input-group {
    width: 100%;
    float: left;
}
.new-letter form .input-group input {
    box-shadow: none;
    border: none;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 42px;
    color: #333;
    padding: 0 30px 0 20px;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    padding: 0;
}
.new-letter form .input-group .input-group-btn .btn {
    font-weight: 400;
    height: 42px;
    border-radius: 30px;
    background-color: #91ad41;
    color: #fff;
    min-width: 110px;
    text-transform: none;
    margin-left: -20px !important;
    z-index: 9 !important;
}
.section_collection_4 .banner_content {
    position: relative;
    padding: 0;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: top 30px center;
    height: 350px;
}
.row.row-noGutter-2>[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px;
}
.section_collection_4 .banner_content .col_content {
    width: 100%;
    padding-bottom: 78%;
}
.section_collection_4 .banner_content .content_ {
    color: #fff;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}
.section_collection_4 .banner_content .content_ h3 {
    font-size: 24px;
    margin: 0;
    line-height: normal;
    padding-bottom: 10px;
    text-align: center;
}
.section_collection_4 .banner_content .content_ h3 a {
    color: #fff;
}
.section_collection_4 .banner_content .content_ span {
    display: block;
    float: left;
    margin-bottom: 30px;
}
.section_collection_4 .banner_content .content_ .btn_xem {
    border-radius: 5px;
    height: 45px;
    margin-bottom: 10px;
    background: #27272f;
}

.section_collection_4 .banner_content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section_collection_4 .banner_content:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.button_gradient {
    background: #91ad41;
    background-image: -moz-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    background-image: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    background-image: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
}
.product-resize-image{
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 300px;
}
.product-resize-image img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-single-root{
        display: block;
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 450px;
}
.product-single-root img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* .product-single-carousel.owl-carousel .owl-item .product-single-image {
    display: block;
    width: 30% !important;
    margin: 0 auto;
} */
.promo-text{
    text-align: center;
}
@media screen and (max-width: 991px)
{
    .header-middle .header-center nav{
    display: none;
    }
}
@media screen and (max-width: 480px)
{
    .home-slide {
    height: 180px;
}
.heading p {
    padding: 0px;
}
.awe-section-2 .section_collection_4 .col-6.banner_content {
    height: 230px;
}
.section_collection_4 .col-6.banner_content .content_ {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
}
.section_collection_4 .banner_content .content_ {
    color: #fff;
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
}
.promo-section {
    height: 280px;
}
.promo-section h3 {
        font-size: .8em;
        margin-top: 0;
        font-style: italic;
}
.promo-section h4 {
    font-size: 1em;
    margin-bottom: 0;
}
.promo-section a {
    color: #fff;
    font-size: 1.5em;
}
.product-resize-image{
    min-height: 200px;
}
.promo-text{
    text-align: left;
        padding: 0;
}
}
@media screen and (max-width: 380px){
.promo-section {
    padding-top: 30px;
}
}