@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/NunitoSans-ExtraLight.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: RobotoSlab;
  src: url(../fonts/RobotoSlab-VariableFont_wght.ttf);
}
.header-img img {
    max-height: 56px;
}
.header-center{
    position: relative;
}
.header-login .login-toggle {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 46px;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    /* padding: 1rem 0; */
    font-weight: 400;
    color: #fff;
    background-color: #ff2d38;
    text-align: center;
}
.sticky-header.fixed .logo {
    margin-left: 0;
}
.home-product-tabs {
    padding: 4rem 0 7rem;
    position: relative;
}
.product-br .product-details{
	padding: 15px 0;
}

.nav-tabs.tab{
    justify-content: center;
    padding: 5px 5px 7px;
    border-radius: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.partners-carousel {
    margin: 2rem 0 0;
}
.read-more-news{
    color: #f39c12;
}
.partner {
    display: block;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.partner img {
    height: 90px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
  .blog-slider .entry {
      background-color: #f1f1f1;
  	text-align: left;
    margin-bottom: 0;
    border-radius: 0.9rem;}
  .blog-slider .entry-media {
    margin: 0;
    position: relative; }
  .blog-slider .entry-date {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    right: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: .7rem;
    width: 8.4rem; }
    .blog-slider .entry-date span {
      display: block;
      font-size: 1.3rem;
      margin-top: .2rem; }
  .blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 1rem 2rem 0; }
  .blog-slider .entry-title {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d; }
    .blog-slider .entry-title a {
      color: inherit; }
  .blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7; }
    .blog-slider .entry-content .date{
    	display: inline-block;
    }
  .blog-custom .btn {
    font-size: 1.5rem;
    min-width: 90px;
  }
    .blog-slider .btn:hover, .blog-slider .btn:focus {
      
      color: #fff; }

.product-filters-container {
    margin-bottom: 2.5rem;
}
.product .price-box .product-filters-container{
    margin-left: auto;
    margin-bottom: 0;
}
.product .price-box .product-filters-container .product-single-filter{
    padding-bottom: 0;
    border: none;
}
#subscribe-f label.error {
    position: absolute;
    bottom: -35px;
    color: rgb(88 93 99 / .4);
    font-size: 1.3rem;
}
.footer .info-boxes-container .info-box + .info-box {
    margin-top: 2rem;
}

.info-boxes-container{
    padding: 25px 0 50px;
    position: relative;
    background-color: #ee3000;
}
.dash-product-top {
    border-top: 1px dashed #f1f1f1;
}
.box-header {
    background-color: #c80911;
    padding: 5px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.box-header a {
    color: inherit;
}
.box-header .bg-white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.box-description {
    padding-top: 15px;
    margin-top: 15px;
   border-top: 1px dashed rgb(255 255 255 / .7);
}
.newsletter i.icon-mail{
    font-size: 3.4rem;
    color: #102d6c;
}
.des-letter {
    margin-left: 2rem;
    font-size: 1.8rem;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    width: 100%;
    text-align: center;
}
.header-top{
    background-image: url(../images/backgr-header.png);
    background-size: cover;
}
.heading-header {
    font-size: 1.8rem;
    text-align: center;
    color: #c90912;
    font-family: RobotoSlab;
}
.header-center{
    margin: auto;
}

.header-bottom {
    background-color: #c90912;
    position: relative;
}
.header-bottom:after {
    left: 0;
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    border-bottom: 1px dashed #FFF;
}
.header-email a, .header-hours a {
     color: #fff;
}
.for-relative {
    position: relative;
    overflow: hidden;
}
.for-relative img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.for-relative:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.destination {
    font-size: 1.7rem;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    z-index: 999;
}
.destination-item {
    font-size: 1.35rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -10px;
    color: #b0b0b0;
}
.destination-item span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}
.destination-title h2{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 43px;
}

.destination-title p{
    margin-bottom: 0;
}
.destination-name {
    display: inline-block;
    background-color: #ff2d36;
    padding: 5px 15px;
}
.suggestion-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
}
.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b2ca68;
    z-index: -1;
}
.bg-calories {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(130 186 66 / 90%);
    z-index: -1;
}
.img_product img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.image-post-thumb {
    position: relative;
    overflow: hidden;
}
.image-post-thumb > img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.background_over_image {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}
.background_over_image:before, .background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-post-thumb:hover .background_over_image:before, .image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.image-post-thumb:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.image-post-thumb:hover .background_over_image {
    opacity: 1;
}
.image-post-thumb .overlay_icons {
    color: #FFF;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.image-post-thumb .overlay_icons.view {
    top: 75%;
}
.image-post-thumb .overlay_icons.view a{
    color: #ffffff!important;
    font-family: Lato,sans-serif;
    font-size: 15px;
}
.image-post-thumb .icons-ov{
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}
.image-post-thumb:hover .icons-ov{
    opacity: 1;
}
.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}
.image-post-thumb .opa-text-image{
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 10%;
    width: 100%;
    font-size: 2.2rem;
    padding: 5px 20px;
}
.image-post-thumb:hover .opa-text-image{
    opacity: 0;
    visibility: hidden;
}
.product-br{
    border-radius: 0.5rem;
}
.product-details{
    background-color: #fff;
}
.product-sm .product-style {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 1rem;
    margin-bottom: 0;
}
.product-sm .product-style img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.product-item {
    border: 1px solid #f1f1f1;
}
.product-item img {
    height: 350px;
    object-fit: contain;
}
.bo-entry{
    position: relative;
    z-index: 999999;
    padding: 10px 0;
}
.main-dropdown-menu{
    position: relative;
}
.testimonal-big{
    padding: 3rem 0;
    text-align: center;
    background-image: url(../images/background.jpg);
}
.testimonial-owner{
    background-color: #f39c12;
}
.testimonial-owner figure {
    position: absolute;
    top: 50px;
    left: 20px;
}
.info-owner{
    margin-left: 15rem;
    margin-top: 2rem;
}
.testimonial-cmt{
    width: 74%;
    background-color: #f1f1f1;
    padding: 0 1rem;
    margin-left: auto;
}
.tin-tuc{
    padding: 4rem 0;
}

.read-more-news{
    color: #f39c12;
}
.footer-title {
    font: 600 1.5rem/1.1 'Roboto', sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}
.footer-bottom {
    color: #fff;
    background-color: #ba1416;
}
.commitment {
    background-color: #f1f7ed;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    color: #202020;
}
.suptitle {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}
.commitment ul {
    margin: 0;
    line-height: 35px;
}
.commitment ul li .fa{
    color: #72b043;
}
.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none!important;
    border-radius: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.footer-contact a .icon{
    line-height: 31px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.9rem;
    margin-right: .7rem;
    display: inline-block;
}
.newsletter i{
    font-size: 2.8rem;
}

.des-letter-mid{
    margin-left: 2rem;
}
ul.list-personal{
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
ul.list-personal .y+.y:before{
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}
.menu-toggler {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  border: 0;
  background: #f4f4f4;
  color: #000;
  padding: 1.4rem 3rem;
  font: 400 1.4rem/1.2 "Oswald", sans-serif;
  letter-spacing: .09rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s; }
  .menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto; }
    .menu-toggler i::before {
      margin: -1px 0 0; }
  .menu-toggler:hover, .menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none; }
.main-dropdown-menu .main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 1040;
  border: 1px solid #e6ebee;
  background-color: #fff; }
.main-dropdown-menu.show > .main-nav {
  display: block; }

.menu.menu-vertical > li {
  float: none;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .menu.menu-vertical > li > a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s; }
  .menu.menu-vertical > li:first-child > a {
    border-top: none; }
  .menu.menu-vertical > li i {
    margin-right: 12px; }
.menu.menu-vertical li {
  transition: background 0s; }
  .menu.menu-vertical li.megamenu-container {
    position: relative; }

.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  width: 100%;
  left: 100%;
  margin-left: -1px; }
 .menu.menu-vertical > li > ul {
  top: 100%;
  left: 0; }
.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
  width: 721px; }
.menu.menu-vertical ul ul {
  top: -1rem; }
.menu.menu-vertical.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: none; }
.menu.menu-vertical > li {
    border-radius: 7px 7px 0 0;
  background-color: #00bcc5; }
  .menu.menu-vertical > li > a{
    color: #fff;
    border-color: #00bcc5;
    font-weight: bold;
    background-color: #00bcc5; }
.menu.menu-vertical ul li:hover > a {
    margin-left: .5rem;
    color: #ff2d38;
}
.main-nav.danhmuc{
    display: none;
}
.main-dropdown-menu:hover .main-nav.danhmuc{
    display: block;
}

.hom-si .col-6+.col-6 .banner.banner-image{
    margin-top: 30px;
}
.home-product-tabs {
    background-color: #f1f1f1;
    position: relative;
}
.home-product-tabs:before {
    content: '';
    background-image: url(../images/line-1.png);
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    z-index: 101;
}
.customer-consulting {
    padding: 50px 0;
    position: relative;
    background-color: #c71a1c;
}
.partners-container {
    padding: 50px 0 20px;
    background-color: #efefef;
}
.border-bottom-dash {
    border-bottom: 1px dashed #eee;
}
.percent-discount{
    font-family: 'Montserrat', sans-serif;
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}
.h3-ba {
    font-family: 'RobotoSlab';
    font-size: 2.1rem;
}
.larvae {
    position: absolute;
    top: -23px
}
.larva {
    display: none;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #87ac18;
    border-radius: 50%;
    margin: auto;
}
.larva img {
    width: 100%;
    height: 34px;
    object-fit: contain;
}
.widget-larva {
    background-color: #b1c969;
    padding: 5px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.widget-larva i{
    border-radius: 50%;
    padding: 5px 7px;
    color: #e93713;
    font-size: 3rem;
    min-width: 3.5rem;
    text-align: center;
    border: 1px solid #b1c969;
    margin: 5px 10px;
}
.widget-larva h4{
    margin: 0;
    font-size: 3rem;
}
.widget-larva .bg-white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.widget-letter{
    padding: 3rem 0;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .widget-letter{
        padding: 10rem 0;
    }
}
.footer-payments{
    display: flex;
    justify-content: flex-end;
}
/* .header-right.mt a, .header-left a, .header-center a{
    color: #fff;
} */
.header-right.mt a+a, .header-left a+a{
    margin-left: 4rem;
}
.header-dropdowns .header-dropdown{
    margin-left: 4rem;
}
.header-dropdown > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    margin-left: .6rem;
}
.info-boxes-container.hd{
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto;
}
.info-boxes-container.hd .info-box{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.info-boxes-container.hd .info-box i {
    border: 1px solid #eee;
    padding: 5px 15px;
    color: #151414;
    font-size: 1.8rem;
    min-width: 3.5rem;
    text-align: center;
}
.info-boxes-container.hd .info-box-content{
    margin-left: 1rem;
}
.info-boxes-container.hd .info-box h4 {
    font: 600 1.3rem/1.1 "Poppins", sans-serif;
    text-transform: inherit;
    color: #000;
}
.partners-carousel-2{
    display: flex;
     align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.header-left .header-menu ul > a {
    color: #fff;
}
.header-dropdown+.header-dropdown{
    margin-left: 6rem;
}
.item-nutrition {
    background-color: #e1e3e2;
    text-align: center;
}
.item-nutrition .for-relative img {
    height: 200px;
}
@media screen and (min-width: 1200px) {
  .menu.menu-vertical > li {
    padding-left: 2rem;
    padding-right: 2rem; }
    .menu.menu-vertical > li > a {
      font-size: 1.6rem;
      padding: 1.7rem 1rem; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; } }
@media screen and (min-width: 1280px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 901px; } }
@media screen and (max-width: 1199px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
    display: none; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
      display: block; } }
@media screen and (max-width: 991px) {
  .main-nav {
    display: none !important; }
}
@media(min-width: 768px){
    .footer .info-boxes-container .info-box + .info-box {
        margin-top: 0;
        margin-left: 2rem;
    }
}
@media screen and (min-width: 992px){
.blog-slider {
    margin-bottom: 0;
}
.footer-bottom .border-top{
    flex: 0 0 40%;
    max-width: 40%;
    border-top: 1px solid #3d3d38!important;
}
.dropdown-expanded > a {
    display: none;
}
.dropdown-expanded .header-menu {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.dropdown-expanded .header-menu ul {
    display: flex;
    align-items: center;
}
.dropdown-expanded .header-menu ul li+li > a {
    margin-left: 4rem;
}
.header-dropdown+.header-dropdown{
    margin-left: 4rem;
}
}

@media(max-width: 991px){
.promo-section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media(max-width: 768px){
.header-right.mt a+a, .header-left a+a{
    margin-left: 2rem;
}
	.featured-products-top .product{
	flex: 0 0 50%;
	max-width: 50%;
}
.product-fix {
    min-height: 204px;
}
.testimonial-owner figure {
    left: 12px;
}
.testimonial-owner figure {
    max-width: 71px;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 25%;
    max-width: 25%;
}

.info-box {
    margin: 0;
}
.info-box i {
    padding: 4px 15px;
    font-size: 2.6rem;
    min-width: 2.5rem;
}
}
@media(max-width: 575px){
    .banners-group .bn-top+.bn-top{
        margin-top: 15px;
    }
    .promo-details strong{
        font-size: 1.5rem;
    }
    .promo-details span{
        font-size: 2rem;
    }
    .promo-details p{
        font-size: 1.5rem;
    }
    .nav-tabs.tab {
        display: block;
    }
    .title-group {
        display: block;
    }
    .partners-carousel-2 .partner-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .featured-promo .owl-item{
        display: flex;
        justify-content: center;
    }
    .header-center .logo {
        max-width: 204px;
        width: 204px;
    }
    .promo-section {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    
    .footer-title {
        font: 600 1.35rem/1.1 'Roboto', sans-serif;
        text-transform: none;
        color: #d2d1d1;
    }
    .footer-contact {
        margin-bottom: .7rem;
    }
    .footer-contact a {
        color: #fff;
    }
    .footer-bottom {
        background: none;
        color: #fff;
    }
    .footer-middle {
        background: none;
    }
    #clock, #today-clock, .heading-header {
        display: none;
    }
    .product-image-container.responsive img {
        height: 202px;
    }
    .product-item img {
        height: 296px;
    }
    .header-hours.smallf {
        font-size: 10px;
    }
    .header-dropdown > a {
        font-size: 10px;
    }
}
.dropdown-toggle::after {
    content: none;
}
.abso_phonecall {
    position: absolute;
    right: -3px;
    top: -2px;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 46px;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    /* padding: 1rem 0; */
    font-weight: 400;
    color: #fff!important;
    background-color: #ff2d38;
    text-align: center;
}
@media(max-width: 320px){
    .owl-theme .owl-nav .owl-prev {
        left: 38%;
    }
        .owl-theme .owl-nav .owl-next {
        right: 38%;
    }
    .promo-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
}
@media(max-width: 575px){
    .header-middle {
        padding: 0;
        border-bottom: 2px solid #ff2d38;
    }
}
@media screen and (min-width: 1200px){
    
}
@media screen and (min-width: 992px){
    
}