/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/**/
/*--------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
body {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 1.642857;
  font-weight: lighter;
  color: #727272;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.42857143;
  }
}
.mv-site {
  position: relative;
  overflow-x: hidden;
}
.mv-noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media screen and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  [class*="col-xs-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
a,
input,
select,
textarea,
button,
.btn,
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus,
a.focus,
input.focus,
select.focus,
textarea.focus,
button.focus,
.btn.focus,
a:active,
input:active,
select:active,
textarea:active,
button:active,
.btn:active,
a.active,
input.active,
select.active,
textarea.active,
button.active,
.btn.active,
a:active:focus,
input:active:focus,
select:active:focus,
textarea:active:focus,
button:active:focus,
.btn:active:focus,
a.active.focus,
input.active.focus,
select.active.focus,
textarea.active.focus,
button.active.focus,
.btn.active.focus,
a.active:focus,
input.active:focus,
select.active:focus,
textarea.active:focus,
button.active:focus,
.btn.active:focus,
a:active.focus,
input:active.focus,
select:active.focus,
textarea:active.focus,
button:active.focus,
.btn:active.focus {
  outline: 0;
}
a {
  color: #ffb535;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #ffa202;
  text-decoration: none;
}
a,
button,
.mv-btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  a,
  button,
  .mv-btn {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.642857;
}
.mv-wrap {
  width: auto;
  clear: both;
}
.mv-wrap:before,
.mv-wrap:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-gap {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.mv-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-font-primary {
  font-family: 'Varela Round', sans-serif;
}
.mv-font-secondary {
  font-family: 'Montserrat', sans-serif;
}
.mv-color-primary {
  color: #ffb535;
}
.mv-color-danger {
  color: #f1523e;
}
.mv-color-dark {
  color: #222;
}
.mv-color-facebook {
  color: #3677d9;
}
.mv-color-twitter {
  color: #30c0f5;
}
.mv-color-youtube {
  color: #d73333;
}
.mv-color-rss {
  color: #fa6f2a;
}
.mv-overflow-ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mv-bg-primary {
  background-color: #ffb535;
}
.mv-bg-white {
  background-color: #fff;
}
.mv-bg-gray {
  background-color: #f6f6f6;
}
.mv-bg-overlay-dark {
  position: relative;
}
.mv-bg-overlay-dark > * {
  z-index: 10;
}
.mv-bg-overlay-dark:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.95);
}
.mv-bg-overlay-dark.overlay-0-85:before {
  background-color: rgba(34, 34, 34, 0.85);
}
.mv-bg-overlay-dark.overlay-0-50:before {
  background-color: rgba(34, 34, 34, 0.5);
}
.mv-box-shadow-gray-1 {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.mv-box-shadow-gray-2 {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
[data-mv-href] {
  cursor: pointer;
}
.mv-f-12 {
  font-size: 12px;
}
.mv-f-14 {
  font-size: 14px;
}
.mv-f-16 {
  font-size: 16px;
}
.mv-f-18 {
  font-size: 18px;
}
.mv-f-20 {
  font-size: 20px;
}
.mv-f-22 {
  font-size: 22px;
}
.mv-f-24 {
  font-size: 24px;
}
.mv-f-26 {
  font-size: 26px;
}
.mv-f-28 {
  font-size: 28px;
}
.mv-f-30 {
  font-size: 30px;
}
.mv-f-32 {
  font-size: 32px;
}
.mv-f-34 {
  font-size: 34px;
}
.mv-f-36 {
  font-size: 36px;
}
.mv-f-38 {
  font-size: 38px;
}
.mv-f-40 {
  font-size: 40px;
}
.mv-f-42 {
  font-size: 42px;
}
.mv-f-44 {
  font-size: 44px;
}
.mv-f-46 {
  font-size: 46px;
}
.mv-f-48 {
  font-size: 48px;
}
.mv-f-50 {
  font-size: 50px;
}
.mv-f-52 {
  font-size: 52px;
}
.mv-f-54 {
  font-size: 54px;
}
.mv-f-56 {
  font-size: 56px;
}
.mv-f-58 {
  font-size: 58px;
}
.mv-f-60 {
  font-size: 60px;
}
.w-auto {
  width: auto !important;
}
.w-0 {
  width: 0 !important;
}
.w-full {
  width: 100% !important;
}
.w-100 {
  width: 100px !important;
}
.w-370 {
  width: 370px !important;
}
.w-538 {
  width: 538px !important;
}
.h-auto {
  height: auto !important;
}
.h-0 {
  height: 0 !important;
}
.h-full {
  height: 100% !important;
}
.h-40 {
  height: 40px !important;
}
.h-50 {
  height: 50px !important;
}
.mv-p-0 {
  padding: 0 !important;
}
.mv-pt-0 {
  padding-top: 0 !important;
}
.mv-pt-5 {
  padding-top: 5px;
}
.mv-pt-10 {
  padding-top: 10px;
}
.mv-pt-15 {
  padding-top: 15px;
}
.mv-pt-20 {
  padding-top: 20px;
}
.mv-pt-25 {
  padding-top: 25px;
}
.mv-pt-30 {
  padding-top: 30px;
}
.mv-pt-35 {
  padding-top: 35px;
}
.mv-pt-40 {
  padding-top: 40px;
}
.mv-pt-45 {
  padding-top: 45px;
}
.mv-pt-50 {
  padding-top: 50px;
}
.mv-pb-0 {
  padding-bottom: 0 !important;
}
.mv-pb-5 {
  padding-bottom: 5px;
}
.mv-pb-10 {
  padding-bottom: 10px;
}
.mv-pb-15 {
  padding-bottom: 15px;
}
.mv-pb-20 {
  padding-bottom: 20px;
}
.mv-pb-25 {
  padding-bottom: 25px;
}
.mv-pb-30 {
  padding-bottom: 30px;
}
.mv-pb-35 {
  padding-bottom: 35px;
}
.mv-pb-40 {
  padding-bottom: 40px;
}
.mv-pb-45 {
  padding-bottom: 45px;
}
.mv-pb-50 {
  padding-bottom: 50px;
}
.mv-m-0 {
  margin: 0 !important;
}
.mv-mt-0 {
  margin-top: 0 !important;
}
.mv-mt-5 {
  margin-top: 5px;
}
.mv-mt-10 {
  margin-top: 10px;
}
.mv-mt-15 {
  margin-top: 15px;
}
.mv-mt-20 {
  margin-top: 20px;
}
.mv-mt-25 {
  margin-top: 25px;
}
.mv-mt-30 {
  margin-top: 30px;
}
.mv-mt-35 {
  margin-top: 35px;
}
.mv-mt-40 {
  margin-top: 40px;
}
.mv-mt-45 {
  margin-top: 45px;
}
.mv-mt-50 {
  margin-top: 50px;
}
.mv-mb-0 {
  margin-bottom: 0 !important;
}
.mv-mb-5 {
  margin-bottom: 5px;
}
.mv-mb-10 {
  margin-bottom: 10px;
}
.mv-mb-15 {
  margin-bottom: 15px;
}
.mv-mb-20 {
  margin-bottom: 20px;
}
.mv-mb-25 {
  margin-bottom: 25px;
}
.mv-mb-30 {
  margin-bottom: 30px;
}
.mv-mb-35 {
  margin-bottom: 35px;
}
.mv-mb-40 {
  margin-bottom: 40px;
}
.mv-mb-45 {
  margin-bottom: 45px;
}
.mv-mb-50 {
  margin-bottom: 50px;
}
.mv-col-wrapper:before,
.mv-col-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-col-wrapper .mv-col {
  float: left;
}
.mv-col-wrapper .mv-col-left {
  float: left;
}
.mv-col-wrapper .mv-col-right {
  float: right;
}
.mv-dp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
}
.mv-dp-table-caption {
  display: table-caption;
}
.mv-dp-table-row {
  display: table-row;
}
.mv-dp-table-cell {
  display: table-cell;
  vertical-align: top;
}
.mv-dp-table.align-top .mv-dp-table-cell {
  vertical-align: top;
}
.mv-dp-table.align-middle .mv-dp-table-cell {
  vertical-align: middle;
}
.mv-dp-table.align-bottom .mv-dp-table-cell {
  vertical-align: bottom;
}
.mv-dp-table.no-border .mv-dp-table-cell {
  border: 0 none;
}
.mv-dp-table .mv-dp-table-cell.align-top {
  vertical-align: top;
}
.mv-dp-table .mv-dp-table-cell.align-middle {
  vertical-align: middle;
}
.mv-dp-table .mv-dp-table-cell.align-bottom {
  vertical-align: bottom;
}
.mv-dp-table .mv-dp-table-cell.no-border {
  border: 0 none;
}
.mv-dp-inline-block {
  display: inline-block;
  vertical-align: top;
}
.mv-dp-inline-block.align-top {
  vertical-align: top;
}
.mv-dp-inline-block.align-middle {
  vertical-align: middle;
}
.mv-dp-inline-block.align-bottom {
  vertical-align: bottom;
}
.mv-title-style-1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 16px;
}
.mv-title-style-1 .line-left,
.mv-title-style-1 .line-right {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  bottom: auto;
}
.mv-title-style-1 .line-left {
  left: 0;
  right: auto;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.mv-title-style-1 .line-right {
  right: 0;
  left: auto;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.mv-title-style-2 {
  display: block;
  text-align: center;
}
.mv-title-style-2 .title-2-inner {
  max-width: 56%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv-title-style-2 .title-2-inner {
    max-width: none;
  }
}
.mv-title-style-2 .icon {
  display: block;
  margin: 0 auto 15px;
}
.mv-title-style-2 .main {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #363738;
  font-size: 30px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .mv-title-style-2 .main {
    font-size: 20px;
  }
}
.mv-title-style-2 .sub {
  color: #6c767f;
  font-size: 14px;
  margin: 0 auto;
}
.mv-title-style-2.color-white .main,
.mv-title-style-2.color-white .sub {
  color: #fff;
}
.mv-title-style-2.title-home-3 .icon {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mv-title-style-2.title-home-3 .icon {
    margin-bottom: 5px;
  }
}
.mv-title-style-2.title-home-3 .main {
  color: #262b30;
  margin-bottom: 0;
}
.mv-title-style-2.title-home-3 .sub {
  color: #5c6064;
}
.mv-title-style-3 {
  text-align: center;
}
.mv-title-style-3 .title-3-text {
  display: block;
  width: 100%;
  position: relative;
}
.mv-title-style-3 .title-3-line {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 2px;
  background: #ffb535;
  margin-top: 0;
}
.mv-title-style-3 .behind {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 14px;
  word-break: break-word;
  color: #f7f8f8;
}
@media screen and (max-width: 991px) {
  .mv-title-style-3 .behind {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-3 .behind {
    display: none;
  }
}
.mv-title-style-3 .main {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 6px;
  word-break: break-word;
  color: #363738;
}
@media screen and (max-width: 991px) {
  .mv-title-style-3 .main {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-3 .main {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    letter-spacing: normal;
  }
}
.mv-title-style-3 .sub {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  color: #787979;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .mv-title-style-3 .sub {
    padding-top: 7px;
  }
}
.mv-title-style-3 .sub-2 {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.mv-title-style-3.color-white .behind {
  color: #525252;
}
.mv-title-style-3.color-white .main,
.mv-title-style-3.color-white .sub {
  color: #fff;
}
.mv-title-style-3.color-white .sub {
  color: #dadada;
  margin-top: 2px;
}
.mv-title-style-3.color-dark .behind {
  color: #e8e9e9;
}
.mv-title-style-3.color-dark .sub {
  color: #666768;
}
.mv-title-style-3.no-text-behind .main {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mv-title-style-3.f-300 .behind {
  line-height: 1;
  font-size: 300px;
  color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .mv-title-style-3.f-300 .behind {
    font-size: 70px;
  }
}
.mv-title-style-3.f-300 .main {
  line-height: 1.1;
  font-size: 70px;
  color: #222;
}
.mv-title-style-3.f-300 .sub {
  font-size: 24px;
  color: #222;
}
.mv-title-style-3.f-300 .sub-2 {
  margin-bottom: 0;
}
.mv-title-style-4 {
  padding-left: 134px;
}
@media screen and (max-width: 1199px) {
  .mv-title-style-4 {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .mv-title-style-4 {
    padding-left: 134px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-4 {
    padding-left: 0;
  }
}
.mv-title-style-4 .title-4-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.mv-title-style-4 .title-4-line {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 2px;
  background: #ffb535;
  margin-top: 16px;
}
.mv-title-style-4 .behind {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 100px;
  color: #f4f4f4;
}
@media screen and (max-width: 1919px) {
  .mv-title-style-4 .behind {
    font-size: 80px;
  }
}
@media screen and (max-width: 1365px) {
  .mv-title-style-4 .behind {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-title-style-4 .behind {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-4 .behind {
    display: none;
  }
}
.mv-title-style-4 .main {
  position: absolute;
  top: 50%;
  left: -72px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  color: #222;
}
@media screen and (max-width: 1365px) {
  .mv-title-style-4 .main {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-title-style-4 .main {
    left: 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .mv-title-style-4 .main {
    left: -72px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-4 .main {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
}
.mv-title-style-4 .main-line {
  display: block;
  position: absolute;
  left: -62px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 1365px) {
  .mv-title-style-4 .main-line {
    top: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-title-style-4 .main-line {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-4 .main-line {
    display: none;
  }
}
.mv-title-style-4.title-main-inside {
  padding-left: 0;
}
.mv-title-style-4.title-main-inside .main {
  left: 56px;
  right: auto;
}
.mv-title-style-4.title-main-inside .main-line {
  right: -35px;
  left: auto;
}
.mv-title-style-4.title-behind-center {
  padding-left: 0;
}
.mv-title-style-4.title-behind-center .main {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #363738;
}
.mv-title-style-4.title-behind-center .main-line {
  left: -43px;
}
.mv-title-style-5 .main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.mv-title-style-5 .main-line {
  display: block;
  position: absolute;
  right: -32px;
  top: 13px;
  left: auto;
  bottom: auto;
  width: 66px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.mv-title-style-6 {
  text-align: center;
}
.mv-title-style-6 .main {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #222;
}
@media screen and (max-width: 991px) {
  .mv-title-style-6 .main {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-6 .main {
    font-size: 20px;
  }
}
.mv-title-style-6 .line {
  margin: 53px auto 0;
}
@media screen and (max-width: 991px) {
  .mv-title-style-6 .line {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-6 .line {
    margin-top: 10px;
  }
}
.mv-title-style-7 {
  padding-left: 158px;
}
.mv-title-style-7 .title-7-text {
  display: block;
  position: relative;
}
.mv-title-style-7 .title-7-line {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 2px;
  background: #ffb535;
  margin-top: 16px;
}
.mv-title-style-7 .behind {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 70px;
  color: #f6f6f6;
  z-index: 9;
}
@media screen and (max-width: 1919px) {
  .mv-title-style-7 .behind {
    font-size: 60px;
  }
}
@media screen and (max-width: 1679px) {
  .mv-title-style-7 .behind {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mv-title-style-7 .behind {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-7 .behind {
    font-size: 16px;
    color: #828282;
    text-align: center;
    text-transform: none;
  }
}
.mv-title-style-7 .main {
  display: block;
  position: absolute;
  top: 31px;
  left: 50px;
  right: auto;
  bottom: auto;
  width: auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.3;
  color: #222;
  z-index: 10;
}
@media screen and (max-width: 1679px) {
  .mv-title-style-7 .main {
    top: 22px;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mv-title-style-7 .main {
    top: 18px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-7 .main {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.mv-title-style-7 .main-line {
  display: block;
  position: absolute;
  left: -158px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 5px;
  background: #222;
}
.mv-title-style-8 {
  text-align: center;
}
.mv-title-style-8 .title-8-text {
  display: block;
  width: 100%;
  position: relative;
}
.mv-title-style-8 .behind {
  display: block;
  opacity: 0.05;
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 150px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mv-title-style-8 .behind {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-8 .behind {
    font-size: 60px;
  }
}
@media screen and (max-width: 479px) {
  .mv-title-style-8 .behind {
    display: none;
  }
}
.mv-title-style-8 .main-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.mv-title-style-8 .main {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
  color: #ffb535;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-title-style-8 .main {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .mv-title-style-8 .main {
    font-size: 20px;
  }
}
.mv-title-style-8 .sub {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-title-style-8 .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-title-style-8 .sub {
    font-size: 16px;
  }
}
.mv-title-style-9 {
  display: block;
  text-align: center;
}
.mv-title-style-9 .main {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .mv-title-style-9 .main {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-title-style-9 .main {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title-style-9 .main {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-title-style-9 .main {
    font-size: 18px;
  }
}
.mv-title-style-9 .line {
  display: block;
  margin: auto;
}
.mv-title-style-10 {
  font-size: 14px;
  color: #262b30;
}
.mv-title-style-10 .number {
  color: #ffb535;
}
.mv-title-style-11 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #363738;
  text-transform: uppercase;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .mv-title-style-11 {
    padding-top: 15px;
  }
}
.mv-title-style-11:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 15px;
  background: #ffb535;
}
.mv-title-style-12 .main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.mv-title-style-12 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 50px;
  height: 2px;
  background: #ffb535;
}
.mv-title-style-13 .text-main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
  padding-left: 12px;
}
.mv-title-style-13 .text-main:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 17px;
  width: 2px;
  background: #ffb535;
}
.mv-title-style-13 .text-sub {
  font-size: 14px;
  color: #595959;
  margin-top: 3px;
}
[class*="mv-banner-style-"]:before,
[class*="mv-banner-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-banner-style-1 {
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .mv-banner-style-1 {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .mv-banner-style-1 {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv-banner-style-1 {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .mv-banner-style-1 {
    height: 200px;
  }
}
.mv-banner-style-1 .mv-caption-style-6 {
  width: 100%;
}
[class*="mv-breadcrumb-style-"]:before,
[class*="mv-breadcrumb-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-breadcrumb-style-1 {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb-style-1 {
    height: auto;
    padding-top: 20px;
  }
  .mv-breadcrumb-style-1,
  .mv-breadcrumb-style-1 .container {
    background: #f6f6f6;
  }
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 11px 27px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .mv-breadcrumb-style-1 ul.breadcrumb-1-list {
    display: block;
    width: 100%;
    float: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb-style-1 ul.breadcrumb-1-list {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 8px 12px;
  }
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li {
  float: left;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .mv-breadcrumb-style-1 ul.breadcrumb-1-list > li {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 3px;
  background: #ffb535;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #363738;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li > a:hover {
  color: #ffb535;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li:first-child {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li:first-child:after {
  display: none;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li:last-child > a {
  font-family: 'Varela Round', sans-serif;
  text-transform: none;
  cursor: text;
}
.mv-breadcrumb-style-1 ul.breadcrumb-1-list > li:last-child > a:hover {
  color: #363738;
}
.mv-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}
.mv-btn,
.mv-btn:hover,
.mv-btn:active,
.mv-btn:focus {
  text-decoration: none;
}
.mv-btn:active {
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 991px) {
  .mv-btn:active {
    -webkit-transition: none;
    transition: none;
  }
}
.mv-btn.mv-btn-style-1 {
  height: 46px;
  width: auto;
  overflow: hidden;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  background-color: #fff;
  background-image: url("../images/icon/icon_polygon_7.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 14.5px 0;
}
.mv-btn.mv-btn-style-1 .btn-inner {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
}
.mv-btn.mv-btn-style-1 .btn-icon {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 46px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-1 .btn-icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.mv-btn.mv-btn-style-1 .btn-text {
  color: #262b30;
  padding: 0 15px 0 62px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-btn.mv-btn-style-1 .btn-text {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-1:hover {
    color: #fff;
    background-color: #ffb535;
  }
  .mv-btn.mv-btn-style-1:hover .btn-text {
    color: #fff;
  }
}
.mv-btn.mv-btn-style-1:active {
  color: #fff;
  background-color: #ffb535;
}
.mv-btn.mv-btn-style-1:active .btn-text {
  color: #fff;
}
.mv-btn.mv-btn-style-1.active,
.mv-btn.mv-btn-style-1.active:hover,
.mv-btn.mv-btn-style-1.active:active {
  background-color: #fff;
}
.mv-btn.mv-btn-style-1.active .btn-text,
.mv-btn.mv-btn-style-1.active:hover .btn-text,
.mv-btn.mv-btn-style-1.active:active .btn-text {
  color: #ffb535;
}
.mv-btn.mv-btn-style-1.btn-1-dark {
  background-image: url("../images/icon/icon_polygon_8.png");
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-1.btn-1-dark:hover {
    background-image: url("../images/icon/icon_polygon_7.png");
  }
}
.mv-btn.mv-btn-style-1.btn-1-dark:active,
.mv-btn.mv-btn-style-1.btn-1-dark.active {
  background-image: url("../images/icon/icon_polygon_7.png");
}
.mv-btn.mv-btn-style-1.btn-1-gray {
  background-color: #f6f6f6;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-1.btn-1-gray:hover {
    background-color: #ffb535;
  }
}
.mv-btn.mv-btn-style-1.btn-1-gray:active {
  background-color: #ffb535;
}
.mv-btn.mv-btn-style-1.btn-1-gray.active {
  background-color: #f6f6f6;
}
.mv-btn.mv-btn-style-1.btn-1-h-40 {
  height: 40px;
  padding: 12px 0;
}
.mv-btn.mv-btn-style-1.btn-1-h-40 .btn-icon {
  width: 40px;
}
.mv-btn.mv-btn-style-1.btn-1-h-40 .btn-text {
  padding-left: 56px;
}
.mv-btn.mv-btn-style-1.btn-1-h-50 {
  height: 50px;
  padding: 17px 0;
}
.mv-btn.mv-btn-style-1.btn-1-h-50 .btn-icon {
  width: 50px;
}
.mv-btn.mv-btn-style-1.btn-1-h-50 .btn-text {
  padding-left: 65px;
}
@media screen and (max-width: 1199px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1 {
    width: 40px;
    height: 40px;
    background-image: none;
    color: #102a3d;
    padding: 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1 .btn-icon {
    width: 100%;
    color: inherit;
    -webkit-transition: none;
    transition: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1 .btn-text {
    display: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1.active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 991px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1:hover {
    color: #102a3d;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-1 {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-2 {
    height: 32px;
    font-size: 14px;
    padding: 9px 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-2 .btn-icon {
    width: 32px;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-2 .btn-text {
    padding: 0 12px 0 44px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 {
    height: 40px;
    padding: 12px 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 .btn-icon {
    width: 40px;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 .btn-text {
    padding-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 {
    width: 32px;
    height: 32px;
    background-image: none;
    color: #102a3d;
    padding: 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 .btn-icon {
    width: 100%;
    color: inherit;
    -webkit-transition: none;
    transition: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3 .btn-text {
    display: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3:hover {
    color: #102a3d;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-3.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 1919px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4 {
    width: 46px;
    height: 46px;
    background-image: none;
    color: #102a3d;
    padding: 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4 .btn-icon {
    width: 100%;
    color: inherit;
    -webkit-transition: none;
    transition: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4 .btn-text {
    display: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 1199px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4 {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4:hover {
    color: #102a3d;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-4 {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 {
    height: 32px;
    font-size: 14px;
    padding: 9px 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 .btn-icon {
    width: 32px;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 .btn-text {
    display: block;
    padding: 0 12px 0 44px;
  }
}
@media screen and (max-width: 479px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 {
    background-image: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 .btn-icon {
    display: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-5 .btn-text {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1919px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6 {
    width: 40px;
    height: 40px;
    background-image: none;
    color: #102a3d;
    padding: 0;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6 .btn-icon {
    width: 100%;
    color: inherit;
    -webkit-transition: none;
    transition: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6 .btn-text {
    display: none;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 991px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6:hover {
    color: #102a3d;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6:active {
    color: #fff;
  }
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active:hover,
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6.active:active {
    color: #fff;
    background-color: #ffb535;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-1.responsive-btn-1-type-6 {
    width: 32px;
    height: 32px;
  }
}
.mv-btn.mv-btn-style-2 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 6px 0;
  margin: 0;
}
.mv-btn.mv-btn-style-2:hover {
  background: none transparent;
  border: 0 none;
}
.mv-btn.mv-btn-style-3 {
  height: 46px;
  width: 46px;
  overflow: hidden;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #102a3d;
  border: 0 none;
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 14.5px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-3:hover {
    color: #fff;
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-3:active {
  color: #fff;
  background: #ffb535;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
}
.mv-btn.mv-btn-style-3.active {
  color: #fff;
  background: #ffb535;
}
.mv-btn.mv-btn-style-3.btn-3-h-40 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  padding: 11.5px 0;
}
.mv-btn.mv-btn-style-3.btn-3-h-50 {
  height: 50px;
  width: 50px;
  font-size: 18px;
  padding: 16px 0;
}
@media screen and (max-width: 1199px) {
  .mv-btn.mv-btn-style-3.responsive-btn-3-type-1 {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 11.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-3.responsive-btn-3-type-1 {
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 7.5px 0;
  }
}
@media screen and (max-width: 1919px) {
  .mv-btn.mv-btn-style-3.responsive-btn-3-type-2 {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 11.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-3.responsive-btn-3-type-2 {
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 7.5px 0;
  }
}
.mv-btn.mv-btn-style-4 {
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-btn.mv-btn-style-4:active {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}
.mv-btn.mv-btn-style-4[disabled],
.mv-btn.mv-btn-style-4[disabled]:hover,
.mv-btn.mv-btn-style-4[disabled]:active,
.mv-btn.mv-btn-style-4[disabled]:focus {
  opacity: 1;
  background: none transparent !important;
}
.mv-btn.mv-btn-style-5 {
  width: auto;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  background: #ffb535;
  border: 0 none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10.5px 15px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-5:hover {
    background: #ffa202;
  }
}
.mv-btn.mv-btn-style-5:active {
  background: #ffa202;
}
.mv-btn.mv-btn-style-5.btn-5-h-45 {
  height: 45px;
  padding: 13px 15px;
}
.mv-btn.mv-btn-style-5.btn-5-h-22 {
  height: 22px;
  font-size: 12px;
  padding: 3.5px 8px;
}
.mv-btn.mv-btn-style-5.btn-5-h-30 {
  height: 30px;
  font-size: 14px;
  padding: 6px 10px;
}
.mv-btn.mv-btn-style-5.btn-5-h-50 {
  height: 50px;
  padding: 15.5px 15px;
}
.mv-btn.mv-btn-style-5.btn-5-danger {
  background: #f1523e;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-5.btn-5-danger:hover {
    background: #eb2911;
  }
}
.mv-btn.mv-btn-style-5.btn-5-danger:active {
  background: #eb2911;
}
.mv-btn.mv-btn-style-5.btn-5-gray {
  color: #222;
  background: #f9f9f9;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-5.btn-5-gray:hover {
    background: #e0e0e0;
  }
}
.mv-btn.mv-btn-style-5.btn-5-gray:active {
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-5.responsive-btn-5-type-1 {
    height: 40px;
    font-size: 14px;
    padding: 11px 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-5.responsive-btn-5-type-2 {
    height: 32px;
    font-size: 14px;
    padding: 8px 15px;
  }
}
.mv-btn.mv-btn-style-6 {
  width: auto;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #4c4441;
  background: #fff;
  border: 2px solid #ffb535;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 6.5px 10px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-6:hover {
    color: #fff;
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-6:active {
  color: #fff;
  background: #ffb535;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-btn.mv-btn-style-6.btn-6-instock {
  color: #4c4441;
  background: #fff;
  border: 2px solid #ffb535;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.mv-btn.mv-btn-style-6.btn-6-out-of-stock {
  color: #4c4441;
  background: #fff;
  border-color: #edecec;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.mv-btn.mv-btn-style-6.btn-6-h-45 {
  height: auto;
  font-weight: bold;
  font-size: 16px;
  padding: 11px 10px;
}
.mv-btn.mv-btn-style-6.btn-6-h-45:not(:hover):not(:active) {
  color: #4c4441;
}
.mv-btn.mv-btn-style-7 {
  width: 30px;
  height: 90px;
  font-weight: bold;
  font-size: 18px;
  color: #262b30;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 9.5px 0;
}
.mv-btn.mv-btn-style-7:active {
  background: #e2e2e2;
  -webkit-transition: none;
  transition: none;
}
.mv-btn.mv-btn-style-8 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #b5b5b5;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-8:hover {
    color: #363738;
  }
}
.mv-btn.mv-btn-style-8:active {
  color: #363738;
}
.mv-btn.mv-btn-style-9 {
  width: 50px;
  height: 150px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #e8e8e8;
  background: #fff;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-btn.mv-btn-style-9 .btn-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-btn.mv-btn-style-9 .btn-behind {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
      -ms-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-9 .btn-behind {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.mv-btn.mv-btn-style-9 .btn-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #222;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-9 .btn-icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-9:hover .btn-behind {
    color: #ffb535;
  }
  .mv-btn.mv-btn-style-9:hover .btn-icon {
    opacity: 0;
    visibility: hidden;
  }
}
.mv-btn.mv-btn-style-9:active .btn-behind {
  color: #ffb535;
}
.mv-btn.mv-btn-style-9:active .btn-icon {
  opacity: 0;
  visibility: hidden;
}
.mv-btn.mv-btn-style-10 {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
  padding: 10.5px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-10:hover {
    color: #ffb535;
    border-color: #ffb535;
  }
}
.mv-btn.mv-btn-style-10:active {
  color: #ffb535;
  border-color: #ffb535;
}
.mv-btn.mv-btn-style-10 .btn-icon {
  font-weight: bold;
}
.mv-btn.mv-btn-style-11 {
  width: 45px;
  height: 45px;
  font-weight: normal;
  font-size: 35px;
  color: #484848;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-btn.mv-btn-style-11 .btn-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-btn.mv-btn-style-11 .btn-inner .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.mv-btn.mv-btn-style-11 .btn-inner .number {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 3px;
  left: auto;
  bottom: auto;
  width: auto;
  height: 20px;
  min-width: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #ffb535;
  padding: 4px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-11:hover {
    color: #ffb535;
  }
}
.mv-btn.mv-btn-style-11:active {
  color: #ffb535;
}
.mv-btn.mv-btn-style-12 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #262b30;
  background: none transparent;
  border: 0 none;
  border-bottom: 2px solid #ffb535;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 17px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-12:hover {
    color: #ffb535;
  }
}
.mv-btn.mv-btn-style-12:active {
  color: #ffb535;
}
.mv-btn.mv-btn-style-12 .icon {
  margin-left: 10px;
}
.mv-btn.mv-btn-style-13 {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
  padding: 14px 15px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-13:hover {
    color: #ffb535;
    border-color: #ffb535;
    background: none transparent;
  }
  .mv-btn.mv-btn-style-13:hover .btn-icon {
    color: #ffb535;
  }
}
.mv-btn.mv-btn-style-13:active {
  color: #ffb535;
  border-color: #ffb535;
  background: none transparent;
}
.mv-btn.mv-btn-style-13:active .btn-icon {
  color: #ffb535;
}
.mv-btn.mv-btn-style-13 .btn-icon {
  position: relative;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease, color 0s;
  transition: all 0.4s ease, color 0s;
}
.mv-btn.mv-btn-style-14 {
  width: auto;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #fff;
  background: #222;
  border: 0 none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 14px 15px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-14:hover {
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-14:active {
  background: #ffb535;
}
.mv-btn.mv-btn-style-14.btn-14-h-45 {
  height: 45px;
  font-size: 16px;
  padding: 13px 15px;
}
.mv-btn.mv-btn-style-15 {
  width: auto;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.642857;
  font-size: 14px;
  color: #fff;
  background: none transparent;
  border: 0 none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 7.5px 15px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-15:hover {
    color: #ffb535;
    border-color: #ffb535;
  }
}
.mv-btn.mv-btn-style-15:active {
  color: #ffb535;
  border-color: #ffb535;
}
.mv-btn.mv-btn-style-16 {
  width: auto;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #262b30;
  background: #fff;
  border: 0 none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10.5px 15px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-16:hover {
    color: #fff;
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-16:active {
  color: #fff;
  background: #ffb535;
}
@media screen and (max-width: 767px) {
  .mv-btn.mv-btn-style-16.responsive-btn-16-type-1 {
    height: 32px;
    font-size: 14px;
    padding: 7px 10px;
  }
}
.mv-btn.mv-btn-style-17 {
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 14.5px 0;
}
.mv-btn.mv-btn-style-17:active,
.mv-btn.mv-btn-style-17:hover {
  background: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-btn.mv-btn-style-17:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .mv-btn.mv-btn-style-17:active {
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-18 {
  width: 88px;
  height: 88px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background: rgba(38, 43, 48, 0.75);
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 24px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-18:hover {
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-18:active {
  background: #ffb535;
}
.mv-btn.mv-btn-style-19 {
  width: auto;
  height: 62px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.642857;
  font-size: 24px;
  color: #363738;
  background: none transparent;
  border: 0 none;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 9.5px 15px;
}
.mv-btn.mv-btn-style-19.btn-white {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-19:hover {
    color: #ffb535;
    border-color: #ffb535;
  }
}
.mv-btn.mv-btn-style-19:active {
  color: #ffb535;
  border-color: #ffb535;
}
.mv-btn.mv-btn-style-20 {
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 9.5px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-20:hover {
    background: #ffb535;
  }
}
.mv-btn.mv-btn-style-20:active {
  background: #ffb535;
}
.mv-btn.mv-btn-style-21 {
  width: auto;
  height: auto;
  min-width: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #262b30;
  background: none transparent;
  border: 0 none;
  border-bottom: 2px solid #e7e7e7;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 5px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-21:hover {
    border-bottom: 2px solid #ffb535;
  }
}
.mv-btn.mv-btn-style-21:active {
  background: #fafafa;
  border-bottom: 2px solid #ffb535;
}
.mv-btn.mv-btn-style-22 {
  width: auto;
  height: 35px;
  line-height: normal;
  font-size: 13px;
  color: #222;
  background: #fff;
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 7.5px 7px;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-22:hover {
    border-color: #ffb535;
  }
}
.mv-btn.mv-btn-style-22:active {
  border-color: #ffb535;
  background: #fafafa;
}
.mv-btn.mv-btn-style-22.btn-22-h-22 {
  height: 22px;
  padding: 1.5px 8px;
}
.mv-btn.mv-btn-style-23 {
  width: auto;
  height: 32px;
  line-height: normal;
  font-size: 14px;
  color: #4f8f30;
  background: #daecce;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  padding: 8px 7px;
}
.mv-btn.mv-btn-style-23 .btn-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-btn.mv-btn-style-23 .btn-text {
  padding-right: 20px;
}
.mv-btn.mv-btn-style-23 .btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-23:hover {
    color: #903030;
    background: #e2c5c7;
  }
  .mv-btn.mv-btn-style-23:hover .btn-icon:before {
    content: "\f00d";
  }
}
.mv-btn.mv-btn-style-24 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #636363;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-24:hover {
    color: #ffb535;
  }
}
.mv-btn.mv-btn-style-24:active {
  color: #ffb535;
}
.mv-btn.mv-btn-style-24 .icon {
  margin-left: 5px;
}
.mv-btn.mv-btn-style-25 {
  width: 50px;
  height: 50px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-btn.mv-btn-style-25:active {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}
.mv-btn.mv-btn-style-25 .btn-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-btn.mv-btn-style-25 .btn-inner:before,
.mv-btn.mv-btn-style-25 .btn-inner:after {
  display: block;
  content: '';
  position: absolute;
  right: auto;
  bottom: auto;
}
.mv-btn.mv-btn-style-25 .btn-inner:before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffb535;
}
.mv-btn.mv-btn-style-25 .btn-inner:after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ffb535;
}
.mv-btn.mv-btn-style-26 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mv-btn.mv-btn-style-26 a {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #fff;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px transparent;
          box-shadow: 0 0 0 3px transparent;
  outline: none;
  padding: 0;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 992px) {
  .mv-btn.mv-btn-style-26 a:hover {
    background: none transparent;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
    text-decoration: none;
  }
}
.mv-btn.mv-btn-style-26 a:active,
.mv-btn.mv-btn-style-26 a.selected {
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  text-decoration: none;
}
.mv-btn.mv-btn-style-26 a:last-child {
  margin-right: 0 !important;
}
.mv-btn.mv-btn-style-26 a span {
  display: none;
}
.mv-btn[class*="mv-btn-style-"][disabled],
.mv-btn[class*="mv-btn-style-"][disabled]:hover,
.mv-btn[class*="mv-btn-style-"][disabled]:active,
.mv-btn[class*="mv-btn-style-"][disabled]:focus {
  opacity: 1;
  color: #808080;
  background: #E0E0E0;
  border-color: #E0E0E0;
  cursor: not-allowed;
}
.mv-btn.mv-btn-3d {
  -webkit-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
}
.mv-btn.mv-btn-block {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.mv-btn.mv-btn-block:last-child {
  margin-bottom: 0 !important;
}
.mv-btn-group {
  width: 100%;
  display: block;
}
.mv-btn-group:before,
.mv-btn-group:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-btn-group .group-inner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.mv-btn-group .group-inner > .mv-btn {
  display: block;
  float: left;
  margin-right: 20px;
}
.mv-btn-group .group-inner > .mv-btn:last-child {
  margin-right: 0 !important;
}
.mv-form-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv-form-group {
    margin-bottom: 15px;
  }
}
.mv-form-group:before,
.mv-form-group:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-label {
  font-weight: normal;
  font-size: 14px;
  color: #222;
  margin: 0 0 8px 0;
}
.mv-form-control-static {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  color: #222;
  padding: 8.5px 0;
}
.mv-help-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  color: #aaabac;
  padding: 8.5px 10px;
}
.mv-form-horizontal .mv-form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .mv-form-horizontal .mv-form-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.mv-form-horizontal .mv-label {
  padding-top: 9px;
  margin-bottom: 0;
}
.mv-form-style-1 {
  background: #fff;
  padding: 46px 45px 30px;
}
@media screen and (max-width: 991px) {
  .mv-form-style-1 {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-form-style-1 {
    padding: 20px 15px 20px;
  }
}
.mv-form-style-1 .mv-form-group {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mv-form-style-1 .mv-form-group {
    margin-bottom: 15px;
  }
}
.mv-form-style-1 .form-header {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .mv-form-style-1 .form-header {
    margin-bottom: 20px;
  }
}
.mv-form-style-1 .mv-title-style-13 .text-main {
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  .mv-form-style-1 .mv-title-style-13 .text-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-form-style-1 .submit-button {
    margin-top: 20px;
  }
}
.mv-form-style-1 .submit-button .mv-btn {
  min-width: 124px;
}
.mv-form-style-1 .form-login .btn-login {
  margin-right: 28px;
}
.mv-form-style-1 .form-login .btn-forgot-pass {
  font-size: 14px;
  color: #595959;
  text-decoration: underline;
}
.mv-form-style-1 .form-login .btn-forgot-pass:hover {
  color: #ffb535;
}
.mv-form-style-2 {
  background: #fff;
  padding: 46px 30px 30px;
}
@media screen and (max-width: 991px) {
  .mv-form-style-2 {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-form-style-2 {
    padding: 20px 15px 20px;
  }
}
.mv-form-style-2 .form-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mv-form-style-2 .form-header {
    margin-bottom: 20px;
  }
}
.mv-form-style-2 .mv-checkbox .text {
  color: #222;
}
@media screen and (max-width: 767px) {
  .mv-form-style-2 .submit-button {
    margin-top: 20px;
  }
}
.mv-form-style-2 .submit-button .mv-btn {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .mv-form-style-2 .submit-button .mv-btn {
    min-width: 124px;
  }
}
.mv-inputbox {
  display: block;
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #727272;
  background: #fff;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 15px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-inputbox::-moz-placeholder {
  color: #aaabac;
  opacity: 1;
}
.mv-inputbox:-ms-input-placeholder {
  color: #aaabac;
}
.mv-inputbox::-webkit-input-placeholder {
  color: #aaabac;
}
.mv-inputbox.mv-inputbox-style-1 {
  height: 40px;
}
.mv-inputbox.mv-inputbox-style-1:focus {
  border: 2px solid #ffb535;
}
.mv-inputbox.mv-inputbox-style-2 {
  height: 40px;
  color: #6f6f6f;
  background: #f6f6f6;
  border: 0 none;
}
.mv-inputbox.mv-inputbox-style-2:focus {
  color: #212121;
}
.mv-inputbox.mv-inputbox-style-2::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.mv-inputbox.mv-inputbox-style-2:-ms-input-placeholder {
  color: #6f6f6f;
}
.mv-inputbox.mv-inputbox-style-2::-webkit-input-placeholder {
  color: #6f6f6f;
}
.mv-inputbox.mv-inputbox-style-3 {
  height: 50px;
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
}
.mv-inputbox.mv-inputbox-style-3:focus {
  border: 2px solid #ffb535;
}
.mv-inputbox.mv-inputbox-style-3::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.mv-inputbox.mv-inputbox-style-3:-ms-input-placeholder {
  color: #fff;
}
.mv-inputbox.mv-inputbox-style-3::-webkit-input-placeholder {
  color: #fff;
}
.mv-inputbox.mv-inputbox-style-4 {
  height: 40px;
  background: #fff;
  border: 0 none;
}
.mv-inputbox.mv-inputbox-style-5 {
  height: 50px;
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
}
.mv-inputbox.mv-inputbox-style-5:focus {
  border: 2px solid #ffb535;
}
.mv-inputbox.mv-inputbox-style-5::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.mv-inputbox.mv-inputbox-style-5:-ms-input-placeholder {
  color: #fff;
}
.mv-inputbox.mv-inputbox-style-5::-webkit-input-placeholder {
  color: #fff;
}
.mv-inputbox[class*="mv-inputbox-style-"][readonly],
.mv-inputbox[class*="mv-inputbox-style-"][disabled],
.mv-inputbox[class*="mv-inputbox-style-"][readonly]:hover,
.mv-inputbox[class*="mv-inputbox-style-"][disabled]:hover,
.mv-inputbox[class*="mv-inputbox-style-"][readonly]:focus,
.mv-inputbox[class*="mv-inputbox-style-"][disabled]:focus {
  color: #808080;
  background: #E0E0E0;
  border-color: #E0E0E0;
}
.mv-inputbox[class*="mv-inputbox-style-"][disabled] {
  cursor: not-allowed;
}
.mv-inputbox-mini {
  width: 45px !important;
}
.mv-inputbox-mini.mv-inputbox {
  padding-left: 5px;
  padding-right: 5px;
}
.mv-inputbox-xsmall {
  width: 80px !important;
}
.mv-inputbox-xsmall.mv-inputbox {
  padding-left: 10px;
  padding-right: 10px;
}
.mv-inputbox-small {
  width: 145px !important;
}
.mv-inputbox-medium {
  width: 240px !important;
}
.mv-inputbox-large {
  width: 320px !important;
}
.mv-inputbox-xlarge {
  width: 420px !important;
}
.mv-inputbox-list > .mv-inputbox {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.mv-inputbox-list > .mv-inputbox:last-child {
  margin-bottom: 0 !important;
}
.gd-inputbox.gd-inputbox-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 20px;
}
.mv-inputbox-group {
  position: relative;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.mv-inputbox-group .mv-inputbox,
.mv-inputbox-group .inputbox-addon {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.mv-inputbox-group .mv-inputbox {
  position: relative;
  float: left;
  width: 100%;
}
.mv-inputbox-group .inputbox-addon {
  width: 144px;
  text-align: center;
}
.mv-inputbox-group .inputbox-addon .mv-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-inputbox-group .inputbox-addon .mv-btn:active {
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.125);
}
.mv-inputbox-group .mv-inputbox-icon {
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
}
.mv-inputbox-group.has-space .inputbox-addon {
  padding-left: 20px;
  padding-right: 0;
}
.mv-inputbox-group.has-space.right .inputbox-addon {
  padding-right: 20px;
  padding-left: 0;
}
.mv-inputbox-icon {
  position: relative;
  width: 100%;
}
.mv-inputbox-icon .mv-inputbox {
  width: 100%;
  padding-left: 30px;
}
.mv-inputbox-icon .icon {
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #666;
  margin-left: 10px;
  z-index: 10;
}
.mv-inputbox-icon .icon:not(.mv-btn) {
  pointer-events: none;
}
.mv-inputbox-icon.right .icon {
  right: 0;
  left: auto;
  margin-right: 10px;
  margin-left: 0;
}
.mv-inputbox-icon.right .mv-inputbox {
  padding-left: 15px;
  padding-right: 30px;
}
textarea.mv-inputbox[class*="mv-inputbox-style-"] {
  height: auto;
  line-height: 1.85;
  -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  padding-top: 10px;
}
.mv-resize-both {
  resize: both;
}
.mv-resize-vertical {
  resize: vertical;
}
.mv-resize-horizontal {
  resize: horizontal;
}
.mv-spinner-style-1 .ui-spinner {
  width: 100%;
  height: 30px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  margin: 0;
}
.mv-spinner-style-1 .ui-spinner .mv-inputbox {
  height: 100%;
  color: #262b30;
  border: 0 none;
}
.mv-spinner-style-1 .ui-spinner .ui-spinner-button {
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.mv-spinner-style-2 .ui-spinner {
  width: 130px;
  height: 40px;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px #edecec;
          box-shadow: inset 0 0 0 2px #edecec;
  padding: 0;
  margin: 0;
}
.mv-spinner-style-2 .ui-spinner .mv-inputbox {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 46px;
  height: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #4c4441;
  background: none transparent;
  border: 0 none;
  text-align: center;
  padding: 0;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 42px;
  height: 100%;
  border: 2px solid #edecec;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #fff;
  cursor: pointer;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button.ui-spinner-up {
  right: 0;
  left: auto;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button.ui-spinner-up .ui-button-text:before {
  content: "\f067";
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button.ui-spinner-down {
  left: 0;
  right: auto;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text:before {
  content: "\f068";
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button .ui-button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #4c4441;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button .ui-button-text:before {
  font-weight: bold;
  font-family: FontAwesome;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button .ui-icon {
  display: none;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button:hover .ui-button-text,
.mv-spinner-style-2 .ui-spinner .ui-spinner-button:active .ui-button-text {
  color: #ffb535;
}
.mv-spinner-style-2 .ui-spinner .ui-spinner-button:active .ui-button-text {
  opacity: 0.6;
  -webkit-transition: none;
  transition: none;
}
[class*="mv-checkbox-style-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.642857;
  font-weight: normal;
}
.mv-checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.mv-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
  color: transparent;
}
.mv-checkbox .checkbox-after-input {
  display: inline-block;
  vertical-align: middle;
}
.mv-checkbox .checkbox-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.642857;
  font-size: 14px;
  color: #595959;
}
.mv-checkbox .icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-checkbox:active .icon {
  opacity: 0.6;
  -webkit-transition: none;
  transition: none;
}
.mv-checkbox.has-link:after {
  display: none;
}
.mv-checkbox.right .checkbox-visual-box {
  left: auto;
  right: 0;
}
.mv-checkbox.right .checkbox-text {
  padding: 0 28px 3px 0;
}
.mv-checkbox-style-1 .checkbox-after-input {
  min-height: 14px;
  min-width: 14px;
}
.mv-checkbox-style-1 .checkbox-text {
  padding: 0 0 0 28px;
}
.mv-checkbox-style-1 .checkbox-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-checkbox-style-1 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.mv-checkbox-style-1 input[type="checkbox"] {
  margin: 0;
}
.mv-checkbox-style-1 input[type="checkbox"]:checked + .checkbox-after-input .checkbox-visual-box {
  background: #ffb535;
  border: 0 none;
}
.mv-checkbox-style-1 input[type="checkbox"]:checked + .checkbox-after-input .icon-checked {
  display: block;
}
.mv-checkbox-style-2 .checkbox-after-input {
  min-height: 12px;
  min-width: 12px;
}
.mv-checkbox-style-2 .checkbox-text,
.mv-checkbox-style-2 .checkbox-visual-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mv-checkbox-style-2 .checkbox-text:last-child,
.mv-checkbox-style-2 .checkbox-visual-box:last-child {
  margin-right: 0 !important;
}
.mv-checkbox-style-2 .checkbox-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #b3b5b7;
  padding: 0;
}
.mv-checkbox-style-2 .checkbox-visual-box {
  position: relative;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-checkbox-style-2 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}
.mv-checkbox-style-2 input[type="checkbox"] {
  margin: 0;
}
.mv-checkbox-style-2 input[type="checkbox"]:checked + .checkbox-after-input .checkbox-text {
  color: #262b30;
}
.mv-checkbox-style-2 input[type="checkbox"]:checked + .checkbox-after-input .icon-checked {
  display: block;
}
.mv-checkbox-style-3 .mv-btn {
  -webkit-transition: none;
  transition: none;
}
.mv-checkbox-style-3 .mv-btn:hover,
.mv-checkbox-style-3 .mv-btn:active {
  border-bottom: 2px solid #e7e7e7;
}
.mv-checkbox-style-3 input[type="checkbox"]:checked + .checkbox-after-input .mv-btn {
  border-bottom: 2px solid #ffb535;
}
.mv-checkbox-style-4 .mv-icon-left-style-5 {
  -webkit-transition: none;
  transition: none;
}
.mv-checkbox-style-4 .mv-icon-left-style-5:before {
  -webkit-transition: none;
  transition: none;
}
.mv-checkbox-style-4 input[type="checkbox"]:checked + .checkbox-after-input .mv-icon-left-style-5 {
  color: #ffb535;
}
.mv-checkbox-style-4 input[type="checkbox"]:checked + .checkbox-after-input .mv-icon-left-style-5:before {
  background: #ffb535;
}
.mv-checkbox-style-5 .checkbox-after-input {
  min-height: 16px;
  min-width: 16px;
}
.mv-checkbox-style-5 .checkbox-text {
  color: #595959;
  padding: 0 0 0 28px;
}
.mv-checkbox-style-5 .checkbox-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.mv-checkbox-style-5 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffb535;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.mv-checkbox-style-5 input[type="checkbox"] {
  margin: 0;
}
.mv-checkbox-style-5 input[type="checkbox"]:checked + .checkbox-after-input .icon-checked {
  display: block;
}
.mv-checkbox-style-6 .checkbox-after-input {
  min-height: 26px;
  min-width: 26px;
}
.mv-checkbox-style-6 .checkbox-text {
  padding: 0 0 0 38px;
}
.mv-checkbox-style-6 .checkbox-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-checkbox-style-6 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 14px;
  color: #ffb535;
}
.mv-checkbox-style-6 input[type="checkbox"] {
  margin: 0;
}
.mv-checkbox-style-6 input[type="checkbox"]:checked + .checkbox-after-input .icon-checked {
  display: block;
}
.mv-checkbox-list > .mv-checkbox {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.mv-checkbox-list > .mv-checkbox:last-child {
  margin-bottom: 0;
}
.mv-checkbox-list > .mv-checkbox.mv-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.mv-checkbox-list > .mv-checkbox.mv-checkbox-inline:last-child {
  margin-right: 0;
}
[class*="mv-radio-style-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.642857;
  font-weight: normal;
}
.mv-radio {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.mv-radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
  color: transparent;
}
.mv-radio .radio-after-input {
  display: inline-block;
  vertical-align: middle;
}
.mv-radio .radio-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.642857;
  font-size: 14px;
  color: #595959;
}
.mv-radio .icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-radio:active .icon {
  opacity: 0.6;
  -webkit-transition: none;
  transition: none;
}
.mv-radio.has-link:after {
  display: none;
}
.mv-radio.right .radio-visual-box {
  left: auto;
  right: 0;
}
.mv-radio.right .radio-text {
  padding: 0 28px 3px 0;
}
.mv-radio-style-1 .radio-after-input {
  min-height: 14px;
  min-width: 14px;
}
.mv-radio-style-1 .radio-text {
  padding: 0 0 0 28px;
}
.mv-radio-style-1 .radio-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-radio-style-1 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.mv-radio-style-1 input[type="radio"] {
  margin: 0;
}
.mv-radio-style-1 input[type="radio"]:checked + .radio-after-input .radio-visual-box {
  background: #ffb535;
  border: 0 none;
}
.mv-radio-style-1 input[type="radio"]:checked + .radio-after-input .icon-checked {
  display: block;
}
.mv-radio-style-2 .radio-after-input {
  min-height: 12px;
  min-width: 12px;
}
.mv-radio-style-2 .radio-text,
.mv-radio-style-2 .radio-visual-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mv-radio-style-2 .radio-text:last-child,
.mv-radio-style-2 .radio-visual-box:last-child {
  margin-right: 0 !important;
}
.mv-radio-style-2 .radio-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #b3b5b7;
  padding: 0;
}
.mv-radio-style-2 .radio-visual-box {
  position: relative;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-radio-style-2 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}
.mv-radio-style-2 input[type="radio"] {
  margin: 0;
}
.mv-radio-style-2 input[type="radio"]:checked + .radio-after-input .radio-text {
  color: #262b30;
}
.mv-radio-style-2 input[type="radio"]:checked + .radio-after-input .icon-checked {
  display: block;
}
.mv-radio-style-3 .mv-btn {
  -webkit-transition: none;
  transition: none;
}
.mv-radio-style-3 .mv-btn:hover,
.mv-radio-style-3 .mv-btn:active {
  border-bottom: 2px solid #e7e7e7;
}
.mv-radio-style-3 input[type="radio"]:checked + .radio-after-input .mv-btn {
  border-bottom: 2px solid #ffb535;
}
.mv-radio-style-4 .mv-icon-left-style-5 {
  -webkit-transition: none;
  transition: none;
}
.mv-radio-style-4 .mv-icon-left-style-5:before {
  -webkit-transition: none;
  transition: none;
}
.mv-radio-style-4 input[type="radio"]:checked + .radio-after-input .mv-icon-left-style-5 {
  color: #ffb535;
}
.mv-radio-style-4 input[type="radio"]:checked + .radio-after-input .mv-icon-left-style-5:before {
  background: #ffb535;
}
.mv-radio-style-5 .radio-after-input {
  min-height: 16px;
  min-width: 16px;
}
.mv-radio-style-5 .radio-text {
  color: #595959;
  padding: 0 0 0 28px;
}
.mv-radio-style-5 .radio-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.mv-radio-style-5 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffb535;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.mv-radio-style-5 input[type="radio"] {
  margin: 0;
}
.mv-radio-style-5 input[type="radio"]:checked + .radio-after-input .icon-checked {
  display: block;
}
.mv-radio-style-6 .radio-after-input {
  min-height: 26px;
  min-width: 26px;
}
.mv-radio-style-6 .radio-text {
  padding: 0 0 0 38px;
}
.mv-radio-style-6 .radio-visual-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.mv-radio-style-6 .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 14px;
  color: #ffb535;
}
.mv-radio-style-6 input[type="radio"] {
  margin: 0;
}
.mv-radio-style-6 input[type="radio"]:checked + .radio-after-input .icon-checked {
  display: block;
}
.mv-radio-list > .mv-radio {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.mv-radio-list > .mv-radio:last-child {
  margin-bottom: 0;
}
.mv-radio-list > .mv-radio.mv-radio-inline {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.mv-radio-list > .mv-radio.mv-radio-inline:last-child {
  margin-right: 0;
}
.mv-select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.mv-select select {
  width: 100%;
  font-size: 14px;
  color: #575757;
  background: #f6f6f6;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
}
.mv-select-style-1 {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.mv-select-style-1 select {
  height: 45px;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0 0 0 15px;
}
.mv-select-style-1:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  height: 100%;
  width: 30px;
  background: #f6f6f6;
  border-left: 0 none;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv-select-style-1:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  background: none transparent;
  border-top: 7px solid #575757;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.mv-select-style-1.select-1-bg-white {
  background: #fff;
}
.mv-select-style-1.select-1-bg-white:before {
  background: #fff;
}
select option.option-please-select {
  display: none;
}
.mv-form-group .mv-select.mv-select-inline {
  margin-right: 10px;
}
.mv-select.mv-select-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
[class*="mv-label-style-"] {
  background: none transparent;
}
[class*="mv-label-style-"].label-primary .label-inner {
  background: #ffb535;
}
[class*="mv-label-style-"].label-hot .label-inner {
  background: #ec2424;
}
[class*="mv-label-style-"].label-sale .label-inner {
  background: #4ec629;
}
[class*="mv-label-style-"].label-discount .label-inner {
  background: #2d65d8;
}
[class*="mv-label-style-"].label-sold-out .label-inner {
  background: #afafaf;
}
[class*="mv-label-style-"].label-out-of-stock .label-inner {
  background: #7d7d7d;
}
[class*="mv-label-style-"].label-dark .label-inner {
  background: #363738;
}
.mv-label-style-1 .label-inner {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #ffb535;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0.5px 5px;
}
.mv-label-style-2 .label-2-inner {
  display: inline-block;
  vertical-align: middle;
}
.mv-label-style-2 .label-2-ul {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  margin: 0;
}
.mv-label-style-2 .number,
.mv-label-style-2 .text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0.5px 4px;
}
@media screen and (max-width: 767px) {
  .mv-label-style-2 .number,
  .mv-label-style-2 .text {
    font-size: 10px;
  }
}
.mv-label-style-2 .number {
  background: #ffb535;
}
.mv-label-style-2 .text {
  background: #262b30;
}
.mv-label-style-2.label-sold-out,
.mv-label-style-2.label-sold-out .number {
  background: none transparent;
}
.mv-label-style-2.label-sold-out .number {
  display: none;
}
.mv-label-style-2.label-sold-out .text {
  width: 100%;
  background: #afafaf;
  padding: 0 5px;
}
.mv-label-style-2.label-out-of-stock,
.mv-label-style-2.label-out-of-stock .number {
  background: none transparent;
}
.mv-label-style-2.label-out-of-stock .number {
  display: none;
}
.mv-label-style-2.label-out-of-stock .text {
  width: 100%;
  background: #7d7d7d;
  padding: 0 5px;
}
.mv-label-style-3 .label-inner {
  display: block;
  width: 106px;
  height: 106px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 10;
  padding-top: 75px;
}
.mv-label-style-4 .label-inner {
  display: block;
  width: 50px;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding: 15.5px 0;
  margin: 0;
}
.mv-message-style-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .mv-message-style-1 {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(-100%, 0%) rotate(-90deg);
        -ms-transform: translate(-100%, 0%) rotate(-90deg);
            transform: translate(-100%, 0%) rotate(-90deg);
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv-message-style-1 {
    width: 170px;
  }
}
.mv-message-style-1 .message-inner {
  display: none;
  font-style: italic;
  font-size: 12px;
  line-height: 1.3;
  color: #6d6d6d;
  text-align: center;
  padding: 0 15px 5px;
}
@media screen and (max-width: 991px) {
  .mv-message-style-1 .message-inner {
    line-height: 1.2;
    text-align: left;
    padding: 5px;
  }
}
.mv-icon-left-style-1 .icon {
  width: 38px;
}
.mv-icon-left-style-1 .text,
.mv-icon-left-style-1 .text a {
  font-size: 14px;
  color: #c3c3c3;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-1 .text a:hover {
    color: #ffb535;
  }
}
.mv-icon-left-style-1 .text a:active {
  color: #ffb535;
}
.mv-icon-left-style-2:before,
.mv-icon-left-style-2:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-icon-left-style-2,
.mv-icon-left-style-2 a {
  font-size: 14px;
  color: #939393;
}
.mv-icon-left-style-2 a {
  display: inline-block;
  vertical-align: middle;
}
.mv-icon-left-style-2 .icon {
  float: left;
  margin-right: 10px;
}
.mv-icon-left-style-2 .text {
  float: left;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-2 a:hover {
    color: #ffb535;
  }
}
.mv-icon-left-style-2 a:active {
  color: #ffb535;
}
.mv-icon-left-style-2.hover-translate-right {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-2.hover-translate-right:hover {
    -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.mv-icon-left-style-2.hover-translate-right:active {
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.mv-icon-left-style-3 {
  font-size: 14px;
}
.mv-icon-left-style-3:before,
.mv-icon-left-style-3:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-icon-left-style-3,
.mv-icon-left-style-3 a {
  color: #797f84;
}
.mv-icon-left-style-3 a,
.mv-icon-left-style-3 .icon,
.mv-icon-left-style-3 .text {
  display: inline-block;
  vertical-align: middle;
}
.mv-icon-left-style-3 .icon {
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-3 a:hover {
    color: #ffb535;
  }
}
.mv-icon-left-style-3 a:active {
  color: #ffb535;
}
.mv-icon-left-style-4 .icon,
.mv-icon-left-style-4 .text {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-icon-left-style-4 .icon {
  font-weight: bold;
  font-size: 36px;
  color: #333336;
  margin-right: 20px;
}
.mv-icon-left-style-4 .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #4c5258;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-4 a:hover,
  .mv-icon-left-style-4 a:hover .icon,
  .mv-icon-left-style-4 a:hover .text {
    color: #ffb535;
  }
}
.mv-icon-left-style-4 a:active,
.mv-icon-left-style-4 a:active .icon,
.mv-icon-left-style-4 a:active .text {
  color: #ffb535;
}
.mv-icon-left-style-5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #262b30;
  padding-left: 26px;
}
.mv-icon-left-style-5:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 1px;
  background: #e7e7e7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-icon-left-style-5 .sub-text {
  font-size: 12px;
  color: #7b7b7b;
}
.mv-icon-left-style-6 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #595959;
  padding-left: 18px;
}
.mv-icon-left-style-6:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  background: #ffb535;
}
.mv-icon-left-style-7 .i-l-inner {
  display: inline-block;
  vertical-align: middle;
  padding-left: 110px;
}
.mv-icon-left-style-7 .i-l-icon {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.mv-icon-left-style-7 .i-l-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  word-break: break-all;
}
.mv-icon-left-style-7 .i-l-text:before {
  display: block;
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 100%;
  background: #f6f6f6;
  z-index: 10;
}
.mv-icon-left-style-7 .text-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mv-icon-left-style-7 .text-main {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mv-icon-left-style-7 .text-sub {
  font-size: 14px;
  line-height: 1.85;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .mv-icon-left-style-7 .text-sub {
    line-height: 1.5;
  }
}
.mv-icon-left-style-7 a {
  color: #595959;
}
@media screen and (min-width: 992px) {
  .mv-icon-left-style-7 a:hover {
    color: #ffb535;
  }
}
.mv-icon-left-style-7 a:active {
  color: #ffb535;
}
[class*="mv-list-inline-"]:before,
[class*="mv-list-inline-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-list-inline-style-1 ul.list-inline-1 {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.mv-list-inline-style-1 ul.list-inline-1 > li {
  display: block;
  float: left;
  padding: 0;
  margin-right: 20px;
}
.mv-list-inline-style-1 ul.list-inline-1 > li:last-child {
  margin-right: 0 !important;
}
.mv-list-inline-style-1 ul.list-inline-1 > li .icon-color {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-list-inline-style-1 ul.list-inline-1 > li.active > .mv-btn {
  color: #262b30;
}
.mv-list-inline-style-1 ul.list-inline-1 > li:not(.active) a:hover .icon-color {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mv-list-inline-style-1.space-10 ul.list-inline-1 > li {
  margin-right: 10px;
}
.mv-list-inline-style-2 ul.list-inline-2 {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.mv-list-inline-style-2 ul.list-inline-2 > li {
  display: block;
  float: left;
  position: relative;
  padding-right: 15px;
  margin-right: 9px;
}
.mv-list-inline-style-2 ul.list-inline-2 > li:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.mv-list-inline-style-2 ul.list-inline-2 > li:last-child:after {
  display: none !important;
}
.mv-list-inline-style-2 ul.list-inline-2 > li:after {
  display: block;
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-list-inline-style-2 ul.list-inline-2 > li > .mv-btn {
  display: block;
  font-size: 14px;
  color: #747678;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 992px) {
  .mv-list-inline-style-2 ul.list-inline-2 > li > .mv-btn:hover {
    color: #000;
  }
}
.mv-list-inline-style-2 ul.list-inline-2 > li > .mv-btn:active,
.mv-list-inline-style-2 ul.list-inline-2 > li.active > .mv-btn {
  color: #000;
}
[class*="mv-dropdown"].script-dropdown-2 .dropdown-menu {
  margin-top: 0;
}
[class*="mv-dropdown"].script-dropdown-2 .dropdown-menu-inner {
  padding-top: 12px;
}
.mv-dropdown-style-1 .dropdown-menu {
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 0 0;
  margin: 0;
}
.mv-dropdown-style-1 .dropdown-menu-inner {
  position: relative;
  background: #fff;
  border-top: 3px solid #ffb535;
  padding: 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mv-dropdown-style-1 .dropdown-menu-inner:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 10px;
  bottom: auto;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #ffb535;
  border-left: 10px solid transparent;
}
.mv-dropdown-style-1 .dropdown-menu.pull-right .dropdown-menu-inner:before {
  right: 10px;
  left: auto;
}
.mv-rate .rate-inner,
.mv-rate .rate-score {
  display: inline-block;
  vertical-align: middle;
}
.mv-rate .rate-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
}
.mv-rate .rate-inner .stars-wrapper {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.mv-rate .rate-inner .stars-wrapper:before,
.mv-rate .rate-inner .stars-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-rate .rate-inner .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 0;
}
.mv-rate .rate-inner .filled-stars .item-rate {
  color: #ffb535;
}
.mv-rate .rate-text {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.mv-rate .rate-score {
  font-weight: bold;
  font-size: 18px;
  color: #222;
  margin-left: 10px;
}
.mv-rate .item-rate {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  font-family: FontAwesome;
  font-weight: normal;
  color: #000;
  color: #c4c4c4;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 3px;
  margin: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 767px) {
  .mv-rate .item-rate {
    padding: 0 1px;
    font-size: 10px;
  }
}
.mv-rate .item-rate:before {
  content: "\f006";
}
.mv-rate .item-rate.rate-on {
  color: #ffb535;
}
.mv-rate.solid-star .item-rate:before {
  content: "\f005";
}
.mv-rate.status-rated .item-rate {
  cursor: default;
}
.mv-back-to-top {
  z-index: 9040;
}
@media screen and (max-width: 767px) {
  .mv-back-to-top.mv-btn {
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 11px 0;
  }
}
.mv-back-to-top.fixed-right-bottom {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: -70px;
  left: auto;
  top: auto;
}
.mv-back-to-top.fixed-right-bottom.on {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
[class*="mv-effect"] .mv-effect-item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  [class*="mv-effect"] .mv-effect-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
[class*="mv-effect"] .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
}
[class*="mv-effect"] .btn-readmore-plus {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  [class*="mv-effect"] .btn-readmore-plus {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 768px) {
  [class*="mv-effect"]:hover .mv-effect-item {
    opacity: 1;
    visibility: visible;
  }
  [class*="mv-effect"]:hover .mv-effect-item.active {
    opacity: 0;
    visibility: visible;
  }
}
[class*="mv-effect"]:hover .btn-readmore-plus {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mv-effect-relative {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: inherit;
}
.mv-effect-translate-1 .mv-effect-item {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .mv-effect-translate-1 .mv-effect-item {
    left: 0;
    -webkit-transform: translate(-40px, -50%);
        -ms-transform: translate(-40px, -50%);
            transform: translate(-40px, -50%);
  }
}
@media screen and (min-width: 768px) {
  .mv-effect-translate-1:hover .mv-effect-item {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv-effect-one-by-one .mv-effect-item {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mv-effect-one-by-one:hover .mv-effect-item {
  opacity: 0;
  visibility: visible;
}
.mv-effect-one-by-one:hover .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
}
.mv-effect-fade {
  /**/
}
.mv-effect-translate-top-bottom .mv-effect-item {
  top: 0;
  bottom: auto;
}
.mv-effect-translate-top-bottom .mv-effect-item.active {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mv-effect-translate-top-bottom:hover .mv-effect-item {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv-effect-translate-top-bottom:hover .mv-effect-item.active {
    top: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mv-effect-translate-right-left .mv-effect-item {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-effect-translate-right-left .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mv-effect-translate-right-left:hover .mv-effect-item {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv-effect-translate-right-left:hover .mv-effect-item.active {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv-effect-zoom-in-out .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) scale(0.4);
      -ms-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
}
.mv-effect-zoom-in-out .mv-effect-item.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .mv-effect-zoom-in-out:hover .mv-effect-item {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .mv-effect-zoom-in-out:hover .mv-effect-item.active {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
}
.mv-effect-rotate-3d-180 .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
          transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
}
.mv-effect-rotate-3d-180 .mv-effect-item.active {
  -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
          transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
}
@media screen and (min-width: 768px) {
  .mv-effect-rotate-3d-180:hover .mv-effect-item {
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
            transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
  }
  .mv-effect-rotate-3d-180:hover .mv-effect-item.active {
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
            transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
  }
}
.mv-effect-rotate-90 .mv-effect-item {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mv-effect-rotate-90 .mv-effect-item.active {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mv-effect-rotate-90:hover .mv-effect-item {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .mv-effect-rotate-90:hover .mv-effect-item.active {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.mv-effect-one-by-one.mv-effect-translate-top-bottom .mv-effect-item {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mv-effect-one-by-one.mv-effect-translate-top-bottom .mv-effect-item.active {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv-effect-one-by-one.mv-effect-translate-top-bottom .mv-effect-item.active + .mv-effect-item {
  top: -50%;
  bottom: auto;
}
.mv-effect-one-by-one.mv-effect-translate-right-left .mv-effect-item {
  left: -50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-effect-one-by-one.mv-effect-translate-right-left .mv-effect-item.active {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv-effect-one-by-one.mv-effect-translate-right-left .mv-effect-item.active + .mv-effect-item {
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-effect-one-by-one.mv-effect-zoom-in-out .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) scale(0.4);
      -ms-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
}
.mv-effect-one-by-one.mv-effect-zoom-in-out .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.mv-effect-one-by-one.mv-effect-rotate-3d-180 .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
          transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg);
}
.mv-effect-one-by-one.mv-effect-rotate-3d-180 .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
          transform: translate(-50%, -50%) rotate3d(0, 1, 0, 0deg);
}
.mv-effect-one-by-one.mv-effect-rotate-90 .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.mv-effect-one-by-one.mv-effect-rotate-90 .mv-effect-item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.mv-effect-one-by-one.mv-effect-rotate-90 .mv-effect-item.active + .mv-effect-item {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mv-parallax {
  background-repeat: no-repeat;
  background-size: cover;
}
@-webkit-keyframes rotateInfinite1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateInfinite1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mv-rotate-infinite-1 {
  -webkit-animation: rotateInfinite1 1.5s linear infinite;
          animation: rotateInfinite1 1.5s linear infinite;
}
[class*="mv-newsletter-"] {
  text-align: center;
}
[class*="mv-newsletter-"]:before,
[class*="mv-newsletter-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-newsletter-style-1 .newsletter-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0 50px;
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-1 .newsletter-bg {
    padding: 40px 0;
  }
}
.mv-newsletter-style-1 .newsletter-bg:before {
  opacity: 0.9;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
}
.mv-newsletter-style-1 .form-newsletter {
  position: relative;
  max-width: 61.4%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-1 .form-newsletter {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-1 .form-newsletter {
    max-width: none;
  }
}
.mv-newsletter-style-1 .form-newsletter .mv-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
.mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .mv-inputbox {
  border-right: 0 none;
}
.mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .mv-inputbox:focus {
  border-color: #fff;
}
.mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .inputbox-addon {
  width: 106px;
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .inputbox-addon {
    width: 50px;
  }
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .mv-btn {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .mv-btn:hover {
    background: #fff;
    border-color: #fff;
  }
}
.mv-newsletter-style-1 .form-newsletter .mv-inputbox-group .mv-btn:active {
  background: #fff;
  border-color: #fff;
}
.mv-newsletter-style-2 {
  background: #f6f6f6;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-2 {
    padding: 30px 0;
  }
}
.mv-newsletter-style-2 .form-newsletter {
  max-width: 85.4%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-2 .form-newsletter {
    max-width: none;
  }
}
.mv-newsletter-style-2 .form-newsletter .mv-form-group {
  margin-bottom: 0;
}
.mv-newsletter-style-2 .form-newsletter .mv-label {
  font-size: 24px;
  color: #363738;
  padding-top: 4px;
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox-icon .mv-btn {
  height: 100%;
  width: 50px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .mv-newsletter-style-2 .form-newsletter .mv-inputbox-icon .mv-btn:hover {
    color: #ffb535;
  }
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox-icon .mv-btn:active {
  color: #ffb535;
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox {
  height: 50px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0 50px 0 20px;
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox::-moz-placeholder {
  color: #6c767f;
  opacity: 1;
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox:-ms-input-placeholder {
  color: #6c767f;
}
.mv-newsletter-style-2 .form-newsletter .mv-inputbox::-webkit-input-placeholder {
  color: #6c767f;
}
.mv-newsletter-style-3 .newsletter-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-3 .newsletter-bg {
    padding: 40px 0;
  }
}
.mv-newsletter-style-3 .newsletter-bg:before {
  opacity: 0.9;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
}
.mv-newsletter-style-3 .form-newsletter .mv-form-group {
  margin-bottom: 0;
}
.mv-newsletter-style-3 .form-newsletter .mv-label {
  text-align: left;
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .mv-newsletter-style-3 .form-newsletter .mv-label {
    width: 20.6%;
    padding-right: 0;
  }
}
.mv-newsletter-style-3 .form-newsletter .mv-label .text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-3 .form-newsletter .mv-label .text {
    font-size: 23px;
    padding-top: 5px;
  }
}
.mv-newsletter-style-3 .form-newsletter .mv-label .label-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1200px) {
  .mv-newsletter-style-3 .form-newsletter .mv-field {
    width: 79.4%;
  }
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .inputbox-addon {
  width: 196px;
}
@media screen and (max-width: 1919px) {
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .inputbox-addon {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .inputbox-addon {
    width: 160px;
  }
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .icon {
  color: #b9b9ba;
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .mv-inputbox {
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .inputbox-addon,
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .mv-inputbox-icon {
    display: block;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .inputbox-addon {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-3 .form-newsletter .mv-inputbox-group .mv-inputbox-icon {
    margin-bottom: 10px !important;
  }
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox {
  padding: 0 20px;
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox::-moz-placeholder {
  color: #9a9b9b;
  opacity: 1;
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox:-ms-input-placeholder {
  color: #9a9b9b;
}
.mv-newsletter-style-3 .form-newsletter .mv-inputbox::-webkit-input-placeholder {
  color: #9a9b9b;
}
.mv-newsletter-style-3 .form-newsletter .mv-btn:active,
.mv-newsletter-style-3 .form-newsletter .mv-btn:hover {
  background: #555555;
}
.mv-newsletter-style-4 {
  position: relative;
  background: #f5f5f5;
  padding: 90px 0 70px;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-4 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-4 {
    padding: 60px 0 30px;
  }
}
.mv-newsletter-style-4 .polygon-top {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  z-index: 100;
}
.mv-newsletter-style-4 .form-newsletter {
  max-width: 66.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-4 .form-newsletter {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-4 .form-newsletter {
    max-width: none;
  }
}
.mv-newsletter-style-4 .form-newsletter .mv-label {
  text-align: center;
  margin-bottom: 44px;
}
.mv-newsletter-style-4 .form-newsletter .mv-label .label-main {
  margin-bottom: 5px;
}
.mv-newsletter-style-4 .form-newsletter .mv-label .label-desc {
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #363738;
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right {
    margin-bottom: 15px;
  }
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .icon {
  color: #b9b9ba;
  margin-right: 15px;
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .mv-inputbox {
  padding-left: 20px;
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .mv-inputbox::-moz-placeholder {
  color: #68696a;
  opacity: 1;
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .mv-inputbox:-ms-input-placeholder {
  color: #68696a;
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right .mv-inputbox::-webkit-input-placeholder {
  color: #68696a;
}
.mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .inputbox-addon {
  width: 178px;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .inputbox-addon {
    width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 479px) {
  .mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .mv-inputbox-icon.right,
  .mv-newsletter-style-4 .form-newsletter .mv-inputbox-group .inputbox-addon {
    display: block;
    width: 100%;
  }
}
.mv-newsletter-style-4 .mv-title-style-4 .behind {
  font-family: FontAwesome;
  font-size: 120px;
  color: #ececec;
}
.mv-newsletter-style-5 {
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-5 {
    padding-bottom: 25px;
  }
}
.mv-newsletter-style-5 .newsletter-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-5 .newsletter-title {
    margin-bottom: 30px;
  }
}
.mv-newsletter-style-5 .form-newsletter {
  max-width: 64.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .mv-newsletter-style-5 .form-newsletter {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-5 .form-newsletter {
    max-width: none;
  }
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox-icon .icon {
  color: #939394;
  margin-right: 18px;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox {
  background: #f0f0f0;
  padding: 0 40px 0 25px;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox:focus {
  color: #333;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox::-moz-placeholder {
  color: #656566;
  opacity: 1;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox:-ms-input-placeholder {
  color: #656566;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox .mv-inputbox::-webkit-input-placeholder {
  color: #656566;
}
.mv-newsletter-style-5 .form-newsletter .form-group-inputbox {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mv-newsletter-style-5 .form-newsletter .form-group-inputbox {
    margin-bottom: 20px;
  }
}
.mv-newsletter-style-5 .form-newsletter .form-group-submit .mv-btn {
  min-width: 168px;
}
.mv-date-style-1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #e7e7e7;
  background: none transparent;
  padding: 9px 13px 9px;
}
.mv-date-style-1 .day {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.mv-date-style-1 .month {
  display: block;
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.mv-date-style-2 .day {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #262b30;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-date-style-2 .day:before,
.mv-date-style-2 .day:after {
  display: block;
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  height: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-date-style-2 .day:before {
  width: 20px;
  background: #dfdfe0;
  z-index: 9;
}
.mv-date-style-2 .day:after {
  width: 0;
  background: #ffb535;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 10;
}
.mv-date-style-2 .month {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #929597;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
[class*="mv-social-list-"]:before,
[class*="mv-social-list-"]:after {
  content: " ";
  clear: both;
  display: table;
}
[class*="mv-social-list-"] ul > li {
  float: left;
  text-align: center;
  margin-right: 10px;
}
[class*="mv-social-list-"] ul > li:last-child {
  margin-right: 0;
}
[class*="mv-social-list-"] a {
  display: block;
}
.mv-social-list-style-1 ul > li {
  margin-right: 24px;
}
.mv-social-list-style-1 ul > li:last-child {
  margin-right: 0;
}
.mv-social-list-style-1 a {
  width: 20px;
  font-size: 18px;
  color: #b2b2b2;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mv-social-list-style-1 a:hover {
    color: #ffb535;
  }
}
.mv-social-list-style-1 a:active {
  color: #ffb535;
}
.mv-quote-style-1 .quote-icon {
  width: 57px;
}
@media screen and (max-width: 767px) {
  .mv-quote-style-1 .quote-icon {
    width: 37px;
  }
}
.mv-quote-style-1 .quote-icon .icon {
  position: relative;
  top: 4px;
  font-weight: bold;
  font-size: 36px;
  color: #ffb535;
}
@media screen and (max-width: 767px) {
  .mv-quote-style-1 .quote-icon .icon {
    font-size: 24px;
  }
}
.mv-quote-style-1 .quote-content {
  position: relative;
  overflow: hidden;
  max-height: 141px;
  line-height: 1.642857;
  text-align: justify;
  color: #666;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mv-quote-style-1 .quote-content {
    line-height: 1.42857143;
    margin-bottom: 14px;
  }
}
.mv-quote-style-1 .quote-line {
  display: block;
  width: 60px;
  height: 1px;
  background: #d2d2d2;
}
.mv-quote-style-2 {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 57px 50px 32px;
}
@media screen and (max-width: 991px) {
  .mv-quote-style-2 {
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-quote-style-2 {
    text-align: justify;
    padding: 30px 12px 12px;
  }
}
.mv-quote-style-2 .quote-content {
  font-size: 14px;
  line-height: 1.85;
  color: #6f6f6f;
}
.mv-quote-style-2 .quote-icon {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  width: 42px;
  height: 42px;
  border: 2px solid #ffb535;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv-quote-style-2 .quote-icon {
    width: 30px;
    height: 30px;
  }
}
.mv-quote-style-2 .quote-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .mv-quote-style-2 .quote-icon .icon {
    font-size: 14px;
  }
}
.mv-quote-style-3 .quote-icon {
  margin-bottom: 27px;
}
.mv-quote-style-3 .quote-icon .icon {
  font-size: 50px;
  line-height: 1;
  color: #eaeaea;
}
.mv-quote-style-3 .quote-content {
  font-size: 14px;
  color: #595959;
}
[class*="mv-caption-style-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
[class*="mv-caption-style-"] img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv-caption-style-1 .container {
    width: 100%;
  }
}
.mv-caption-style-1 .caption-1-text-1 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 130px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-1 .caption-1-text-1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-1 .caption-1-text-1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-1 .caption-1-text-1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-1 .caption-1-text-1 {
    font-size: 30px;
  }
}
.mv-caption-style-1 .caption-1-text-2 {
  display: block;
  line-height: 1.2;
  margin-bottom: 43px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-1 .caption-1-text-2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-1 .caption-1-text-2 .mv-title-style-1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-1 .caption-1-text-2 .mv-title-style-1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-1 .caption-1-text-2 .mv-title-style-1 {
    font-size: 14px;
  }
}
.mv-caption-style-2 .caption-2-text-1 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 13px 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-2 .caption-2-text-1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-2 .caption-2-text-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-2 .caption-2-text-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-2 .caption-2-text-1 {
    font-size: 16px;
  }
}
.mv-caption-style-2 .caption-2-text-2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mv-caption-style-2 .caption-2-text-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-2 .caption-2-text-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-2 .caption-2-text-2 {
    font-size: 14px;
  }
}
.mv-caption-style-2 .caption-2-img-1 {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .mv-caption-style-2 .caption-2-img-1 {
    margin-bottom: 10px;
  }
}
.mv-caption-style-3 .caption-3-img-1 {
  margin-bottom: 13px;
}
.mv-caption-style-3 .caption-3-text-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-3 .caption-3-text-1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-3 .caption-3-text-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-3 .caption-3-text-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-3 .caption-3-text-1 {
    font-size: 16px;
  }
}
.mv-caption-style-3 .caption-3-text-2 {
  margin-bottom: 51px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-3 .caption-3-text-2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-3 .caption-3-text-2 {
    margin-bottom: 10px;
  }
}
.mv-caption-style-3 .caption-3-text-2 .mv-title-style-1 {
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .mv-caption-style-3 .caption-3-text-2 .mv-title-style-1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-3 .caption-3-text-2 .mv-title-style-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-3 .caption-3-text-2 .mv-title-style-1 {
    font-size: 12px;
  }
}
.mv-caption-style-4 .caption-4-img-1 {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .mv-caption-style-4 .caption-4-block-text {
    position: absolute;
    top: 50%;
    right: 45px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;
  }
}
.mv-caption-style-4 .caption-4-text-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-4 .caption-4-text-1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-4 .caption-4-text-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-4 .caption-4-text-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-4 .caption-4-text-1 {
    font-size: 16px;
  }
}
.mv-caption-style-4 .caption-4-text-2 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-4 .caption-4-text-2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-4 .caption-4-text-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-4 .caption-4-text-2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-4 .caption-4-text-2 {
    font-size: 12px;
  }
}
.mv-caption-style-4 .caption-4-button-1 {
  min-width: 154px;
}
@media screen and (max-width: 991px) {
  .mv-caption-style-4 .caption-4-button-1 {
    height: auto;
    min-width: 0;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-4 .caption-4-button-1 {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
  }
}
.mv-caption-style-5 .caption-5-bg-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv-caption-style-5 .caption-5-box {
  position: relative;
}
.mv-caption-style-5 .caption-5-img-1 {
  margin: 0 auto 62px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-5 .caption-5-img-1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-5 .caption-5-img-1 {
    margin-bottom: 10px;
  }
}
.mv-caption-style-5 .caption-5-text-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-5 .caption-5-text-1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-5 .caption-5-text-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-5 .caption-5-text-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-5 .caption-5-text-1 {
    font-size: 16px;
  }
}
.mv-caption-style-5 .caption-5-text-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-5 .caption-5-text-2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-5 .caption-5-text-2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-5 .caption-5-text-2 {
    font-size: 12px;
  }
}
.mv-caption-style-5 .caption-5-text-3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 100px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mv-caption-style-5 .caption-5-text-3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-caption-style-5 .caption-5-text-3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-5 .caption-5-text-3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-5 .caption-5-text-3 {
    font-size: 16px;
  }
}
.mv-caption-style-5 .caption-5-button-1 {
  min-width: 154px;
}
@media screen and (max-width: 991px) {
  .mv-caption-style-5 .caption-5-button-1 {
    height: auto;
    min-width: 0;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-5 .caption-5-button-1 {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
  }
}
.mv-caption-style-6 .caption-6-box {
  position: relative;
}
.mv-caption-style-6 .caption-6-img-1 {
  margin: 0 auto 32px;
}
.mv-caption-style-6 .caption-6-text-1 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 63px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .mv-caption-style-6 .caption-6-text-1 {
    font-size: 40px;
    padding: 8px 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-caption-style-6 .caption-6-text-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .mv-caption-style-6 .caption-6-text-1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.mv-caption-style-7 .caption-7-img-1 {
  margin: 0 auto 46px;
}
.mv-caption-style-7 .caption-7-text-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-bottom: 3px;
}
.mv-scrollbar-slider-style-1 {
  position: relative;
  overflow: hidden;
}
.mv-scrollbar-slider-style-1 .swiper-wrapper {
  padding-bottom: 103px;
}
@media screen and (max-width: 991px) {
  .mv-scrollbar-slider-style-1 .swiper-wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-scrollbar-slider-style-1 .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.mv-scrollbar-slider-style-1 .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 4px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: visible;
  width: 100%;
  height: 2px;
  max-width: 570px;
  background: #ececec;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media screen and (max-width: 767px) {
  .mv-scrollbar-slider-style-1 .swiper-scrollbar {
    max-width: none;
  }
}
.mv-scrollbar-slider-style-1 .swiper-scrollbar-drag {
  height: 10px;
  background-image: url("../images/icon/icon_line_3.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-top: -4px;
}
.mv-scrollbar-slider-style-1 .swiper-slide {
  width: 14.2857142857%;
}
@media screen and (max-width: 1919px) {
  .mv-scrollbar-slider-style-1 .swiper-slide {
    width: 20%;
  }
}
@media screen and (max-width: 1365px) {
  .mv-scrollbar-slider-style-1 .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .mv-scrollbar-slider-style-1 .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .mv-scrollbar-slider-style-1 .swiper-slide {
    width: 50%;
  }
}
.mv-slick-slide .slick-slide:focus {
  outline: 0;
}
@media screen and (max-width: 991px) {
  [class*="mv-filter-style-"] .filter-button .group-inner {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
[class*="mv-filter-style-"] .filter-button .mv-btn {
  display: block;
}
@media screen and (max-width: 991px) {
  [class*="mv-filter-style-"] .filter-button .mv-btn {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  [class*="mv-filter-style-"] .filter-button .mv-btn {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  [class*="mv-filter-style-"] .filter-button .mv-btn:hover {
    color: #363738;
    background: none transparent;
  }
}
[class*="mv-filter-style-"] .filter-button .mv-btn:active,
[class*="mv-filter-style-"] .filter-button .mv-btn.active {
  color: #363738;
  background: none transparent;
}
[class*="mv-filter-style-"] .filter-list .filter-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  [class*="mv-filter-style-"] .filter-list .filter-item {
    margin-bottom: 15px;
  }
}
.mv-filter-style-1 .filter-button {
  text-align: center;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .mv-filter-style-1 .filter-button {
    margin-bottom: 30px;
  }
}
.mv-filter-style-1 .filter-button .mv-btn {
  padding: 22px 15px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .mv-filter-style-1 .filter-button .mv-btn {
    padding: 12px 10px;
  }
}
.mv-filter-style-1 .filter-button .mv-btn:active {
  background: #f5f5f5;
  -webkit-transition: none;
  transition: none;
}
.mv-filter-style-2 .filter-button {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .mv-filter-style-2 .filter-button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-filter-style-2 .filter-button {
    margin-bottom: 25px;
  }
}
.mv-filter-style-2 .filter-button .mv-btn {
  text-transform: capitalize;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding: 7px 0;
  margin-right: 44px;
}
@media screen and (max-width: 991px) {
  .mv-filter-style-2 .filter-button .mv-btn {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-filter-style-2 .filter-button .mv-btn {
    font-size: 14px;
    margin-right: 30px !important;
    margin-bottom: 5px;
  }
}
.mv-filter-style-2 .filter-button .mv-btn.active {
  border-color: #ffb535;
}
.mv-filter-style-3 .filter-button .mv-btn {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
  padding: 20px 10px;
  margin-right: 24px;
}
@media screen and (max-width: 1365px) {
  .mv-filter-style-3 .filter-button .mv-btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-filter-style-3 .filter-button .mv-btn {
    padding: 10px;
  }
}
.mv-filter-style-3 .filter-button .mv-btn:before {
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 27px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-filter-style-3 .filter-button .mv-btn:before {
    top: 17px;
  }
}
.mv-filter-style-3 .filter-button .mv-btn:active {
  background: #f5f5f5;
  -webkit-transition: none;
  transition: none;
}
.mv-filter-style-3 .filter-button .mv-btn.active:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.mv-menu-style-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-menu-style-1 ul li {
  padding: 3px 0;
}
.mv-menu-style-1 ul li > a:focus {
  color: #262b30;
}
.mv-menu-style-1 ul li > a:hover {
  color: #262b30;
}
@media screen and (min-width: 992px) {
  .mv-menu-style-1 ul li > a:hover {
    color: #ffb535;
  }
  .mv-menu-style-1 ul li > a:hover:before {
    background: #ffb535;
  }
}
.mv-menu-style-1 ul li > a:active,
.mv-menu-style-1 ul li.active > a {
  color: #ffb535;
}
.mv-menu-style-1 ul li > a:active:before,
.mv-menu-style-1 ul li.active > a:before {
  background: #ffb535;
}
.mv-menu-style-1 ul.sub-menu {
  padding: 10px 0 10px 28px;
}
.mv-menu-style-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-menu-style-2 ul li > a {
  display: block;
  padding: 8px 0;
}
.mv-menu-style-2 ul .menu-text,
.mv-menu-style-2 ul .menu-number {
  font-size: 14px;
  color: #262b30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-menu-style-2 ul li > a:hover .menu-text,
  .mv-menu-style-2 ul li > a:hover .menu-number {
    color: #ffb535;
  }
  .mv-menu-style-2 ul li > a:hover .menu-text:before {
    background: #ffb535;
  }
}
.mv-menu-style-2 ul li > a:active .menu-text,
.mv-menu-style-2 ul li > a:active .menu-number {
  color: #ffb535;
}
.mv-menu-style-2 ul li > a:active .menu-text:before {
  background: #ffb535;
}
.mv-menu-style-2 ul li.active > a .menu-text,
.mv-menu-style-2 ul li.active > a .menu-number {
  color: #ffb535;
}
.mv-menu-style-2 ul li.active > a .menu-text:before {
  background: #ffb535;
}
.mv-menu-style-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-menu-style-3 ul li > a {
  display: block;
  font-size: 14px;
  color: #212121;
  background: #fff;
  border: 0 none;
  padding: 10px 20px;
}
@media screen and (min-width: 992px) {
  .mv-menu-style-3 ul li > a:hover {
    color: #ffb535;
    background: #f9f9f9;
  }
}
.mv-menu-style-3 ul li > a:active {
  color: #ffb535;
  background: #f9f9f9;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10050;
}
.mv-slider-range-style-1 .slider-range-wrapper {
  position: relative;
  right: -5px;
  padding: 0 3px;
}
.mv-slider-range-style-1 .ui-slider {
  height: 3px;
  background: #eae9e8;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.mv-slider-range-style-1 .ui-slider .ui-slider-range {
  height: 100%;
  background: #ffb535;
  cursor: pointer;
}
.mv-slider-range-style-1 .ui-slider .ui-slider-range:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 20px;
  background: none transparent;
}
.mv-slider-range-style-1 .ui-slider .ui-slider-handle {
  display: block;
  top: -4.5px;
  height: 10px;
  width: 10px;
  background: #fff;
  border: 2px solid #ffb535;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.mv-slider-range-style-1 .ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.mv-slider-range-style-1 .ui-slider .ui-slider-handle:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: none transparent;
}
.jp-jplayer {
  width: 0px;
  height: 0px;
  background-color: #000000;
  position: absolute;
}
.jp-controls-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.jp-controls-container .jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #3a3b3c 0, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3b3c), to(#222222));
  background-image: linear-gradient(to bottom, #3a3b3c 0, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3b3c', endColorstr='#ff222222', GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.jp-controls-container .jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jp-controls-container .jp-controls a {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777;
  z-index: 1;
}
.jp-controls-container .jp-controls a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  display: block;
  line-height: 30px;
}
.jp-controls-container .jp-controls a:focus {
  outline: 0;
}
.jp-controls-container .jp-controls a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.jp-controls-container .jp-controls .jp-play,
.jp-controls-container .jp-controls .jp-pause {
  border-right: 1px solid #323334;
}
.jp-controls-container .jp-controls .jp-play:before {
  content: "\f04b";
}
.jp-controls-container .jp-controls .jp-pause:before {
  content: "\f04c";
}
.jp-controls-container .jp-controls .jp-mute:before {
  content: "\f028";
}
.jp-controls-container .jp-controls .jp-pause:before {
  content: "\f04c";
}
.jp-controls-container .jp-controls .jp-unmute:before {
  content: "\f026";
}
.jp-controls-container .jp-controls .jp-mute,
.jp-controls-container .jp-controls .jp-unmute {
  border-left: 1px solid #323334;
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
}
.jp-controls-container .jp-controls a:hover {
  color: #ffb535;
}
.jp-controls-container .jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 10px;
}
.jp-controls-container .jp-seek-bar,
.jp-controls-container .jp-play-bar {
  width: 0px;
  height: 8px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.jp-controls-container .jp-seek-bar {
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-controls-container .jp-play-bar,
.jp-controls-container .jp-volume-bar-value {
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background-size: 7px 7px;
}
.jp-controls-container .jp-play-bar,
.jp-controls-container .jp-volume-bar-value {
  background: #ffb535;
}
.jp-controls-container .jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: progress 0.75s linear infinite;
          animation: progress 0.75s linear infinite;
}
.jp-controls-container .jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 11px 10px 11px;
  width: 40px;
  height: 8px;
  cursor: pointer;
  background-color: #464849;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.jp-controls-container .jp-volume-bar-value {
  width: 0px;
  height: 8px;
  margin: 1px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.jplayer-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.jplayer-video-wrap .jp-video {
  position: absolute;
  bottom: 0;
}
.mv-table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.mv-table-responsive [class*="mv-table-style-"] {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .mv-table-responsive [class*="mv-table-style-"] {
    width: 700px;
  }
}
.mv-table-style-1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.mv-table-style-1 thead {
  border-bottom: 1px solid #e9e9e9;
}
.mv-table-style-1 tfoot {
  border-top: 1px solid #e9e9e9;
}
.mv-table-style-1 tfoot tr td {
  height: 48px;
  vertical-align: bottom;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.mv-table-style-1 tr th,
.mv-table-style-1 tr td {
  word-break: break-word;
}
.mv-table-style-1 tr th {
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  padding-bottom: 3px;
}
.mv-table-style-1 tr td {
  vertical-align: top;
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  color: #595959;
  padding: 14px 0;
}
.mv-table-style-1 tr td:not(:last-child) {
  padding-right: 10px;
}
.mv-table-style-1 .title-row {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.mv-table-style-2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.mv-table-style-2 tr {
  border-bottom: 1px solid #edecec;
}
.mv-table-style-2 tr:last-child {
  border-bottom: 0 none;
}
.mv-table-style-2 tr th,
.mv-table-style-2 tr td {
  vertical-align: middle;
  height: 50px;
  text-align: center;
  word-break: break-word;
}
.mv-table-style-2 tr th:nth-child(1),
.mv-table-style-2 tr td:nth-child(1) {
  width: 358px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .mv-table-style-2 tr th:nth-child(1),
  .mv-table-style-2 tr td:nth-child(1) {
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .mv-table-style-2 tr th:nth-child(4),
  .mv-table-style-2 tr td:nth-child(4) {
    width: 100px;
  }
}
.mv-table-style-2 tr th:nth-child(5),
.mv-table-style-2 tr td:nth-child(5) {
  width: 80px;
}
@media screen and (max-width: 991px) {
  .mv-table-style-2 tr th:nth-child(5),
  .mv-table-style-2 tr td:nth-child(5) {
    width: 40px;
  }
}
.mv-table-style-2 tr th {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #ffb535;
  text-transform: uppercase;
}
.mv-table-style-2 tr th:nth-child(1) {
  text-align: center;
}
.mv-table-style-2 tr td {
  font-size: 14px;
  color: #222;
  padding: 30px 0;
}
.mv-table-style-2 .btn-delete {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 8px 0;
}
.mv-table-style-2 .btn-delete:hover,
.mv-table-style-2 .btn-delete:active {
  color: #f1523e;
  background: none transparent;
}
.mv-table-style-3 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.mv-table-style-3 tr th,
.mv-table-style-3 tr td {
  vertical-align: middle;
  border: 1px solid #edecec;
  height: 50px;
  text-align: center;
  word-break: break-word;
  padding: 10px;
}
.mv-table-style-3 .table-2-label {
  width: 150px;
  font-weight: bold;
  background: #f9f9f9;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .mv-table-style-3 .table-2-label {
    width: 120px;
  }
}
[class*="mv-well-style-"]:before,
[class*="mv-well-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-well-style-1 {
  border-top: 1px solid #f2f2f2;
}
.mv-well-style-1 .well-1-header {
  text-align: left;
  border-bottom: 2px solid #f6f6f6;
  padding: 0 30px 11px;
}
@media screen and (max-width: 1199px) {
  .mv-well-style-1 .well-1-header {
    padding: 0 15px 11px;
  }
}
.mv-well-style-1 .well-1-header .mv-title-style-11 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mv-well-style-1 .well-1-header .mv-title-style-11 {
    font-size: 14px;
  }
}
.mv-well-style-1 .well-1-body {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .mv-well-style-1 .well-1-body {
    padding: 15px;
  }
}
.mv-well-style-2 {
  padding: 46px 30px 50px;
}
@media screen and (max-width: 991px) {
  .mv-well-style-2 {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-well-style-2 {
    padding: 20px 12px 20px;
  }
}
.mv-well-style-2 .well-2-header {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .mv-well-style-2 .well-2-header {
    margin-bottom: 20px;
  }
}
.mv-well-style-3 {
  border: 1px solid #ccc;
  padding: 15px;
}
.mv-well-style-3 .well-3-header {
  padding: 20px 0;
}
.mv-well-style-3 .well-3-header .well-header-icon .icon-fa {
  color: #4e4e4e;
  font-size: 40px;
}
.mv-well-style-3 .well-3-header .well-header-text {
  font-weight: bold;
  font-size: 20px;
  color: #4e4e4e;
}
[class*="mv-pagination-style-"] {
  text-align: center;
}
[class*="mv-pagination-style-"]:before,
[class*="mv-pagination-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
[class*="mv-pagination-style-"] ul.pagination {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  [class*="mv-pagination-style-"] ul.pagination {
    display: block;
    width: 100%;
    float: none !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
[class*="mv-pagination-style-"] ul.pagination > li {
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  [class*="mv-pagination-style-"] ul.pagination > li {
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
  }
}
[class*="mv-pagination-style-"] .btn-loadmore {
  margin: auto;
}
[class*="mv-pagination-style-"] .pagination-loading {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
[class*="mv-pagination-style-"].text-left {
  text-align: left;
}
[class*="mv-pagination-style-"].text-right {
  text-align: right;
}
.mv-pagination-style-1 ul.pagination > li {
  display: block;
  height: 50px;
  min-width: 50px;
  position: relative;
  text-align: center;
  background: none transparent;
  margin-right: 1px;
}
@media screen and (max-width: 1199px) {
  .mv-pagination-style-1 ul.pagination > li {
    min-width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-pagination-style-1 ul.pagination > li {
    min-width: 0;
    height: auto;
  }
}
.mv-pagination-style-1 ul.pagination > li:last-child {
  margin-right: 0 !important;
}
.mv-pagination-style-1 ul.pagination > li > a {
  display: block;
  float: none;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #262b30;
  background: #fff;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 15px 5px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .mv-pagination-style-1 ul.pagination > li > a {
    -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  }
}
.mv-pagination-style-1 ul.pagination > li.first,
.mv-pagination-style-1 ul.pagination > li.last,
.mv-pagination-style-1 ul.pagination > li.prev,
.mv-pagination-style-1 ul.pagination > li.next {
  width: auto;
}
.mv-pagination-style-1 ul.pagination > li.first > a,
.mv-pagination-style-1 ul.pagination > li.last > a,
.mv-pagination-style-1 ul.pagination > li.prev > a,
.mv-pagination-style-1 ul.pagination > li.next > a {
  padding-left: 21px;
  padding-right: 21px;
}
@media screen and (max-width: 1199px) {
  .mv-pagination-style-1 ul.pagination > li.first > a,
  .mv-pagination-style-1 ul.pagination > li.last > a,
  .mv-pagination-style-1 ul.pagination > li.prev > a,
  .mv-pagination-style-1 ul.pagination > li.next > a,
  .mv-pagination-style-1 ul.pagination > li > a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-pagination-style-1 ul.pagination > li.first > a,
  .mv-pagination-style-1 ul.pagination > li.last > a,
  .mv-pagination-style-1 ul.pagination > li.prev > a,
  .mv-pagination-style-1 ul.pagination > li.next > a,
  .mv-pagination-style-1 ul.pagination > li > a {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 992px) {
  .mv-pagination-style-1 ul.pagination > li:hover > a {
    color: #ffb535;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  }
}
.mv-pagination-style-1 ul.pagination > li:active > a,
.mv-pagination-style-1 ul.pagination > li.active > a {
  color: #ffb535;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.mv-pagination-style-1.has-count-post .count-post {
  float: left;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .mv-pagination-style-1.has-count-post .count-post {
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.mv-pagination-style-1.has-count-post ul.pagination {
  float: right;
}
.mv-pagination-style-2 ul.pagination > li > a {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #8d8d8d;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 5.5px 0;
  margin: 0 3px 5px;
}
.mv-pagination-style-2 ul.pagination > li > a:hover,
.mv-pagination-style-2 ul.pagination > li.active > a {
  color: #FFF;
  background: #ffb535;
  border-color: #ffb535;
}
.mv-pagination-style-2 ul.pagination > li > a:hover,
.mv-pagination-style-2 ul.pagination > li > a:active,
.mv-pagination-style-2 ul.pagination > li.active > a {
  color: #FFF;
  background: #ffb535;
  border-color: #ffb535;
}
.mv-pagination-style-2 ul.pagination > li.first > a,
.mv-pagination-style-2 ul.pagination > li.prev > a,
.mv-pagination-style-2 ul.pagination > li.last > a,
.mv-pagination-style-2 ul.pagination > li.next > a {
  font-size: 18px;
  padding: 2.6px 0;
}
[class*="mv-comment-block-style-"]:before,
[class*="mv-comment-block-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-comment-block-style-1 {
  width: 100%;
  background: #fff;
  padding: 36px 30px 80px;
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mv-comment-block-style-1 {
    padding: 30px 15px;
  }
}
.mv-comment-block-style-1 .comment-header {
  font-size: 24px;
  color: #727272;
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 .comment-header {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-header {
    padding: 0 15px;
  }
}
.mv-comment-block-style-1 .comment-header-inner {
  border-top: 1px solid #efefef;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-title .main {
    font-size: 16px;
  }
}
.mv-comment-block-style-1 .comment-list {
  padding-bottom: 37px;
}
.mv-comment-block-style-1 .comment-content-wrapper {
  border-top: 1px solid #efefef;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .mv-comment-block-style-1 .comment-content-wrapper {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-content-wrapper {
    padding: 15px;
  }
}
.mv-comment-block-style-1 .comments-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-comment-block-style-1 .comments-wrapper > .comment:first-child > .comment-content-wrapper {
  border-top: 0 none;
}
.mv-comment-block-style-1 .comment .content-thumb {
  width: 106px;
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 .comment .content-thumb {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .content-thumb {
    display: block;
    float: left;
    width: auto;
    margin: 0 15px 15px 0;
  }
}
.mv-comment-block-style-1 .comment .content-thumb-img {
  display: block;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .content-main {
    display: inline;
    float: none;
  }
}
.mv-comment-block-style-1 .comment .content-meta {
  margin-top: -5px;
  margin-bottom: 4px;
}
.mv-comment-block-style-1 .comment .content-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-comment-block-style-1 .comment .content-meta ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.mv-comment-block-style-1 .comment .content-meta ul > li:last-child {
  margin-right: 0 !important;
}
.mv-comment-block-style-1 .comment .comment-author {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .comment-author {
    font-size: 14px;
  }
}
.mv-comment-block-style-1 .comment .comment-author,
.mv-comment-block-style-1 .comment .comment-author a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-comment-block-style-1 .comment .comment-author a:hover {
    color: #ffb535;
  }
}
.mv-comment-block-style-1 .comment .comment-author a:active {
  color: #ffb535;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .comment-date {
    font-size: 12px;
  }
}
.mv-comment-block-style-1 .comment .content {
  font-size: 14px;
  color: #727272;
  font-weight: lighter;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .content-button {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .content-button .mv-btn-group {
    display: inline;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment .content-button .mv-btn-group:before,
  .mv-comment-block-style-1 .comment .content-button .mv-btn-group:after {
    display: none;
  }
}
.mv-comment-block-style-1 .comment-reply-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv-comment-block-style-1 .comment-reply-wrapper .comment {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-reply-wrapper .comment:before {
    content: "\f148";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffb535;
    position: absolute;
    left: 8px;
    top: 12px;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-reply-wrapper .comment {
    background: #f9f9f9;
  }
}
.mv-comment-block-style-1 .comment-reply-wrapper .comment .btn-reply {
  color: #fff;
  background: #ffb535;
  border: 0 none;
  padding: 3.5px 8px;
}
@media screen and (min-width: 992px) {
  .mv-comment-block-style-1 .comment-reply-wrapper .comment .btn-reply:hover {
    background: #ffa202;
  }
}
.mv-comment-block-style-1 .comment-reply-wrapper .comment .btn-reply:active {
  background: #ffa202;
}
.mv-comment-block-style-1 .comment-reply-wrapper .comment-content-wrapper {
  padding-left: 106px;
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 .comment-reply-wrapper .comment-content-wrapper {
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-comment-block-style-1 .comment-reply-wrapper .comment-content-wrapper {
    padding-left: 26px;
  }
}
.mv-comment-block-style-1 .comment-respond-title {
  font-size: 24px;
  font-weight: bold;
  color: #727272;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 .comment-respond-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-comment-block-style-1 .comment-respond-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-comment-block-style-1 .comment-respond-form .mv-label,
  .mv-comment-block-style-1 .comment-respond-form .mv-field {
    display: block;
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .mv-comment-block-style-1 .comment-respond-form .mv-label {
    width: 10.5%;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .mv-comment-block-style-1 .comment-respond-form .mv-label {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .mv-comment-block-style-1 .comment-respond-form .mv-field {
    width: 89.5%;
  }
}
@media screen and (max-width: 1199px) {
  .mv-comment-block-style-1 .comment-respond-form .mv-inputbox {
    width: 100% !important;
  }
}
.mv-comment-block-style-1 .comment-respond-form .input-message-wrapper .mv-inputbox {
  min-height: 167px;
}
.mv-comment-block-style-1 .comment-respond-form .submit-button .mv-btn {
  min-width: 132px;
}
.modal {
  z-index: 9110;
}
.modal-backdrop {
  background: #000;
  z-index: 9100;
}
.modal-backdrop.in {
  opacity: 0.80;
}
.modal-full-width .modal-dialog {
  width: 100%;
}
.modal-effect-zoom.fade .modal-dialog {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.modal-effect-zoom.fade.in .modal-dialog {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.modal-effect-only-fade.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-middle .modal-dialog {
  display: table;
  table-layout: fixed;
  position: static;
  height: 100%;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  margin: 0 auto;
}
.modal-middle .modal-dialog-wrapper {
  position: relative;
  height: 100%;
}
.modal-middle .modal-dialog-inner {
  display: table-cell;
  vertical-align: middle;
}
.modal-middle .modal-content {
  margin: 30px auto;
}
.modal-middle.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mv-modal-style-1 .modal-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .mv-modal-style-1 .modal-close:hover {
    background: #e6e6e6;
  }
}
.mv-modal-style-1 .modal-close:active {
  background: #e6e6e6;
}
.mv-modal-style-1 .modal-content {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.mv-modal-style-2 .modal-content {
  background: none transparent;
}
.mv-modal-style-2.modal-effect-zoom .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
.mv-modal-style-2.modal-effect-zoom.fade .modal-dialog {
  -webkit-transform-origin: center center !important;
      -ms-transform-origin: center center !important;
          transform-origin: center center !important;
  -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
      -ms-transform: translate(-50%, -50%) scale(0.5) !important;
          transform: translate(-50%, -50%) scale(0.5) !important;
}
.mv-modal-style-2.modal-effect-zoom.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
      -ms-transform: translate(-50%, -50%) scale(1) !important;
          transform: translate(-50%, -50%) scale(1) !important;
}
@media screen and (max-width: 767px) {
  .popup-search .modal-dialog {
    width: 90%;
  }
}
.popup-search.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.popup-search .form-search .mv-inputbox {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .popup-search .form-search .mv-inputbox {
    height: 40px !important;
  }
}
.popup-search .form-search .mv-btn {
  opacity: 1;
  width: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .popup-search .form-search .mv-btn:hover {
    color: #ffb535;
  }
}
.popup-search .form-search .mv-btn:active {
  color: #ffb535;
}
[class*="mv-block-style-"]:before,
[class*="mv-block-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .block-1-list > .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-1 .block-1-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-1 .block-1-list > .item > .item-inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-1 .block-1-list > .item > .item-inner {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-1 .block-1-list > .item > .item-inner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .block-1-list > .item > .item-inner {
    height: 250px;
  }
}
.mv-block-style-1 .content-main {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-1 .content-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-1 .content-message {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .content-message {
    width: 150px;
  }
}
.mv-block-style-1 .content-name {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(0, -100%);
      -ms-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  height: 50px;
  width: auto;
  width: 312px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .mv-block-style-1 .content-name {
    width: 220px;
    height: 40px;
    font-size: 20px;
  }
}
.mv-block-style-1 .content-name:before,
.mv-block-style-1 .content-name:after {
  opacity: 0.9;
}
.mv-block-style-1 .content-name:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
}
.mv-block-style-1 .content-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 0;
  height: 0;
  border-bottom: 50px solid #ffb535;
  border-right: 30px solid transparent;
}
.mv-block-style-1 .content-name .name-inner {
  position: relative;
  padding: 4px 0 4px 32px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-1 .content-name .name-inner {
    padding: 4px 0 4px 12px;
  }
}
.mv-block-style-1 .content-text {
  position: absolute;
  left: 30px;
  bottom: 26px;
  right: 30px;
  top: auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .mv-block-style-1 .content-text {
    left: 15px;
    right: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .content-text {
    left: 0;
    bottom: 56px;
    right: auto;
    width: 100%;
    padding: 0 12px;
  }
}
.mv-block-style-1 .content-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #363738;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-1 .content-price {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .content-price {
    font-size: 16px;
    line-height: 1.2;
  }
}
.mv-block-style-1 .content-desc {
  font-weight: normal;
  font-size: 16px;
}
.mv-block-style-1 .content-desc,
.mv-block-style-1 .content-desc a {
  color: #7b7c7c;
}
@media screen and (min-width: 992px) {
  .mv-block-style-1 .content-desc a:hover {
    color: #ffb535;
  }
}
.mv-block-style-1 .content-desc a:active {
  color: #ffb535;
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .content-desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-1 .content-hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.mv-block-style-1 .content-button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background: #f6f6f6;
  padding: 19.5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-1 .content-button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 10px 0;
  }
}
.mv-block-style-1 .content-button .mv-btn {
  margin-right: 10px;
}
.mv-block-style-1 .content-button .mv-btn:last-child {
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .mv-block-style-1 .block-1-list > .item > .item-inner:hover .content-main {
    opacity: 0;
    visibility: hidden;
  }
  .mv-block-style-1 .block-1-list > .item > .item-inner:hover .content-hover {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-1 .block-1-list > .item > .item-inner:hover .content-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mv-block-style-2 .block-2-list:before,
.mv-block-style-2 .block-2-list:after {
  content: " ";
  clear: both;
  display: table;
}
@media screen and (max-width: 479px) {
  .mv-block-style-2 .block-2-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-2 .block-2-list > .item > .item-inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  background: #f6f6f6;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .block-2-list > .item > .item-inner {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-2 .block-2-list > .item > .item-inner {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .block-2-list > .item > .item-inner {
    height: 295px;
  }
}
.mv-block-style-2 .block-2-list > .item.item-bg-white > .item-inner {
  background: #fff;
}
.mv-block-style-2 .content-default,
.mv-block-style-2 .content-main,
.mv-block-style-2 .content-hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-2 .content-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-thumb {
    padding: 35px 0 105px;
  }
}
.mv-block-style-2 .content-thumb .thumb-inner {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.mv-block-style-2 .content-thumb .thumb-inner img {
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mv-block-style-2 .content-thumb .thumb-inner img:not(.mv-effect-item) {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-2 .content-message {
    width: 240px;
  }
}
.mv-block-style-2 .content-rate {
  position: absolute;
  left: 0;
  top: 20px;
  right: auto;
  bottom: auto;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .content-rate {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-rate {
    top: 5px;
  }
}
.mv-block-style-2 .content-sale-off {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-sale-off .label-inner {
    width: 60px;
    height: 60px;
    font-size: 10px;
    padding-top: 41px;
  }
}
.mv-block-style-2 .content-text {
  position: absolute;
  left: 25px;
  bottom: 18px;
  right: 25px;
  top: auto;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .content-text {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-2 .content-text {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-text {
    left: 0;
    bottom: 45px;
    right: auto;
    width: 100%;
    padding: 0 12px;
  }
}
.mv-block-style-2 .content-price {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-price {
    margin: 0;
  }
}
.mv-block-style-2 .content-price .old-price,
.mv-block-style-2 .content-price .new-price {
  display: inline;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #363738;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-price .old-price,
  .mv-block-style-2 .content-price .new-price {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
}
.mv-block-style-2 .content-price .old-price:last-child,
.mv-block-style-2 .content-price .new-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-2 .content-price .old-price {
  color: #b9b9ba;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-price .old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-price .new-price {
    font-size: 14px;
  }
}
.mv-block-style-2 .content-desc {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-desc {
    text-align: center;
  }
}
.mv-block-style-2 .content-desc,
.mv-block-style-2 .content-desc a {
  color: #7b7c7c;
}
@media screen and (min-width: 992px) {
  .mv-block-style-2 .content-desc a:hover {
    color: #ffb535;
  }
}
.mv-block-style-2 .content-desc a:active {
  color: #ffb535;
}
@media screen and (min-width: 768px) {
  .mv-block-style-2 .content-hover {
    opacity: 0;
    visibility: hidden;
  }
}
.mv-block-style-2 .content-button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  width: 100%;
  background: #f6f6f6;
  padding: 19.5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .content-button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 0 10px;
  }
}
.mv-block-style-2 .content-button .mv-btn {
  margin-right: 10px;
}
.mv-block-style-2 .content-button .mv-btn:last-child {
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .mv-block-style-2 .block-2-list > .item > .item-inner:hover .content-main {
    opacity: 0;
    visibility: hidden;
  }
  .mv-block-style-2 .block-2-list > .item > .item-inner:hover .content-hover {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-2 .block-2-list > .item > .item-inner:hover .content-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mv-block-style-2 .item-filter-home-3 .content-rate .group-inner {
  margin-right: 25px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-3 .content-rate .group-inner {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-3 .content-rate .mv-btn {
    padding: 0 1px;
  }
}
.mv-block-style-2 .item-filter-home-3 .content-sale-off {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .item-filter-home-3 .content-sale-off {
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-3 .content-sale-off {
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-3 .content-sale-off .label-inner {
    width: 35px;
    height: 35px;
    padding: 10.5px 0;
  }
}
.mv-block-style-2 .item-filter-home-4 .content-rate .group-inner {
  margin-right: 25px;
  margin-left: auto;
}
.mv-block-style-2 .item-filter-home-4 .content-sale-off {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .item-filter-home-4 .content-sale-off {
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-4 .content-sale-off {
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-4 .content-sale-off .label-inner {
    width: 35px;
    height: 35px;
    padding: 10.5px 0;
  }
}
.mv-block-style-2 .item-filter-home-4 .content-price {
  text-align: center;
}
.mv-block-style-2 .item-filter-home-4 .content-price .old-price,
.mv-block-style-2 .item-filter-home-4 .content-price .new-price {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-4 .content-price .old-price,
  .mv-block-style-2 .item-filter-home-4 .content-price .new-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-4 .content-price .old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-2 .item-filter-home-4 .content-price .new-price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-2 .item-filter-home-4 .content-price .new-price {
    font-size: 14px;
    margin-right: 0;
  }
}
.mv-block-style-2 .item-filter-home-4 .content-desc {
  text-align: center;
  color: #575757;
}
.mv-block-style-2 .item-filter-home-4 .mv-lightbox-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mv-block-style-2 .item-filter-home-4 .mv-lightbox-item {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv-block-style-2 .item-filter-home-4 .item-inner:hover .mv-lightbox-item {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.mv-block-style-3 {
  position: relative;
}
.mv-block-style-3 .btn-shop-now {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.mv-block-style-3 .block-3-list > .item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .mv-block-style-3 .block-3-list > .item {
    max-width: 63.7%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-3 .block-3-list > .item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-3 .block-3-list > .item:nth-child(odd) .block-3-title {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-3 .block-3-list > .item:nth-child(even) {
    position: absolute;
    right: 0;
    top: -30px;
    left: auto;
    bottom: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .mv-block-style-3 .block-3-list > .item:nth-child(even) .block-3-title {
    border-bottom: 1px solid #eee;
    padding-left: 80px;
    padding-bottom: 27px;
    margin-top: 70px;
  }
  .mv-block-style-3 .block-3-list > .item:nth-child(even) .block-3-thumb {
    text-align: right;
  }
  .mv-block-style-3 .block-3-list > .item:nth-child(even) .block-3-thumb-img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-3 .block-3-title {
    margin-bottom: 10px;
  }
}
.mv-block-style-3 .block-3-title .main,
.mv-block-style-3 .block-3-title .main a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  color: #363738;
  margin-bottom: -5px;
}
.mv-block-style-3 .block-3-title .sub {
  font-size: 16px;
  color: #4c5f6e;
  padding-left: 40px;
}
.mv-block-style-3 .block-3-title a:hover {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-block-style-3 .block-3-thumb {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-3 .block-3-thumb-img {
    max-width: 350px;
  }
}
.mv-block-style-3 .block-3-list > .item:hover .block-3-title a {
  color: #ffb535;
}
.mv-block-style-4 .block-4-list > .item {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-4 .block-4-list > .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-list > .item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-4 .block-4-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-4 .block-4-list > .item .item-inner {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .mv-block-style-4 .block-4-list > .item .item-inner {
    height: 275px;
  }
}
.mv-block-style-4 .block-4-thumb .row,
.mv-block-style-4 .block-4-thumb [class*="col-"],
.mv-block-style-4 .block-4-thumb,
.mv-block-style-4 .block-4-thumb-inner,
.mv-block-style-4 .block-4-thumb-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .mv-block-style-4 .block-4-thumb .row,
  .mv-block-style-4 .block-4-thumb [class*="col-"],
  .mv-block-style-4 .block-4-thumb,
  .mv-block-style-4 .block-4-thumb-inner,
  .mv-block-style-4 .block-4-thumb-img {
    height: 100%;
  }
}
.mv-block-style-4 .block-4-thumb-inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-thumb-inner {
    height: 180px;
  }
}
.mv-block-style-4 .block-4-thumb-inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none transparent;
}
.mv-block-style-4 .block-4-thumb-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.mv-block-style-4 .block-4-thumb-img:before {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-4 .block-4-thumb .polygon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(66deg);
      -ms-transform: rotate(66deg);
          transform: rotate(66deg);
  height: 100%;
  width: 350px;
  background: #f6f6f6;
}
.mv-block-style-4 .block-4-date {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 36%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-4 .block-4-main {
  background: none transparent;
  padding: 30px 30px 30px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv-block-style-4 .block-4-main {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: 69.5%;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-main {
    max-width: none;
    padding: 0;
  }
}
.mv-block-style-4 .block-4-main-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-main-inner {
    background: #f6f6f6;
    padding: 15px 15px 45px;
  }
}
.mv-block-style-4 .block-4-title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #363738;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-4 .block-4-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-4 .block-4-title:hover {
    color: #ffb535;
  }
}
.mv-block-style-4 .block-4-title:active {
  color: #ffb535;
}
.mv-block-style-4 .block-4-content {
  position: relative;
  overflow: hidden;
  max-height: 48px;
  color: #7b7c7c;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-content {
    max-height: 42px;
  }
}
.mv-block-style-4 .block-4-read-more {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  top: auto;
  width: auto;
  height: auto;
  background: none transparent;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-4 .block-4-read-more {
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-4 .block-4-list > .item:hover .block-4-thumb-img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .mv-block-style-4 .block-4-list > .item:hover .block-4-thumb-img:before {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-4 .block-4-list > .item:hover .block-4-title {
    color: #ffb535;
  }
  .mv-block-style-4 .block-4-list > .item:hover .block-4-date {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.mv-block-style-5 .col-main .col-inner,
.mv-block-style-5 .col-thumbs .col-inner {
  position: relative;
  overflow: hidden;
  height: 510px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-5 .col-main .col-inner,
  .mv-block-style-5 .col-thumbs .col-inner {
    height: auto;
  }
}
.mv-block-style-5 .col-main .col-inner {
  background: #f6f6f6;
  padding: 30px 30px 70px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-5 .col-main .col-inner {
    padding: 25px 15px 80px;
  }
}
.mv-block-style-5 .col-main .slick-slide-control {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 117px;
  bottom: 60px;
  right: auto;
  top: auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .mv-block-style-5 .col-main .slick-slide-control {
    left: 87px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-5 .col-main .slick-slide-control {
    left: 57px;
  }
}
.mv-block-style-5 .col-main .slick-slide-control .mv-btn {
  width: 40px;
  height: 40px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-5 .col-main .slick-slide-control .mv-btn {
    width: 30px;
    height: 30px;
    padding: 5px 0;
    margin-right: 12px;
  }
}
.mv-block-style-5 .col-main .slick-slide-control .mv-btn i {
  font-weight: bold;
  font-size: 20px;
}
.mv-block-style-5 .gallery-main .slick-slide:hover {
  cursor: move;
}
.mv-block-style-5 .gallery-main .slick-slide-inner {
  position: relative;
  padding: 55px 30px 50px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-5 .gallery-main .slick-slide-inner {
    padding: 5px;
  }
}
.mv-block-style-5 .gallery-thumbs .slick-slide {
  margin-bottom: 30px;
}
.mv-block-style-5 .gallery-thumbs .slick-slide-inner {
  position: relative;
  width: 100%;
  height: 150px;
}
.mv-block-style-5 .gallery-thumbs .slick-slide.slick-current .block-7-polygon .polygon-inner {
  width: 100%;
  background: rgba(24, 24, 24, 0.7);
}
.mv-block-style-5 .gallery-thumbs .slick-slide.slick-current .block-7-name,
.mv-block-style-5 .gallery-thumbs .slick-slide.slick-current .block-7-office {
  color: #fff;
}
.mv-block-style-5 .block-5-quote .quote-line {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-5 .block-5-quote .quote-line {
    margin-bottom: 30px;
  }
}
.mv-block-style-5 .block-5-profile {
  max-height: 101px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-block-style-5 .block-5-profile {
    max-height: 131px;
  }
}
.mv-block-style-6 .block-6-thumb {
  width: 80px;
}
.mv-block-style-6 .block-6-thumb-img {
  display: block;
  width: 60px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.mv-block-style-6 .block-6-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-6 .block-6-name {
    font-size: 14px;
  }
}
.mv-block-style-6 .block-6-name,
.mv-block-style-6 .block-6-name a {
  color: #363738;
}
@media screen and (min-width: 992px) {
  .mv-block-style-6 .block-6-name a:hover {
    color: #ffb535;
  }
}
.mv-block-style-6 .block-6-name a:active {
  color: #ffb535;
}
.mv-block-style-6 .block-6-office {
  display: block;
  text-transform: uppercase;
  color: #666768;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-6 .block-6-office {
    font-size: 12px;
  }
}
.mv-block-style-6 .block-6-office .sub {
  display: block;
  text-transform: none;
}
.mv-block-style-7 {
  display: block;
  position: relative;
  width: 570px;
  height: 150px;
}
.mv-block-style-7 .block-7-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
.mv-block-style-7 .block-7-bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.mv-block-style-7 .block-7-polygon {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.mv-block-style-7 .block-7-polygon .polygon-inner {
  display: block;
  position: relative;
  width: 29%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  margin-right: 0;
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-7 .block-7-polygon .polygon-inner {
    width: 22%;
  }
}
.mv-block-style-7 .block-7-polygon .polygon-inner:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 0;
  height: 0;
  background: none transparent;
  border-bottom: 150px solid rgba(24, 24, 24, 0.5);
  border-left: 60px solid transparent;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.mv-block-style-7 .block-7-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.mv-block-style-7 .block-7-thumb {
  width: 110px;
}
.mv-block-style-7 .block-7-thumb-img {
  display: block;
  width: 90px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.mv-block-style-7 .block-7-detail-inner {
  max-width: 55%;
}
.mv-block-style-7 .block-7-name {
  margin-top: -4px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-7 .block-7-name,
.mv-block-style-7 .block-7-name a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #363738;
}
.mv-block-style-7 .block-7-name a:hover {
  color: #ffb535;
}
.mv-block-style-7 .block-7-office {
  display: block;
  text-transform: uppercase;
  color: #666768;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-7 .block-7-office .sub {
  display: block;
  text-transform: none;
}
.mv-block-style-7 .block-7-icon-quote {
  display: block;
  position: absolute;
  right: 30%;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ffb535;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 13.5px 0;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-7 .block-7-icon-quote {
    right: 23%;
  }
}
.mv-block-style-7 .block-7-icon-quote .icon {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.mv-block-style-8 .block-8-list > .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-8 .block-8-list > .item {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.mv-block-style-8 .block-8-list > .item .item-inner {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-8 .block-8-list > .item .item-inner {
    height: 210px;
  }
}
.mv-block-style-8 .block-8-thumb {
  height: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
.mv-block-style-8 .block-8-thumb-inner {
  display: block;
  position: relative;
  height: 100%;
}
.mv-block-style-8 .block-8-thumb-img {
  max-height: 100%;
  margin: auto;
}
.mv-block-style-8 .block-8-main {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: auto;
  overflow: hidden;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-8 .block-8-main {
    left: 12px;
    right: 12px;
  }
}
.mv-block-style-8 .block-8-main,
.mv-block-style-8 .block-8-main .mv-dp-table-cell {
  height: 48px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-8 .block-8-main .mv-dp-table-cell {
    display: block;
    width: 100%;
    height: auto;
  }
}
.mv-block-style-8 .block-8-title {
  line-height: 1.4;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-8 .block-8-title,
.mv-block-style-8 .block-8-title a {
  color: #7b7c7c;
}
@media screen and (min-width: 992px) {
  .mv-block-style-8 .block-8-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-8 .block-8-title a:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-block-style-8 .block-8-title {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.mv-block-style-8 .block-8-label {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
}
.mv-block-style-8 .block-8-price {
  width: 110px;
  line-height: 1;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #363738;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-block-style-8 .block-8-price {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-8 .block-8-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-8 .block-8-list > .item > .item-inner:hover .block-8-title {
    color: #ffb535;
  }
  .mv-block-style-8 .block-8-list > .item > .item-inner:hover .block-8-price {
    color: #ffb535;
  }
}
.mv-block-style-9 .block-9-list:before,
.mv-block-style-9 .block-9-list:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-9 .block-9-list > .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-9 .block-9-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-9 .block-9-list > .item > .item-inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 510px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .block-9-list > .item > .item-inner {
    height: 436px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item > .item-inner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item > .item-inner {
    height: 320px;
  }
}
.mv-block-style-9 .content-default {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  background: none transparent;
  padding: 0 15px 15px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .content-default {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-default {
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mv-block-style-9 .content-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 376px;
  background: #f6f6f6;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .content-thumb {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-thumb {
    height: 240px;
  }
}
.mv-block-style-9 .content-thumb .thumb-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.mv-block-style-9 .content-thumb .thumb-inner img {
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-thumb .thumb-inner img {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
.mv-block-style-9 .content-thumb .thumb-inner img:not(.mv-effect-item) {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
.mv-block-style-9 .content-rate {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .content-rate {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-rate {
    margin-bottom: 0;
  }
}
.mv-block-style-9 .content-sale-off {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .content-sale-off {
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-sale-off {
    top: 8px;
  }
}
.mv-block-style-9 .content-price {
  display: block;
  height: 29px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .content-price {
    margin-bottom: 8px;
  }
}
.mv-block-style-9 .content-price .old-price,
.mv-block-style-9 .content-price .new-price {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #363738;
  white-space: nowrap;
  margin-right: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .content-price .old-price,
  .mv-block-style-9 .content-price .new-price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-price .old-price,
  .mv-block-style-9 .content-price .new-price {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
}
.mv-block-style-9 .content-price .old-price:last-child,
.mv-block-style-9 .content-price .new-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-9 .content-price .old-price {
  color: #b9b9ba;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-price .old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-price .new-price {
    font-size: 14px;
  }
}
.mv-block-style-9 .content-desc {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.mv-block-style-9 .content-desc,
.mv-block-style-9 .content-desc a {
  color: #68696a;
}
@media screen and (min-width: 992px) {
  .mv-block-style-9 .content-desc a:hover {
    color: #ffb535;
  }
}
.mv-block-style-9 .content-desc a:active {
  color: #ffb535;
}
.mv-block-style-9 .content-hover {
  position: absolute;
  left: 0;
  top: 48%;
  right: auto;
  bottom: auto;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .content-hover {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-hover {
    bottom: 0;
    top: auto;
  }
}
.mv-block-style-9 .content-button {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .content-button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-bottom: 12px;
  }
}
.mv-block-style-9 .content-button .mv-btn {
  font-size: 14px;
  margin-right: 10px;
}
.mv-block-style-9 .content-button .mv-btn:last-child {
  margin-right: 0 !important;
}
.mv-block-style-9 .content-button .btn-zoom {
  padding: 11.5px 0;
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item > .item-inner:hover .content-hover {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-9 .block-9-list > .item > .item-inner:hover .content-price .new-price {
    color: #ffb535;
  }
  .mv-block-style-9 .block-9-list > .item > .item-inner:hover .content-desc {
    color: #ffb535;
  }
  .mv-block-style-9 .block-9-list > .item > .item-inner:hover .content-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner {
  height: 604px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner {
    height: 470px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner {
    height: 300px;
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb {
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-thumb .thumb-inner img {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-default {
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-default {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-default {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-hover {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-button {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    background: #f6f6f6;
    padding: 19.5px 0;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-button {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-button {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-button .btn-add-to-cart {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 .content-message {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner:hover .content-price,
  .mv-block-style-9 .block-9-list > .item.item-product-grid-2 > .item-inner:hover .content-desc {
    visibility: hidden;
    opacity: 0;
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-3 .item-inner {
  height: 471px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .item-inner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .item-inner {
    height: 300px;
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb {
    height: 335px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-thumb .thumb-inner img {
    padding-bottom: 0;
  }
}
.mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-default {
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-default {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-default {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-hover {
    opacity: 1;
    visibility: visible;
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-button {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    width: 100%;
    background: #f6f6f6;
    padding: 19.5px 0;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-button {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-button {
    padding: 0 0 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 .content-message {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 > .item-inner:hover .content-price,
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 > .item-inner:hover .content-desc {
    visibility: hidden;
    opacity: 0;
  }
  .mv-block-style-9 .block-9-list > .item.item-product-grid-3 > .item-inner:hover .content-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mv-block-style-10 {
  position: relative;
  height: 450px;
  background-color: #d6d6d6;
  background-repeat: no-repeat;
  background-position: left 100%;
}
@media screen and (max-width: 991px) {
  .mv-block-style-10 {
    height: auto;
    background-position: left top;
    background-size: 100% 100%;
  }
}
.mv-block-style-10 .block-10-thumb-img {
  position: absolute;
  left: 9%;
  bottom: 0;
  right: auto;
  top: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-10 .block-10-thumb-img {
    left: 7%;
  }
}
.mv-block-style-10 .block-10-main {
  position: relative;
  width: 66%;
  text-align: center;
  padding: 80px 15px 0;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-10 .block-10-main {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-main {
    width: 100%;
    padding: 30px 15px;
  }
}
.mv-block-style-10 .block-10-main-inner {
  max-width: 63%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-10 .block-10-main-inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-main-inner {
    max-width: none;
  }
}
.mv-block-style-10 .block-10-countdown {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-countdown {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-10 .block-10-countdown .dash {
    width: 110px;
  }
}
.mv-block-style-10 .block-10-countdown .dash-box {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  background: #c3c3c3;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-countdown .dash-box {
    max-width: 80px;
    height: 68px;
    padding-top: 8px;
    margin: auto;
  }
}
.mv-block-style-10 .block-10-countdown .dash-box:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 15px;
  height: 2px;
  background: #d6d6d6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-countdown .dash-box:after {
    background: #fff;
  }
}
.mv-block-style-10 .block-10-countdown .dash-inner {
  display: inline-block;
  vertical-align: middle;
}
.mv-block-style-10 .block-10-countdown .dash:hover .dash-box:after {
  background: #fff !important;
}
.mv-block-style-10 .block-10-countdown .digit {
  display: block;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-countdown .digit {
    font-size: 22px;
  }
}
.mv-block-style-10 .block-10-countdown .dash-title {
  position: absolute;
  left: 0;
  bottom: 16px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-countdown .dash-title {
    bottom: 14px;
    font-size: 11px;
  }
}
.mv-block-style-10 .block-10-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #363738;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-title {
    margin-bottom: 18px;
  }
}
.mv-block-style-10 .block-10-decs {
  font-weight: normal;
  font-size: 14px;
  color: #363738;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10 .block-10-decs {
    margin-bottom: 20px;
  }
}
.mv-block-style-10 .block-10-line {
  margin-bottom: 10px;
}
.mv-block-style-10 .block-10-line img {
  margin: auto;
}
.mv-block-style-10.countdown-home-4 {
  height: 560px;
  background: none transparent;
}
@media screen and (max-width: 991px) {
  .mv-block-style-10.countdown-home-4 {
    height: auto;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-main {
  padding: 146px 0 0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-10.countdown-home-4 .block-10-main {
    padding: 70px 0;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-main-inner {
  max-width: 76%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-main-inner {
    max-width: none;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-countdown {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-countdown {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-10.countdown-home-4 .block-10-countdown .dash {
    width: 120px;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-countdown .dash-box {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-countdown .dash-box {
    max-width: 80px;
    height: 68px;
    padding-top: 8px;
    margin: auto;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-countdown .dash-box:after {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-countdown .dash-box:after {
    background: #fff;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-countdown .digit {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.mv-block-style-10.countdown-home-4 .block-10-countdown .dash-title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-countdown .dash-title {
    bottom: 14px;
    font-size: 11px;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-decs {
  color: #afafaf;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-4 .block-10-decs {
    margin-bottom: 30px;
  }
}
.mv-block-style-10.countdown-home-4 .block-10-thumb-img {
  left: 12%;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-10.countdown-home-4 .block-10-thumb-img {
    left: 7%;
  }
}
.mv-block-style-10.countdown-home-5 {
  height: 636px;
  background: none transparent;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-10.countdown-home-5 {
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-10.countdown-home-5 {
    height: auto;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-main {
  padding: 166px 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-10.countdown-home-5 .block-10-main {
    padding-top: 125px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-10.countdown-home-5 .block-10-main {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-main {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-10.countdown-home-5 .block-10-main {
    padding: 60px 0 50px;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-main-inner {
  max-width: 76%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-main-inner {
    max-width: none;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-countdown {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-countdown {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-10.countdown-home-5 .block-10-countdown .dash {
    width: 120px;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-countdown .dash-box {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-countdown .dash-box {
    max-width: 80px;
    height: 68px;
    padding-top: 8px;
    margin: auto;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-countdown .dash-box:after {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-countdown .dash-box:after {
    background: #fff;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-countdown .digit {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.mv-block-style-10.countdown-home-5 .block-10-countdown .dash-title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-countdown .dash-title {
    bottom: 14px;
    font-size: 11px;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-line {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-10.countdown-home-5 .block-10-line {
    margin-bottom: 30px;
  }
}
.mv-block-style-10.countdown-home-5 .block-10-thumb-img {
  left: 12%;
}
.mv-block-style-11 .block-11-icon {
  position: relative;
  text-align: center;
}
.mv-block-style-11 .block-11-icon .text-behind {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  color: #dfdfe0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-11 .block-11-icon .text-behind {
    font-size: 25px;
  }
}
.mv-block-style-11 .block-11-icon .polygon {
  opacity: 1;
  visibility: visible;
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.mv-block-style-11 .block-11-icon .polygon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  font-weight: bold;
  font-size: 30px;
  color: #363738;
}
@media screen and (min-width: 992px) {
  .mv-block-style-11 .block-11-icon:hover .polygon {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(45deg) scale(2);
        -ms-transform: rotate(45deg) scale(2);
            transform: rotate(45deg) scale(2);
  }
}
.mv-block-style-11 .block-11-gift {
  max-width: 80%;
  margin: auto;
}
.mv-block-style-11 .block-11-gift .icon-gift {
  text-align: center;
  margin-bottom: 15px;
}
.mv-block-style-11 .block-11-gift .icon-gift .icon {
  font-size: 24px;
  color: #ffb535;
}
.mv-block-style-11 .block-11-gift .mv-title-style-3 .main {
  letter-spacing: normal;
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-11 .block-11-gift .mv-title-style-3 .main {
    font-size: 16px;
  }
}
.mv-block-style-11 .block-11-gift .mv-title-style-3 .sub {
  font-size: 14px;
}
.mv-block-style-11 .block-11-gift .mv-title-style-3 .title-3-line {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-list .block-12-row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-list .block-12-row:nth-child(2) {
    display: none;
  }
}
.mv-block-style-12 .block-12-list .block-12-row > .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-12 .block-12-list .block-12-row > .item > .item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 226px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item > .item-inner {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item > .item-inner {
    border-bottom: 20px solid #fff;
    height: 331px;
  }
}
.mv-block-style-12 .block-12-thumb {
  background: #e6e6e6;
}
.mv-block-style-12 .block-12-thumb-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 75%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-thumb-img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: 180px;
    width: 100%;
  }
}
.mv-block-style-12 .block-12-thumb-img:before {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #363738;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-12 .block-12-detail {
  display: block;
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-detail {
    float: none;
    width: 100%;
    height: auto;
  }
}
.mv-block-style-12 .vacant-caret,
.mv-block-style-12 .block-12-main {
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .vacant-caret,
  .mv-block-style-12 .block-12-main {
    display: block;
    width: 100% !important;
    float: none !important;
    right: auto !important;
    left: auto !important;
  }
}
.mv-block-style-12 .vacant-caret {
  width: 8%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .vacant-caret {
    display: none;
  }
}
.mv-block-style-12 .vacant-caret:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 220%;
  height: 100%;
  background-image: url("../images/icon/icon_vacant_caret_right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.mv-block-style-12 .block-12-main {
  width: 92%;
  overflow: hidden;
  background: #fff;
  border-bottom: 20px solid #fff;
  padding: 33px 30px 0 6px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-12 .block-12-main {
    border-bottom-width: 28px;
    padding-top: 28px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-main {
    border-bottom-width: 12px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-main {
    border-bottom-width: 0;
    padding: 20px 15px 20px !important;
  }
}
.mv-block-style-12 .block-12-title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.mv-block-style-12 .block-12-title,
.mv-block-style-12 .block-12-title a {
  color: #262b30;
}
@media screen and (min-width: 992px) {
  .mv-block-style-12 .block-12-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-12 .block-12-title a:active {
  color: #ffb535;
}
.mv-block-style-12 .block-12-meta {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-meta {
    margin-bottom: 10px;
  }
}
.mv-block-style-12 .block-12-meta:before,
.mv-block-style-12 .block-12-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-12 .block-12-meta .meta-item {
  float: left;
  margin-right: 23px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-meta .meta-item {
    display: block;
    float: none;
    margin: 0;
  }
}
.mv-block-style-12 .block-12-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-12 .block-12-content {
  color: #5c6064;
}
@media screen and (max-width: 991px) {
  .mv-block-style-12 .block-12-content {
    line-height: 1.3;
  }
}
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .block-12-thumb-img,
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .block-12-thumb-img {
  right: 0;
  left: auto;
}
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .block-12-detail,
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .block-12-detail {
  float: left;
}
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .vacant-caret,
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .vacant-caret {
  left: 92%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .block-12-main,
.mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .block-12-main {
  right: 8%;
  padding-right: 6px;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .block-12-main,
  .mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .block-12-main {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+3) .block-12-main,
  .mv-block-style-12 .block-12-list .block-12-row > .item:nth-child(2n+4) .block-12-main {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-12 .block-12-list .block-12-row > .item:hover .block-12-thumb-img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .mv-block-style-12 .block-12-list .block-12-row > .item:hover .block-12-thumb-img:before {
    opacity: 0.75;
    visibility: visible;
  }
  .mv-block-style-12 .block-12-list .block-12-row > .item:hover .block-12-title a {
    color: #ffb535;
  }
}
.mv-block-style-13 .block-13-list > .item {
  height: 350px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-13 .block-13-list > .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-list > .item {
    height: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-13 .block-13-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-13 .block-13-list > .item > .item-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #f6f6f6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-13 .block-13-col-thumb,
.mv-block-style-13 .block-13-col-main {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-col-thumb,
  .mv-block-style-13 .block-13-col-main {
    display: block;
    width: 100%;
  }
}
.mv-block-style-13 .block-13-col-thumb {
  background: #ededed;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-col-thumb {
    height: 210px;
  }
}
.mv-block-style-13 .block-13-col-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 0 30px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-col-inner {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-13 .block-13-col-inner {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-13 .block-13-col-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-col-inner {
    padding: 50px 0 0;
  }
}
.mv-block-style-13 .block-13-col-inner:before {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-13 .block-13-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-block-style-13 .block-13-thumb-img {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .mv-block-style-13 .block-13-thumb-img {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-thumb-img {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-13 .block-13-thumb-img {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-13 .block-13-thumb .mv-effect-item {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-13 .block-13-thumb .mv-effect-item.active {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mv-block-style-13 .block-13-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  padding: 20px;
  cursor: default;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-logo {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-logo {
    max-height: 60px;
  }
}
.mv-block-style-13 .block-13-col-main {
  padding: 50px 15px 0 50px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-col-main {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-col-main {
    height: 110px;
    padding: 12px;
  }
}
.mv-block-style-13 .block-13-model {
  overflow: hidden;
  max-height: 87px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-model {
    max-height: 61px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-13 .block-13-model {
    max-height: 51px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-model {
    max-height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-13 .block-13-model {
    max-height: 56px;
  }
}
.mv-block-style-13 .block-13-model,
.mv-block-style-13 .block-13-model a {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-13 .block-13-model a:hover {
    color: #ffb535;
  }
}
.mv-block-style-13 .block-13-model a:active {
  color: #ffb535;
}
.mv-block-style-13 .block-13-name {
  overflow: hidden;
  max-height: 44px;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 19px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-13 .block-13-name,
.mv-block-style-13 .block-13-name a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-13 .block-13-name a:hover {
    color: #ffb535;
  }
}
.mv-block-style-13 .block-13-name a:active {
  color: #ffb535;
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-name {
    max-height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.mv-block-style-13 .block-13-desc {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 72px;
  font-size: 14px;
  color: #575757;
  margin-bottom: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-13 .block-13-desc {
    max-height: 71px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-desc {
    max-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-price {
    position: absolute;
    left: 12px;
    bottom: 7px;
    right: 12px;
    top: auto;
    width: auto;
    background: #f6f6f6;
    padding-top: 5px;
  }
}
.mv-block-style-13 .block-13-price .old-price,
.mv-block-style-13 .block-13-price .new-price {
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-price .old-price,
  .mv-block-style-13 .block-13-price .new-price {
    display: block;
  }
}
.mv-block-style-13 .block-13-price .old-price {
  text-transform: uppercase;
  text-decoration: line-through;
  font-size: 18px;
  color: #acacac;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-13 .block-13-price .old-price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-price .old-price {
    font-size: 12px;
  }
}
.mv-block-style-13 .block-13-price .new-price {
  font-size: 30px;
  color: #222;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-13 .block-13-price .new-price {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-13 .block-13-price .new-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-13 .block-13-price .new-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover {
    background: #ffb535;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-col-thumb .mv-effect-item {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-col-thumb .mv-effect-item.active {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-col-inner:before {
    opacity: 0.8;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-model,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-model a,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-name,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-name a,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-desc,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-price .old-price,
  .mv-block-style-13 .block-13-list > .item > .item-inner:hover .block-13-price .new-price {
    color: #fff;
  }
}
.mv-block-style-14 {
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-14 {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 {
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .mv-block-style-14 .block-14-main {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-14 .block-14-content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .block-14-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text {
    padding: 0 0 12px;
  }
}
.mv-block-style-14 .mv-title-style-3 .title-3-text .behind {
  line-height: 1;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .behind {
    font-size: 200px;
  }
}
@media screen and (max-width: 1365px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .behind {
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .behind {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .behind {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .sub-2 {
    padding-top: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .main {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-14 .mv-title-style-3 .title-3-text .sub {
    font-size: 16px;
  }
}
.mv-block-style-14 .block-14-img {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  max-height: 100%;
  z-index: 9;
}
.mv-block-style-14 .block-14-img.left {
  left: 40px;
  right: auto;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-14 .block-14-img.left {
    left: 15px;
  }
}
.mv-block-style-14 .block-14-img.right {
  right: 40px;
  left: auto;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-14 .block-14-img.right {
    right: 15px;
  }
}
.mv-block-style-15 .block-15-list:before,
.mv-block-style-15 .block-15-list:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-15 .block-15-list > .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-15 .block-15-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-15 .block-15-list > .item .item-inner-relative {
  position: relative;
  padding-top: 204px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-15 .block-15-list > .item .item-inner-relative {
    padding-top: 160px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-list > .item .item-inner-relative {
    padding-top: 0;
  }
}
.mv-block-style-15 .block-15-thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 328px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-15 .block-15-thumb {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-thumb {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-15 .block-15-thumb {
    height: 190px;
  }
}
.mv-block-style-15 .block-15-thumb-inner {
  position: relative;
  overflow: hidden;
}
.mv-block-style-15 .block-15-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mv-block-style-15 .block-15-thumb-img:before {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-15 .block-15-thumb .polygon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  width: 120%;
  height: 140px;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translate(0, 100%) rotate(8deg);
      -ms-transform: translate(0, 100%) rotate(8deg);
          transform: translate(0, 100%) rotate(8deg);
  background: #fff;
}
.mv-block-style-15 .block-15-date {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 68px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0) scale(0.1);
      -ms-transform: translate(-50%, 0) scale(0.1);
          transform: translate(-50%, 0) scale(0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-15 .block-15-date {
    top: 38px;
  }
}
.mv-block-style-15 .block-15-main {
  height: 270px;
  position: relative;
  overflow: hidden;
  background: none transparent;
  padding: 0 30px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-15 .block-15-main {
    height: 240px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-main {
    top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-15 .block-15-main {
    height: 215px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-15 .block-15-main {
    height: 225px;
  }
}
.mv-block-style-15 .block-15-main-inner {
  height: 100%;
  position: relative;
  background: #fff;
  padding: 20px 30px 56px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-15 .block-15-main-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-main-inner {
    padding: 20px 15px 60px;
  }
}
.mv-block-style-15 .block-15-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.mv-block-style-15 .block-15-title,
.mv-block-style-15 .block-15-title a {
  color: #262b30;
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-15 .block-15-title a:active {
  color: #ffb535;
}
.mv-block-style-15 .block-15-meta {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-meta {
    margin-bottom: 10px;
  }
}
.mv-block-style-15 .block-15-meta:before,
.mv-block-style-15 .block-15-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-15 .block-15-meta .meta-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-15 .block-15-meta .meta-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-15 .block-15-meta .meta-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-15 .block-15-meta .meta-item,
  .mv-block-style-15 .block-15-meta .meta-item a,
  .mv-block-style-15 .block-15-meta .meta-item .text {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mv-block-style-15 .block-15-meta .meta-item,
.mv-block-style-15 .block-15-meta .meta-item a {
  color: #5e5f60;
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-meta .meta-item,
  .mv-block-style-15 .block-15-meta .meta-item a {
    font-size: 12px;
  }
}
.mv-block-style-15 .block-15-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-15 .block-15-meta .meta-item .icon,
.mv-block-style-15 .block-15-meta .meta-item .text {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.mv-block-style-15 .block-15-meta .meta-item .icon {
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-meta .meta-item a:hover,
  .mv-block-style-15 .block-15-meta .meta-item a:hover .icon {
    color: #ffb535 !important;
  }
}
.mv-block-style-15 .block-15-meta .meta-item:active,
.mv-block-style-15 .block-15-meta .meta-item:active a,
.mv-block-style-15 .block-15-meta .meta-item:active .icon {
  color: #ffb535 !important;
  -webkit-transition: none;
  transition: none;
}
.mv-block-style-15 .block-15-content {
  position: relative;
  overflow: hidden;
  max-height: 71px;
  color: #68696a;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-content {
    max-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-15 .block-15-content {
    max-height: 42px;
  }
}
.mv-block-style-15 .block-15-read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  background: #fff;
  padding: 5px 30px 15px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-15 .block-15-read-more {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-read-more {
    padding: 0 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-15 .block-15-read-more {
    text-align: center;
    padding: 0 0 25px;
  }
}
.mv-block-style-15 .block-15-post-format {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.mv-block-style-15 .block-15-post-format .icon {
  font-size: 36px;
  color: #ffb535;
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item .item-inner:hover .block-15-date {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  .mv-block-style-15 .block-15-list > .item .item-inner:hover .block-15-thumb-img {
    -webkit-transform: scale(1.3) rotate(10deg);
        -ms-transform: scale(1.3) rotate(10deg);
            transform: scale(1.3) rotate(10deg);
  }
  .mv-block-style-15 .block-15-list > .item .item-inner:hover .block-15-thumb-img:before {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-15 .block-15-list > .item .item-inner:hover .block-15-title,
  .mv-block-style-15 .block-15-list > .item .item-inner:hover .block-15-title a {
    color: #ffb535;
  }
}
.mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .item-inner {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-main-inner {
    background: #f6f6f6;
  }
}
.mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-meta .meta-item .icon {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-meta .meta-item a:hover,
  .mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-meta .meta-item a:hover .icon {
    color: #ffb535;
  }
}
.mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-meta .meta-item a:active,
.mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-meta .meta-item a:active .icon {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-block-style-15 .block-15-list > .item.item-home-3-latest-news .block-15-read-more {
    background: #f6f6f6;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .item-inner-relative {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .item-inner-relative {
    padding-top: 294px;
  }
}
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-main-inner {
  padding-bottom: 47px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-thumb {
    height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-thumb {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-thumb .polygon {
    -webkit-transform: translate(0, 100%) rotate(7deg);
        -ms-transform: translate(0, 100%) rotate(7deg);
            transform: translate(0, 100%) rotate(7deg);
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-date {
    top: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-date {
    top: 33%;
  }
}
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-title,
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-title a {
  font-size: 18px;
}
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-meta .meta-item,
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-meta .meta-item a {
  color: #222;
}
.mv-block-style-15 .block-15-list > .item.item-blog-list .block-15-content {
  color: #595959;
}
.mv-block-style-15 .block-15-list > .item.item-blog-grid-2 {
  /**/
}
.mv-block-style-15 .block-15-list > .item.item-blog-grid-3-no-sb {
  /**/
}
.mv-block-style-15 .block-15-list > .item.item-blog-grid-3-mansory-no-sb .block-15-main {
  height: auto;
}
.mv-block-style-15 .block-15-list > .item.item-blog-grid-3-mansory-no-sb .block-15-main-inner {
  padding-bottom: 0;
}
.mv-block-style-15 .block-15-list > .item.item-blog-grid-3-mansory-no-sb .block-15-content {
  overflow: visible;
  max-height: none;
  margin-bottom: 15px;
}
.mv-block-style-16 {
  background: #fff;
  padding: 0 15px;
}
.mv-block-style-16 .mv-slider-item {
  text-align: center;
}
.mv-block-style-16 .mv-slider-item-inner {
  position: relative;
  padding: 50px 0 72px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-16 .mv-slider-item-inner {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-16 .mv-slider-item-inner {
    padding: 30px 0 40px;
  }
}
.mv-block-style-16 .block-16-box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-16 .block-16-box {
    max-width: none;
  }
}
.mv-block-style-16 .block-16-icon-quote {
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
  color: #ffb535;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-16 .block-16-icon-quote {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-16 .block-16-icon-quote {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.mv-block-style-16 .block-16-quote-content {
  color: #68696a;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-16 .block-16-quote-content {
    margin-bottom: 20px;
  }
}
.mv-block-style-16 .block-16-line {
  display: block;
  height: 2px;
  width: 60px;
  background: #e1e1e1;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-16 .block-16-line {
    margin-bottom: 20px;
  }
}
.mv-block-style-16 .block-16-name {
  margin-bottom: 2px;
}
.mv-block-style-16 .block-16-name,
.mv-block-style-16 .block-16-name a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #262b30;
}
.mv-block-style-16 .block-16-name a:hover {
  color: #ffb535;
}
.mv-block-style-16 .block-16-category,
.mv-block-style-16 .block-16-category a {
  text-transform: uppercase;
  font-size: 14px;
  color: #68696a;
}
.mv-block-style-16 .block-16-category a:hover {
  color: #ffb535;
}
.mv-block-style-16 .slider-control-arrow {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: auto;
}
.mv-block-style-16 .slider-control-arrow .mv-btn {
  margin-right: 10px;
}
.mv-block-style-16 .slider-control-arrow .mv-btn:last-child {
  margin-right: 0 !important;
}
@media screen and (min-width: 1200px) {
  .mv-block-style-16 .slider-control-arrow .mv-btn {
    height: 40px;
    width: 40px;
    padding: 10px 0;
  }
  .mv-block-style-16 .slider-control-arrow .mv-btn .btn-icon {
    font-weight: bold;
    font-size: 20px;
    color: #363738;
  }
  .mv-block-style-16 .slider-control-arrow .mv-btn:hover .btn-icon {
    color: #fff;
  }
}
.mv-block-style-17 .block-17-slider-inner {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-17 .block-17-slider-inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-17 .block-17-slider-inner {
    max-width: 80%;
  }
}
.mv-block-style-17 .mv-slider-item {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .mv-block-style-17 .mv-slider-item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-17 .mv-slider-item {
    width: 20%;
  }
}
.mv-block-style-17 .mv-slider-item .mv-dp-table-cell {
  height: 230px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-17 .mv-slider-item .mv-dp-table-cell {
    height: 190px;
  }
}
.mv-block-style-17 .mv-slider-item img {
  max-height: 100%;
}
.mv-block-style-17 .mv-slider-item a:active {
  opacity: 0.6;
}
.mv-block-style-18 .block-18-list > .item {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-18 .block-18-list > .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-18 .block-18-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-18 .block-18-list > .item > .item-inner {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .mv-block-style-18 .block-18-list > .item > .item-inner {
    height: 280px;
  }
}
.mv-block-style-18 .block-18-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
.mv-block-style-18 .block-18-hover .block-18-title {
  position: relative;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-height: none;
  line-height: 1.3;
  font-size: 36px;
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-18 .block-18-hover .block-18-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-18 .block-18-hover .block-18-title {
    font-size: 22px;
  }
}
.mv-block-style-18 .block-18-hover .block-18-category {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-18 .block-18-hover .block-18-category {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-18 .block-18-hover .block-18-category {
    font-size: 14px;
  }
}
.mv-block-style-18 .block-18-hover-box {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-18 .block-18-main,
.mv-block-style-18 .block-18-hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-18 .block-18-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mv-block-style-18 .block-18-thumb .thumb-inner {
  position: relative;
}
.mv-block-style-18 .block-18-thumb-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 73px 15px 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-18 .block-18-thumb-img {
    padding: 60px 12px 12px;
  }
}
.mv-block-style-18 .block-18-title {
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  max-height: 57px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv-block-style-18 .block-18-title {
    top: 10px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 12px;
  }
}
.mv-block-style-18 .block-18-title,
.mv-block-style-18 .block-18-title a {
  color: #262b30;
}
.mv-block-style-18 .block-18-title a:hover {
  color: #ffb535;
}
.mv-block-style-18 .block-18-category {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mv-block-style-18 .block-18-list > .item > .item-inner:hover .block-18-main {
    opacity: 0;
    visibility: hidden;
  }
  .mv-block-style-18 .block-18-list > .item > .item-inner:hover .block-18-hover {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-18 .block-18-list > .item > .item-inner:hover .block-18-hover .block-18-hover-box {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .mv-block-style-18 .block-18-list > .item > .item-inner:hover .block-18-hover .block-18-category {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mv-block-style-18 .block-18-list > .item.title-center-bottom .block-18-title {
  bottom: 23px;
  top: auto;
}
.mv-block-style-18 .block-18-list > .item.title-center-bottom .block-18-thumb-img {
  padding-top: 15px;
  padding-bottom: 73px;
}
.mv-block-style-18 .block-18-list > .item.title-left-bottom .block-18-title {
  bottom: 23px;
  top: auto;
  width: 60%;
}
.mv-block-style-18 .block-18-list > .item.title-left-bottom .block-18-thumb-img {
  padding-top: 15px;
  padding-bottom: 73px;
}
.mv-block-style-19 .block-19-list > .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-19 .block-19-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .mv-block-style-19 .block-19-list > .item:nth-child(2n+1) {
    clear: both;
  }
}
.mv-block-style-19 .block-19-title {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-19 .block-19-title {
    margin-bottom: 0;
  }
}
.mv-block-style-19 .block-19-decs {
  color: #666668;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-19 .block-19-decs {
    margin-bottom: 14px;
  }
}
.mv-block-style-19 .block-19-line {
  display: block;
  width: 42px;
  height: 1px;
  background: #262b30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-19 .block-19-list > .item > .item-inner:hover .block-19-title a,
.mv-block-style-19 .block-19-list > .item > .item-inner:hover .block-19-title .icon,
.mv-block-style-19 .block-19-list > .item > .item-inner:hover .block-19-title .text {
  color: #ffb535;
}
.mv-block-style-19 .block-19-list > .item > .item-inner:hover .block-19-line {
  width: 100%;
  background: #ffb535;
}
.mv-block-style-20 .block-20-list > .item {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-20 .block-20-list > .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-20 .block-20-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-20 .block-20-list > .item > .item-inner {
  display: block;
  height: 720px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-20 .block-20-list > .item > .item-inner {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-20 .block-20-list > .item > .item-inner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-20 .block-20-list > .item > .item-inner {
    height: 230px;
  }
}
.mv-block-style-20 .block-20-hover {
  opacity: 0;
  visibility: hidden;
}
.mv-block-style-20 .block-20-hover .block-20-title {
  position: relative;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-height: none;
  line-height: 1.3;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-20 .block-20-hover .block-20-title {
    font-size: 30px;
  }
}
.mv-block-style-20 .block-20-hover-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mv-block-style-20 .block-20-hover-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: scale(2) translate(-50%, -50%);
      -ms-transform: scale(2) translate(-50%, -50%);
          transform: scale(2) translate(-50%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-20 .block-20-main,
.mv-block-style-20 .block-20-hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-20 .block-20-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mv-block-style-20 .block-20-thumb .thumb-inner {
  position: relative;
}
.mv-block-style-20 .block-20-thumb-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-height: 100%;
  padding: 73px 5px 0;
  margin: auto;
  height: 900px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-20 .block-20-thumb-img {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-20 .block-20-thumb-img {
    padding-top: 35px;
  }
}
.mv-block-style-20 .block-20-icon {
  margin: 0 auto 12px;
}
.mv-block-style-20 .block-20-title {
  display: block;
  position: absolute;
  left: 0;
  top: 32px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  max-height: 57px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-20 .block-20-title {
    top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-20 .block-20-title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-20 .block-20-title {
    font-size: 16px;
    top: 10px;
  }
}
.mv-block-style-20 .block-20-title,
.mv-block-style-20 .block-20-title a {
  color: #262b30;
}
@media screen and (max-width: 991px) {
  .mv-block-style-20 .block-20-title a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-20 .block-20-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-20 .block-20-title a:active {
  color: #ffb535;
}
.mv-block-style-20 .block-20-category {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-block-style-20 .block-20-list > .item > .item-inner:hover .block-20-main {
    visibility: hidden;
    opacity: 0;
  }
  .mv-block-style-20 .block-20-list > .item > .item-inner:hover .block-20-hover {
    visibility: visible;
    opacity: 1;
  }
  .mv-block-style-20 .block-20-list > .item > .item-inner:hover .block-20-hover-bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mv-block-style-20 .block-20-list > .item > .item-inner:hover .block-20-hover-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .container,
  .mv-block-style-21 .container-fluid,
  .mv-block-style-21 [class*="col-xs-"],
  .mv-block-style-21 [class*="col-sm-"],
  .mv-block-style-21 [class*="col-md-"],
  .mv-block-style-21 [class*="col-lg-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.mv-block-style-21 .block-21-list > .item {
  margin-bottom: 140px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-list > .item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-21 .block-21-list > .item {
    margin-bottom: 60px;
  }
}
.mv-block-style-21 .block-21-list > .item:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-header {
    width: 63%;
    left: 37%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-21 .block-21-header {
    margin-bottom: 30px;
  }
}
.mv-block-style-21 .block-21-body {
  text-align: center;
  padding-top: 148px;
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-body {
    width: 37%;
    right: 63%;
  }
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-body {
    padding-top: 118px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-21 .block-21-body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-21 .block-21-body {
    padding-top: 0;
  }
}
.mv-block-style-21 .block-21-title {
  padding-left: 0;
  margin-bottom: 88px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-title {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-21 .block-21-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-21 .block-21-title {
    margin-bottom: 20px;
  }
}
.mv-block-style-21 .block-21-thumb {
  position: relative;
  min-height: 1px;
  height: 860px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-thumb {
    height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-21 .block-21-thumb {
    height: 560px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-21 .block-21-thumb {
    height: 480px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-21 .block-21-thumb {
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-21 .block-21-thumb {
    height: 220px;
  }
}
.mv-block-style-21 .block-21-thumb-border {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 20px solid #ececec;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-thumb-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 40px;
    width: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-thumb-border {
    right: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-thumb-border {
    right: 100px;
  }
}
.mv-block-style-21 .block-21-thumb-main {
  display: block;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-thumb-main {
    position: absolute;
    left: 40px;
    top: 40px;
    right: 0;
    bottom: auto;
    width: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-thumb-main {
    left: 60px;
    top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-thumb-main {
    left: 100px;
    top: 100px;
  }
}
.mv-block-style-21 .block-21-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-block-style-21 .block-21-thumb-img:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
.mv-block-style-21 .block-21-title-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.mv-block-style-21 .block-21-logo {
  display: block;
  text-align: center;
  margin: 0 auto 58px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-logo {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-21 .block-21-logo {
    margin-bottom: 30px;
  }
}
.mv-block-style-21 .block-21-list-product {
  margin-bottom: 38px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-list-product {
    margin-bottom: 0;
  }
}
.mv-block-style-21 .block-21-list-product > .item-product {
  /**/
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .mv-block-style-21 .block-21-list-product .mv-block-style-9 .block-9-list > .item > .item-inner {
    height: 420px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .mv-block-style-21 .block-21-list-product .mv-block-style-9 .content-thumb {
    height: 300px;
  }
}
.mv-block-style-21 .block-21-list-product .mv-block-style-9 .content-default {
  padding: 21px 0 0;
}
.mv-block-style-21 .block-21-title-3 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #363738;
  margin-bottom: 22px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-21 .block-21-title-3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-21 .block-21-title-3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-21 .block-21-title-3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-21 .block-21-button {
    height: auto;
    width: 100%;
    font-size: 18px;
    padding: 3px 10px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(30px, 30px);
        -ms-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(50px, 50px);
        -ms-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(-20px, -20px);
        -ms-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(-50px, -50px);
        -ms-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
  }
}
.mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-header {
  left: 0;
}
.mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-body {
  right: 0;
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-border {
    left: 40px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-border {
    left: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-border {
    left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-main {
    right: 40px;
    top: 40px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-main {
    right: 60px;
    top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb-main {
    right: 100px;
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(-20px, 20px);
        -ms-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(-30px, 30px);
        -ms-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-border {
    -webkit-transform: translate(-50px, 50px);
        -ms-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(20px, -20px);
        -ms-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
}
@media screen and (min-width: 1920px) {
  .mv-block-style-21 .block-21-list > .item:nth-child(even) .block-21-thumb:hover .block-21-thumb-main {
    -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
            transform: translate(50px, -50px);
  }
}
.mv-block-style-22 .block-22-list > .item {
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-list > .item {
    margin-bottom: 50px;
  }
}
.mv-block-style-22 .block-22-header,
.mv-block-style-22 .block-22-body,
.mv-block-style-22 .block-22-body .block-22-cell {
  height: 654px;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-header,
  .mv-block-style-22 .block-22-body,
  .mv-block-style-22 .block-22-body .block-22-cell {
    height: 520px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-22 .block-22-header,
  .mv-block-style-22 .block-22-body,
  .mv-block-style-22 .block-22-body .block-22-cell {
    height: 370px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-header,
  .mv-block-style-22 .block-22-body,
  .mv-block-style-22 .block-22-body .block-22-cell {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-22 .block-22-header,
  .mv-block-style-22 .block-22-body,
  .mv-block-style-22 .block-22-body .block-22-cell {
    height: 210px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-header,
  .mv-block-style-22 .block-22-body {
    display: block;
    width: 100%;
    float: none;
    left: auto;
    right: auto;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}
.mv-block-style-22 .block-22-col-inner {
  position: relative;
}
.mv-block-style-22 .block-22-header .block-22-col-inner {
  height: 100%;
}
.mv-block-style-22 .block-22-body {
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-body {
    height: auto;
    padding-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-body .block-22-cell {
    display: block;
    height: auto;
  }
}
.mv-block-style-22 .block-22-body .block-22-box {
  overflow: hidden;
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-body .block-22-box {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-22 .block-22-body .block-22-box {
    max-width: none;
    padding-right: 12px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-body .block-22-box {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-22 .block-22-body:hover .block-22-title,
  .mv-block-style-22 .block-22-body:hover .block-22-title a {
    color: #ffb535;
  }
}
.mv-block-style-22 .block-22-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.mv-block-style-22 .block-22-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-22 .block-22-thumb-img {
    opacity: 0.5;
  }
}
.mv-block-style-22 .block-22-title-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translate(-100%, -125px);
      -ms-transform: rotate(-90deg) translate(-100%, -125px);
          transform: rotate(-90deg) translate(-100%, -125px);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  max-width: 654px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #363738;
  text-transform: uppercase;
  padding: 0 45px;
  z-index: 10;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-title-2 {
    max-width: 520px;
    -webkit-transform: rotate(-90deg) translate(-100%, -75px);
        -ms-transform: rotate(-90deg) translate(-100%, -75px);
            transform: rotate(-90deg) translate(-100%, -75px);
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-22 .block-22-title-2 {
    max-width: 370px;
    font-size: 20px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-title-2 {
    max-width: 300px;
    -webkit-transform: rotate(-90deg) translate(-100%, -40px);
        -ms-transform: rotate(-90deg) translate(-100%, -40px);
            transform: rotate(-90deg) translate(-100%, -40px);
  }
}
.mv-block-style-22 .block-22-line {
  display: block;
  position: absolute;
  left: -50px;
  top: 130px;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 5px;
  background: #363738;
  z-index: 10;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-line {
    top: 100px;
    left: -35px;
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-line {
    top: 70px;
    left: -15px;
    width: 30px;
  }
}
.mv-block-style-22 .block-22-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-22 .block-22-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-22 .block-22-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mv-block-style-22 .block-22-title,
.mv-block-style-22 .block-22-title a {
  color: #363738;
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-title,
  .mv-block-style-22 .block-22-title a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-22 .block-22-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-22 .block-22-title a:active {
  color: #ffb535;
}
.mv-block-style-22 .block-22-desc {
  overflow: hidden;
  line-height: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-22 .block-22-desc {
    max-height: 197px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-desc {
    max-height: 134px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-22 .block-22-desc {
    max-height: 101px;
    line-height: 1.42857143;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.mv-block-style-22 .block-22-list > .item:nth-child(odd) .block-22-header {
  padding-left: 0;
}
.mv-block-style-22 .block-22-list > .item:nth-child(odd) .block-22-body {
  padding-right: 0;
}
.mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-header {
  left: 0;
  padding-right: 0;
}
.mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-body {
  right: 0;
  padding-left: 0;
}
.mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-body .block-22-box {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-body .block-22-box {
    padding-left: 12px;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-body .block-22-box {
    padding: 0;
  }
}
.mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-title-2 {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-90deg) translate(0%, 95px);
      -ms-transform: rotate(-90deg) translate(0%, 95px);
          transform: rotate(-90deg) translate(0%, 95px);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-title-2 {
    -webkit-transform: rotate(-90deg) translate(0%, 45px);
        -ms-transform: rotate(-90deg) translate(0%, 45px);
            transform: rotate(-90deg) translate(0%, 45px);
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-title-2 {
    -webkit-transform: rotate(-90deg) translate(0%, 20px);
        -ms-transform: rotate(-90deg) translate(0%, 20px);
            transform: rotate(-90deg) translate(0%, 20px);
  }
}
.mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-line {
  right: -50px;
  left: auto;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-line {
    right: -35px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-22 .block-22-list > .item:nth-child(even) .block-22-line {
    right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-22 .block-22-list > .item:hover .block-22-thumb-img {
    opacity: 1;
  }
}
.mv-block-style-23 .block-23-list > .item > .item-inner {
  position: relative;
  height: 700px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .mv-block-style-23 .block-23-list > .item > .item-inner {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-23 .block-23-list > .item > .item-inner {
    height: 520px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-23 .block-23-list > .item > .item-inner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-23 .block-23-list > .item > .item-inner {
    height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-23 .block-23-list > .item > .item-inner {
    height: 300px;
  }
}
.mv-block-style-23 .block-23-img {
  max-height: 100%;
}
.mv-block-style-23 .block-23-main {
  padding: 10px;
}
.mv-block-style-23 .mv-caption-style-7 {
  width: 100%;
}
.mv-block-style-23 .mv-caption-style-7 .caption-7-box {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-23 .mv-caption-style-7 .caption-7-box {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-23 .mv-caption-style-7 .caption-7-box {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-23 .mv-caption-style-7 .caption-7-box {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-23 .mv-caption-style-7 .caption-7-box {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.mv-block-style-24 .block-24-list > .item {
  margin-bottom: 20px;
}
.mv-block-style-24 .block-24-list > .item:last-child {
  margin-bottom: 0 !important;
}
.mv-block-style-24 .block-24-thumb {
  width: 95px;
}
.mv-block-style-24 .block-24-thumb .thumb-inner {
  display: block;
  position: relative;
  width: 80px;
  height: 100px;
  background: #f6f6f6;
}
.mv-block-style-24 .block-24-thumb .thumb-inner img {
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mv-block-style-24 .block-24-thumb .thumb-inner img:not(.mv-effect-item) {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 5px;
}
.mv-block-style-24 .mv-lightbox-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .mv-lightbox-item {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .mv-lightbox-item,
  .mv-block-style-24 .mv-lightbox-item:hover {
    background-color: rgba(34, 34, 34, 0.5);
  }
}
.mv-block-style-24 .mv-lightbox-item .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding: 9.5px 0;
}
.mv-block-style-24 .block-24-title {
  font-size: 14px;
  margin: 0 0 5px;
}
.mv-block-style-24 .block-24-title,
.mv-block-style-24 .block-24-title a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-24 .block-24-title a:active {
  color: #ffb535;
}
.mv-block-style-24 .block-24-price {
  margin-bottom: 7px;
}
.mv-block-style-24 .block-24-price:before,
.mv-block-style-24 .block-24-price:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-24 .block-24-price .new-price,
.mv-block-style-24 .block-24-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}
.mv-block-style-24 .block-24-price .new-price:last-child,
.mv-block-style-24 .block-24-price .old-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-24 .block-24-price .new-price {
  color: #ffb535;
}
.mv-block-style-24 .block-24-price .old-price {
  color: #c1bebd;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-24 .block-24-price .old-price {
    font-size: 12px;
  }
}
.mv-block-style-24 .block-24-meta:before,
.mv-block-style-24 .block-24-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-24 .block-24-meta .meta-item {
  float: left;
  margin-right: 20px;
}
.mv-block-style-24 .block-24-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-24 .block-24-meta .meta-item .text {
  font-size: 13px;
  color: #262b30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-24 .block-24-meta .meta-item .icon {
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-meta .meta-item:hover .text {
    color: #ffb535;
  }
}
.mv-block-style-24 .block-24-meta .meta-item:active .text {
  color: #ffb535;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item > .item-inner:hover {
    background: #fafafa;
  }
  .mv-block-style-24 .block-24-list > .item > .item-inner:hover .mv-lightbox-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mv-block-style-24 .block-24-list > .item > .item-inner:hover .block-24-title,
  .mv-block-style-24 .block-24-list > .item > .item-inner:hover .block-24-title a {
    color: #ffb535;
  }
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts {
  margin-bottom: 30px;
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-title,
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-title a {
  color: #909090;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-title a:active {
  color: #ffb535;
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-thumb {
  width: 100px;
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .block-24-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .mv-lightbox-item {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .mv-lightbox-item {
    background: #ffb535;
  }
}
.mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .mv-lightbox-item .icon {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-aside-recent-posts .mv-lightbox-item .icon {
    background: none transparent;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-aside-recent-posts > .item-inner:hover .mv-lightbox-item {
    opacity: 0.85;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart {
  margin-bottom: 30px;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb,
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-main {
  vertical-align: middle;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb {
  width: 142px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb {
    width: 110px;
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb .thumb-inner {
  width: 115px;
  height: 150px;
  background: #f7f8f9;
}
@media screen and (max-width: 991px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb .thumb-inner {
    width: 90px;
    height: 120px;
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-thumb .thumb-inner:before {
  display: none;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-title {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-title,
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-title a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .block-24-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-title a:active {
  color: #ffb535;
}
.mv-block-style-24 .block-24-list > .item.item-cart .block-24-content {
  position: relative;
  overflow: hidden;
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .block-24-content {
    max-height: 60px;
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart .mv-lightbox-item {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .mv-lightbox-item {
    background: #ffb535;
  }
}
.mv-block-style-24 .block-24-list > .item.item-cart .mv-lightbox-item .icon {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-cart .mv-lightbox-item .icon {
    background: none transparent;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-24 .block-24-list > .item.item-cart > .item-inner:hover .mv-lightbox-item {
    opacity: 0.85;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.mv-block-style-25 .block-25-list > .item {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-25 .block-25-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-25 .block-25-list > .item > .item-inner > .item-inner-relative {
  display: block;
  position: relative;
  overflow: hidden;
  height: 470px;
  background: #fff;
  padding: 30px 30px 40px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .block-25-list > .item > .item-inner > .item-inner-relative {
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .block-25-list > .item > .item-inner > .item-inner-relative {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .block-25-list > .item > .item-inner > .item-inner-relative {
    height: 370px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .block-25-list > .item > .item-inner > .item-inner-relative {
    height: 300px;
  }
}
.mv-block-style-25 .content-thumb {
  width: 56%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-thumb {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-thumb {
    height: 170px;
  }
}
.mv-block-style-25 .content-thumb .thumb-inner,
.mv-block-style-25 .content-thumb .thumb-img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-thumb .thumb-inner img {
    max-height: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.mv-block-style-25 .content-main {
  width: 44%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mv-block-style-25 .content-main:hover .content-title,
  .mv-block-style-25 .content-main:hover .content-title a {
    color: #ffb535;
  }
  .mv-block-style-25 .content-main:hover .content-price .new-price {
    color: #ffb535;
  }
}
.mv-block-style-25 .content-main-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-main-inner {
    position: static;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1919px) {
  .mv-block-style-25 .content-thumb,
  .mv-block-style-25 .content-main {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-thumb,
  .mv-block-style-25 .content-main {
    display: block;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 5px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-detail {
    padding: 0 12px 50px;
  }
}
.mv-block-style-25 .content-message {
  z-index: 11;
}
@media screen and (min-width: 992px) {
  .mv-block-style-25 .content-message {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-25 .content-message {
    width: 270px;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-25 .content-message .message-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-25 .content-message .message-inner {
    padding: 5px;
  }
}
.mv-block-style-25 .content-sale-off,
.mv-block-style-25 .content-logo {
  z-index: 10;
}
.mv-block-style-25 .content-sale-off {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-sale-off {
    left: 0;
    top: 15px;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
}
.mv-block-style-25 .content-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  max-width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 1919px) {
  .mv-block-style-25 .content-logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .content-logo {
    max-width: 140px;
    margin-right: 15px;
  }
}
.mv-block-style-25 .content-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-title {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: -4px;
  }
}
.mv-block-style-25 .content-title,
.mv-block-style-25 .content-title a {
  color: #222;
}
.mv-block-style-25 .content-title a:hover {
  color: #ffb535;
}
.mv-block-style-25 .content-price {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-price {
    text-align: center;
    margin-bottom: 0;
  }
}
.mv-block-style-25 .content-price:before,
.mv-block-style-25 .content-price:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-25 .content-price .new-price,
.mv-block-style-25 .content-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-right: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-price .new-price,
  .mv-block-style-25 .content-price .old-price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-price .new-price,
  .mv-block-style-25 .content-price .old-price {
    display: block;
    margin: 0;
  }
}
.mv-block-style-25 .content-price .new-price:last-child,
.mv-block-style-25 .content-price .old-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-25 .content-price .new-price {
  font-size: 24px;
  color: #222;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-price .new-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-price .new-price {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.mv-block-style-25 .content-price .old-price {
  font-size: 18px;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-price .old-price {
    font-size: 12px;
  }
}
.mv-block-style-25 .content-rate {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-rate {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-25 .content-rate {
    margin-bottom: 0;
  }
}
.mv-block-style-25 .content-desc {
  position: relative;
  overflow: hidden;
  max-height: 115px;
  color: #595959;
  margin-bottom: 23px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .content-desc {
    max-height: 163px;
  }
}
.mv-block-style-25 .content-line {
  display: block;
  width: 50px;
  height: 2px;
  background: #ffb535;
  margin-bottom: 20px;
}
.mv-block-style-25 .content-button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  background: #f6f6f6;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .content-button {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-25 .content-button {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-25 .content-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.mv-block-style-25 .content-button .mv-btn {
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-25 .content-button .mv-btn.mv-btn-style-1.active {
    color: #fff;
    background: #ffb535;
  }
  .mv-block-style-25 .content-button .mv-btn.mv-btn-style-1.active .btn-icon:before {
    content: "\f217";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv-block-style-25 .block-25-list > .item > .item-inner:hover .content-detail {
    opacity: 0;
    visibility: hidden;
  }
  .mv-block-style-25 .block-25-list > .item > .item-inner:hover .content-button {
    opacity: 1;
    visibility: visible;
  }
}
.mv-block-style-26 .gallery-main .slick-slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 525px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-26 .gallery-main .slick-slide-inner {
    height: 280px;
  }
}
.mv-block-style-26 .gallery-main .block-26-main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-26 .gallery-main .block-26-main-img {
    padding: 12px;
  }
}
.mv-block-style-26 .block-26-gallery-thumbs {
  background: #f6f6f6;
}
.mv-block-style-26 .block-26-gallery-thumbs-inner {
  position: relative;
  max-width: 540px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-26 .block-26-gallery-thumbs-inner {
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-26 .block-26-gallery-thumbs-inner {
    padding: 0 30px;
  }
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-slide {
  padding: 20px 10px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-slide {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-slide {
    padding: 15px 3px;
  }
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-slide-inner {
  display: block;
  position: relative;
  width: 70px;
  height: 90px;
  background: #fff;
  cursor: pointer;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-slide-inner {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-slide-inner {
    height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-slide-inner {
    height: 50px;
  }
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-slide.slick-current .slick-slide-inner {
  -webkit-box-shadow: 0 0 0 1px #ffb535;
          box-shadow: 0 0 0 1px #ffb535;
}
.mv-block-style-26 .block-26-gallery-thumbs .block-26-thumbs-img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 0;
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mv-block-style-26 .block-26-gallery-thumbs .slick-arrow {
    height: 70px;
  }
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-slide-prev {
  left: 0;
  right: auto;
}
.mv-block-style-26 .block-26-gallery-thumbs .slick-slide-next {
  right: 0;
  left: auto;
}
.mv-block-style-27 {
  background: #fff;
}
.mv-block-style-27 .block-27-col-slider {
  width: 58.5%;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-col-slider {
    width: 50%;
  }
}
.mv-block-style-27 .block-27-col-info {
  width: 41.5%;
  padding-bottom: 130px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-col-info {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-27 .block-27-col-info {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-col-info {
    padding-bottom: 0;
  }
}
.mv-block-style-27 .block-27-col-info .col-info-inner {
  position: relative;
  height: 100%;
  padding: 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-col-info .col-info-inner {
    padding-bottom: 0;
  }
}
.mv-block-style-27 .block-27-col-slider,
.mv-block-style-27 .block-27-col-info {
  position: relative;
  height: 688px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-27 .block-27-col-slider,
  .mv-block-style-27 .block-27-col-info {
    height: 580px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-col-slider,
  .mv-block-style-27 .block-27-col-info {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
}
.mv-block-style-27 .block-27-info {
  overflow-y: auto;
  height: 100%;
  padding: 42px 15px 0;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-info {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-info {
    padding: 30px 12px;
  }
}
.mv-block-style-27 .block-26-gallery-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-26-gallery-thumbs {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.mv-block-style-27 .block-26-gallery-thumbs-inner {
  margin-left: 0;
  margin-right: auto;
}
.mv-block-style-27 .block-27-message {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .mv-block-style-27 .block-27-message {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-message {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.mv-block-style-27 .block-27-message .message-inner {
  text-align: left;
}
.mv-block-style-27 .block-26-gallery-thumbs,
.mv-block-style-27 .block-27-button .mv-dp-table-cell {
  height: 130px;
  background: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .mv-block-style-27 .block-26-gallery-thumbs,
  .mv-block-style-27 .block-27-button .mv-dp-table-cell {
    height: 100px;
  }
}
.mv-block-style-27 .block-26-gallery-thumbs,
.mv-block-style-27 .block-27-button {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-26-gallery-thumbs {
    height: auto;
  }
}
.mv-block-style-27 .block-27-button {
  right: 0;
  left: auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .mv-dp-table-cell {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .mv-btn-group {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .mv-btn {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .btn-add-to-cart .btn-inner {
    padding-left: 8px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .btn-add-to-cart .btn-icon {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-button .btn-add-to-cart .btn-text {
    font-size: 12px;
  }
}
.mv-block-style-27 .block-27-sale-off,
.mv-block-style-27 .block-27-logo {
  position: absolute;
  right: auto;
  left: 30px;
  bottom: auto;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-sale-off,
  .mv-block-style-27 .block-27-logo {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-sale-off,
  .mv-block-style-27 .block-27-logo {
    left: 12px;
  }
}
.mv-block-style-27 .block-27-sale-off {
  top: 30px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-sale-off {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-sale-off {
    top: 12px;
  }
}
.mv-block-style-27 .block-27-logo {
  top: 105px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-27 .block-27-logo {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-logo {
    top: 40px;
    max-width: 80px;
  }
}
.mv-block-style-27 .block-27-table-info .list-inline-2 > li .mv-btn {
  line-height: 1.5;
}
.mv-block-style-27 .block-27-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #222;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mv-block-style-27 .block-27-rate {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-rate {
    margin-bottom: 8px;
  }
}
.mv-block-style-27 .block-27-rate .mv-rate .item-rate {
  font-size: 14px;
  padding: 0 3px;
}
.mv-block-style-27 .block-27-rate a {
  display: block;
}
.mv-block-style-27 .block-27-rate .dropdown {
  float: left;
}
.mv-block-style-27 .block-27-rate .review-number {
  float: right;
  color: #727272;
  margin-top: 2px;
}
.mv-block-style-27 .block-27-rate .dropdown-menu {
  width: 300px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-27 .block-27-rate .dropdown-menu {
    width: 250px;
  }
}
.mv-block-style-27 .block-27-rate .dropdown-menu-inner {
  padding: 8px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-27 .block-27-rate .dropdown-menu-inner {
    padding: 8px 2px;
  }
}
.mv-block-style-27 .block-27-price {
  margin-bottom: 12px;
}
.mv-block-style-27 .block-27-price .new-price,
.mv-block-style-27 .block-27-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.mv-block-style-27 .block-27-price .new-price:last-child,
.mv-block-style-27 .block-27-price .old-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-27 .block-27-price .new-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-price .new-price {
    font-size: 14px;
  }
}
.mv-block-style-27 .block-27-price .old-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #b2b2b2;
  text-transform: uppercase;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-price .old-price {
    font-size: 12px;
  }
}
.mv-block-style-27 .block-27-desc {
  color: #595959;
  text-align: justify;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-desc {
    overflow-y: auto;
    max-height: 200px;
  }
}
.mv-block-style-27 .block-27-table-info table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.mv-block-style-27 .block-27-table-info table tr th,
.mv-block-style-27 .block-27-table-info table tr td {
  vertical-align: middle;
  height: 51px;
  border: 0 none;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-table-info table tr th,
  .mv-block-style-27 .block-27-table-info table tr td {
    height: 40px;
  }
}
.mv-block-style-27 .block-27-table-info table tr th:nth-child(1),
.mv-block-style-27 .block-27-table-info table tr td:nth-child(1) {
  width: 125px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mv-block-style-27 .block-27-table-info table tr th:nth-child(1),
  .mv-block-style-27 .block-27-table-info table tr td:nth-child(1) {
    width: 90px;
    font-size: 12px;
    text-transform: none;
  }
}
.mv-block-style-27 .block-27-table-info .input-quantity-wrapper {
  width: 56px;
}
.mv-block-style-27 .block-27-table-info .input-quantity-wrapper .mv-inputbox {
  text-align: center;
  padding: 0 15px 0 0;
}
.mv-block-style-27 .block-27-button .mv-btn {
  margin-right: 10px;
}
.mv-block-style-28 .block-28-list .item {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.mv-block-style-28 .block-28-list .item:last-child {
  border-bottom: 0 none !important;
}
@media screen and (max-width: 479px) {
  .mv-block-style-28 .block-28-thumb,
  .mv-block-style-28 .block-28-main {
    display: block;
  }
}
.mv-block-style-28 .block-28-thumb {
  width: 105px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-28 .block-28-thumb {
    float: left;
    margin-bottom: 5px;
  }
}
.mv-block-style-28 .block-28-thumb-img {
  display: block;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .mv-block-style-28 .block-28-main {
    float: none;
  }
}
.mv-block-style-28 .block-28-main-header {
  margin-top: -4px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-28 .block-28-main-header {
    margin-bottom: 5px;
  }
}
.mv-block-style-28 .block-28-name,
.mv-block-style-28 .block-28-date,
.mv-block-style-28 .block-28-rate {
  display: inline-block;
  vertical-align: baseline;
}
.mv-block-style-28 .block-28-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-28 .block-28-name {
    font-size: 14px;
  }
}
.mv-block-style-28 .block-28-name,
.mv-block-style-28 .block-28-name a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-28 .block-28-name a:hover {
    color: #ffb535;
  }
}
.mv-block-style-28 .block-28-name a:active {
  color: #ffb535;
}
.mv-block-style-28 .block-28-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #595959;
  margin-right: 20px;
}
.mv-block-style-28 .block-28-rate {
  margin-top: -2px;
}
.mv-block-style-28 .block-28-desc {
  max-height: 117px;
  overflow-y: auto;
  font-weight: normal;
  font-size: 14px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 479px) {
  .mv-block-style-28 .block-28-desc {
    display: inline;
  }
}
.mv-block-style-29 .block-29-list > .item {
  margin-bottom: 30px;
}
.mv-block-style-29 .block-29-list > .item:last-child {
  margin-bottom: 0 !important;
}
.mv-block-style-29 .block-29-date {
  width: 85px;
}
.mv-block-style-29 .block-29-title {
  margin: 0 0 5px;
}
.mv-block-style-29 .block-29-title,
.mv-block-style-29 .block-29-title a {
  color: #909090;
}
@media screen and (min-width: 992px) {
  .mv-block-style-29 .block-29-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-29 .block-29-title a:active {
  color: #ffb535;
}
.mv-block-style-29 .block-29-meta:before,
.mv-block-style-29 .block-29-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-29 .block-29-meta .meta-item {
  float: left;
  margin-right: 20px;
}
.mv-block-style-29 .block-29-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-29 .block-29-meta .meta-item .text {
  font-size: 13px;
  color: #262b30;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-29 .block-29-meta .meta-item .icon {
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-29 .block-29-meta .meta-item:hover .text {
    color: #ffb535;
  }
}
.mv-block-style-29 .block-29-meta .meta-item:active .text {
  color: #ffb535;
}
@media screen and (min-width: 992px) {
  .mv-block-style-29 .block-29-list > .item > .item-inner:hover .block-29-date .day {
    color: #ffb535;
  }
  .mv-block-style-29 .block-29-list > .item > .item-inner:hover .block-29-date .day:after {
    width: 20px;
  }
  .mv-block-style-29 .block-29-list > .item > .item-inner:hover .block-29-title,
  .mv-block-style-29 .block-29-list > .item > .item-inner:hover .block-29-title a {
    color: #ffb535;
  }
}
.mv-block-style-30 {
  padding: 50px 30px 30px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-30 {
    padding: 30px 15px;
  }
}
.mv-block-style-30 .block-30-header {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.mv-block-style-30 .block-30-date-wrapper {
  width: 80px;
}
.mv-block-style-30 .block-30-date-wrapper .mv-date-style-1 {
  border-color: #ffb535;
}
.mv-block-style-30 .block-30-date-wrapper .mv-date-style-1 .day,
.mv-block-style-30 .block-30-date-wrapper .mv-date-style-1 .month {
  color: #222;
}
.mv-block-style-30 .block-30-title-wrapper .block-30-col-inner {
  padding-right: 40px;
}
.mv-block-style-30 .block-30-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: -3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-title {
    font-size: 16px;
  }
}
.mv-block-style-30 .block-30-title,
.mv-block-style-30 .block-30-title a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-30 .block-30-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-30 .block-30-title a:active {
  color: #ffb535;
}
.mv-block-style-30 .block-30-meta .meta-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-meta .meta-item {
    margin-right: 10px;
  }
}
.mv-block-style-30 .block-30-meta .meta-item,
.mv-block-style-30 .block-30-meta .meta-item a {
  color: #222;
}
@media screen and (max-width: 991px) {
  .mv-block-style-30 .block-30-meta .meta-item,
  .mv-block-style-30 .block-30-meta .meta-item a {
    font-size: 12px;
  }
}
.mv-block-style-30 .block-30-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-30 .block-30-meta .meta-item .icon,
.mv-block-style-30 .block-30-meta .meta-item .text {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.mv-block-style-30 .block-30-meta .meta-item .icon {
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-30 .block-30-meta .meta-item a:hover,
  .mv-block-style-30 .block-30-meta .meta-item a:hover .icon {
    color: #ffb535 !important;
  }
}
.mv-block-style-30 .block-30-meta .meta-item:active,
.mv-block-style-30 .block-30-meta .meta-item:active a,
.mv-block-style-30 .block-30-meta .meta-item:active .icon {
  color: #ffb535 !important;
  -webkit-transition: none;
  transition: none;
}
.mv-block-style-30 .block-30-post-format {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
.mv-block-style-30 .block-30-post-format .icon {
  font-size: 36px;
  color: #ffb535;
}
.mv-block-style-30 .block-30-featured {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-featured {
    margin-bottom: 30px;
  }
}
.mv-block-style-30 .block-30-main {
  padding: 0 60px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-30 .block-30-main {
    padding: 0;
  }
}
.mv-block-style-30 .block-30-content {
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .mv-block-style-30 .block-30-content p {
    margin-bottom: 25px;
  }
}
.mv-block-style-30 .block-30-quote {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-quote {
    margin-bottom: 30px;
  }
}
.mv-block-style-30 .block-30-footer-title {
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #222;
  padding: 0;
  margin: 0 10px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-tag,
  .mv-block-style-30 .block-30-social {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-tag {
    margin-bottom: 10px;
  }
}
.mv-block-style-30 .block-30-tag .block-30-footer-title {
  padding-top: 9px;
}
.mv-block-style-30 .block-30-tag-list {
  display: inline;
}
.mv-block-style-30 .block-30-tag-list .mv-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-tag-list .mv-btn {
    height: 32px;
    padding: 6px;
  }
}
.mv-block-style-30 .block-30-social .mv-social-list-style-1 {
  padding-top: 5px;
}
.mv-block-style-30 .block-30-social .social-ul {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mv-block-style-30 .block-30-social .social-ul > li {
    margin-right: 10px;
  }
}
.mv-block-style-31 {
  background: #fff;
  border-top: 0 none;
}
.mv-block-style-31 .mv-dp-table {
  position: relative;
}
.mv-block-style-31 .mv-dp-table:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background: #f6f6f6;
}
@media screen and (max-width: 479px) {
  .mv-block-style-31 .mv-dp-table:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.mv-block-style-31 .mv-dp-table-cell {
  width: 50%;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .mv-dp-table-cell {
    height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-31 .mv-dp-table-cell {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-31 .block-31-left .block-31-title-wrapper {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-31 .block-31-right .block-31-title-wrapper {
    padding-left: 15px;
  }
}
.mv-block-style-31 .block-31-title-wrapper {
  padding: 10px 83px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-31 .block-31-title-wrapper {
    padding: 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-title-wrapper {
    padding: 10px 30px;
  }
}
.mv-block-style-31 .block-31-title {
  overflow: hidden;
  max-height: 74px;
}
.mv-block-style-31 .block-31-title,
.mv-block-style-31 .block-31-title a {
  display: block;
  font-size: 14px;
  line-height: 1.85;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-title,
  .mv-block-style-31 .block-31-title a {
    display: block;
    line-height: 1.3;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-31 .block-31-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-31 .block-31-title a:active {
  color: #ffb535;
}
.mv-block-style-31 .block-31-author,
.mv-block-style-31 .block-31-author a {
  font-size: 14px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-author,
  .mv-block-style-31 .block-31-author a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-31 .block-31-author a:hover {
    color: #ffb535;
  }
}
.mv-block-style-31 .block-31-author a:active {
  color: #ffb535;
}
.mv-block-style-31 .block-31-button {
  position: absolute;
  top: 0;
  bottom: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-button {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-button .btn-behind {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-button .btn-icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-31 .block-31-button:active .btn-icon {
    opacity: 1;
    visibility: visible;
    color: #ffb535;
  }
}
.mv-block-style-31 .block-31-left .block-31-button {
  left: 0;
}
.mv-block-style-31 .block-31-right .block-31-button {
  right: 0;
}
.mv-block-style-32 .block-32-form {
  background: #fff;
  padding: 98px 60px 90px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-32 .block-32-form {
    padding: 50px 60px 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-form {
    padding: 30px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-32 .block-32-form {
    padding: 20px 12px 1px;
    margin-bottom: 20px;
  }
}
.mv-block-style-32 .block-32-form-title {
  margin-bottom: 73px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-form-title {
    margin-bottom: 10px;
  }
}
.mv-block-style-32 .form-contact .mv-label {
  padding-right: 0;
}
.mv-block-style-32 .form-contact .input-message-wrapper .mv-label,
.mv-block-style-32 .form-contact .submit-button .mv-label {
  padding: 0;
}
.mv-block-style-32 .form-contact .input-message-wrapper .mv-inputbox {
  min-height: 167px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-32 .form-contact .btn-subscribe {
    height: 40px;
    padding: 10.5px 10px;
  }
}
.mv-block-style-32 .block-32-contact {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 29px 82px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-32 .block-32-contact {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-32 .block-32-contact {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-32 .block-32-contact .contact-box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 .i-l-inner {
    padding-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 .i-l-inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 .i-l-text:before {
    left: -20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 .i-l-text:before {
    left: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 span.i-l-icon {
    left: -40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 span.i-l-icon {
    left: -30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-32 .block-32-contact .mv-icon-left-style-7 span.i-l-icon.icon-envelope {
    font-size: 24px;
  }
}
.mv-block-style-33 {
  display: block;
}
.mv-block-style-33 .block-33-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-33 .block-33-inner {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-33 .block-33-inner {
    height: auto;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-inner {
    min-height: 0;
  }
}
.mv-block-style-33 .block-33-box {
  height: 100%;
  width: 100%;
  max-width: 71%;
  padding: 112px 50px 0 63px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-33 .block-33-box {
    padding: 30px 50px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-33 .block-33-box {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-box {
    padding: 12px 12px 0;
  }
}
.mv-block-style-33 .block-33-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .block-33-title {
    margin-bottom: 10px;
  }
}
.mv-block-style-33 .block-33-title .text-main,
.mv-block-style-33 .block-33-title .text-sub {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 10px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-33 .block-33-title .text-main,
  .mv-block-style-33 .block-33-title .text-sub {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-title .text-main,
  .mv-block-style-33 .block-33-title .text-sub {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .block-33-title .text-main,
  .mv-block-style-33 .block-33-title .text-sub {
    font-size: 20px;
  }
}
.mv-block-style-33 .block-33-title .text-main {
  position: relative;
  color: #363738;
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-title .text-main {
    letter-spacing: normal;
  }
}
.mv-block-style-33 .block-33-title .text-sub {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translate(-100%, -50%);
      -ms-transform: rotate(-90deg) translate(-100%, -50%);
          transform: rotate(-90deg) translate(-100%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  color: #d8d8d8;
  margin: -30px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-title .text-sub {
    display: none;
  }
}
.mv-block-style-33 .block-33-body {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .block-33-body {
    padding-left: 0;
  }
}
.mv-block-style-33 .newsletter-desc {
  font-size: 16px;
  color: #666667;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .newsletter-desc {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.mv-block-style-33 .newsletter-line {
  display: block;
  height: 2px;
  width: 53px;
  background: #ffb535;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .newsletter-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .newsletter-line {
    display: none;
  }
}
.mv-block-style-33 .inputbox-email {
  margin-bottom: 26px;
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .inputbox-email {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-33 .inputbox-email .mv-inputbox-group {
    width: 100% !important;
  }
}
.mv-block-style-33 .inputbox-email .mv-inputbox-group .mv-inputbox {
  border: 2px solid #e7e7e7;
}
.mv-block-style-33 .inputbox-email .mv-inputbox-group .mv-inputbox:focus {
  border-color: #ffb535;
}
@media screen and (min-width: 480px) {
  .mv-block-style-33 .inputbox-email .mv-inputbox-group .mv-inputbox {
    border-right: 0 none;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .inputbox-email .mv-inputbox-group .mv-inputbox {
    display: block;
    float: none;
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-33 .inputbox-email .mv-inputbox-group .inputbox-addon {
    display: inline-block;
    vertical-align: middle;
  }
}
.mv-block-style-33 .mv-checkbox .checkbox-visual-box {
  border: 2px solid #ababab;
}
.mv-block-style-33 .img-newsletter {
  position: absolute;
  right: 86px;
  bottom: 0;
  left: auto;
  top: auto;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-33 .img-newsletter {
    right: 15px !important;
  }
}
.mv-block-style-34 {
  padding: 80px 73px 170px 78px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-34 {
    padding: 50px 43px 140px 48px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 {
    padding: 30px 30px 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 {
    padding: 30px 15px 40px;
  }
}
.mv-block-style-34 .block-34-inner {
  position: relative;
}
.mv-block-style-34 .block-34-title {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-title {
    position: static;
    margin-bottom: 20px;
  }
}
.mv-block-style-34 .block-34-title .text-main {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 14px;
  color: #f4f4f4;
  text-transform: uppercase;
  -webkit-transform: translate(100%, -100%) rotate(90deg);
      -ms-transform: translate(100%, -100%) rotate(90deg);
          transform: translate(100%, -100%) rotate(90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
  margin-right: 60px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-title .text-main {
    font-size: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-title .text-main {
    display: none;
  }
}
.mv-block-style-34 .block-34-title .text-sub {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 6px;
  color: #222;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  z-index: 10;
  margin: -14px 25px 0 0;
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-title .text-sub {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-title .text-sub {
    display: block;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.mv-block-style-34 .block-34-box {
  height: 452px;
  max-width: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-box {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-box {
    max-width: none;
    height: auto;
    padding: 0;
  }
}
.mv-block-style-34 .block-34-box:before {
  opacity: 0.80;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}
.mv-block-style-34 .block-34-box-inner {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-34 .block-34-box-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-box-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-box-inner {
    padding: 0;
  }
}
.mv-block-style-34 .block-34-thumb {
  position: relative;
  width: 55.2%;
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-thumb {
    display: block;
    float: left;
    width: 140px;
  }
}
.mv-block-style-34 .block-34-thumb-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 343px;
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-thumb-img {
    width: 260px;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-thumb-img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 130px;
    height: 180px;
    margin-left: 0;
    margin-right: auto;
  }
}
.mv-block-style-34 .block-34-main {
  width: 44.8%;
  height: 100%;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-34 .block-34-main {
    width: 42%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-main {
    width: 46%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-main {
    display: inline;
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.mv-block-style-34 .block-34-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .mv-block-style-34 .block-34-content {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-34 .block-34-content {
    overflow: visible;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .mv-block-style-35 .block-35-list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.mv-block-style-35 .block-35-list > .item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-35 .block-35-list > .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-35 .block-35-list > .item {
    display: block;
    float: none;
    width: 100%;
  }
}
.mv-block-style-35 .block-35-list > .item > .item-inner {
  position: relative;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner {
    height: 320px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner {
    height: 260px;
  }
}
.mv-block-style-35 .block-35-default {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-block-style-35 .block-35-default .block-35-bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,262b30+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #262b30 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#262b30));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #262b30 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#262b30', GradientType=0);
  /* IE6-9 */
}
.mv-block-style-35 .block-35-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-block-style-35 .block-35-solid-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-35 .block-35-solid-box:after {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  background: #fff;
}
.mv-block-style-35 .block-35-text {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 42px;
  top: auto;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-35 .block-35-text {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-35 .block-35-text {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-35 .block-35-text {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
.mv-block-style-35 .block-35-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-bottom: 9px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-35 .block-35-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-35 .block-35-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-35 .block-35-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-35 .block-35-title {
    font-size: 14px;
  }
}
.mv-block-style-35 .block-35-decs {
  display: block;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mv-block-style-35 .block-35-decs {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-35 .block-35-decs {
    font-size: 12px;
  }
}
.mv-block-style-35 .block-35-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-35 .block-35-hover .block-35-bg:before {
  opacity: 0.85;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
}
.mv-block-style-35 .block-35-hover .block-35-text {
  text-align: right;
}
.mv-block-style-35 .block-35-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner:hover .block-35-default .block-35-text {
    opacity: 0;
    visibility: hidden;
  }
  .mv-block-style-35 .block-35-list > .item > .item-inner:hover .block-35-solid-box {
    opacity: 1;
    visibility: visible;
  }
  .mv-block-style-35 .block-35-list > .item > .item-inner:hover .block-35-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}
@media screen and (min-width: 1200px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner:hover .block-35-hover {
    -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
@media screen and (min-width: 1366px) {
  .mv-block-style-35 .block-35-list > .item > .item-inner:hover .block-35-hover {
    -webkit-transform: translate(30px, 30px);
        -ms-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }
}
.mv-block-style-35 .block-35-list > .item > .item-inner .block-35-link:active {
  opacity: 0.7;
  -webkit-transition: none;
  transition: none;
}
.mv-block-style-36 {
  padding: 100px 64px 92px 72px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-36 {
    padding: 50px 43px 40px 48px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 {
    padding: 30px 15px;
  }
}
.mv-block-style-36 .block-36-inner {
  position: relative;
}
.mv-block-style-36 .block-36-title {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-title {
    position: static;
    margin-bottom: 30px;
  }
}
.mv-block-style-36 .block-36-title .text-main {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 14px;
  color: #f4f4f4;
  text-transform: uppercase;
  -webkit-transform: translate(-100%, -190%) rotate(-90deg);
      -ms-transform: translate(-100%, -190%) rotate(-90deg);
          transform: translate(-100%, -190%) rotate(-90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  margin-left: 60px;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-36 .block-36-title .text-main {
    -webkit-transform: translate(-100%, -140%) rotate(-90deg);
        -ms-transform: translate(-100%, -140%) rotate(-90deg);
            transform: translate(-100%, -140%) rotate(-90deg);
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-title .text-main {
    font-size: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-title .text-main {
    display: none;
  }
}
.mv-block-style-36 .block-36-title .text-sub {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 6px;
  color: #222;
  text-transform: uppercase;
  text-align: left;
  z-index: 10;
  margin: -14px 0 0 36px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-title .text-sub {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-title .text-sub {
    display: block;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.mv-block-style-36 .mv-slick-slide {
  position: relative;
  max-width: 88%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .mv-slick-slide {
    max-width: none;
    margin: 0;
  }
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs {
  position: absolute;
  right: 102px;
  top: 298px;
  left: auto;
  bottom: auto;
  width: 265px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs {
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs {
    right: 19px;
    top: 278px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 255px;
    margin: auto;
  }
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .gallery-thumbs {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .gallery-thumbs {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .slick-slide {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .slick-slide {
    padding: 0 6px;
  }
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .block-36-thumbs-img {
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .block-36-thumbs-link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .block-36-thumbs-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: scale(0) translate(-50%, -50%);
      -ms-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-size: 18px;
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .slick-current .block-36-thumbs-link,
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .block-36-thumbs-img:hover .block-36-thumbs-link {
  opacity: 1;
  visibility: visible;
}
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .slick-current .block-36-thumbs-link-icon,
.mv-block-style-36 .mv-slick-slide .block-36-gallery-thumbs .block-36-thumbs-img:hover .block-36-thumbs-link-icon {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}
.mv-block-style-36 .block-36-box {
  position: relative;
  height: 452px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-box {
    height: 380px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-box {
    display: block;
    float: left;
    height: auto;
    padding: 0;
  }
}
.mv-block-style-36 .block-36-box:before {
  opacity: 0.80;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}
.mv-block-style-36 .block-36-box-inner {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 48px 33px 0 60px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-36 .block-36-box-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-box-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-box-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.mv-block-style-36 .block-36-thumb {
  position: relative;
  width: 50.5%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-thumb {
    display: block;
    float: left;
    width: 140px;
    margin-top: 0;
  }
}
.mv-block-style-36 .block-36-thumb-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 343px;
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-thumb-img {
    width: 260px;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-thumb-img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 160px;
    height: 210px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .mv-block-style-36 .block-36-thumb-img {
    width: 130px;
    height: 180px;
  }
}
.mv-block-style-36 .block-36-main {
  width: 49.5%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-36 .block-36-main {
    width: 44%;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-36 .block-36-main {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-main {
    display: inline;
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.mv-block-style-36 .block-36-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-content {
    overflow: visible;
    max-height: none;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-content .quote-icon {
    text-align: center;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-content .quote-icon .icon {
    font-size: 40px;
  }
}
.mv-block-style-36 .block-36-author-info {
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-author-info {
    padding-bottom: 30px;
  }
}
.mv-block-style-36 .block-36-author-info .block-36-thumb {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-author-info .block-36-thumb {
    display: none;
  }
}
.mv-block-style-36 .block-36-author-info .block-36-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mv-block-style-36 .block-36-author-info .block-36-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mv-block-style-36 .block-36-author-info .block-36-name,
.mv-block-style-36 .block-36-author-info .block-36-name a {
  color: #222;
}
.mv-block-style-36 .block-36-author-info .block-36-name a:hover,
.mv-block-style-36 .block-36-author-info .block-36-name a:active {
  color: #ffb535;
}
.mv-block-style-37 .block-37-inner {
  display: block;
  position: relative;
  width: 100%;
}
.mv-block-style-37 .block-37-thumb {
  text-align: center;
  margin-bottom: 10px;
}
.mv-block-style-37 .block-37-thumb-img {
  display: block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
}
.mv-block-style-37 .block-37-thumb a {
  display: inline-block;
  vertical-align: middle;
}
.mv-block-style-37 .block-37-name {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.mv-block-style-37 .block-37-name,
.mv-block-style-37 .block-37-name a {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-block-style-37 .block-37-name a:hover {
    color: #ffb535;
  }
}
.mv-block-style-37 .block-37-name a:active {
  color: #ffb535;
}
.mv-block-style-37 .block-37-rate {
  display: inline-block;
  vertical-align: middle;
}
.mv-block-style-37 .block-37-rate .mv-rate {
  margin-right: 10px;
}
.mv-block-style-37 .block-37-edit {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-37 .block-37-edit {
    visibility: hidden;
    opacity: 0;
  }
}
.mv-block-style-37 .block-37-inner:hover .block-37-edit {
  visibility: visible;
  opacity: 1;
}
.mv-block-style-38 .block-38-list > .item {
  display: block;
  border: 2px solid #f2f2f2;
  cursor: inherit;
}
.mv-block-style-38 .block-38-list > .item:not(:first-child) {
  border-top: 0 none;
}
.mv-block-style-38 .block-38-header {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  text-align: left;
  line-height: 1.3;
  cursor: pointer;
  padding: 18px 20px;
}
.mv-block-style-38 .block-38-header,
.mv-block-style-38 .block-38-header:active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .mv-block-style-38 .block-38-header:hover {
    background: #f7f7f7;
  }
}
.mv-block-style-38 .block-38-header:active {
  background: #f7f7f7;
}
.mv-block-style-38 .block-38-header .block-38-visual-box,
.mv-block-style-38 .block-38-header .block-38-minus-plus {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-block-style-38 .block-38-header .block-38-visual-box {
  display: inline-block;
  vertical-align: middle;
  left: 20px;
  right: auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-block-style-38 .block-38-header .block-38-visual-box {
    left: 12px;
  }
}
.mv-block-style-38 .block-38-header .block-38-visual-box .icon-checked {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffb535;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.mv-block-style-38 .block-38-header .block-38-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  padding: 0 0 0 25px;
}
.mv-block-style-38 .block-38-header .block-38-title .title-text {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-38 .block-38-header .block-38-title .title-text {
    margin-right: 5px;
  }
}
.mv-block-style-38 .block-38-header .block-38-minus-plus {
  font-weight: normal;
  font-size: 14px;
  color: #a5a1a0;
  right: 20px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .mv-block-style-38 .block-38-header .block-38-minus-plus {
    right: 12px;
  }
}
.mv-block-style-38 .block-38-body {
  display: none;
  border-top: 2px solid #f2f2f2;
  padding: 15px 15px 15px 45px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-38 .block-38-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-38 .block-38-body {
    padding: 12px;
  }
}
.mv-block-style-38 .radio-list:before,
.mv-block-style-38 .radio-list:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-38 .radio-list .radio-children {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .mv-block-style-38 .radio-list .radio-children {
    display: block;
    float: left;
    width: 50%;
  }
  .mv-block-style-38 .radio-list .radio-children:nth-child(2n+1) {
    clear: both;
  }
}
.mv-block-style-38 .radio-list .mv-radio .radio-text {
  padding: 0 10px 0 20px;
}
.mv-block-style-38 .block-38-list > .item.active .block-38-visual-box .icon-checked {
  display: block;
}
.mv-block-style-38 .block-38-list > .item.active .block-38-header {
  background: #f7f7f7;
}
.mv-block-style-38 .block-38-list > .item.active .block-38-minus-plus:before {
  content: "\f068";
}
.mv-block-style-38 .block-38-list > .item.active .block-38-body {
  display: block;
}
.mv-block-style-39 .block-39-header {
  font-size: 14px;
  color: #727272;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-header {
    margin-bottom: 10px;
  }
}
.mv-block-style-39 .block-39-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 295px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-list {
    max-height: 180px;
  }
}
.mv-block-style-39 .block-39-list > .item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-list > .item {
    margin-bottom: 10px;
  }
}
.mv-block-style-39 .block-39-list > .item > .item-inner {
  position: relative;
}
.mv-block-style-39 .block-39-thumb {
  width: 85px;
}
.mv-block-style-39 .block-39-thumb .thumb-inner {
  display: block;
  position: relative;
  width: 65px;
  height: 75px;
  background: #f6f6f6;
}
.mv-block-style-39 .block-39-thumb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  padding: 5px;
}
.mv-block-style-39 .block-39-main-inner {
  padding-right: 35px;
}
.mv-block-style-39 .block-39-title {
  font-size: 14px;
  margin-bottom: 2px;
}
.mv-block-style-39 .block-39-title,
.mv-block-style-39 .block-39-title a {
  color: #595959;
}
@media screen and (min-width: 992px) {
  .mv-block-style-39 .block-39-title a:hover {
    color: #ffb535;
  }
}
.mv-block-style-39 .block-39-title a:active {
  color: #ffb535;
}
.mv-block-style-39 .block-39-price {
  margin-bottom: 2px;
}
.mv-block-style-39 .block-39-price:before,
.mv-block-style-39 .block-39-price:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-39 .block-39-price .new-price,
.mv-block-style-39 .block-39-price .old-price {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-price .new-price,
  .mv-block-style-39 .block-39-price .old-price {
    font-size: 16px;
  }
}
.mv-block-style-39 .block-39-price .new-price:last-child,
.mv-block-style-39 .block-39-price .old-price:last-child {
  margin-right: 0 !important;
}
.mv-block-style-39 .block-39-price .new-price {
  color: #363738;
}
.mv-block-style-39 .block-39-price .old-price {
  font-size: 14px;
  color: #c1bebd;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-price .old-price {
    font-size: 12px;
  }
}
.mv-block-style-39 .block-39-meta:before,
.mv-block-style-39 .block-39-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.mv-block-style-39 .block-39-meta .meta-item {
  float: left;
  margin-right: 20px;
}
.mv-block-style-39 .block-39-meta .meta-item:last-child {
  margin-right: 0 !important;
}
.mv-block-style-39 .block-39-meta .meta-item .text {
  font-size: 12px;
  color: #68696a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-39 .block-39-meta .meta-item .icon {
  color: #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv-block-style-39 .btn-delete-product {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mv-block-style-39 .block-39-total {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-39 .block-39-total {
    margin-bottom: 10px;
  }
}
.mv-block-style-40 .mv-slick-slide {
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 991px) {
  .mv-block-style-40 .mv-slick-slide {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-40 .mv-slick-slide {
    margin-bottom: 0;
  }
}
.mv-block-style-40 .block-40-gallery-main {
  /**/
}
.mv-block-style-40 .gallery-main .slick-slide-inner {
  position: relative;
}
.mv-block-style-40 .gallery-main .block-40-main-img {
  width: 100%;
}
.mv-block-style-40 .block-40-gallery-thumbs {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(0, 60%);
      -ms-transform: translate(0, 60%);
          transform: translate(0, 60%);
  width: auto;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-40 .block-40-gallery-thumbs {
    left: 15px;
    right: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-block-style-40 .block-40-gallery-thumbs {
    left: 12px;
    right: 12px;
    padding: 12px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #efefef;
  }
}
.mv-block-style-40 .gallery-thumbs {
  margin-left: -8px;
  margin-right: -8px;
}
.mv-block-style-40 .gallery-thumbs-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-block-style-40 .gallery-thumbs {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.mv-block-style-40 .gallery-thumbs .slick-slide {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .mv-block-style-40 .gallery-thumbs .slick-slide {
    padding: 0 6px;
  }
}
.mv-block-style-40 .gallery-thumbs .slick-slide-inner {
  position: relative;
  cursor: pointer;
}
.mv-block-style-40 .gallery-thumbs .block-40-thumbs-img {
  width: 100%;
}
.mv-block-style-40 .gallery-thumbs .btn-zoom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mv-block-style-40 .gallery-thumbs .btn-zoom {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 1199px) {
  .mv-block-style-40 .gallery-thumbs .btn-zoom {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.mv-block-style-40 .gallery-thumbs .btn-zoom:before {
  opacity: 0.85;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
}
.mv-block-style-40 .gallery-thumbs .btn-zoom .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  z-index: 10;
}
.mv-block-style-40 .gallery-thumbs .slick-slide.slick-current .btn-zoom {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 992px) {
  .mv-block-style-40 .gallery-thumbs .slick-slide-inner:hover .btn-zoom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.mv-block-style-41 .content-thumb .thumb-inner {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1199px) {
  .mv-block-style-41 .content-thumb .thumb-inner {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .mv-block-style-41 .content-thumb .thumb-inner {
    height: 270px;
  }
}
.mv-block-style-41 .content-thumb .thumb-inner img {
  max-height: 100%;
}
.mv-block-style-41 .content-button .group-inner {
  margin-bottom: -5px;
}
.mv-block-style-41 .content-button .mv-btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.mv-block-style-42 .block-42-header {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}
.mv-block-style-42 .block-42-body {
  margin-bottom: 10px;
}
.mv-block-style-42 .block-42-list .item {
  margin-bottom: 5px;
}
.mv-block-style-42 .block-42-list .item:last-child {
  margin-bottom: 0 !important;
}
.mv-block-style-42 .col-type-star {
  width: 60px;
}
.mv-block-style-42 .title-type-star {
  font-size: 14px;
  color: #ffb535;
  padding-left: 10px;
}
.mv-block-style-42 .mv-progress-bar.thick-bars .progress {
  height: 20px;
}
.mv-block-style-42 .col-percent {
  width: 60px;
}
.mv-block-style-42 .title-percent {
  color: #797979;
  padding-left: 10px;
}
.mv-main-body {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .mv-main-body {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .mv-main-body {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-main-body {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .mv-content-sidebar .mv-c-s-content {
    width: 74.3%;
  }
}
@media screen and (min-width: 1200px) {
  .mv-content-sidebar .mv-c-s-sidebar {
    width: 25.7%;
  }
}
.mv-content-sidebar .mv-c-s-sidebar-inner {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .mv-content-sidebar .mv-c-s-sidebar-inner {
    max-width: 350px;
    margin: 0 auto;
  }
}
.mv-aside {
  border-top: 1px solid #f6f6f6;
  padding: 0 20px 50px;
}
@media screen and (max-width: 991px) {
  .mv-aside {
    padding: 0 12px 20px;
  }
}
.mv-aside:first-child {
  border-top: 0 none;
}
.mv-aside .aside-title {
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .mv-aside .aside-title {
    padding-top: 15px;
    margin-bottom: 10px !important;
  }
}
.mv-aside-search .form-aside-search .mv-inputbox:focus + .icon {
  color: #ffb535;
}
.mv-aside-search .form-aside-search .icon {
  color: #b3b3b4;
}
.mv-aside-filter-by-price .aside-title {
  margin-bottom: 27px;
}
.mv-aside-filter-by-price .mv-slider-range .slider-range-wrapper {
  position: relative;
  left: 5px;
  margin-bottom: 22px;
}
.mv-aside-filter-by-price .mv-slider-range .view-values {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #262b30;
}
.mv-aside-filter-by-price .mv-slider-range .filter-button {
  width: 75px;
  text-align: right;
}
.mv-aside-filter-by-price .form-aside-filter-by-price {
  margin-bottom: 10px;
}
.mv-aside-product-type .aside-title {
  margin-bottom: 14px;
}
.mv-aside-filter-by-size .aside-title {
  margin-bottom: 14px;
}
.mv-aside-color .color-list li {
  margin-bottom: 10px;
}
.mv-aside-size .aside-title {
  margin-bottom: 11px;
}
.mv-aside-size .size-list .mv-btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.mv-aside-size .size-list .mv-btn.active {
  border-bottom-color: #ffb535;
}
.mv-aside-tags .tag-list {
  margin-right: -10px;
}
.mv-aside-tags .tag-list .mv-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.mv-aside-tags .tag-list .mv-btn.active {
  border-color: #ffb535;
}
.mv-aside-category-blog {
  padding-bottom: 36px;
}
.mv-aside-category-blog .aside-title {
  margin-bottom: 20px;
}
.mv-aside-most-view .aside-title {
  margin-bottom: 30px;
}
.mv-list-product > .post {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mv-list-product > .post {
    margin-bottom: 15px !important;
  }
}
.mv-list-blog > .post {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mv-list-blog > .post {
    margin-bottom: 15px !important;
  }
}
.mv-list-blog > .post > .item-inner {
  background: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 1919px) {
  .mv-list-blog > .post > .item-inner {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-list-blog > .post > .item-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mv-list-blog > .post > .item-inner {
    padding: 0;
  }
}
/* --------------------------------------------------------------------- */
/* BOXED LAYOUT
/* --------------------------------------------------------------------- */
body.boxed-layout {
  background-color: #fff;
}
body.boxed-layout .mv-site {
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 auto;
}
body.boxed-layout .header,
body.boxed-layout .header-main-nav {
  left: auto !important;
  right: auto !important;
}
@media screen and (min-width: 768px) {
  body.boxed-layout .mv-site,
  body.boxed-layout .header,
  body.boxed-layout .header-main-nav {
    width: 750px !important;
  }
}
@media screen and (min-width: 992px) {
  body.boxed-layout .mv-site,
  body.boxed-layout .header,
  body.boxed-layout .header-main-nav {
    width: 970px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.boxed-layout .mv-site,
  body.boxed-layout .header,
  body.boxed-layout .header-main-nav {
    width: 1170px !important;
  }
}
@media screen and (max-width: 1919px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 1679px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 1365px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 1199px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 479px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (max-width: 319px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 320px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 480px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 1366px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 1680px) {
  .test-responsive {
    color: transparent;
  }
}
@media screen and (min-width: 1920px) {
  .test-responsive {
    color: transparent;
  }
}
/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */
.mv-fixed-enabled {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mv-fixed-enabled {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
body.fixed-nav .mv-fixed-enabled {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9999;
}
body.fixed-nav.fixed-nav-appear .mv-fixed-enabled {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header-top {
  background: #f6f6f6;
}
.header-top .header-top-inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .header-top .header-top-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-top .header-top-inner {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .header-top .container {
    width: 100%;
  }
}
.header-top .dropdown .dropdown-menu-inner {
  padding: 0;
}
.header-top.header-top-home-3 {
  background: #fff;
}
.header {
  position: relative;
  overflow: visible;
  width: 100%;
  background: #fff;
  z-index: 9050;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .header {
    background: #fff;
  }
}
.header-toggle-off-canvas {
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-toggle-off-canvas .btn-off-canvas-toggle {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .header-toggle-off-canvas .btn-off-canvas-toggle {
    height: 30px;
    width: 30px;
    padding: 5.5px 0;
  }
}
.header .img-default {
  display: block;
}
@media screen and (max-width: 991px) {
  .header .img-default {
    display: none;
  }
}
.header .img-scroll {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .img-scroll {
    display: block;
  }
}
.header-contact,
.header-account {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .header-contact,
  .header-account {
    height: auto;
  }
}
.header-contact {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .header-contact {
    display: block;
    float: left !important;
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
}
.header-contact ul > .item-button {
  float: left;
  margin-right: 28px;
}
@media screen and (max-width: 991px) {
  .header-contact ul > .item-button {
    margin-right: 20px;
  }
}
.header-contact ul > .item-button:last-child {
  margin-right: 0 !important;
}
.header-contact ul > .item-button .icon {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .header-contact ul > .item-button .icon {
    margin-right: 5px;
  }
}
.header-contact .group-contact,
.header-contact .group-language {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .header-contact .group-contact,
  .header-contact .group-language {
    margin-right: 10px;
  }
}
.header-contact .group-contact:last-child,
.header-contact .group-language:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .header-contact .group-language {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .header-contact .group-language .dropdown-menu {
    float: left !important;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-contact .group-language .dropdown-menu-inner:before {
    left: 15px;
    right: auto;
  }
}
.header-contact .dropdown-menu {
  padding-top: 12px;
}
.header-contact .dropdown-menu ul > li > a {
  padding: 5px 10px;
}
.header-contact .item-currency .dropdown-menu {
  min-width: 0;
  width: 90px;
}
.header-contact .item-currency .dropdown-menu ul > li > a {
  text-align: center;
}
.header-contact .item-language {
  /**/
}
@media screen and (max-width: 767px) {
  .header-account {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
  }
}
.header-account .item-button,
.header-account .item-button > .mv-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .header-account .item-button > .mv-btn {
    padding: 10px 0;
  }
}
.header-account .dropdown-menu {
  padding-top: 12px;
}
.header .navbar-toggle {
  float: none;
  font-size: 26px;
  line-height: 1;
  color: #ffb535;
  background: transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: inline-block;
  vertical-align: middle;
  position: static;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .header-logo {
    left: 50px;
    right: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    max-width: 100px;
  }
}
.header-logo img {
  max-height: 100%;
}
.header-logo a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-logo a,
.header-logo .img-default {
  max-height: 80px;
}
@media screen and (max-width: 991px) {
  .header-logo .img-default {
    display: none;
  }
}
.header-logo .img-scroll {
  max-height: 50px;
}
@media screen and (max-width: 991px) {
  .header-logo .img-scroll {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.header-main-nav {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-main-nav {
    background: #fff;
  }
}
.header-main-nav .container-inner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-main-nav .container-inner {
    height: 60px;
  }
}
.header-main-nav .main-nav-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.header-main-nav .main-nav {
  position: static;
  padding: 0;
}
.header-main-nav ul.nav {
  float: none;
  padding: 0;
  margin: 0;
}
.header-main-nav ul.nav ul {
  width: auto;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  z-index: 9050;
}
.header-main-nav ul.nav li {
  position: relative;
  background: none transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
}
.header-main-nav ul.nav li > a {
  font-size: 14px;
  color: #212121;
  background: #fff;
  border: 0 none;
  white-space: nowrap;
  padding: 7px 20px;
}
.header-main-nav ul.nav li.active > a,
.header-main-nav ul.nav li.sfHover > a,
.header-main-nav ul.nav li > a:hover {
  color: #ffb535;
  background: #f9f9f9;
}
.header-main-nav ul.nav > li:first-child > a {
  border-top: 0 none !important;
}
.header-main-nav ul.nav > li:last-child {
  padding-right: 0 !important;
}
.header-main-nav ul.nav > li ul {
  border-top: 2px solid #ffb535;
}
.header-main-nav ul.nav > li > ul.dropdown-left {
  left: auto;
  right: 0;
}
.header-main-nav ul.nav > li > ul ul {
  margin-left: 10px;
}
.header-main-nav ul.nav > li > ul ul:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  top: 12px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-top: 5px solid transparent;
  border-right: 10px solid #ffb535;
  border-bottom: 5px solid transparent;
  border-left: 0 none;
}
.header-main-nav ul.nav > li > ul ul.dropdown-left {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 10px;
}
.header-main-nav ul.nav > li > ul ul.dropdown-left:before {
  right: 0;
  left: auto;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  border-top: 5px solid transparent;
  border-left: 10px solid #ffb535;
  border-bottom: 5px solid transparent;
  border-right: 0 none;
}
.header-main-nav ul.nav > li > a {
  display: block;
  position: relative;
  overflow: visible;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #363738;
  background: none transparent;
  border: 0 none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 51.5px 17px;
}
@media screen and (max-width: 1919px) {
  .header-main-nav ul.nav > li > a {
    padding: 42px 14px;
    font-size: 14px;
  }
}
.header-main-nav ul.nav > li > a:hover,
.header-main-nav ul.nav > li.sfHover > a,
.header-main-nav ul.nav > li.active > a {
  color: #ffb535;
  background: none transparent;
}
.header-main-nav ul.nav .mega-columns {
  position: static;
}
.header-main-nav ul.nav .mega-columns ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-main-nav ul.nav .mega-columns > ul {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1680px) {
  .header-main-nav ul.nav .mega-columns > ul {
    left: 30px;
    right: 30px;
    width: auto;
  }
}
.header-main-nav ul.nav .mega-columns .mega-col {
  padding: 20px 0;
}
.header-main-nav ul.nav .mega-columns .mega-title {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #262b30;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.header-main-nav ul.nav .mega-columns .mega-title:before {
  display: block;
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  right: auto;
  top: auto;
  height: 2px;
  width: 46px;
  background: #ffb535;
}
.header-main-nav ul.nav .mega-columns .mega-content {
  position: static;
  opacity: 1 !important;
  display: block !important;
  border-top: 0 none;
  margin: 0;
}
.header-main-nav ul.nav .mega-columns .mega-content:before {
  display: none;
}
.header-main-nav ul.nav .mega-columns li > a:hover,
.header-main-nav ul.nav .mega-columns li.sfHover > a,
.header-main-nav ul.nav .mega-columns li.active > a {
  color: #ffb535;
  background: none transparent;
}
.header-right-button {
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-search,
.header-shop {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1919px) {
  .header-search {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header-search {
    margin-right: 8px;
  }
}
.header-search .item-button .dropdown-menu {
  width: 250px;
}
@media screen and (max-width: 479px) {
  .header-search .item-button .dropdown-menu {
    margin-right: -40px;
  }
}
@media screen and (max-width: 479px) {
  .header-search .item-button .dropdown-menu-inner:before {
    right: 44px;
  }
}
.header-search .item-button > .mv-btn {
  color: #484848;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 992px) {
  .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
.header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .header-search .item-button > .mv-btn {
    width: 22px;
    height: auto;
    padding: 3.5px 0;
  }
}
.header-search .mv-inputbox-icon.right .mv-inputbox {
  padding-left: 10px;
  padding-right: 33px;
}
.header-search .mv-inputbox-icon.right .btn-search {
  padding: 10px;
  margin-right: 0;
}
.header-search .mv-inputbox-icon.right .btn-search:active {
  opacity: 1;
  color: #ffb535;
}
.header-shop .item-button {
  display: inline-block;
  vertical-align: middle;
}
.header-shop .item-button:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 991px) {
  .header-shop .item-button > .mv-btn {
    width: 32px;
  }
}
.header-shop .dropdown-menu {
  width: 320px;
}
@media screen and (max-width: 479px) {
  .header-shop .dropdown-menu {
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .header-shop .mv-btn-style-11 {
    height: 38px;
    font-size: 24px;
    color: #484848;
  }
}
.header .dropdown .dropdown-menu {
  padding-top: 22px;
}
body.fixed-nav {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
body.fixed-nav .header-top {
  display: none;
}
body.fixed-nav .header {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transition: none;
  transition: none;
}
body.fixed-nav .header .img-default {
  display: none;
}
body.fixed-nav .header .img-scroll {
  display: block;
}
body.fixed-nav .header-logo a {
  max-height: 50px;
}
body.fixed-nav .header-main-nav ul.nav > li > a {
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}
body.fixed-nav .header-shop .mv-btn-style-11 {
  width: 38px;
  height: 40px;
  font-size: 26px;
}
.mv-header-style-1 {
  /*orginal header*/
}
body.fixed-nav .mv-header-style-1 {
  /**/
}
.mv-header-style-2 {
  background: none transparent;
}
.mv-header-style-2 .header-top {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .mv-header-style-2 .header-top {
    background: #f6f6f6;
  }
}
@media screen and (min-width: 1680px) {
  .mv-header-style-2 .header-logo {
    position: absolute;
    left: 30px;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.mv-header-style-2 .header-main-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 992px) {
  .mv-header-style-2 .header-main-nav {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1680px) {
  .mv-header-style-2 .header-main-nav .container-inner {
    position: static;
  }
}
.mv-header-style-2 .header-main-nav ul.nav > li > a {
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 1679px) {
  .mv-header-style-2 .header-main-nav ul.nav > li > a {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-header-style-2 .header-main-nav ul.nav > li > a {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mv-header-style-2 .header-main-nav ul.nav > li > a:before {
  display: none;
  opacity: 0.75;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #ffb535;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  z-index: -1;
}
.mv-header-style-2 .header-main-nav ul.nav > li > a:hover,
.mv-header-style-2 .header-main-nav ul.nav > li.sfHover > a {
  color: #ffb535;
}
.mv-header-style-2 .header-main-nav ul.nav > li.active > a {
  color: #fff;
}
.mv-header-style-2 .header-main-nav ul.nav > li.active > a:before {
  display: block;
}
@media screen and (min-width: 1680px) {
  .mv-header-style-2 .header-right-button {
    display: inline;
    position: inherit;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1680px) {
  .mv-header-style-2 .header-search {
    float: right;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-header-style-2 .header-search {
    margin-top: 40px;
  }
}
.mv-header-style-2 .header-search .item-button > .mv-btn {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-2 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
.mv-header-style-2 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-2 .header-search .item-button > .mv-btn {
    color: #484848;
  }
}
@media screen and (min-width: 1680px) {
  .mv-header-style-2 .header-shop {
    position: absolute;
    right: 30px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: right;
  }
}
.mv-header-style-2 .header-shop .mv-btn-style-11 {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-2 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
.mv-header-style-2 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-2 .header-shop .mv-btn-style-11 {
    color: #484848;
  }
}
body.fixed-nav .mv-header-style-2 .header-main-nav ul.nav > li > a {
  color: #2e2e2e;
}
body.fixed-nav .mv-header-style-2 .header-main-nav ul.nav > li > a:before {
  opacity: 1;
}
body.fixed-nav .mv-header-style-2 .header-main-nav ul.nav > li.sfHover > a,
body.fixed-nav .mv-header-style-2 .header-main-nav ul.nav > li > a:hover {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-2 .header-main-nav ul.nav > li.active > a {
  color: #fff;
}
body.fixed-nav .mv-header-style-2 .header-search {
  margin-top: 10px;
}
@media screen and (max-width: 1679px) {
  body.fixed-nav .mv-header-style-2 .header-search {
    margin-top: 0;
  }
}
body.fixed-nav .mv-header-style-2 .header-search .item-button > .mv-btn {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-2 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-2 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-2 .header-shop .mv-btn-style-11 {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-2 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-2 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
.mv-header-style-3 {
  position: relative;
  background: none transparent;
}
@media screen and (min-width: 992px) {
  .mv-header-style-3 .header-main-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    background: rgba(246, 130, 31, 0.25);
  }
}
.mv-header-style-3 .header-main-nav ul.nav > li > a {
  color: #fff;
}
.mv-header-style-3 .header-main-nav ul.nav > li > a > .menu-text > .menu-icon {
  display: none;
}
.mv-header-style-3 .header-main-nav ul.nav > li.sfHover > a,
.mv-header-style-3 .header-main-nav ul.nav > li > a:hover,
.mv-header-style-3 .header-main-nav ul.nav > li.active > a {
  color: #ffb535;
}
.mv-header-style-3 .header-search .item-button > .mv-btn {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-3 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
.mv-header-style-3 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-3 .header-search .item-button > .mv-btn {
    color: #484848;
  }
}
.mv-header-style-3 .header-shop .mv-btn-style-11 {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-3 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
.mv-header-style-3 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-3 .header-shop .mv-btn-style-11 {
    color: #484848;
  }
}
body.fixed-nav .mv-header-style-3 .header-main-nav ul.nav > li > a {
  color: #2e2e2e;
}
body.fixed-nav .mv-header-style-3 .header-main-nav ul.nav > li.sfHover > a,
body.fixed-nav .mv-header-style-3 .header-main-nav ul.nav > li > a:hover,
body.fixed-nav .mv-header-style-3 .header-main-nav ul.nav > li.active > a {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-3 .header-search .item-button > .mv-btn {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-3 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-3 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-3 .header-shop .mv-btn-style-11 {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-3 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-3 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
.mv-header-style-4 {
  position: relative;
}
.mv-header-style-4 .header-main-nav ul.nav > li > a {
  color: #222;
}
.mv-header-style-4 .header-main-nav ul.nav > li > a > .menu-text {
  position: relative;
}
.mv-header-style-4 .header-main-nav ul.nav > li > a > .menu-text:after {
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  top: auto;
  width: 100%;
  height: 1px;
  background: #222;
}
.mv-header-style-4 .header-main-nav ul.nav > li.sfHover > a,
.mv-header-style-4 .header-main-nav ul.nav > li > a:hover,
.mv-header-style-4 .header-main-nav ul.nav > li.active > a {
  color: #ffb535;
}
.mv-header-style-4 .header-search .item-button > .mv-btn {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-header-style-4 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
.mv-header-style-4 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
.mv-header-style-4 .header-shop .mv-btn-style-11 {
  color: #222;
}
@media screen and (min-width: 992px) {
  .mv-header-style-4 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
.mv-header-style-4 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
.mv-header-style-4 .header-shop .mv-btn-style-11 .number {
  background: #222;
}
body.fixed-nav .mv-header-style-4 {
  /**/
}
.mv-header-style-5 .header-top {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-5 .header-main-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.mv-header-style-5 .header-main-nav ul.nav > li > a {
  color: #fff;
}
.mv-header-style-5 .header-main-nav ul.nav > li > a > .menu-text {
  position: relative;
}
.mv-header-style-5 .header-main-nav ul.nav > li > a > .menu-text:after {
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  top: auto;
  width: 100%;
  height: 1px;
  background: #fff;
}
.mv-header-style-5 .header-main-nav ul.nav > li.active > a > .menu-text:after {
  visibility: visible;
  opacity: 1;
}
.mv-header-style-5 .header-search .item-button > .mv-btn {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-5 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
.mv-header-style-5 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-5 .header-search .item-button > .mv-btn {
    color: #484848;
  }
}
.mv-header-style-5 .header-shop .mv-btn-style-11 {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mv-header-style-5 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
.mv-header-style-5 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-header-style-5 .header-shop .mv-btn-style-11 {
    color: #484848;
  }
}
.mv-header-style-5 .header-shop .mv-btn-style-11 .number {
  color: #222;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .mv-header-style-5 .header-shop .mv-btn-style-11 .number {
    color: #fff;
    background: #ffb535;
  }
}
body.fixed-nav .mv-header-style-5 .header-main-nav ul.nav > li > a {
  color: #2e2e2e;
}
body.fixed-nav .mv-header-style-5 .header-main-nav ul.nav > li.sfHover > a,
body.fixed-nav .mv-header-style-5 .header-main-nav ul.nav > li > a:hover,
body.fixed-nav .mv-header-style-5 .header-main-nav ul.nav > li.active > a {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-5 .header-search .item-button > .mv-btn {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-5 .header-search .item-button > .mv-btn:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-5 .header-search .item-button > .mv-btn:active {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-5 .header-shop .mv-btn-style-11 {
  color: #484848;
}
@media screen and (min-width: 992px) {
  body.fixed-nav .mv-header-style-5 .header-shop .mv-btn-style-11:hover {
    color: #ffb535;
  }
}
body.fixed-nav .mv-header-style-5 .header-shop .mv-btn-style-11:active {
  color: #ffb535;
}
body.fixed-nav .mv-header-style-5 .header-shop .mv-btn-style-11 .number {
  color: #fff;
  background: #ffb535;
}
.off-canvas-wrapper-left,
.off-canvas-wrapper-right {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  height: 100%;
  background: #212121;
  z-index: 9100;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding: 0;
  margin: 0;
}
.off-canvas-wrapper-left:after,
.off-canvas-wrapper-right:after {
  content: '';
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.off-canvas-wrapper-left {
  left: 0;
  right: auto;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.off-canvas-wrapper-right {
  right: 0;
  left: auto;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background: #f4f4f4;
}
.off-canvas-left .off-canvas-header {
  background: none transparent;
}
.off-canvas-left .off-canvas-header:before,
.off-canvas-left .off-canvas-header:after {
  content: " ";
  clear: both;
  display: table;
}
.off-canvas-left .off-canvas-header .menu-title {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #d8d8d8;
  padding-left: 15px;
  margin: 0;
}
.off-canvas-left .off-canvas-header .btn-close-off-canvas {
  float: right;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: none transparent;
  border: 0 none;
  outline: 0;
  padding: 5px 0 11px;
  margin: 0;
}
.off-canvas-left .off-canvas-header .btn-close-off-canvas:active {
  background: #2e2e2e;
}
.off-canvas-left ul.nav {
  float: none;
  padding: 0 0 50px;
  margin: 0;
}
.off-canvas-left ul.nav ul {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
}
.off-canvas-left ul.nav li {
  display: block;
  float: none;
  width: auto;
  background: none transparent;
}
.off-canvas-left ul.nav li > a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  border: 0 none;
  padding: 8px 12px;
}
.off-canvas-left ul.nav li > a:hover,
.off-canvas-left ul.nav li > a:focus,
.off-canvas-left ul.nav li.sfHover > a {
  color: #fff;
  background: none transparent;
}
.off-canvas-left ul.nav li.active > a,
.off-canvas-left ul.nav li > a:active {
  color: #ffb535;
  -webkit-transition: none;
  transition: none;
}
.off-canvas-left ul.nav li > a:active {
  background: #2e2e2e;
}
.off-canvas-left ul.nav.expand-all ul {
  display: block !important;
  opacity: 1 !important;
}
.off-canvas-right {
  background: #fff;
  padding-bottom: 40px;
}
.off-canvas-right .off-canvas-header {
  background: #ececec;
}
.off-canvas-right .off-canvas-header:before,
.off-canvas-right .off-canvas-header:after {
  content: " ";
  clear: both;
  display: table;
}
.off-canvas-right .off-canvas-header .menu-title {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #d8d8d8;
  padding-left: 15px;
  margin: 0;
}
.off-canvas-right .off-canvas-header .btn-close-off-canvas {
  float: left;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 1;
  color: #828282;
  background: #dcdbdb;
  border: 0 none;
  outline: 0;
  padding: 5px 0 11px;
  margin: 0;
}
.off-canvas-right .off-canvas-header .btn-close-off-canvas:active {
  background: #c3c1c1;
}
.off-canvas-overlay {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 9090;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.has-off-canvas-left .off-canvas-wrapper-left {
  opacity: 1;
  visibility: visible;
  width: 280px;
}
body.has-off-canvas-left.off-canvas-show .off-canvas-overlay {
  visibility: visible;
  opacity: 1;
}
body.has-off-canvas-left.off-canvas-show .off-canvas-wrapper-left {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
body.has-off-canvas-left.off-canvas-show .off-canvas-wrapper-left:after {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.2s;
  transition: width 0.1s 0.2s, height 0.1s 0.2s;
}
body.has-off-canvas-right .off-canvas-wrapper-right {
  opacity: 1;
  visibility: visible;
  width: 280px;
}
body.has-off-canvas-right.off-canvas-show .off-canvas-overlay {
  visibility: visible;
  opacity: 1;
}
body.has-off-canvas-right.off-canvas-show .off-canvas-wrapper-right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
body.has-off-canvas-right.off-canvas-show .off-canvas-wrapper-right:after {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.2s;
  transition: width 0.1s 0.2s, height 0.1s 0.2s;
}
/* --------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------- */
.footer {
  font-size: 14px;
  color: #9b9d9f;
}
.footer .footer-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0 60px;
}
@media screen and (max-width: 991px) {
  .footer .footer-bg {
    padding: 40px 0 35px;
  }
}
.footer .footer-inner {
  position: relative;
}
.footer .footer-title {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 36px;
  cursor: text;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footer-title {
    font-size: 16px;
    text-align: center;
    background: #ffb535;
    padding: 5px 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-title {
    font-size: 14px;
  }
}
.footer .footer-title:before {
  opacity: 1;
  visibility: visible;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffb535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-title:hover {
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .footer .footer-title.collapsed {
    background: rgba(0, 0, 0, 0.3);
  }
}
.footer .footer-title.collapsed:before {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .footer .footer-main:not(.in) {
    display: block;
  }
}
.footer .footer-main-inner {
  padding: 20px 0;
}
.footer .footer-nav {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav {
    margin-bottom: 30px;
  }
}
.footer .footer-nav-col {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav-col {
    margin-bottom: 0;
  }
}
.footer .footer-contact .list > .item {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .footer .footer-contact .list > .item {
    margin-bottom: 20px;
  }
}
.footer .footer-contact .list > .item:last-child {
  margin-bottom: 0 !important;
}
.footer .footer-about-us {
  font-size: 14px;
}
.footer .footer-about-us .footer-main p {
  margin-bottom: 18px;
}
.footer .footer-about-us .footer-main p:last-child {
  margin-bottom: 0 !important;
}
.footer .footer-about-us .about-us-btn-detail {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer .footer-about-us .about-us-btn-detail,
.footer .footer-about-us .about-us-btn-detail a {
  color: #fff;
}
.footer .footer-about-us .about-us-btn-detail a:hover {
  color: #ffb535;
}
.footer .footer-faqs .list > .item,
.footer .footer-order-tracking .list > .item,
.footer .footer-social .list > .item {
  margin-bottom: 17px;
}
.footer .footer-faqs .list > .item:last-child,
.footer .footer-order-tracking .list > .item:last-child,
.footer .footer-social .list > .item:last-child {
  margin-bottom: 0 !important;
}
.footer .footer-faqs .list > .item a,
.footer .footer-order-tracking .list > .item a,
.footer .footer-social .list > .item a {
  display: block;
}
@media screen and (max-width: 991px) {
  .footer .footer-faqs .list > .item a,
  .footer .footer-order-tracking .list > .item a,
  .footer .footer-social .list > .item a {
    display: inline-block;
    vertical-align: middle;
  }
}
.footer .footer-social .list > .item {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .footer .footer-payment {
    margin-bottom: 20px;
  }
}
.footer .footer-payment .list {
  text-align: center;
}
.footer .footer-payment .list > .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 18px;
}
@media screen and (max-width: 991px) {
  .footer .footer-payment .list > .item {
    margin-bottom: 10px;
  }
}
.footer .footer-copyright a {
  color: #fff;
}
.footer .footer-copyright a:hover {
  color: #ffb535;
}
.mv-footer-style-1 {
  position: relative;
}
.mv-footer-style-1 .footer-bg {
  padding: 72px 0 16px;
}
@media screen and (max-width: 767px) {
  .mv-footer-style-1 .footer-bg {
    padding: 40px 0 120px;
  }
}
.mv-footer-style-1 .footer-bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
.mv-footer-style-1 .footer-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-1 .footer-title {
    margin-bottom: 0;
  }
}
.mv-footer-style-1,
.mv-footer-style-1 a,
.mv-footer-style-1 .footer-contact .text,
.mv-footer-style-1 .footer-contact .text a {
  color: #9b9d9f;
}
.mv-footer-style-1 .footer-contact .text a:hover,
.mv-footer-style-1 a:hover {
  color: #ffb535;
}
.mv-footer-style-1 .footer-nav,
.mv-footer-style-1 .footer-bottom {
  position: relative;
}
.mv-footer-style-1 .footer-nav {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .mv-footer-style-1 .footer-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mv-footer-style-1 .footer-bottom .mv-col-left,
  .mv-footer-style-1 .footer-bottom .mv-col-right {
    width: 45% !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-footer-style-1 .footer-bottom .mv-col-left,
  .mv-footer-style-1 .footer-bottom .mv-col-right {
    display: block;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}
.mv-footer-style-1 .footer-payment .list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mv-footer-style-1 .footer-payment .list {
    text-align: center;
  }
}
.mv-footer-style-1 .footer-copyright,
.mv-footer-style-1 .footer-copyright a {
  color: #9b9d9f;
}
.mv-footer-style-1 .footer-copyright a:hover {
  color: #ffb535;
}
.mv-footer-style-1 .footer-inner .mv-back-to-top {
  position: absolute;
  left: 50%;
  bottom: 22px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 50px;
}
@media screen and (max-width: 767px) {
  .mv-footer-style-1 .footer-inner .mv-back-to-top {
    bottom: -74px;
    width: 40px;
    height: 40px;
    padding: 9px 0;
  }
}
@media screen and (min-width: 992px) {
  .mv-footer-style-1 .footer-inner .mv-back-to-top:hover .btn-icon {
    top: -5px;
  }
}
.mv-footer-style-1 .footer-inner .mv-back-to-top:active .btn-icon {
  top: -5px;
  -webkit-transition: none;
  transition: none;
}
.mv-footer-style-2 {
  /*default footer*/
}
.mv-footer-style-3 {
  position: relative;
}
.mv-footer-style-3 .footer-bg {
  padding: 72px 15px 30px;
}
@media screen and (max-width: 767px) {
  .mv-footer-style-3 .footer-bg {
    padding: 40px 0 125px;
  }
}
.mv-footer-style-3 .footer-bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
@media screen and (min-width: 992px) {
  .mv-footer-style-3 .footer-nav-col {
    width: 20%;
  }
}
.mv-footer-style-3,
.mv-footer-style-3 a,
.mv-footer-style-3 .footer-contact .text,
.mv-footer-style-3 .footer-contact .text a {
  color: #9b9d9f;
}
.mv-footer-style-3 .footer-contact .text a:hover,
.mv-footer-style-3 a:hover {
  color: #ffb535;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-3 .footer-bottom .col-back-to-top {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .mv-footer-style-3 .footer-bottom .col-back-to-top {
    display: inline;
    position: static;
    padding: 0;
  }
}
.mv-footer-style-3 .footer-about-us .about-us-content {
  position: relative;
  overflow: hidden;
  max-height: 136px;
}
.mv-footer-style-3 .footer-inner .mv-back-to-top {
  width: 50px;
  height: 50px;
  padding: 14px 5px;
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .mv-footer-style-3 .footer-inner .mv-back-to-top {
    margin-top: -10px;
  }
}
@media screen and (max-width: 991px) {
  .mv-footer-style-3 .footer-inner .mv-back-to-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-footer-style-3 .footer-inner .mv-back-to-top {
    position: absolute;
    left: 50%;
    bottom: -74px;
    top: auto;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    padding: 9px 0;
  }
}
@media screen and (min-width: 992px) {
  .mv-footer-style-3 .footer-inner .mv-back-to-top:hover .btn-icon {
    top: -5px;
  }
}
.mv-footer-style-3 .footer-inner .mv-back-to-top:active .btn-icon {
  top: -5px;
  -webkit-transition: none;
  transition: none;
}
.mv-footer-style-4 {
  position: relative;
}
.mv-footer-style-4 .polygon-top {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  z-index: 100;
}
.mv-footer-style-4 .polygon-top.polygon-rotate-180 {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mv-footer-style-4 .footer-bg {
  padding: 107px 15px 17px;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4 .footer-bg {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-footer-style-4 .footer-bg {
    padding: 60px 0 20px;
  }
}
.mv-footer-style-4 .footer-bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
.mv-footer-style-4 .footer-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4 .footer-title {
    margin-bottom: 0;
  }
}
.mv-footer-style-4,
.mv-footer-style-4 a,
.mv-footer-style-4 .footer-contact .text,
.mv-footer-style-4 .footer-contact .text a {
  color: #9b9d9f;
}
.mv-footer-style-4 .footer-contact .text a:hover,
.mv-footer-style-4 a:hover {
  color: #ffb535;
}
.mv-footer-style-4 .footer-nav {
  padding-bottom: 0;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4 .footer-nav {
    margin-bottom: 25px;
  }
}
.mv-footer-style-4 .footer-faqs .footer-main a:hover,
.mv-footer-style-4 .footer-order-tracking .footer-main a:hover {
  color: #fff;
}
.mv-footer-style-4 .footer-copyright {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4 .footer-copyright {
    margin-bottom: 20px;
  }
}
.mv-footer-style-4.footer-home-5 .footer-bg {
  padding-top: 184px;
}
@media screen and (max-width: 1199px) {
  .mv-footer-style-4.footer-home-5 .footer-bg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4.footer-home-5 .footer-bg {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-footer-style-4.footer-home-5 .footer-bg {
    padding-top: 80px;
  }
}
@media screen and (max-width: 479px) {
  .mv-footer-style-4.footer-home-5 .footer-bg {
    padding-top: 70px;
  }
}
.mv-footer-style-4.footer-home-5 .footer-title {
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .mv-footer-style-4.footer-home-5 .footer-title {
    font-weight: bold;
  }
}
/* --------------------------------------------------------------------- */
/* PAGE
/* --------------------------------------------------------------------- */
.login-main {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .login-main {
    padding-bottom: 30px;
  }
}
.login-main .col-login,
.login-main .col-register {
  margin-bottom: 20px;
}
.forgot-password-main {
  /**/
}
@media screen and (max-width: 1199px) {
  .cart-main .cart-block {
    margin-bottom: 30px;
  }
}
.cart-main .block-cart-table,
.cart-main .block-button-update {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .cart-main .block-cart-table,
  .cart-main .block-button-update {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-main .block-button-update {
    padding-bottom: 0;
  }
}
.cart-main .block-button-update .mv-btn {
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .cart-main .block-button-update .mv-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cart-main .block-button-update .mv-btn {
    margin: 0 auto 15px !important;
  }
}
.cart-main .block-button-update .col-left .mv-btn {
  margin-left: 0;
  margin-right: auto;
}
.cart-main .block-button-update .col-center .mv-btn {
  margin-left: auto;
  margin-right: auto;
}
.cart-main .block-button-update .col-right .mv-btn {
  margin-right: 0;
  margin-left: auto;
}
.cart-main .block-coupon-code {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .cart-main .block-coupon-code .col-coupon-code,
  .cart-main .block-coupon-code .col-calculate-shipping,
  .cart-main .block-coupon-code .col-cart-totals {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cart-main .block-coupon-code .col-cart-totals table tr th,
  .cart-main .block-coupon-code .col-cart-totals table tr td {
    width: 50%;
  }
}
.cart-main .block-coupon-code .col-cart-totals table tr th:nth-child(1),
.cart-main .block-coupon-code .col-cart-totals table tr td:nth-child(1) {
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .cart-main .block-coupon-code .col-cart-totals table tr th:nth-child(1),
  .cart-main .block-coupon-code .col-cart-totals table tr td:nth-child(1) {
    width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .cart-main .block-coupon-code .col-cart-totals table tr th:nth-child(1),
  .cart-main .block-coupon-code .col-cart-totals table tr td:nth-child(1) {
    width: auto;
  }
}
.cart-main .block-coupon-code .col-cart-totals table thead {
  border-bottom: 0 none;
}
.cart-main .block-coupon-code .col-cart-totals table tfoot {
  border-top: 0 none;
}
.cart-main .block-coupon-code .col-cart-totals .cart-subtotal-number,
.cart-main .block-coupon-code .col-cart-totals .order-total-number {
  font-weight: normal;
}
.cart-empty-main .cart-empty-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .checkout-main .checkout-block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-main .block-billing-address .col-billing-address {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .checkout-main .col-coupon-code .mv-table-style-1 tr th:nth-child(2),
  .checkout-main .col-coupon-code .mv-table-style-1 tr td:nth-child(2) {
    width: 100px;
  }
}
.checkout-main .block-coupon-code {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .checkout-main .block-coupon-code .col-coupon-code,
  .checkout-main .block-coupon-code .col-calculate-shipping,
  .checkout-main .block-coupon-code .col-cart-totals {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-main .col-calculate-shipping table tr th,
  .checkout-main .col-calculate-shipping table tr td {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .checkout-main .col-calculate-shipping table tr th,
  .checkout-main .col-calculate-shipping table tr td {
    width: 60%;
  }
}
.checkout-main .col-calculate-shipping table tr th:nth-child(1),
.checkout-main .col-calculate-shipping table tr td:nth-child(1) {
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .checkout-main .col-calculate-shipping table tr th:nth-child(1),
  .checkout-main .col-calculate-shipping table tr td:nth-child(1) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-main .col-calculate-shipping table tr th:nth-child(1),
  .checkout-main .col-calculate-shipping table tr td:nth-child(1) {
    width: auto;
  }
}
.checkout-main .col-calculate-shipping table thead {
  border-bottom: 0 none;
}
.checkout-main .col-calculate-shipping table tfoot {
  border-top: 0 none;
}
.checkout-main .col-calculate-shipping .mv-checkbox .checkbox-visual-box {
  top: 5px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.checkout-main .block-button-place-order {
  background: #fff;
  padding: 28px 30px;
}
@media screen and (max-width: 767px) {
  .checkout-main .block-button-place-order {
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .checkout-main .block-button-place-order .col-checkbox,
  .checkout-main .block-button-place-order .col-button {
    display: block;
    width: 100% !important;
    float: none;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .checkout-main .block-button-place-order .col-checkbox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-main .block-button-place-order .col-button {
    width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .checkout-main .block-button-place-order .col-button {
    text-align: center;
  }
}
.checkout-main .block-button-place-order .col-button .mv-btn {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .checkout-main .block-button-place-order .col-button .mv-btn {
    min-width: 0;
  }
}
.wishlist-main .wishlist-inner {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .wishlist-main .wishlist-inner {
    padding: 15px;
  }
}
.wishlist-main .mv-btn.mv-btn-style-4 {
  color: #525252;
}
.wishlist-main .mv-btn.mv-btn-style-4.active {
  color: #ffb535;
}
.wishlist-main .mv-btn.mv-btn-style-4[disabled] {
  opacity: 0.3;
}
.compare-main {
  /**/
}
.track-your-order-main {
  /**/
}
.search-main .search-sort {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .search-main .search-sort .col-item {
    display: block;
    float: none;
    width: 100%;
  }
}
.search-main .search-sort .sort-result {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .search-main .search-sort .sort-result {
    padding-top: 6px;
  }
}
@media screen and (max-width: 479px) {
  .search-main .search-sort .sort-result {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-main .search-sort .sort-by select {
    height: 35px;
  }
}
.product-detail-main .block-info {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product-detail-main .block-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-main .col-specification {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-main .col-specification .mv-tab-style-3 .tab-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-main .col-specification .mv-tab-style-3 .tab-list > li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px !important;
    margin-bottom: 0;
  }
}
.product-detail-main .review-main {
  margin-bottom: 10px;
}
.product-detail-main .review-main .well-1-body {
  padding: 30px 30px 25px;
}
@media screen and (max-width: 1199px) {
  .product-detail-main .review-main .well-1-body {
    padding: 15px;
  }
}
.product-detail-main .review-main .review-profile {
  margin-bottom: 10px;
}
.product-detail-main .review-main .review-profile .block-28-thumb-img {
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.product-detail-main .review-main .review-profile .your-rating {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.product-detail-main .review-main .form-review .rating-field {
  margin-bottom: 10px;
}
.product-detail-main .review-main .form-review .rating-field .label-rating,
.product-detail-main .review-main .form-review .rating-field .rate-inner {
  display: inline-block;
  vertical-align: middle;
}
.product-detail-main .review-main .form-review .rating-field .label-rating {
  font-size: 16px;
  color: #363738;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .product-detail-main .review-main .form-review .rating-field .label-rating {
    font-weight: normal;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-main .review-main .form-review .rating-field .label-rating {
    display: block;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin: 0;
  }
}
.product-detail-main .review-main .form-review .rating-field .rate-inner {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .product-detail-main .review-main .form-review .rating-field .item-rate {
    font-size: 28px;
    padding: 0 3px;
  }
}
.product-detail-main .review-main .form-review .textarea-desc {
  min-height: 120px;
}
.product-detail-main .review-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-detail-main .review-list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-main .review-list .block-28-thumb {
    width: 90px;
  }
}
.product-detail-related {
  padding: 86px 0 47px;
}
@media screen and (max-width: 1199px) {
  .product-detail-related {
    padding: 60px 0 47px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-related {
    padding: 45px 0 30px;
  }
}
.product-detail-related .related-title {
  margin-bottom: 77px;
}
@media screen and (max-width: 1199px) {
  .product-detail-related .related-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-related .related-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail-related .related-list .block-9-list > .item:nth-child(3) {
    display: none;
  }
}
.product-list-main {
  /**/
}
.product-grid-2-main {
  /**/
}
.product-grid-3-main {
  /**/
}
.product-grid-3-no-sb-main {
  /**/
}
.product-grid-4-no-sb-main {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .product-grid-5-fullwidth-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .product-grid-5-fullwidth-main .mv-list-product > .post {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) {
  .product-grid-5-fullwidth-main .mv-list-product > .post {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .product-grid-5-fullwidth-main .mv-block-style-9 .block-9-list > .item > .item-inner {
    height: 520px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .product-grid-5-fullwidth-main .mv-block-style-9 .block-9-list > .item .content-thumb {
    height: 397px;
  }
}
.blog-detail-main .blog-detail-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .blog-detail-main .blog-detail-block {
    margin-bottom: 30px;
  }
}
.blog-list-main {
  /**/
}
.blog-grid-2-main {
  /**/
}
.blog-grid-3-main {
  /**/
}
.blog-grid-3-no-sb-main {
  /**/
}
.blog-grid-3-mansory-no-sb-main {
  /**/
}
.about-us-main .block-our-story {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .about-us-main .block-our-story {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-main .block-our-story {
    padding-bottom: 20px;
  }
}
.about-us-main .block-our-team {
  padding: 86px 0 130px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .about-us-main .block-our-team {
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
}
.about-us-main .block-our-team-title {
  margin-bottom: 73px;
}
@media screen and (max-width: 991px) {
  .about-us-main .block-our-team-title {
    margin-bottom: 30px;
  }
}
.faqs-main .faqs-inner {
  padding: 46px 0 85px;
}
@media screen and (max-width: 991px) {
  .faqs-main .faqs-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faqs-main .faqs-inner {
    padding: 12px;
  }
}
.faqs-main .faqs-box {
  max-width: 740px;
  margin: auto;
}
.contact-us-main {
  padding-bottom: 0;
}
.contact-us-main .contact-us-form {
  margin-bottom: -76px;
}
@media screen and (max-width: 1199px) {
  .contact-us-main .contact-us-form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-main .contact-us-form {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-main .contact-us-map {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-main .contact-us-map {
    margin-bottom: 20px;
  }
}
.contact-us-main .contact-us-map .map-embed {
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .contact-us-main .contact-us-map .map-embed {
    padding: 0 15px;
  }
}
.contact-us-main .contact-us-map .map-embed #mv-map-canvas {
  width: 100%;
  height: 600px;
  border: 0 none;
}
@media screen and (max-width: 1199px) {
  .contact-us-main .contact-us-map .map-embed #mv-map-canvas {
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-main .contact-us-map .map-embed #mv-map-canvas {
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .contact-us-main .contact-us-map .map-embed #mv-map-canvas {
    height: 250px;
  }
}
.contact-us-main .map-info-box .mv-dp-table-cell {
  height: 90px;
}
.contact-us-main .map-info-box .mv-dp-table-cell:nth-child(1) {
  width: 90px;
  padding-left: 15px;
}
.contact-us-main .map-info-box .mv-dp-table-cell:nth-child(2) {
  width: 215px;
}
.contact-us-main .map-info-box .icon-home {
  color: #c3c3c3;
}
.contact-us-main .map-info-box a {
  font-weight: normal;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  color: #5c6064;
}
@media screen and (min-width: 992px) {
  .contact-us-main .map-info-box a:hover {
    color: #ffb535;
  }
}
.contact-us-main .map-info-box a:active {
  color: #ffb535;
}
.error-page {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.error-page-bg {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 138px;
  padding-bottom: 138px;
}
@media screen and (max-height: 991px) {
  .error-page-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.error-page-inner {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .error-page-inner {
    padding: 0 12px;
  }
}
.error-page .error-overlay {
  opacity: 0.75;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #222;
}
.error-page .error-main {
  position: relative;
  z-index: 10;
}
.error-page .error-message {
  width: 100%;
  margin-bottom: 138px;
}
@media screen and (max-width: 1199px) {
  .error-page .error-message {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .error-page .error-message {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .error-page .error-message {
    margin-bottom: 30px;
  }
}
@media screen and (max-height: 767px) {
  .error-page .error-message {
    margin-bottom: 30px;
  }
}
.error-page .error-message .message-text-1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .error-page .error-message .message-text-1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-height: 767px) {
  .error-page .error-message .message-text-1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.error-page .error-message .message-text-2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .error-page .error-message .message-text-2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-height: 767px) {
  .error-page .error-message .message-text-2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.error-page .error-message .message-img-1 {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.error-page .error-404 {
  margin: 0 auto -23px;
}
@media screen and (max-width: 767px) {
  .error-page .error-404 {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 991px) {
  .error-page .error-404 {
    max-width: 991px;
  }
}
@media screen and (max-height: 767px) {
  .error-page .error-404 {
    max-width: 700px;
  }
}
.error-page .error-404 img {
  max-height: 100%;
  margin: auto;
}
.error-page .error-button .btn-back {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 18px;
}
@media screen and (max-width: 991px) {
  .error-page .error-button .btn-back {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .error-page .error-button .btn-back {
    font-size: 16px;
  }
}
@media screen and (max-height: 767px) {
  .error-page .error-button .btn-back {
    font-size: 16px;
  }
}
.error-page .error-button .btn-back:hover,
.error-page .error-button .btn-back:active {
  color: #ffb535;
  border-color: #ffb535;
}
