/* banner */
.banner1-mr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#banner .video-wrap {
    position: relative;
    z-index: 9;
}
#banner1 .parallax-banner {
    position: absolute;
    top: 100px;
    left: -40px;
    width: 300px;
    height: 400px;
    z-index: 10;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

#banner1 .video-wrap {
    position: relative;
    overflow: hidden;
    width: 550px;
    height: 450px;
    margin-top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.theme--light #banner1 .deco-banner .menu-bg {
    background-color:#b3e5fc26;
}
#banner1 .deco-banner .menu-bg {
    top: -670px;
    right: -50px;
    width: 915px;
    height: 915px;
    position: absolute;
    border-radius: 50%;
}
#banner1 .inner-figure {
    background: var(--v-primary-base);
    width: 100%;
    height: 100%;
    position: relative;
}
#banner1 .inner-figure img {
    display: block;
    min-width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
#banner1 .inner-figure .video {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
#banner1 #youtube1 ,#youtube2{
    position: relative;
    background: 0 0;
    width: 100%;
    height: 100%;
}
#banner1 .ytplayer-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

#banner1 .inner-figure .video iframe {
    top: 0!important;
    max-width: 538px;
    left: 5px!important;
    margin-top: 5px;
    height: 440px!important;
    border-radius: 4px;
}

#banner1 .inner-figure:hover .btn-play1 {
    opacity: 1
}
#banner1 .video-figure {
    position: absolute;
    height: 100%;
    width: 100%;
}
.theme--light #banner1 .btn-play1 {
    -webkit-box-shadow: 0 1px 5px 0 rgba(128, 128, 128, .2), 0 2px 2px 0 rgba(128, 128, 128, .14), 0 3px 1px -2px rgba(128, 128, 128, .12);
    box-shadow: 0 1px 5px 0 rgba(128, 128, 128, .2), 0 2px 2px 0 rgba(128, 128, 128, .14), 0 3px 1px -2px rgba(128, 128, 128, .12);
}
[dir=ltr] #banner1 .btn-play1 {
    left: 46%;
}
#banner1 .btn-play1 .material-icons {
    font-size: 50px;
    line-height: 80px;
    color: var(--v-primary-base);
}
#banner1 .btn-play1 {
    position: absolute;
    top: 46%;
    z-index: 200;
    width: 80px;
    height: 80px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: #fff !important;
}
.theme--light #banner1 .deco-banner .video-bg {
    background-image: -o-linear-gradient(355deg,var(--v-primary-base) 0,var(--v-secondary-base) 110%);
    background-image: linear-gradient(95deg,var(--v-primary-base) 0,var(--v-secondary-base) 110%);
}
.theme--light #banner1 .deco-banner .video-bg {
    opacity: .45;
}
@media (min-width: 960px) {
    #banner1 .deco-banner {
        opacity: .5;
    }
}
/* service */

[dir=ltr] .theme--light #explore .root {
    /* background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(10%, var(--v-secondarylight-base)));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 20%, var(--v-secondarylight-base) 10%); */
    background-image: linear-gradient(to left,#b2ebf200 20%, #b2ebf200 10%)
}

[dir=ltr] .theme--dark #explore .root {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(10%, var(--v-secondarydark-base)));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 20%, var(--v-secondarydark-base) 10%);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, var(--v-secondarydark-base) 10%)
}

[dir=rtl] .theme--light #explore .root {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(10%, var(--v-secondarylight-base)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 20%, var(--v-secondarylight-base) 10%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, var(--v-secondarylight-base) 10%)
}

[dir=rtl] .theme--dark #explore .root {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(10%, var(--v-secondarydark-base)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 20%, var(--v-secondarydark-base) 10%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, var(--v-secondarydark-base) 10%)
}

#explore .root {
    padding: 80px 0 80px 0;
    position: relative
}

@media (max-width:959px) {
    #explore .root {
        background-image: none !important
    }
}

@media (max-width:599px) {
    #explore .root {
        padding: 40px 0 40px 0
    }
    .banner1-mr {
        left: 0;
        transform: translate(0%, 0%);
    }
    .mb-cover img {
        width: 320px;
    }
    #banner1 .inner-figure .video iframe {
        max-width: 310px;
    }
    #banner1 .video-wrap {
        width: 320px;
    }
}

.theme--light #explore .root {
    position: relative
}

.theme--light #explore .root:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .7
}

.theme--dark #explore .root {
    position: relative
}

.theme--dark #explore .root:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #303030;
    opacity: .7
}

#explore .root>* {
    position: relative
}

#explore .massonry {
    margin-top: 40px
}

#explore .parallax-wrap {
    position: absolute;
    left: auto;
    top: 300px;
    height: 500px;
    overflow: visible;
    width: 500px;
    z-index: 0
}

[dir=ltr] #explore .parallax-wrap {
    right: 20px
}

[dir=rtl] #explore .parallax-wrap {
    left: 20px
}

#explore .all-category-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 250px;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    text-transform: none !important;
    padding: 0 !important;
    background: var(--v-secondarylight-base) !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#explore .all-category-card:hover .property .title-category:after {
    width: 100%
}

[dir=ltr] #explore .all-category-card:hover .property i {
    right: -16px
}

[dir=rtl] #explore .all-category-card:hover .property i {
    left: -16px
}

@media (max-width:599px) {
    #explore .all-category-card {
        height: 120px
    }
}

#explore .all-category-card .figure {
    margin: 0;
    display: inline-block
}

#explore .all-category-card .figure img {
    width: 100%;
    left: -1px;
    position: relative
}

#explore .all-category-card .property {
    -webkit-transition: all .5s cubic-bezier(.01, 1.17, .59, 1.04);
    -o-transition: all .5s cubic-bezier(.01, 1.17, .59, 1.04);
    transition: all .5s cubic-bezier(.01, 1.17, .59, 1.04);
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 16px 48px 16px 48px;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#explore .all-category-card .property:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--v-primarydark-base);
    opacity: .9
}

[dir=ltr] #explore .all-category-card .property {
    text-align: left
}

[dir=rtl] #explore .all-category-card .property {
    text-align: right
}

[dir=ltr] #explore .all-category-card .property {
    left: 0
}

[dir=rtl] #explore .all-category-card .property {
    right: 0
}

@media (max-width:1279px) {
    #explore .all-category-card .property {
        text-align: center;
        bottom: 0
    }

    #explore .all-category-card .property .desc,
    #explore .all-category-card .property i {
        display: none
    }
}

@media (max-width:599px) {
    #explore .all-category-card .property {
        padding: 16px
    }
}

#explore .all-category-card .property .desc {
    margin-top: 40px;
    font-size: 22px;
    font-weight: var(--font-regular);
    white-space: normal;
    height: 0;
    opacity: 0;
    display: block;
    overflow: hidden
}

#explore .all-category-card .property i {
    position: relative;
    font-size: 48px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

[dir=ltr] #explore .all-category-card .property i {
    right: 0
}

[dir=rtl] #explore .all-category-card .property i {
    left: 0
}

[dir=rtl] #explore .all-category-card .property i {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

#explore .all-category-card .property .title-category {
    font-weight: var(--font-bold);
    font-size: 32px;
    text-transform: uppercase;
    white-space: normal;
    position: relative;
    display: inline-block
}

@media (max-width:599px) {
    #explore .all-category-card .property .title-category {
        font-size: 18px
    }
}

#explore .all-category-card .property .title-category:after {
    content: '';
    height: 4px;
    background: #fff;
    width: 50%;
    position: absolute;
    bottom: -10px;
    z-index: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

[dir=ltr] #explore .all-category-card .property .title-category:after {
    left: 0
}

[dir=rtl] #explore .all-category-card .property .title-category:after {
    right: 0
}

#explore .card-wrap {
    position: relative
}

#explore .card-wrap .fold:before {
    content: "";
    position: absolute;
    border-radius: 16px;
    border: 1px solid;
    height: 80px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 80%;
    bottom: -25px
}

.theme--light #explore .card-wrap .fold:before {
    border-color: rgba(0, 0, 0, .12)
}

.theme--dark #explore .card-wrap .fold:before {
    border-color: rgba(255, 255, 255, .12)
}

.theme--light #explore .card-wrap .fold:before {
    background-color: #fff
}

.theme--dark #explore .card-wrap .fold:before {
    background-color: #424242
}

.theme--light #explore .card-wrap .fold:before {
    -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06)
}

.theme--dark #explore .card-wrap .fold:before {
    -webkit-box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414;
    box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414
}

#explore .card-wrap .fold:after {
    content: "";
    position: absolute;
    border-radius: 16px;
    border: 1px solid;
    height: 80px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 90%;
    bottom: -15px
}

.theme--light #explore .card-wrap .fold:after {
    border-color: rgba(0, 0, 0, .12)
}

.theme--dark #explore .card-wrap .fold:after {
    border-color: rgba(255, 255, 255, .12)
}

.theme--light #explore .card-wrap .fold:after {
    background-color: #fff
}

.theme--dark #explore .card-wrap .fold:after {
    background-color: #424242
}

.theme--light #explore .card-wrap .fold:after {
    -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06)
}

.theme--dark #explore .card-wrap .fold:after {
    -webkit-box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414;
    box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414
}
.general-card {
  position: relative;
  width: 250px;
  height: 400px;
  padding: 3px
}

.general-card figure {
  margin: 0;
  width: 100%;
  height: 170px;
  border-radius: 6px;
  overflow: hidden
}

.general-card figure img {
  width: 100%;
  min-height: 100%
}

.general-card .desc {
  padding: 16px
}

.general-card .desc p {
  overflow: hidden;
  height: 50px
}

.general-card .desc h6 {
  font-family: Lato, sans-serif !important;
  font-weight: var(--font-bold)
}

.general-card .property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px
}

.general-card .property .rating i {
  color: #ffc107
}

.general-card .property strong {
  font-weight: var(--font-bold)
}

.general-card .btn.button {
  width: 100%;
  padding: 4px 24px 4px 24px
}

.category-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-transform: none !important;
  padding: 0 !important;
  background: var(--v-secondarylight-base) !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px
}

.theme--light .category-card {
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06)
}

.theme--dark .category-card {
  -webkit-box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414;
  box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414
}

@media (min-width:600px) {
  .category-card {
      margin-bottom: 24px
  }
}

@media (max-width:599px) {
  .category-card {
      height: 120px
  }
}

.category-card .figure {
  margin: 0;
  display: inline-block;
  width: 100%
}

.category-card .figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (min-width:1280px) {
  .category-card:hover .property {
      padding: 32px 36px 32px 48px
  }

  .category-card:hover .property .title-category:after {
      width: 72%
  }

  [dir=ltr] .category-card:hover .property .title-category:after {
      left: 0
  }

  [dir=rtl] .category-card:hover .property .title-category:after {
      right: 0
  }
}

@media (min-width:1280px) and (min-width:1280px) {
  .category-card:hover .property {
      height: 100%;
      bottom: 0;
      opacity: 1
  }

  .category-card:hover .property .desc {
      opacity: 1;
      bottom: 0;
      height: 90px
  }
}

.category-card .property {
  -webkit-transition: all .3s cubic-bezier(0, .81, 1, .97);
  -o-transition: all .3s cubic-bezier(0, .81, 1, .97);
  transition: all .3s cubic-bezier(0, .81, 1, .97);
  position: absolute;
  width: 100%;
  text-align: center !important;
  height: 38%;
  padding: 14px 26px 16px 18px;
  bottom: -10px;
  border-radius: 24px 24px 0 0;
  color: #fff;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
  background: rgba(0, 0, 0, .32)
}

[dir=ltr] .category-card .property {
  text-align: left
}

[dir=rtl] .category-card .property {
  text-align: right
}

[dir=ltr] .category-card .property {
  left: 0
}

[dir=rtl] .category-card .property {
  right: 0
}

.category-card .property .desc {
  margin-top: 24px;
  font-size: 13px;
  font-weight: var(--font-regular);
  white-space: normal;
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden
}

@media (max-width:1279px) {
  .category-card .property {
      padding: 16px;
      bottom: 0
  }

  .category-card .property .desc {
      display: none
  }
}

@media (max-width:599px) {
  .category-card .property {
      padding: 4px 16px 4px 16px;
      border-radius: 8px 8px 0 0
  }
}

.category-card .property .title-category {
  font-weight: var(--font-bold);
  font-size: 20px;
  position: relative;
  display: block;
  word-break: break-word;
  margin: auto;
  text-align: center;
}

@media (max-width:599px) {
  .category-card .property .title-category {
    font-size: 12px;
    text-align: center;
    overflow: auto;
  }
}

.category-card .property .title-category:after {
  content: "";
  height: 2px;
  background: var(--v-primary-base);
  width: 0%;
  position: absolute;
  transform: translateX(15%);
  bottom: -10px;
  z-index: 0;
  -webkit-transition: all .2s cubic-bezier(.42, .16, .21, .93);
  -o-transition: all .2s cubic-bezier(.42, .16, .21, .93);
  transition: all .2s cubic-bezier(.42, .16, .21, .93);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[dir=ltr] .category-card .property .title-category:after {
  left: 50%
}

[dir=rtl] .category-card .property .title-category:after {
  right: 50%
}

.card-wrap {
  position: relative
}

@media (max-width:599px) {
  .card-wrap .fold {
      display: none
  }
}

.card-wrap .fold:before {
  content: "";
  position: absolute;
  border-radius: 16px;
  border: 1px solid;
  height: 80px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 80%;
  bottom: -25px
}

.theme--light .card-wrap .fold:before {
  border-color: rgba(0, 0, 0, .12)
}

.theme--dark .card-wrap .fold:before {
  border-color: rgba(255, 255, 255, .12)
}

.theme--light .card-wrap .fold:before {
  background-color: #fff
}

.theme--dark .card-wrap .fold:before {
  background-color: #424242
}

.theme--light .card-wrap .fold:before {
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06)
}

.theme--dark .card-wrap .fold:before {
  -webkit-box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414;
  box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414
}

.card-wrap .fold:after {
  content: "";
  position: absolute;
  border-radius: 16px;
  border: 1px solid;
  height: 80px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 90%;
  bottom: -15px
}

.theme--light .card-wrap .fold:after {
  border-color: rgba(0, 0, 0, .12)
}

.theme--dark .card-wrap .fold:after {
  border-color: rgba(255, 255, 255, .12)
}

.theme--light .card-wrap .fold:after {
  background-color: #fff
}

.theme--dark .card-wrap .fold:after {
  background-color: #424242
}

.theme--light .card-wrap .fold:after {
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06)
}

.theme--dark .card-wrap .fold:after {
  -webkit-box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414;
  box-shadow: 0 1px 3px 0 #404040, 0 1px 1px 0 #2a2a2a, 0 2px 1px -1px #141414
}


/* about */

#blog .root {
    position: static
}

#blog .blog-list {
    margin-top: 40px
}

@media (max-width:1279px) {
    #blog .blog-list {
        padding: 40px 0 0 0
    }
}

@media (max-width:959px) {
    #blog .blog-list {
        margin-top: 48px
    }
}

#blog .deco {
    position: absolute;
    width: 80%;
    height: 100%;
    border: 2px solid var(--v-secondary-base);
    border-left: none;
    border-radius: 0 100px 100px 0;
}

[dir=ltr] #blog .deco {
    left: 0
}

[dir=rtl] #blog .deco {
    right: 0
}

[dir=rtl] #blog .deco {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

#blog .video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media (max-width:599px) {
    #blog .video-wrap {
        max-width: 320px;
        margin: 0 auto
    }
}

#blog .video-carousel {
    border-radius: 30px;
    overflow: hidden;
    height: 420px;
    position: relative;
    z-index: 5
}

.theme--dark #blog .video-carousel {
    -webkit-box-shadow: 0 7px 9px -4px rgba(50, 50, 50, .2), 0 14px 21px 2px rgba(50, 50, 50, .14), 0 5px 26px 4px rgba(50, 50, 50, .12);
    box-shadow: 0 7px 9px -4px rgba(50, 50, 50, .2), 0 14px 21px 2px rgba(50, 50, 50, .14), 0 5px 26px 4px rgba(50, 50, 50, .12)
}

.theme--light #blog .video-carousel {
    -webkit-box-shadow: 0 7px 9px -4px rgba(128, 128, 128, .2), 0 14px 21px 2px rgba(128, 128, 128, .14), 0 5px 26px 4px rgba(128, 128, 128, .12);
    box-shadow: 0 7px 9px -4px rgba(128, 128, 128, .2), 0 14px 21px 2px rgba(128, 128, 128, .14), 0 5px 26px 4px rgba(128, 128, 128, .12)
}

.theme--light #blog .video-carousel {
    background-color: #2196f3ab;
}

.theme--dark #blog .video-carousel {
    background-color: rgba(255, 255, 255, .7)
}

@media (min-width:1280px) {
    #blog .video-carousel {
        margin: 0 32px
    }
}

@media (max-width:959px) {
    #blog .video-carousel {
        height: 360px
    }
}

@media (max-width:599px) {
    #blog .video-carousel {
        height: 220px
    }
}

#blog .video-carousel .card {
    margin: 0
}

#blog .video-carousel .slick-dots {
    bottom: 32px
}

@media (max-width:599px) {
    #blog .video-carousel .slick-dots {
        visibility: hidden
    }
}

#blog .video-carousel .slick-dots li {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid;
    border-color: rgba(0, 0, 0, .3);
    border-radius: 15px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#blog .video-carousel .slick-dots li.slick-active {
    width: 40px
}

#blog .video-carousel .slick-dots li:hover {
    opacity: .5
}

#blog .video-carousel .slick-dots li button:before {
    display: none
}

#blog .video-carousel .slick-current .item {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

#blog .video-carousel .slick-current .item .play-btn {
    display: block;
    z-index: 100
}

#blog .item {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
    height: 420px
}

#blog .item.card {
    background-color: #2196F3
}

@media (max-width:959px) {
    #blog .item {
        height: 360px
    }
}

@media (max-width:599px) {
    #blog .item {
        height: 220px
    }
}

#blog .item img {
    width: 100%;
    min-height: 100%;
    display: block
}

#blog .play-btn {
    border-radius: 10px;
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    background: rgba(0, 0, 0, .32);
    opacity: 1;
    -webkit-backdrop-filter: saturate(90%) blur(5px);
    backdrop-filter: saturate(90%) blur(5px);
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    padding: 0;
    line-height: normal
}

[dir=ltr] #blog .play-btn {
    left: calc(50% - 40px)
}

[dir=rtl] #blog .play-btn {
    right: calc(50% - 40px)
}

#blog .play-btn i {
    color: #fff;
    font-size: 80px;
    line-height: 80px
}

#blog .video-popup {
    max-width: none
}

.theme--light #blog .video-popup {
    background-color: #fff
}

.theme--dark #blog .video-popup {
    background-color: #424242
}

@media (min-width:600px) {
    #blog .video-popup {
        width: 690px
    }
}

#blog .video-popup .title {
    font-weight: var(--font-medium)
}

#blog .video-popup iframe {
    width: 100%
}

#blog .close-btn {
    position: absolute;
    top: 4px
}

[dir=ltr] #blog .close-btn {
    right: 4px
}

[dir=rtl] #blog .close-btn {
    left: 4px
}

#blog .headline .title-main {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: .0125em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#blog .more {
    font-size: 18px;
    padding: 0
}

#blog .more i {
    position: relative;
    top: 4px
}

[dir=ltr] #blog .more i {
    margin-left: 8px
}

[dir=rtl] #blog .more i {
    margin-right: 8px
}
.blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width:599px) {
    .blog-card {
        margin-bottom: 148px
    }
}

.blog-card:before {
    border-radius: 15px;
    content: '';
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--v-secondary-base);
    opacity: .1;
    position: absolute;
    top: 0px
}

[dir=ltr] .blog-card:before {
    left: -25px
}

[dir=rtl] .blog-card:before {
    right: -25px
}

.blog-card .text a {
    padding: 0;
    position: relative;
    text-transform: none;
    z-index: 1
}

.blog-card .text>a {
    font-weight: var(--font-regular)
}

.theme--light .blog-card .text>a {
    color: rgba(0, 0, 0, .54)
}

.theme--dark .blog-card .text>a {
    color: rgba(255, 255, 255, .7)
}

.blog-card .text h4 {
    line-height: normal
}

.blog-card .text h4:before {
    border-radius: 10px;
    content: '';
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px
}

.theme--light .blog-card .text h4:before {
    background: var(--v-secondarylight-base)
}

.theme--dark .blog-card .text h4:before {
    background: var(--v-secondarydark-base)
}

[dir=ltr] .blog-card .text h4:before {
    left: -25px
}

[dir=rtl] .blog-card .text h4:before {
    right: -25px
}

.blog-card .text h4 a {
    display: block;
    font-size: 22px;
    font-weight: var(--font-regular);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 18px;
    margin-top: 18px;
    height: auto;
}

@media (max-width:599px) {
    .blog-card .text h4 a {
        font-size: 16px;
        line-height: 22px
    }
}

.blog-card .text h4 a:hover {
    color: var(--v-primary-base)
}

.blog-card .date {
    text-align: center
}

[dir=ltr] .blog-card .date {
    margin-left: 24px
}

[dir=rtl] .blog-card .date {
    margin-right: 24px
}

.theme--light .blog-card .date {
    color: rgba(0, 0, 0, .38)
}

.theme--dark .blog-card .date {
    color: rgba(255, 255, 255, .5)
}

.blog-card .date>* {
    display: block;
    line-height: normal
}

.blog-card .date h3 {
    font-size: 28px;
    text-transform: uppercase
}

@media (max-width:599px) {
    .blog-card .date h3 {
        font-size: 20px
    }
}

.blog-card .date h2 {
    font-size: 46px
}

@media (max-width:599px) {
    .blog-card .date h2 {
        font-size: 32px
    }
}

.blog-card .date h4 {
    font-size: 22px
}

@media (max-width:599px) {
    .blog-card .date h4 {
        font-size: 16px
    }
}

