@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    color: #212529;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn {
    padding: 0;
    margin: 0;
}

input,
textarea,
.form-control,
button,
.btn {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a,
a:hover,
a:active a:focus {
    text-decoration: none;
    outline: none;
    border: transparent;
}

hr {
    margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

button.owl-next:focus {
    outline: none;
}

button.owl-prev:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

header {
    position: relative;
}

.wrapper-slider2 {
    display: block;
}

.wrapper-slider2 div#flores1 {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 60% !important;
    right: -20%;
    width: 48%;
}

img.img-fluid.acwow.fadeIn {
    display: block;
    margin: 30% 0px;
}

img#nubes {
    margin-left: 30%;
}

span.icon-bag {
   position: absolute;
    font-size: 18px;
    left: 36%;
    top: 13px;
}
@media(max-width:480px){
    span.icon-bag {
        left:30%;
    }
}
img.img-fluidds.a.wow.bounceInLeft {
    right: -458px;
    position: absolute;
}

img.img-fluiddd {
    margin: 200px 10px 0px 0px;
}

div#nubes {
    position: absolute;
    top: 20%;
}

.slider3 {
    display: block;
    overflow: hidden;
}

.ac {
    display: flex;
}

div#flores2 {
    margin-top: 100px;
    padding: 0px 35px;
}

.pic-wrapper {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-position: center;
    position:relative;
}

figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0px;
    opacity: 0;
    overflow: hidden;
    z-index: 9999;
    height: 1080px;
    animation: slideShow 14s linear infinite 0s;
    -o-animation: slideShow 14s linear infinite 0s;
    -moz-animation: slideShow 14s linear infinite 0s;
    -webkit-animation: slideShow 14s linear infinite 0s;
}

.pic-1 {
    opacity: 1;
    background-repeat: no-repeat;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center;
    z-index: 99;
    height: 1050px;
    display: block;
    width: 100%;
}

.pic-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background-repeat: no-repeat;
    background-image: url(../images/background1.jpg);
    background-size: cover;
    background-position: center;
    z-index: 99;
    width: 100%;
    height: 1080px;
    display: block;
}

.pic-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background-repeat: no-repeat;
    background-image: url(../images/background1-3.jpg);
    background-size: cover;
    background-position: center;
    z-index: 99;
    width: 100%;
    display: block;
    height: 1080px;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1.2);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -moz-transformm: scale(1);
    }
}

.navbarr {
  position: fixed;
  right: 0px;
  float: right;
  z-index: 99999;
  top: 50%;
  width: 48px;
  background: rgba(255, 255, 255, 0.95);
  display: inline-block;
  text-align: center;
  border-radius: 10px 0 0 10px;
  padding: 15px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out; }



.navbarr a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    font-size: 17px;
}

.navbarr a .hydrated {
    color: #000;
    font-size: 22px;
    z-index: 99999;
    animation: fa-spin 4s infinite linear;
}

.navbarr a .hydrated:hover {
    color: #ffac53;
}

i.fa.fa-file-text {
    color: #000;
    font-size: 20px;
}

i.fa.fa-file-text:hover {
    color: #0f0;
}

i.fa.fa-shopping-cart {
    color: #000;
    font-size: 20px;
}

i.fa.fa-shopping-cart:hover {
    color: #0f0;
}

img.back {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: filter 0.4s ease 0s;
    -o-transition: filter 0.4s ease 0s;
    -webkit-transition: filter 0.4s ease;
}

img.back:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

img.backk {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: filter 0.4s ease 0s;
    -o-transition: filter 0.4s ease 0s;
    -webkit-transition: filter 0.4s ease;
}

img.backk:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.scrollup_icon {
    width: 37px;
    height: 37px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 45px;
    color: #000;
    cursor: pointer;
    background-color: none;
    z-index: 1000;
    border-radius: 55%;
    border: 1px solid #000;
}

.scrollup_icon i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #000;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;
}

.scrollup_icon:hover {
    opacity: 1;
    border: 1px solid #373c85;
}

.list-group-itemm {
    display: block;
    padding: 0px;
    border: none;
    background: none;
    top: 0;
}

.list-group-itemm>.show-menu {
    position: absolute;
    height: 100%;
    width: 48px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    padding: 30px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 200px;
}

.list-group-itemm>.show-menu>span {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    padding: 0px 5px;
}

.list-group-submenu {
  position: absolute;
  right: -420px;
  width: 420px;
  white-space: nowrap;
  list-style: none;
  padding-left: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  height: auto; }


.every p {
    padding: 30px 0px 0 0px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #868686;
   /*  letter-spacing: 1px; */
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.every p h4 {
    color: #000;
    font-size: 20px;
    padding-top: 10px;
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}

.img-fluid {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: filter 0.5s ease 0s;
    -o-transition: filter 0.5s ease 0s;
    -webkit-transition: filter 0.5s ease 0s;
}

.img-fluid:hover {
    filter: brightness(0.6);
}

span.up {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}

h3.chose {
    margin: 40px 0px 20px 0px;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.glyphicon {
    font-family: none;
}

img.wdthh {
    width: 105%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

img.wdthh:hover {
    filter: brightness(0.6);
}

.glyphicon {
    font-family: 'Poppins', sans-serif;
}

.butt {
  display: inline-block;
  line-height: 16px;
  background: #f14949;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: margin 0.5s ease 0s;
  -o-transition: margin 0.5s ease 0s;
  -webkit-transition: margin 0.5s ease 0s;
  padding: 0px 30px 0px 50px;
  height: 45px;
  border-radius: 30px;
  font-family: 'Poppins',sans-serif; }
  .butt a {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins',sans-serif; }
  .butt:hover {
    background: #555;
    color: #fff;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s; }
  .butt .hydrated {
    font-size: 20px;
    position: absolute;
    left: 35%;
    top: 12px; }

span.mow {
    width: 44px;
    height: 1px;
    background: #e5e5e5;
    display: block;
    margin: 0 auto;
    top: 80px;
    right: 173px;
}

.row.scroll {
    overflow: hidden !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 20px 0px;
    max-width: none !important;
    overflow-y: scroll !important;
    width: auto !important;
    position: relative;
    z-index: 9999;
    max-height: calc(100vh - 340px);
    float: left;
}
@media(max-width:767px){
    .row.scroll {
        
        max-height: calc(100vh - 200px);
    }
}
.row.scroll ::-webkit-scrollbar {
    width: 4px;
}

.row.scroll ::-webkit-scrollbar-track {
    background: #fff;
}

.row.scroll ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.row.scroll ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

img.img-flui {
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: filter 0.5s ease 0s;
    -o-transition: filter 0.5s ease 0s;
    -webkit-transition: filter 0.5s ease 0s;
}

.navbarr a .hydrated {
    color: #000;
    font-size: 22px;
    z-index: 99999;
    animation: fa-spin 4s infinite linear;
}

.over-lay {
    opacify: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 999;
}

.over-lay.active {
    opacity: 1;
    visibility: visible;
}

#style-1::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 80px;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.icon-bag:before {
    content: "\e04f";
}

.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}

.row.anh1 {
    width: 100%;
    padding: 0px 20px;
    margin: 0px 10px;
}
.row.anh1 [class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}



.list-group-submenu .list-group-submenu-item {
    float: right;
    white-space: nowrap;
    display: block;
    padding: 40px 0px 40px;
    margin-bottom: -1px;
    background-color: #333333;
    color: #ebebeb;
}

.list-group-item.open {
    margin-left: -700px;
    position: fixed;
    top: 0px;
}

.list-group-item.open>.show-menu {
    right: 416px;
    margin-top: 500px;
}

.list-group-item.open .list-group-submenu {
    right: 0px;
    height: 103vh;
}

.list-group-submenu .list-group-submenu-item.primary {
    color: white;
    background-color: transparent;
    height: 110vh;
}

.list-group-submenu .list-group-submenu-item.success {
    color: white;
    background-color: #5cb85c;
}

.list-group-submenu .list-group-submenu-item.info {
    color: white;
    background-color: #39b3d7;
}

.list-group-submenu .list-group-submenu-item.warning {
    color: white;
    background-color: #f0ad4e;
}

.list-group-submenu .list-group-submenu-item.danger {
    color: white;
    background-color: #d9534f;
}

::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffa749;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

img.img-fluid.a {
    box-shadow: none;
}

img.img-fluid.a:hover {
    filter: brightness(1);
}

img.img-fluidd {
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: filter 0.5s ease 0s;
    -o-transition: filter 0.5s ease 0s;
    -webkit-transition: filter 0.5s ease 0s;
}

img.img-fluidd:hover {
    filter: brightness(0.6);
}

.menu-scroll {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height:unset !important;
    background: #000;
    /* padding: 22px 10px;  */
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

/*.container{
  @media(min-width: 1200px){
    max-width:1170px;
  }
}*/
.owl-carousel {
    display: block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

/*header*/
.col-xs-6 {
    max-width: 50%;
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 0;
}

.navbar-toggler:focus {
    outline: none;
}

.fade:not(.show) {
    opacity: 1;
}

@media (max-width: 1024px) {
    header .navbar {
        display: none;
    }
}
@media(min-width:1025px){
    header .navbar-top {
        height: 120px;
        display: flex !important;
        align-items: center;
        position:absolute ;
    }
    header .navbar-top #menu ul li a{
        padding-right: 30px !important;
    }
}

header .navbar-top {
    display: block;
   /*  position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
@media(max-width:1024px){
    header .navbar-top {
        position:fixed;
    }
}

/*   @media (min-width: 1920px) {
    header .navbar-top .menu-scroll {
      padding-top: 15px; } } */
header .navbar-top .logo {
    /* padding: 22px 20px 20px 15px; */
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

header .navbar-top #menu {
    /* padding: 26px 20px 20px 15px; */
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media (max-width: 1024px) {
    header .navbar-top #menu {
        display: none;
    }
}

header .navbar-top #menu ul li:first-child a {
    padding-left: 0;
}

header .navbar-top #menu ul li:last-child a {
    padding-right: 0;
}

header .navbar-top #menu ul li a {
    font-family: 'Maison Neue';
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

header .navbar-top #menu ul li a:hover {
    color: #ffa749;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

/*   header .navbar-top .button-right {
    padding-left: 20px;
    margin: 0 auto; } */
header .navbar-top .button-right .button {
    display: inline-block;
    line-height: 44px;
    background: #f14949;
    color: #fff;
    font-size: 12px;
    font-family: 'Maison Neue';
    letter-spacing: 1px;
    float: right;
    /* margin: 15px 5px; */
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 30px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 02s;
    -o-transition: all 0.2s;
    /* @media(max-width:480px){
        left: 229px;
       }*/
       padding:0 33px;
}
header span.icon-bag{
        position:relative;
        top:2px;
        left: -10%;
    }
@media(max-width:1024px){
    header .navbar-top .button-right .button {
        padding:0 33px;
    }
    
}
/* @media (max-width: 1024px) {
        header .navbar-top .button-right .button {
          position: absolute;
          left: -67px; } }
      @media (max-width: 480px) {
        header .navbar-top .button-right .button {
          position: absolute;
          top: -76px;
          left: 291px; } }
      @media (max-width: 414px) {
        header .navbar-top .button-right .button {
          left: 198px; } }
      @media (max-width: 360px) {
        header .navbar-top .button-right .button {
          left: 167px; } }
      @media (max-width: 320px) {
        header .navbar-top .button-right .button {
          left: 135px; } } */
header .navbar-top .button-right .button i {
    padding-right: 10px;
    font-size: 20px;
}

header .navbar-top .button-right .button:hover {
    background: #555;
    color: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

/*hết phần header*/
/*phần slide*/
.mb-20 {
    margin-bottom: 20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

/*.headlines {
    height: 700px;
    @media(max-width:768px){
      height: 590px;
    }
}
.headlines section {
    visibility:hidden;
    opacity:0;
    height: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.headlines section.active {
    visibility:visible;
    opacity:1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}*/
/*###########################################
*               Slides
*############################################*/
/*.slides section {
    visibility:hidden;
    opacity:0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.slides section.active {
    visibility:visible;
    opacity:1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}*/
.wrapper-slider {
    position: relative;
}

.wrapper-slider .wrapper-slider1 {
    background-repeat: no-repeat;
    background-image: url("../images/background1.jpg");
    background-size: cover;
    background-position: center;
    height: 1080px;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 {
        height: 478px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 {
        height: 241px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 {
    display: flex;
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image1 {
    position: absolute !important;
    left: 9.5% !important;
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image1 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image1 img {
        width: 237.111px;
        height: 209.628px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image1 img {
        width: 177.853px;
        height: 157.238px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image1 img {
        width: 95.7407px;
        height: 84.6435px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 {
    position: absolute !important;
    left: 65.5% !important;
    top: 13px !important;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 {
        left: 61.5% !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 img {
    width: 227.2px;
    height: 241.4px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 img {
        width: 172.444px;
        height: 183.222px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 img {
        width: 129.347px;
        height: 137.432px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image2 img {
        width: 69.6296px;
        height: 73.9815px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
    position: absolute !important;
    left: 86% !important;
    top: 80px !important;
}

@media (min-width: 1920px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
        top: 82px !important;
    }
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
        left: 83% !important;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
        left: 87% !important;
        top: 65px !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 img {
        width: 137.956px;
        height: 147.117px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 img {
        width: 103.478px;
        height: 110.349px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 img {
        width: 55.7037px;
        height: 59.4028px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row2 {
    position: absolute !important;
    left: 37% !important;
    top: 378px !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 {
        top: 163px !important;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 {
        top: 74px !important;
        left: 34% !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content h5 {
    z-index: 5;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 30px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Maison Neue';
}

@media (min-width: 1920px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content h5 {
        padding-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content h5 {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content h5 {
        font-size: 8px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content h5 {
        padding-bottom: 5px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content .images {
    width: 231.46px;
    height: 41.89px;
    margin: auto;
    padding: 0px;
}

@media (min-width: 1920px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content .images {
        width: 304.209px;
        height: 55.0563px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content .images {
        width: 131.773px;
        height: 23.8484px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content .images {
        width: 70.9352px;
        height: 12.838px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
    white-space: nowrap;
    font-size: 43px;
    line-height: 43px;
    font-weight: 300;
    color: white;
    font-family: 'Maison Neue';
    text-align: center;
    border-width: 0px;
    padding-top: 40px;
}

@media (min-width: 1920px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        padding-top: 0;
        font-size: 13px;
        line-height: 25px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
    display: block;
    white-space: nowrap;
    font-size: 43px;
    line-height: 43px;
    font-weight: 300;
    color: white;
    font-family: 'Maison Neue';
    text-align: center;
    margin: 0px;
    padding-top: 15px;
}

@media (min-width: 1920px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
        font-size: 60px;
        line-height: 80px;
    }
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
        font-size: 13px;
        line-height: 15px;
        padding-top: 0;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row3 {
    display: flex;
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
    position: absolute !important;
    left: 4% !important;
    top: 420px !important;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
        top: 211px !important;
        left: 7% !important;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
        top: 111px !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 114.244px;
        height: 114.783px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 85.6926px;
        height: 86.0968px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 46.1296px;
        height: 46.3472px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
    position: absolute !important;
    right: 0% !important;
    top: 530px !important;
    left: 76% !important;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        left: 69% !important;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        top: 197px !important;
        left: 83% !important;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        top: 107px !important;
    }
}

@media (max-width: 360px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        left: 69% !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 269.983px;
        height: 237.111px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 152.792px;
        height: 168.556px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 109.014px;
        height: 95.7407px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 98.8083px;
        height: 86.7778px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row4 {
    display: flex;
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
    position: absolute !important;
    top: 710px !important;
    left: 10% !important;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 618px !important;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 361px !important;
    }
}

@media (max-width: 480px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 178px !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
        width: 267.289px;
        height: 202.083px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
        width: 200.488px;
        height: 151.579px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
        width: 107.926px;
        height: 81.5972px;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
    position: absolute !important;
    top: 866px !important;
    left: 41% !important;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
        top: 660px !important;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
        top: 395px !important;
    }
}

@media (max-width: 480px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
        top: 195px !important;
    }
}

.wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
    width: 100%;
    height: 100%;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
        width: 203.7px;
        height: 224.717px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
        width: 152.792px;
        height: 168.556px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
        width: 82.25px;
        height: 90.7361px;
    }
}

.wrapper-slider .wrapper-slider2 {
    display: flex;
    position: relative;
    background-image: url("../images/background1.jpg");
    background-size: cover;
    background-position: center;
    height: 1080px;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider2 {
        height: 590px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider2 {
        height: 241px;
    }
}

.wrapper-slider .wrapper-slider2 .parallax-wrap-inner .slider2 #nubes {
    position: absolute;
    left: 477% !important;
    top: -70px !important;
}

.wrapper-slider .wrapper-slider2 .parallax-wrap-inner .slider2 #flores1 {
    width: 729.17px;
    height: 417.48px;
    position: absolute !important;
    left: 622% !important;
    top: 174px !important;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider2 .parallax-wrap-inner .slider2 #flores1 {
        width: 553.439px;
        height: 316.867px;
    }
}

.wrapper-slider .wrapper-slider3 {
    position: relative;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider3 {
        height: 590px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .wrapper-slider3 {
        height: 241px;
    }
}

.wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 {
    position: relative;
}

.wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #nubes {
    width: 510.49px;
    height: 39.05px;
    top: 152px !important;
    position: absolute;
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #nubes {
        width: 290.627px;
        height: 22.2316px;
        top: 100px !important;
    }
}

.wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores1 {
    width: 602.79px;
    height: 426px;
    top: 630% !important;
    left: 26% !important;
    position: absolute;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores1 {
        width: 457.517px;
        height: 323.333px;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores1 {
        width: 343.175px;
        height: 242.526px;
        left: 15% !important;
    }
}

@media (max-width: 375px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores1 {
        width: 167.442px;
        height: 118.333px;
    }
}

.wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores2 {
    width: 275.48px;
    height: 574.39px;
    top: 295% !important;
    left: 165% !important;
    position: absolute;
}

@media (max-width: 1024px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores2 {
        width: 209.089px;
        height: 435.961px;
        left: 128% !important;
    }
}

@media (max-width: 768px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores2 {
        width: 156.834px;
        height: 327.006px;
        left: 162% !important;
        top: 206% !important;
    }
}

@media (max-width: 375px) {
    .wrapper-slider .wrapper-slider3 .parallax-wrap-inner .slider3 #flores2 {
        width: 76.5222px;
        height: 159.553px;
        left: 82% !important;
    }
}

.wrapper-slider .promo-item-demo-button1 {
    width: 48px;
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 50%;
    border-radius: 10px 0 0 10px;
    right: 0%;
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    z-index: 999;
}

@media (max-width: 768px) {
    .wrapper-slider .promo-item-demo-button1 {
        right: 2%;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .promo-item-demo-button1 {
        right: 3%;
    }
}

@media (max-width: 320px) {
    .wrapper-slider .promo-item-demo-button1 {
        right: 4%;
    }
}

.wrapper-slider .promo-item-demo-button1 .promo-list li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.wrapper-slider .promo-item-demo-button1 .promo-list li a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.wrapper-slider .promo-item-demo-button1 .promo-list li a img {
    display: inline-block;
    -webkit-animation: rotate 5s infinite;
    -moz-animation: rotate 5s infinite;
    -ms-animation: rotate 5s infinite;
    animation: rotate 5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: filter .5s ease 0s;
    -o-transition: filter .5s ease 0s;
    -webkit-transition: filter .5s ease 0s;
}

.wrapper-slider .icon .promo-item-demo {
    width: 424px;
    position: fixed;
    top: 0;
    right: -424px;
    z-index: 9999999;
    bottom: 0;
    transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .wrapper-slider .icon .promo-item-demo {
        width: 300px;
    }
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content {
    font-family: 'Maison Neue';
    font-size: 14px;
    line-height: 28px;
    color: #999;
    font-weight: 400;
    overflow-x: hidden;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button {
    width: 48px;
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    border-radius: 10px 0 0 10px;
    left: -48px;
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 1920px) {
    .wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button {
        left: -67px;
    }
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a img {
    display: inline-block;
    -webkit-animation: rotate 5s infinite;
    -moz-animation: rotate 5s infinite;
    -ms-animation: rotate 5s infinite;
    animation: rotate 5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: filter .5s ease 0s;
    -o-transition: filter .5s ease 0s;
    -webkit-transition: filter .5s ease 0s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos {
    padding: 25px 30px;
    background: #fff;
    z-index: 9999999;
    position: relative;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos {
    width: 424px;
    position: fixed;
    top: 0;
    right: -438px;
    z-index: 9999999;
    bottom: 0;
    background: #fff;
    transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it {
    display: inline-block;
    line-height: 44px;
    background: #f14949;
    color: #fff;
    font-size: 12px;
    font-family: 'Maison Neue';
    letter-spacing: 1px;
    margin: 15px 5px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it i {
    padding-right: 10px;
    font-size: 20px;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it:hover {
    background: #555;
    color: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item h2 {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

.wrapper-slider .icon {
    display: none;
}

.wrapper-slider .icon .promo-item-demo {
    width: 424px;
    position: fixed;
    top: 0;
    right: -424px;
    z-index: 9999999;
    bottom: 0;
    transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    font-weight: 400;
    overflow-x: hidden;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button {
    width: 48px;
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    border-radius: 10px 0 0 10px;
    left: -472px;
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 1920px) {
    .wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button {
        left: -67px;
    }
}

@media (max-width: 414px) {
    .wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button {
        left: -362px;
        top: 34%;
    }
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demo-button .promo-list li a img {
    display: inline-block;
    -webkit-animation: rotate 5s infinite;
    -moz-animation: rotate 5s infinite;
    -ms-animation: rotate 5s infinite;
    animation: rotate 5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: filter .5s ease 0s;
    -o-transition: filter .5s ease 0s;
    -webkit-transition: filter .5s ease 0s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos {
    padding: 25px 30px;
    background: #fff;
    z-index: 9999999;
    position: relative;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos {
    width: 424px;
    position: fixed;
    top: 0;
    z-index: 9999999;
    bottom: 0;
    right: 0px;
    background: #fff;
    transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    text-align: center;
}

@media (max-width: 414px) {
    .wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos {
        width: 315px;
    }
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item {
    padding: 20px;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it {
    display: inline-block;
    line-height: 44px;
    background: #f14949;
    color: #fff;
    font-size: 12px;
    font-family: 'Maison Neue';
    letter-spacing: 1px;
    margin: 15px 5px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it i {
    padding-right: 10px;
    font-size: 20px;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .by-it:hover {
    background: #555;
    color: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item h2 {
    font-family: 'Maison Neue';
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 14px;
    margin-top: 40px;
}

.wrapper-slider .icon .promo-item-demo .promo-item-demo-content .promo-item-demos .promo-item__demos .promo-item__item .septem {
    border: 1px solid #cacaca;
    width: 50px;
    margin: 0 auto 30px;
}

.scroll-wrapper {
    overflow-x: scroll;
}

.service {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}

.gly-spin {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*phần wraper*/
.wraper {
    display: block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.wraper .container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .wraper .container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .wraper .content-wrapper .img1 {
        display: none;
    }
}

.wraper .content-wrapper .img2 {
    text-align: center;
    padding-top: 78px;
}

@media (max-width: 768px) {
    .wraper .content-wrapper .img2 {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .wraper .content-wrapper .img2 {
        padding-top: 0;
    }
}

.wraper .content-wrapper .img2 h4 {
    font-size: 36px;
    color: #000;
    font-family: 'Maison Neue';
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
}

.wraper .content-wrapper .img2 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

/*       @media (max-width: 768px) {
        .wraper .content-wrapper .img2 .content p {
          font-size: 15px; } } */
.wraper .content-wrapper .img2 .content span {
    display: block;
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
    padding-bottom: 50px;
}

.wraper .content-wrapper .img2 .content span strong {
    color: #000;
    border-bottom: 1px solid #000;
    font-family: 'Maison Neue';
}

.wraper .content-wrapper .img2 .wraper-lets {
    display: block;
    padding-bottom: 80px;
    margin-bottom: 35px;
}

.wraper .content-wrapper .img2 .wraper-lets p {
    display: table;
    line-height: 36px;
    font-size: 18px;
    margin: 0 auto;
    border-bottom: 2px solid;
    color: #dc9817;
    font-family: 'Maison Neue';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .wraper .content-wrapper .img3 {
        display: none;
    }
}

/*hết phần wrapper*/
/*phần wrapper-images*/
@media (min-width: 1200px) {
    .wrapper-images .container {
        max-width: 1200px !important;
        width: 1200px;
    }

}

.wrapper-images .container .row {
    justify-content: space-between;
    align-items: center;
}

.wrapper-images {
    display: block;
}

.wrapper-images .wrapper-content {}

@media (max-width: 1024px) {
    .wrapper-images .wrapper-content {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content1 {
        margin-bottom: 35px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content1 .content {
    text-align: left;
    position: absolute;
    top: 37%;
}

/*       @media (max-width: 768px) {
        .wrapper-images .wrapper-content .wrapper-images-content1 .content {
          padding-left: 15px;
          padding-right: 15px;
          top: 25%; } } */
@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content1 .content {
        position: static;
        padding-bottom: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content1 .content h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content1 .content h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 27px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content1 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
    width: 93%;
}

.wrapper-images .wrapper-content .wrapper-images-content1 .video {
    text-align: right;
}

@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content1 .video {
        text-align: center;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content1 .video .content-video {
    position: relative;
    display: inline-block;
    padding: 45px 10px 20px 10px;
}

.wrapper-images .wrapper-content .wrapper-images-content1 .video .content-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-border.png");
    background-size: 100% 100%;
    z-index: 1;
    width: 394px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content1 .video .content-video::before {
        width: 324px;
        height: 735px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content1 .video .content-video video {
    width: 374px;
    height: 812px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content1 .video .content-video video {
        width: 304px;
        height: 660px;
    }
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content2 {
        margin-bottom: 35px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content2 .video {
    text-align: left;
}

@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content2 .video {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content2 .video .content-video {
    position: relative;
    display: inline-block;
    padding: 45px 10px 20px 10px;
}

.wrapper-images .wrapper-content .wrapper-images-content2 .video .content-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-border.png");
    background-size: 100% 100%;
    z-index: 1;
    width: 394px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content2 .video .content-video::before {
        width: 324px;
        height: 735px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content2 .video .content-video video {
    width: 374px;
    height: 812px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content2 .video .content-video video {
        width: 304px;
        height: 660px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content2 .content {
    text-align: left;
    position: absolute;
    top: 37%;
}

/*       @media (max-width: 768px) {
        .wrapper-images .wrapper-content .wrapper-images-content2 .content {
          padding-left: 15px;
          padding-right: 15px;
          top: 30%; } } */
@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content2 .content {
        position: static;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content2 .content h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content2 .content h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 27px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content2 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
    width: 93%;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 {
        margin-bottom: 35px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content3 .content {
    text-align: left;
    position: absolute;
    top: 37%;
}

/*       @media (max-width: 768px) {
        .wrapper-images .wrapper-content .wrapper-images-content3 .content {
          padding-left: 15px;
          padding-right: 15px; } } */
@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 .content {
        position: static;
        padding-top: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content3 .content h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content3 .content h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 27px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content3 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
    width: 93%;
}

.wrapper-images .wrapper-content .wrapper-images-content3 .content p span {
    color: #000;
    text-decoration: underline;
}

.wrapper-images .wrapper-content .wrapper-images-content3 .video {
    text-align: right;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 .video {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 .video {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content3 .video .content-video {
    position: relative;
    display: inline-block;
    padding: 45px 10px 20px 10px;
}

.wrapper-images .wrapper-content .wrapper-images-content3 .video .content-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-border.png");
    background-size: 100% 100%;
    z-index: 1;
    width: 394px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 .video .content-video::before {
        width: 324px;
        height: 735px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content3 .video .content-video video {
    width: 374px;
    height: 812px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content3 .video .content-video video {
        width: 304px;
        height: 660px;
    }
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 {
        margin-bottom: 35px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .video {
    text-align: left;
}

@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 .video {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .video .content-video {
    position: relative;
    display: inline-block;
    padding: 45px 10px 20px 10px;
}

.wrapper-images .wrapper-content .wrapper-images-content4 .video .content-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-border.png");
    background-size: 100% 100%;
    z-index: 1;
    width: 394px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 .video .content-video::before {
        width: 324px;
        height: 735px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .video .content-video video {
    width: 374px;
    height: 812px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 .video .content-video video {
        width: 304px;
        height: 660px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .content {
    text-align: left;
    position: absolute;
    top: 37%;
}

/*  @media (max-width: 768px) {
        .wrapper-images .wrapper-content .wrapper-images-content4 .content {
          padding-left: 15px;
          padding-right: 15px; } } */
@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 .content {
        position: static;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .content h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content4 .content h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 27px !important;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content4 .content h3 {
        font-size: 35px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content4 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

.wrapper-images .wrapper-content .wrapper-images-content5 {
    padding-bottom: 30px;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .content {
    text-align: left;
    position: absolute;
    top: 37%;
}

/*         @media (max-width: 768px) {
          .wrapper-images .wrapper-content .wrapper-images-content5 .content {
            padding-left: 15px;
            padding-right: 15px; } } */
@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content5 .content {
        position: static;
        padding-top: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content5 .content h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .content h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 27px !important;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    width: 91%;
    font-weight: 400;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .content p span {
    color: #000;
    text-decoration: underline;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .video {
    text-align: right;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content5 .video {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wrapper-images .wrapper-content .wrapper-images-content5 .video {
        padding-top: 25px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content5 .video .content-video {
    position: relative;
    display: inline-block;
    padding: 45px 10px 20px 10px;
}

.wrapper-images .wrapper-content .wrapper-images-content5 .video .content-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url("../images/mobile-border.png");
    background-size: 100% 100%;
    z-index: 1;
    width: 394px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content5 .video .content-video::before {
        width: 324px;
        height: 735px;
    }
}

.wrapper-images .wrapper-content .wrapper-images-content5 .video .content-video video {
    width: 374px;
    height: 812px;
}

@media (max-width: 768px) {
    .wrapper-images .wrapper-content .wrapper-images-content5 .video .content-video video {
        width: 304px;
        height: 660px;
    }
}

/*hết phần wrapper-img*/
/*phần wrapper-background*/
@media(min-width:1025px){
    .wrapper-background{
        background-size:cover;
    }
}
.wrapper-background {
    margin-top: 133px;
    margin-bottom: 90px;
    padding-top: 150px;
    background-image: url("../images/background2.jpg");
    background-position: 0 0 !important;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .wrapper-background {
        padding-top: 60px;
    }
}

.wrapper-background .content {
    padding-top: 35px;
}

.wrapper-background .content h3 {
    font-family: 'Maison Neue';
    font-size: 60px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    padding-bottom: 135px;
}

@media (max-width: 1024px) {
    .wrapper-background .content h3 {
        padding-bottom: 76px;
    }
}

@media (max-width: 991px) {
    .wrapper-background .content h3 {
        font-size: 35px;
        padding-bottom: 60px;
    }
}

.wrapper-background .content .banner {
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .wrapper-background .content .banner {
        width: 964px;
        margin: auto;
    }
}

@media (max-width: 824px) {
    .wrapper-background .content .banner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*hết phần background*/
li.different {
    position: relative;
}

li.different:hover {
    border: none;
}

.different:hover::after {
    width: 100%;
    left: 0;
}

/* .different::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: 0;
  background-color: #ffa749;
  transition: all ease-in-out .2s; }

.different.active::after {
  width: 100%;
  left: 0; } */


.different:hover,
.different:active,
.different:focus {
    color: #ffa749;
}

.wrapper-tab-menu .tab ul li.active a {
    color: #ffa749;
}

.wrapper-tab-menu .tab ul li:hover a {
    color: #ffa749;
}

.wrapper-tab-menu .tab ul li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #ffa749;
    transition: all ease-in-out .2s;
}

.wrapper-tab-menu .tab ul li.active a:after {
    width: 100%;
    left: 0;
}

/*tab-mennu*/
.nav-tabs {
    border-bottom: 0;
}

.wrapper-tab-menu {
    background: linear-gradient(#fff, #f7f7f7);
    padding-top: 30px;
    padding-bottom: 60px;
}

/*   @media (max-width: 1199px) {
    .wrapper-tab-menu {
      padding-left: 15px;
      padding-right: 15px; } } */
@media (min-width: 1920px) {
    .wrapper-tab-menu .container-fluid {
        max-width: 100%;
    }
}

.wrapper-tab-menu .tab {
    padding: 0 50px;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab {
        padding: 0;
    }
}

.wrapper-tab-menu .tab ul {
    margin-bottom: 84px;
    padding-left: 0;
}

@media (max-width: 480px) {
    .wrapper-tab-menu .tab ul {
        display: block;
        text-align: center;
    }
}

.wrapper-tab-menu .tab ul li {
    margin: 0 25px;
}


@media (max-width: 1024px) {
    .wrapper-tab-menu .tab ul li {
        margin: 15px;
    }
}

.wrapper-tab-menu .tab ul li a {
    display: block;
    font-family: 'Maison Neue';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a6a6a6;
    padding-bottom: 10px;
    position: relative;
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo1 .title h4 {
        text-align: center;
    }
}

/* .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo2 .title h4 {
        text-align: center;
    }
}

/*  .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item1 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo1 .title h4 {
        text-align: center;
    }
}

/*  .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 {
    padding-bottom: 53px;
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item2 .item-demo4 .title h4 {
        text-align: center;
    }
}

/*  .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #home .content-item3 .item-demo4 .title h4 {
        text-align: center;
    }
}

/* .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item1 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #shop .content-item2 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo1 .title h4 {
        text-align: center;
    }
}

/* .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item1 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item2 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #product .content-item3 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo1 .title h4 {
        text-align: center;
    }
}

/*  .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item1 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item2 .item-demo4 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #blog .content-item3 .item-demo1 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo1 .title h4 {
        text-align: center;
    }
}

/*  .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 {
      padding-bottom: 53px; } */
@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo2 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo3 .title h4 {
        text-align: center;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 {
    padding-bottom: 53px;
}

@media (max-width: 1199px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .product-img {
    position: relative;
    width: 100%;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .product-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .product-img:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .product-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .title h4 {
    font-family: 'Maison Neue';
    font-size: 18px;
    color: #797979;
    line-height: 24px;
    padding-top: 30px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .wrapper-tab-menu .tab .tab-content #pages .content-item .item-demo4 .title h4 {
        text-align: center;
    }
}

/*hết phần tab menu*/
/*phần belief*/
.wrapper-belief {
    display: block;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 145px;
}

@media (min-width: 1920px) {
    .wrapper-belief {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (min-width: 1920px) {
    .wrapper-belief .container-fluid {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .wrapper-belief {
        padding-left: 0;
        padding-right: 0;
    }
}

.wrapper-belief .title {
    padding-top: 100px;
    padding-bottom: 70px;
}

.wrapper-belief .title h2 {
    font-family: 'Maison Neue';
    font-size: 60px;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.wrapper-belief .content-belief {
    display: block;
}

.wrapper-belief .content-belief .belief1 {
    position: relative;
}

.wrapper-belief .content-belief .belief1 .content {
    text-align: left;
    position: absolute;
    top: 34%;
}

@media (max-width: 824px) {
    .wrapper-belief .content-belief .belief1 .content {
        padding-left: 15px;
        padding-right: 15px;
        position: static;
    }
}

.wrapper-belief .content-belief .belief1 .content h5 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.wrapper-belief .content-belief .belief1 .content .content-title h2 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 25px;
}

.wrapper-belief .content-belief .belief1 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

@media (max-width: 767px) {
    .wrapper-belief .content-belief .belief1 .product-img {
        padding: 25px 15px 50px;
    }
}

.wrapper-belief .content-belief .belief2 {
    position: relative;
}

@media (max-width: 767px) {
    .wrapper-belief .content-belief .belief2 .product-img {
        padding: 25px 15px 50px;
    }
}

.wrapper-belief .content-belief .belief2 .content {
    text-align: left;
    position: absolute;
    top: 34%;
}

@media (max-width: 824px) {
    .wrapper-belief .content-belief .belief2 .content {
        padding-left: 15px;
        padding-right: 15px;
        position: static;
    }
}

.wrapper-belief .content-belief .belief2 .content h5 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.wrapper-belief .content-belief .belief2 .content .content-title h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 25px;
}

.wrapper-belief .content-belief .belief2 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

.wrapper-belief .content-belief .belief3 {
    position: relative;
}

.wrapper-belief .content-belief .belief3 .content {
    text-align: left;
    position: absolute;
    top: 38%;
}

@media (max-width: 824px) {
    .wrapper-belief .content-belief .belief3 .content {
        padding-left: 15px;
        padding-right: 15px;
        position: static;
        margin-top: 50px;
    }
}

.wrapper-belief .content-belief .belief3 .content h5 {
    font-family: 'Maison Neue';
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.wrapper-belief .content-belief .belief3 .content .content-title h3 {
    font-family: 'Maison Neue';
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 25px;
}

.wrapper-belief .content-belief .belief3 .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
}

.wrapper-belief .content-belief .belief3 .product-img {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .wrapper-belief .content-belief .belief3 .product-img {
        padding: 25px 15px 50px;
    }
}

/* hết phần wrapper*/
/*phần wrapper search*/
@media(min-width:1025px){
  .wrapper-search {
    background-size:cover;
}
}
.wrapper-search {
    padding-top: 60px;
    padding-bottom: 210px;
    background-image: url("../images/background3.jpg");
    
    background-repeat: no-repeat;
}

.wrapper-search .content-search {
    padding-top: 35px;
    text-align: center;
}

.wrapper-search .content-search h4 {
    font-family: 'Maison Neue';
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 400;
}

.wrapper-search .content-search p {
    font-family: 'Maison Neue';
    font-size: 30px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 130px;
}

.wrapper-search .content-video .video {
    display: table;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .wrapper-search .content-video .video {
        display: table;
        position: relative;
        border: 3px solid #666;
        border-radius: 8px;
        background: #000;
    }
}

.wrapper-search .content-video .video::before {
    content: url(../images/laptop.png);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .wrapper-search .content-video .video::before {
        content: "";
    }
}

.wrapper-search .content-video .video video {
    background: #fff;
    z-index: 99;
    border-radius: 35px 35px 0 0;
    position: relative;
    width: 1100px;
    height: 707px;
}

@media (max-width: 1199px) {
    .wrapper-search .content-video .video video {
        border-radius: 8px;
        width: 100%;
        height: auto;
        border: 5px solid #000;
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .wrapper-search .content-video .video video {
        width: 712px;
    }
}

@media (max-width: 480px) {
    .wrapper-search .content-video .video video {
        width: 100%;
    }
}

/*hết phần wrapper search*/
/*phần banner*/
.wrapper-banner {
    display: block;
}

@media (min-width: 1920px) {
    .wrapper-banner .container-fluid {
        max-width: 100%;
    }
}

.wrapper-banner .banner1 {
    padding: 155px 15px 165px 85px;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .wrapper-banner .banner1 {
        padding: 155px 15px 165px 35px;
    }
}

.wrapper-banner .banner1 .content-banner {
    text-align: left;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wrapper-banner .banner1 .content-banner h4 {
    font-family: 'Maison Neue';
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.wrapper-banner .banner1 .content-banner p {
    font-family: 'Maison Neue';
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
}

.wrapper-banner .banner2 {
    height: 100%;
    padding: 170px 0 165px 70px;
    background-image: url("../images/banner2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .wrapper-banner .banner2 {
        padding: 155px 15px 165px 35px;
    }
}

.wrapper-banner .banner2 .content-banner {
    text-align: left;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wrapper-banner .banner2 .content-banner h4 {
    font-family: 'Maison Neue';
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 28px;
    text-transform: uppercase;
}
#features{
    background: linear-gradient(#fff, #f7f7f7);
}
.wrapper-banner .banner2 .content-banner p {
    font-family: 'Maison Neue';
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
}

/*hết phần banner*/
/*phần icon*/
.wrapper-icon {
    /* background: linear-gradient(#fff, #f7f7f7); */
    padding-left: 94.5px;
    padding-right: 94.5px;
}

@media (min-width: 1920px) {
    .wrapper-icon {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1920px) {
    .wrapper-icon .container-fluid {
        max-width: 100%;
        padding-left: 245px;
        padding-right: 245px;
    }
}

@media (max-width: 1024px) {
    .wrapper-icon {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrapper-icon .content {
    text-align: center;
}

.wrapper-icon .content h4 {
    padding-top: 160px;
    padding-bottom: 25px;
    font-size: 24px;
    font-family: 'Maison Neue';
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
@media(max-width:480px){
    .wrapper-icon .content h4 {
        
        padding-top:50px;
    }
}
.wrapper-icon .content h3 {
    font-family: 'Maison Neue';
    font-weight: 300;
    font-size: 36px;
    color: #000;
    line-height: 46px;
    margin-bottom: 50px;
}

@media (min-width: 1920px) {
    .wrapper-icon .content-wrapper {
        padding-left: 94.5px;
        padding-right: 94.5px;
    }
}

.wrapper-icon .content-wrapper .wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}

.wrapper-icon .content-wrapper .wrapper ul {
    overflow: hidden;
}

.wrapper-icon .content-wrapper .wrapper ul li {
    width: 12.5%;
    text-align: center;
}

@media (max-width: 1024px) {
    .wrapper-icon .content-wrapper .wrapper ul li {
        width: 16.6666%;
    }
}

@media (max-width: 991px) {
    .wrapper-icon .content-wrapper .wrapper ul li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .wrapper-icon .content-wrapper .wrapper ul li {
        width: 33.333%;
    }
}

@media (max-width: 479px) {
    .wrapper-icon .content-wrapper .wrapper ul li {
        width: 50%;
    }
}

.wrapper-icon .content-wrapper .wrapper ul li:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}

.wrapper-icon .content-wrapper .wrapper ul li img {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
}

.wrapper-icon .content-wrapper .wrapper ul li h6 {
    font-family: 'Maison Neue';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 34px;
}

/*hêt phần icon*/
/*phần background footer*/
.wrapper-footer {
    padding: 190px 94.5px 225px;
    background-image: url("../images/bg-footer.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width: 1920px) {
    .wrapper-footer {
        padding: 190px 245px 225px;
    }
}

@media (max-width: 1280px) {
    .wrapper-footer {
        padding: 100px 15px;
    }
}

.wrapper-footer .content {
    padding-top: 35px;
    margin-left: 125px;
    text-align: left;
}

@media (max-width: 1280px) {
    .wrapper-footer .content {
        margin-left: 0;
    }
}

.wrapper-footer .content .title h2 {
    font-family: 'Maison Neue';
    font-size: 60px;
    color: #000000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 23px;
}

/* @media (max-width: 480px) {
        .wrapper-footer .content .title h2 {
          font-size: 50px; } } */
.wrapper-footer .content p {
    font-family: 'Maison Neue';
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    font-weight: 400;
    margin-bottom: 60px;
}

.wrapper-footer .content .icon ul li {
    padding-bottom: 20px;
}

.wrapper-footer .content .icon ul li a {
    font-family: 'Maison Neue';
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
}

.wrapper-footer .content .icon ul li a img {
    padding-right: 20px;
}

.wrapper-footer .content .icon ul li a:hover,
.wrapper-footer .content .icon ul li a:focus,
.wrapper-footer .content .icon ul li a:active {
    color: #ffa749;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

/*hết phần background footer*/
/*phần menu footer*/
.wrapper-menu-footer {
    display: block;
    background-color: #212226;
    padding: 40px 94.5px;
}

@media (min-width: 1025px) {
    .wrapper-menu-footer {
        padding: 87px 245px;
    }
}

@media (max-width: 1199px) {
    .wrapper-menu-footer {
        padding: 40px 15px;
    }
}

.wrapper-menu-footer .logo2 {
    max-width: 100%;
}

/*     @media (max-width: 767px) {
      .wrapper-menu-footer .logo2 {
        width: 95px;
        height: 20px;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px; } } */
@media (max-width: 767px) {
    .wrapper-menu-footer .menu ul {
        padding-top: 30px;
    }
}

.wrapper-menu-footer .menu ul li a {
    font-family: 'Maison Neue';
    color: #fff;
    margin-left: 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .wrapper-menu-footer .menu ul li a {
        margin: 0 5px;
    }
}

.wrapper-menu-footer h3 {
    font-family: 'Maison Neue';
    font-size: 30px;
    color: rgba(255, 255, 255, 0.08);
    line-height: 46px;
    font-weight: 300;
    text-align: right;
}

@media (max-width: 767px) {
    .wrapper-menu-footer h3 {
        /*  font-size: 26px; */
        text-align: center;
    }
}

/*hết phần menu footer*/
/* scrollup */
.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 88px;
    right: 25px;
    background-color: transparent;
    border: 2px solid #000;
    z-index: 8;
}

.scrollup:hover {
    border: 2px solid #ffa749;
    color: #ffa749;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #000;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;
}

/*Random*/
.item_random {
    position: fixed;
    top: 60%;
    right: 58%;
    z-index: 1000;
    overflow: hidden;
    border: 2px solid #cacaca;
}

@media (min-width: 1920px) {
    .item_random {
        top: 64%;
        right: 70%;
    }
}

.item_random .content {
    display: inline-flex;
    padding: 10px 20px 10px 10px;
}

.item_random .content .product-cotent p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #919191;
    font-weight: 400;
    padding-top: 10px;
}

.item_random .content .product-cotent h4 a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 15px;
}

.item_random .content .product-cotent span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 10px;
    color: #919191;
    font-weight: 400;
}

.item_random {
    display: none;
    background-color: #fff;
    border-radius: 5px;
}

.animation_scroll {
    animation: scroll 7s linear 0s infinite;
}

@keyframes scroll {
    0% {
        transform: translate(200px, 0);
    }

    100% {
        transform: translate(-300px, 0);
    }
}

@media (max-width: 1024px) {
    .pic-wrapper {
        height: 740px;
    }

    .pic-1 {
        height: 740px;
    }

    .pic-2 {
        height: 740px;
    }

    .pic-3 {
        height: 740px;
    }

    header .navbar {
        display: block;
    }

    /*  header .navbar-top .button-right .button {
    position: absolute;
    left: 50px; } */

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 80%;
        height: 80%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
        width: 57%;
        height: 54%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 515px !important;
        left: 6% !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
        width: 100%;
        left: 86% !important;
        height: 100%;
        top: 160px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        left: 72% !important;
        top: 424px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
        position: absolute !important;
        left: 4% !important;
        top: 291px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 {
        position: absolute !important;
        left: 37% !important;
        top: 260px !important;
        text-align: center !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
        width: 80%;
        height: 100%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
        top: 580px !important;
    }

    .menu-scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        /* height: 80px; */
        background: #000;
        /* padding: 3px 10px;  */
    }
}

@media (max-width: 768px) {
    /* header .navbar-top .button-right {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    right: 90px; } */

    .pic-wrapper {
        height: 400px;
    }

    .pic-1 {
        height: 400px;
    }

    .pic-2 {
        height: 400px;
    }

    .pic-3 {
        height: 400px;
    }

    header .navbar {
        display: block;
    }

    img.img-fluiddd {
        margin: 31px 10px 0px 0px;
        width: 75%;
    }

    img.img-fluidd.wow.bounceInRight {
        width: 59%;
    }

    div#flores2 {
        margin-top: 145px;
    }

    .wraper {
        padding-top: 14px;
    }

    /* header .navbar-top .button-right .button {
    position: absolute;
    left: -16px; } */

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 {
        top: 110px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        padding-top: 0px;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content span {
        padding-top: 0px;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 50%;
        height: 69%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
        position: absolute !important;
        left: 4% !important;
        top: 170px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        left: 65% !important;
        top: 232px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 70%;
        height: 61%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 282px !important;
        left: 6% !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 img {
        width: 39%;
        height: 50%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 {
        top: 330px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image7 img {
        width: 35%;
        height: 100%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 66%;
        height: 50%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row1 #image3 {
        width: 100%;
        left: 86% !important;
        height: 100%;
        top: 136px !important;
    }

    .wrapper-slider2 div#flores1 {
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 22% !important;
        right: -20%;
        width: 48%;
    }

    img#nubes {
        margin-left: 30%;
        width: 5%;
    }

    .wrapper-slider2 div#flores1 {
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 55% !important;
        right: -20%;
        width: 48%;
    }

    /* 
  .wrapper-icon .content h4 {
    padding-top: 50px; } */

    .wrapper-images .wrapper-content .wrapper-images-content1 .content p {
        width: 100%;
    }

    /*  .menu-scroll {
    opacity: 0; } */
}

@media (max-width: 414px) {
    header .navbar-top .button-right .button {
        left: 210px;
    }

    .menu-scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 63px;
        background: #000;
        padding: 0px 10px;
    }

    img.img-fluidds.a.wow.bounceInLeft {
        right: -566px;
        display: none;
    }

    /*  header .navbar-top .logo {
    padding: 17px 20px 27px 15px; }
 */
    .wraper {
        padding-top: 45px;
    }

    .list-group-submenu {
        position: absolute;
        right: -800px;
        width: 340px;
    }

    .pic-wrapper {
        height: 300px;
    }

    .pic-1 {
        height: 300px;
    }

    .pic-2 {
        height: 300px;
    }

    .pic-3 {
        height: 300px;
    }

    header .navbar {
        display: block;
    }

    .list-group-submenu .list-group-submenu-item {
        padding: 20px 0px;
    }

    img#nubes {
        margin-left: 24%;
        width: 7%;
    }

    .wrapper-slider .wrapper-slider1 {
        height: 400px;
    }

    /*   .content {
    width: 85%;
    margin: 0 auto; } */

    /* .wrapper-background {
    margin-bottom: 15px; } */

    /*  .wrapper-belief .title {
    padding-top: 35px;
    padding-bottom: 70px; } */

    .wrapper-belief {
        padding-bottom: 0px;
    }

    .wrapper-search .content-search p {
        margin-bottom: 25px;
    }

    /*  .wrapper-banner .banner1 {
    padding: 70px 0px 70px 40px; }

  .wrapper-banner .banner2 {
    padding: 70px 0px 70px 40px; } */

    /*  .wrapper-icon .content h3 {
    font-size: 30px; }
 */
    /* .wrapper-footer {
    padding: 10px 15px; } */

    /* .wraper .content-wrapper .img2 .content span {
    padding-bottom: 15px; } */

    .wraper .content-wrapper .img2 .wraper-lets {
        display: block;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    .wrapper-background {
        margin-top: 30px;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 img {
        width: 35%;
        height: 69%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image4 {
        position: absolute !important;
        left: 4% !important;
        top: 92px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 img {
        width: 94%;
        height: 56%;
    }

    img.img-fluidd.wow.bounceInRight {
        width: 82%;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row3 #image5 {
        left: 74% !important;
        top: 197px !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row4 #image6 {
        top: 200px !important;
        left: 10% !important;
    }

    .wrapper-slider .wrapper-slider1 .slider1 .slide-row2 .content p {
        padding-top: 15px;
    }
}

@media (max-width: 375px) {
    header .navbar-top .button-right .button {
        left: 190px;
    }

    .wrapper-images .wrapper-content .wrapper-images-content1 .content h3 {
        font-family: 'Maison Neue';
        /* font-size: 30px; */
    }

    .row.anh1 {
        width: 100%;
        padding: 0px 15px;
        margin: 0px 0px;
    }

    .every p {
        font-size: 12px;
    }

    /* .wrapper-belief .title {
    padding-top: 24px;
    padding-bottom: 35px; } */

    .list-group-submenu {
        position: absolute;
        right: -800px;
        width: 285px;
    }

    .wrapper-belief .content-belief .belief1 .content .content-title h2 {
        font-family: 'Maison Neue';
        /* font-size: 30px; */
        color: #000;
        font-weight: 400;
        line-height: 46px;
        /* padding-bottom: 10px;  */
    }

    .wrapper-belief .content-belief .belief2 .product-img {
        padding: 0px 15px 50px;
    }

    /* .wrapper-belief .content-belief .belief2 .content .content-title h3 {
    font-size: 30px; } */

    .wrapper-belief .content-belief .belief3 .content .content-title h3 {
        font-family: 'Maison Neue';
        /*  font-size: 30px; */
    }

    .wrapper-belief .content-belief .belief3 .product-img {
        padding: 0px 15px 50px;
    }

    .wrapper-search .content-search p {
        font-family: 'Maison Neue';
        font-size: 27px;
    }

    /*  .wrapper-icon .content h3 {
    font-size: 23px; }
 */
    /*  .wrapper-footer .content .title h2 {
    font-size: 36px; } */

    /*   .wrapper-footer .content p {
    margin-bottom: 27px; } */

    .wrapper-menu-footer .menu ul li a {
        letter-spacing: 0px;
    }

    .wrapper-images .wrapper-content .wrapper-images-content5 .content h3 {
        font-family: 'Maison Neue';
        /* font-size: 30px; */
    }

    .wrapper-images .wrapper-content .wrapper-images-content3 .content h3 {
        font-family: 'Maison Neue';
        /* font-size: 30px; */
    }

    .wrapper-images .wrapper-content .wrapper-images-content2 .content h3 {
        font-family: 'Maison Neue';
        /* font-size: 30px; */
    }

    /* .wraper .content-wrapper .img2 h4 {
    font-size: 32px; } */

    .wraper {
        padding-top: 50px;
    }
}

@media (max-width: 320px) {
    header .navbar-top .button-right .button {
        left: 152px;
    }

    img.img-fluidd.wow.bounceInRight {
        width: 100%;
    }

    .every p {
        font-size: 11px;
    }

    .pic-wrapper {
        height: 200px;
    }

    .wraper {
        padding-top: 50px;
    }

    .pic-1 {
        height: 200px;
    }

    .pic-2 {
        height: 200px;
    }

    .pic-3 {
        height: 200px;
    }

    header .navbar {
        display: block;
    }
}

.wrapper-tab-menu .product-img img {
    width: 100%;
}

.wrapper-tab-menu [class*="col-"] {
    padding-bottom: 66px;
}

@media(min-width:1025px) {
    .wrapper-tab-menu [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;

    }
    .wrapper-content [class*="wrapper-images-"]{
        margin-bottom:35px;
        
    }
}

@media(min-width:1025px) {
    .wrapper-background .container-fluid {
        padding: 0;
    }
}

@media(min-width:480px) {
    .gradient-pink {
        background: linear-gradient(#fff, #f7eef8);
    }
}

@media(min-width:1025px) {

    .wrapper-belief .content-belief .belief2,
    .wrapper-belief .content-belief .belief3 {
        margin-top: -150px;
    }

    .belief-spc {
        padding-left: 0;
        margin-left: -10px;
    }
}

@media(min-width:1025px) {
    .wrapper-banner {
        margin-top: 40px;
    }
}

.navbar-top {
    padding: 5px 0;
}

.navbar-top .row {
    align-items: center;
}

.product-img a {
    display: block;
    position: relative;
}

.hidden-xs {
    display: none;
}
@media(max-width:1024px) {
    .hidden-ip-sm {
        display: none;
    }
    .navbar-top .row{
      justify-content:space-between;
    }
    header .navbar-top{
      background:#000;
      padding:10px;
    }
}
@media(max-width:767px) {
    .wrapper-background .content h3 {
        font-size: 26px;
    }
}

@media(max-width:480px) {
  header .navbar-top{
      
      padding:10px 0;
    }
    .wrapper-tab-menu .tab ul li a {
        display: inline-block;
    }

    .wrapper-tab-menu .container-fluid {
        padding: 0;
    }

    .wrapper-tab-menu .tab ul {
        margin-bottom: 35px;
    }
}

@media(max-width:480px) {
    .wrapper-background {
        margin-bottom: 0;
    }

    .wrapper-background .content {
        padding-top: 0;
    }

    .wrapper-images .wrapper-content .wrapper-images-content3 .content p,
    .wrapper-images .wrapper-content .wrapper-images-content2 .content p,
    .wrapper-images .wrapper-content .wrapper-images-content5 .content p {
        width: 100%;
    }
}

@media(max-width:480px) {
    .wrapper-banner .banner1 {
        padding: 100px 30px;
    }

    .wrapper-banner .banner2 {
        padding: 100px 30px;
        background-size: unset;
    }
}

@media(max-width:480px) {
    .wrapper-icon .container-fluid {
        padding: 0;
    }
}


@media(max-width:1280px) {
    .wrapper-footer {
        background: none;
    }

}

@media(max-width:480px) {
    .wrapper-menu-footer .menu ul {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .wrapper-menu-footer .logo2 {
        text-align: center;
    }

    .wrapper-menu-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-top {
        padding-left: 0;
        padding-right: 0;
    }
    .every{
        display:none;
    }
    .list-group-submenu{
            width: 280px;
    }
}

@media(max-width:767px) {
    .scrollup {
        width: 30px;
        height: 30px;
    }
}

.top-seasons {
  
  padding-top: 59px;
  padding-bottom: 35px;
  position: relative; }
@media(max-width:480px){
    .top-seasons {
        padding-top:0;

    }
}
.bot {
   }

.row.body-reasons {
  padding: 0 44px; }
  @media(min-width:768px) and (max-width:992px){
      .row.body-reasons [class*="col-"] {
          
              -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
      }
  }
@media(max-width:480px){
  .row.body-reasons {
  padding: 0 0; }  
}
.h-reasons h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Poppins',sans-serif;
  padding-bottom: 65px; }

img.img-responsive.produc {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px; }

.box {
  display: block;
  position: relative; }

i.fa.fa-star {
  color: #fac917;
  background: #fff;
  font-size: 30px;
  padding: 18px;
  border-radius: 50%;
  position: absolute;
  bottom: -5%;
  right: 45%; }
@media(max-width:1024px){
    i.fa.fa-star {
        bottom: -15%;
    right: 39%;
    }
}
span.bottom {
  display: block;
  width: 60px;
  height: 1px;
  background: #ffa749;
  margin: 0 auto; }

.body-time {
  padding: 64px 0px 22px 0px;
  width: 96%;
  text-align: center;
  margin: 0 auto;
  display: block; }
  @media(max-width:480px){
      .body-time {
          padding-top:45px;

      }
  }
  .body-time h3 {
    font-size: 22px;
    font-family: 'Poppins',sans-serif;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 22px;
    width: 90%;
    margin: 0 auto; }
  .body-time p {
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
    color: #999; }

/* .show {
  display: block !important;
  text-align: center;
  margin: 64px 0px; }
  .show a {
    background: #f00;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f44;
    padding: 0 30px;
    border: none;
    font-weight: 500;
    position: absolute;
    border-radius: 52px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    .show a:hover {
      background-color: #0ebced;
      -webkit-transition-duration: 1.5s;
      -moz-transition-duration: 1.5s;
      -o-transition-duration: 1.5s; } */

/*# sourceMappingURL=style.css.map */