@charset "UTF-8";
/*-------------vertical align-----------------*/
/*-------------centered inline-----------------*/
/*-------------------transition-------------------*/
/*-------------------place-holder---------------*/
button,
input,
select,
textarea,
label,
a,
span,
section,
[data-accordion] {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
  color: undefined;
}

a:focus,
input:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

select::-ms-expand {
  display: none;
}

select {
  border: 0;
}

select:focus::-ms-value {
  background-color: inherit;
  color: #000;
}

.ripple .legitRipple-ripple,
.ripple-100 .legitRipple-ripple {
  background-color: #f3f6f8;
}

.color-grey {
  color: #F9F9F9;
}

.color-grey-1 {
  color: #9a9a9a;
}

.color-grey-2 {
  color: #E0E4EB;
}

.color-grey-3 {
  color: #eaeff3;
}

.color-grey-4 {
  color: #F7F8FA;
}

.color-base {
  color: #222228;
}

.color-base-2 {
  color: #084c30;
}

.color-base-3 {
  color: #6E6E7A;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #DA2128;
}

.color-teal {
  color: #018086;
}

.color-blue {
  color: #3F3BEC;
}

.color-orange {
  color: #F09C1C;
}

.color-primary {
  color: #018086;
}

.color-cancel {
  color: #F7F8FA;
}

.color-blank {
  color: transparent;
}

.bg-grey {
  background-color: #F9F9F9;
  color: white;
}

.bg-grey .legitRipple-ripple {
  background: white;
}

.bg-grey.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(249, 249, 249, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(249, 249, 249, 0.3);
}

.bg-grey-1 {
  background-color: #9a9a9a;
  color: white;
}

.bg-grey-1 .legitRipple-ripple {
  background: #bebebe;
}

.bg-grey-1.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(154, 154, 154, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(154, 154, 154, 0.3);
}

.bg-grey-2 {
  background-color: #E0E4EB;
  color: white;
}

.bg-grey-2 .legitRipple-ripple {
  background: white;
}

.bg-grey-2.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(224, 228, 235, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(224, 228, 235, 0.3);
}

.bg-grey-3 {
  background-color: #eaeff3;
  color: white;
}

.bg-grey-3 .legitRipple-ripple {
  background: white;
}

.bg-grey-3.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(234, 239, 243, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(234, 239, 243, 0.3);
}

.bg-grey-4 {
  background-color: #F7F8FA;
  color: white;
}

.bg-grey-4 .legitRipple-ripple {
  background: white;
}

.bg-grey-4.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
}

.bg-base {
  background-color: #222228;
  color: white;
}

.bg-base .legitRipple-ripple {
  background: #43434f;
}

.bg-base.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(34, 34, 40, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(34, 34, 40, 0.3);
}

.bg-base-2 {
  background-color: #555555;
  color: white;
}

.bg-base-2 .legitRipple-ripple {
  background: #797979;
}

.bg-base-2.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(85, 85, 85, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(85, 85, 85, 0.3);
}

.bg-base-3 {
  background-color: #6E6E7A;
  color: white;
}

.bg-base-3 .legitRipple-ripple {
  background: #92929d;
}

.bg-base-3.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(110, 110, 122, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(110, 110, 122, 0.3);
}

.bg-white {
  background-color: #ffffff;
  color: #222228;
}

.bg-white .legitRipple-ripple {
  background: white;
}

.bg-white.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
}

.bg-red {
  background-color: #DA2128;
  color: white;
}

.bg-red .legitRipple-ripple {
  background: #e65c61;
}

.bg-red.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(218, 33, 40, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(218, 33, 40, 0.3);
}

.bg-teal {
  background-color: #018086;
  color: white;
}

.bg-teal .legitRipple-ripple {
  background: #02c4cd;
}

.bg-teal.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
}

.bg-blue {
  background-color: #3F3BEC;
  color: white;
}

.bg-blue .legitRipple-ripple {
  background: #7f7cf2;
}

.bg-blue.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(63, 59, 236, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(63, 59, 236, 0.3);
}

.bg-orange {
  background-color: #F09C1C;
  color: white;
}

.bg-orange .legitRipple-ripple {
  background: #f4b95f;
}

.bg-orange.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(240, 156, 28, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(240, 156, 28, 0.3);
}

.bg-primary {
  background-color: #216238;
  color: white;
}

.bg-primary .legitRipple-ripple {
  background: #02c4cd;
}

.bg-primary.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
}

.bg-cancel {
  background-color: #F7F8FA;
  color: #222228;
}

.bg-cancel .legitRipple-ripple {
  background: white;
}

.bg-cancel.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
}

.bg-op-grey {
  background-color: rgba(249, 249, 249, 0.2);
  color: #F9F9F9;
}

.bg-op-grey.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(249, 249, 249, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(249, 249, 249, 0.3);
}

.bg-op-grey .legitRipple-ripple {
  background: white;
}

.bg-op-grey-1 {
  background-color: rgba(154, 154, 154, 0.2);
  color: #9a9a9a;
}

.bg-op-grey-1.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(154, 154, 154, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(154, 154, 154, 0.3);
}

.bg-op-grey-1 .legitRipple-ripple {
  background: #f1f1f1;
}

.bg-op-grey-2 {
  background-color: rgba(224, 228, 235, 0.2);
  color: #E0E4EB;
}

.bg-op-grey-2.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(224, 228, 235, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(224, 228, 235, 0.3);
}

.bg-op-grey-2 .legitRipple-ripple {
  background: white;
}

.bg-op-grey-3 {
  background-color: rgba(234, 239, 243, 0.2);
  color: #eaeff3;
}

.bg-op-grey-3.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(234, 239, 243, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(234, 239, 243, 0.3);
}

.bg-op-grey-3 .legitRipple-ripple {
  background: white;
}

.bg-op-grey-4 {
  background-color: rgba(247, 248, 250, 0.2);
  color: #F7F8FA;
}

.bg-op-grey-4.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
}

.bg-op-grey-4 .legitRipple-ripple {
  background: white;
}

.bg-op-base {
  background-color: rgba(34, 34, 40, 0.2);
  color: #222228;
}

.bg-op-base.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(34, 34, 40, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(34, 34, 40, 0.3);
}

.bg-op-base .legitRipple-ripple {
  background: #727286;
}

.bg-op-base-2 {
  background-color: rgba(85, 85, 85, 0.2);
  color: #555555;
}

.bg-op-base-2.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(85, 85, 85, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(85, 85, 85, 0.3);
}

.bg-op-base-2 .legitRipple-ripple {
  background: #acacac;
}

.bg-op-base-3 {
  background-color: rgba(110, 110, 122, 0.2);
  color: #6E6E7A;
}

.bg-op-base-3.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(110, 110, 122, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(110, 110, 122, 0.3);
}

.bg-op-base-3 .legitRipple-ripple {
  background: #c8c8cd;
}

.bg-op-white {
  background-color: rgba(255, 255, 255, 0.2);
  color: #222228;
}

.bg-op-white.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
}

.bg-op-white .legitRipple-ripple {
  background: white;
}

.bg-op-red {
  background-color: rgba(218, 33, 40, 0.2);
  color: #DA2128;
}

.bg-op-red.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(218, 33, 40, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(218, 33, 40, 0.3);
}

.bg-op-red .legitRipple-ripple {
  background: #f4b5b7;
}

.bg-op-teal {
  background-color: rgba(1, 128, 134, 0.2);
  color: #018086;
}

.bg-op-teal.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
}

.bg-op-teal .legitRipple-ripple {
  background: #37f5fe;
}

.bg-op-blue {
  background-color: rgba(63, 59, 236, 0.2);
  color: #3F3BEC;
}

.bg-op-blue.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(63, 59, 236, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(63, 59, 236, 0.3);
}

.bg-op-blue .legitRipple-ripple {
  background: #dad9fb;
}

.bg-op-orange {
  background-color: rgba(240, 156, 28, 0.2);
  color: #F09C1C;
}

.bg-op-orange.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(240, 156, 28, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(240, 156, 28, 0.3);
}

.bg-op-orange .legitRipple-ripple {
  background: #fbe3bf;
}

.bg-op-primary {
  background-color: rgba(1, 128, 134, 0.2);
  color: #018086;
}

.bg-op-primary.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(1, 128, 134, 0.3);
}

.bg-op-primary .legitRipple-ripple {
  background: #37f5fe;
}

.bg-op-cancel {
  background-color: rgba(247, 248, 250, 0.2);
  color: #222228;
}

.bg-op-cancel.bg-shadow {
  -webkit-box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
          box-shadow: 0px 5px 30px 0 rgba(247, 248, 250, 0.3);
}

.bg-op-cancel .legitRipple-ripple {
  background: white;
}

.bg-blank {
  background: transparent;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 480px) {
  .text-left-xs-right {
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .text-left-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 480px) {
  .text-left-xs-center {
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .text-left-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 480px) {
  .text-left-xs-justify {
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .text-left-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-right {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-center {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-justify {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-right {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-center {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-justify {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-right {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-center {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-justify {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-justify {
    text-align: justify !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-center-xs-left {
    text-align: center !important;
  }
}

@media (max-width: 479px) {
  .text-center-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 480px) {
  .text-center-xs-right {
    text-align: center !important;
  }
}

@media (max-width: 479px) {
  .text-center-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 480px) {
  .text-center-xs-justify {
    text-align: center !important;
  }
}

@media (max-width: 479px) {
  .text-center-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-left {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-right {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-justify {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-left {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-right {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-justify {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-left {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-right {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-justify {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-justify {
    text-align: justify !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 480px) {
  .text-right-xs-left {
    text-align: right !important;
  }
}

@media (max-width: 479px) {
  .text-right-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 480px) {
  .text-right-xs-center {
    text-align: right !important;
  }
}

@media (max-width: 479px) {
  .text-right-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 480px) {
  .text-right-xs-justify {
    text-align: right !important;
  }
}

@media (max-width: 479px) {
  .text-right-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-left {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-center {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-justify {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-left {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-center {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-justify {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-left {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-center {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-justify {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-justify {
    text-align: justify !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.ic {
  height: auto;
}

.ic-xs {
  width: 14px;
  height: auto;
}

.ic-sm {
  width: 18px;
  height: auto;
}

.ic-md {
  width: 22px;
  height: auto;
}

.ic-lg {
  width: 24px;
  height: auto;
}

.font-xs {
  font-size: 16px;
}

.font-sm {
  font-size: 18px;
}

.font-md {
  font-size: 22px;
}

.font-lg {
  font-size: 24px;
}

.font-ic-xs {
  font-size: 14px;
}

.font-ic-sm {
  font-size: 18px;
}

.font-ic-md {
  font-size: 22px;
}

.font-ic-lg {
  font-size: 24px;
}

h1,
.h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
}

@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

h5,
.h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

h6,
.h6 {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.weight1 {
  font-weight: 100;
}

.weight2 {
  font-weight: 200;
}

.weight3 {
  font-weight: 300;
}

.weight4 {
  font-weight: 400;
}

.weight5 {
  font-weight: 500;
}

.weight6 {
  font-weight: 600;
}

.weight7 {
  font-weight: 700;
}

.weight8 {
  font-weight: 800;
}

.weight9 {
  font-weight: 900;
}

.b,
b {
  font-weight: bold;
}

p, .p {
  font-size: 17px;margin: 0 0 15px;
  line-height: 1.5;
}

label {
  font-size: 14px;
}

select,
textarea,
input,
button {
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .menu-hover:hover .menu__item__block, .menu__item:hover .menu__item__block {
    color: rgba(255, 255, 255, 0.8);
  }
  .menu-hover:hover .menu__item__block img, .menu__item:hover .menu__item__block img {
    opacity: 0.8;
  }
  .menu-hover:hover .menu__item__block:after, .menu__item:hover .menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {
  .menu-active.active:after, .menu--change .active .active.menu__item__block:after, .active.menu__item:after, .active > .active.menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {
  .menu-sub-hover, .menu__sub__item:hover {
    background-color: #eaeff3;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.15s linear;
  transition: transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.15s linear, -webkit-transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.15s 0.15s ease-in, -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.15s 0.15s ease-in, -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.15s 0.15s ease-in, -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.15s 0.15s ease-in, -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main--with-menu {
  padding-top: 32px;
}

@media (max-width: 1200px) {
  .main--with-menu {
    padding-top: 70px;
  }
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner {
  background-color: #222228;
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner::before {
  background-color: #222228;
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner::after {
  background-color: #222228;
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear, -webkit-transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked ~ .menu .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked ~ .menu {
  height: 100%;
  background-color: white;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

#menu-trigger:checked ~ .menu .input-trigger__glass {
  background-image: url(../images/base/icons/search/square/base.svg);
}

#input-trigger:checked ~ .menu .search--menu {
  opacity: 1;
  color: #222228;
  border-bottom: 1px solid #222228;
}

@media (max-width: 1200px) {
  #input-trigger:checked ~ .menu .search--menu {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  #input-trigger:checked ~ .menu .search--menu {
    width: 200px;
  }
}

#input-trigger:checked ~ .menu--change .search--menu {
  border-bottom: 1px solid white;
}

#input-trigger:checked ~ .menu--change .search--menu {
  color: white;
}

#input-trigger:checked ~ .menu .input-trigger__glass {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#input-trigger:checked ~ .menu .multiply-button--menu {
  visibility: visible;
  z-index: 2;
  -webkit-transform: translate(0, -50%) scale(1) rotate(225deg);
  transform: translate(0, -50%) scale(1) rotate(225deg);
  top: 50%;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  /* horizontal line */
  moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#input-trigger:checked ~ .menu .multiply-button--menu:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

#input-trigger:checked ~ .menu .multiply-button--menu:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

#input-trigger:checked ~ .menu .multiply-button--menu:before, #input-trigger:checked ~ .menu .multiply-button--menu:after {
  content: "";
  position: absolute;
  background-color: #222228;
}

#input-trigger:checked ~ .menu--change .multiply-button--menu:before,
#input-trigger:checked ~ .menu--change .multiply-button--menu:after {
  background-color: white;
}

@media (max-width: 1200px) {
  #menu-trigger ~ .menu .menu__item {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
    -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  #menu-trigger:checked ~ .menu .menu__item {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  #input-trigger:checked ~ .menu .menu__mobile__item:not(.menu__mobile__item--search) {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.input-trigger {
  width: 20px;
  height: 36px;
  cursor: pointer;
  position: relative;
}

.input-trigger__glass {
  moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/base/icons/search/square/base.svg");
  background-size: 20px 20px;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%;
  top: 0;
}

@media (min-width: 1201px) {
  .menu--change .menu__item__block {
    color: white;
  }
}

.menu--change .input-trigger__glass {
  background-image: url(../images/base/icons/search/square/base.svg);
}

.menu--change .search--menu {
  color: white;
}

.menu--change .search--menu:placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .hamburger-inner,
.menu--change .hamburger-inner::before,
.menu--change .hamburger-inner::after {
  background-color: white;
}

.menu__item__block:hover + .menu__sub,
.menu__sub:hover {
  display: block;
}

.trigger {
  display: block;
  font-size: 0;
}

.multiply-button {
  cursor: pointer;
}

.multiply-button--menu {
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 50%;
  position: absolute;
  moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0, -50%) scale(0) rotate(0deg);
  transform: translate(0, -50%) scale(0) rotate(0deg);
}

.search--menu {
  width: 0;
  height: 35px;
  z-index: 2;
  border-radius: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  border: 0;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid transparent;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .search--menu {
    height: 70px;
  }
}

.search--menu:placeholder {
  color: #222228;
  opacity: 0.5;
}

.search--menu:-moz-placeholder {
  color: #222228;
  opacity: 0.5;
}

.search--menu::-moz-placeholder {
  color: #222228;
  opacity: 0.5;
}

.search--menu:-ms-input-placeholder {
  color: #222228;
  opacity: 0.5;
}

.search--menu::-webkit-input-placeholder {
  color: #222228;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  [mega-menu-wrap] > .menu__item__block > .menu__item--dropdown img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.menu {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

.menu--change {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1201px) {
  .menu {
    height: 32px;
  }
}

@media (max-width: 1200px) {
  .menu {
    height: 70px;
  }
}

.menu__mega {
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: auto;
  background-color: white;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (min-width: 1201px) {
  .menu__mega {
    position: absolute;
    top: 32px;
    min-height: 200px;
    background-color: white;
  }
  .menu__mega:hover {
    opacity: 1;
    pointer-events: all;
  }
  .menu__mega:hover ~ .menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__mega {
    position: fixed;
    z-index: 101;
    top: 70px;
    left: 100%;
    pointer-events: all;
    opacity: 1;
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    overflow: hidden;
  }
}

.menu__mega__back {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .menu__mega__back {
    display: none;
  }
}

.menu__mega--active .menu__mega {
  left: 0%;
  overflow: auto;
}

@media (min-width: 1201px) {
  .menu__mega--overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    cursor: auto;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    height: calc(100vh - 32px);
    height: -webkit-calc(100vh - 32px);
  }
}

.menu__wrap {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

.menu__wrap::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 1201px) {
  .menu__wrap {
    padding: 0 -15px;
  }
}

.menu__mobile {
  font-size: 0;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  vertical-align: middle;
  display: table;
  width: 100%;
  height: 70px;
}

.menu__mobile::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.menu__mobile > img {
  height: 15px;
}

.menu__mobile__ic {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 2;
}

.menu__mobile__ic label {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.menu__mobile__ic label::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.menu__mobile__ic label .hamburger {
  vertical-align: middle;
}

.menu__mobile__logo {
  position: relative;
  left: 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.menu__mobile__item {
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu__mobile__item--visible {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: none;
  }
  .menu__mobile__item--search {
    height: 32px;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: table-cell;
  }
  .menu__mobile__item--search {
    height: 70px;
  }
  .menu__mobile__item:not(.menu__mobile__logo) {
    min-width: 50px;
  }
}

.menu__mobile__item:not(.menu__mobile__ic) {
  padding: 0 0;
}

.menu__mobile__block {
  color: white;
  position: relative;
}

@media (min-width: 1201px) {
  .menu .row-15 > * {
    padding-left: 30px;
    padding-right: 30px;
}
  .menu__mobile__block {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
  }
  .menu__mobile__block--search {
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__block {
    font-size: 15px;
    font-weight: 500;
  }
  .menu__mobile__block--search {
    padding: 0 15px;
    position: fixed;
    height: 70px;
    top: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .menu__logo {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }
  .menu__logo img {
    height: 35px;
    position: relative;
    top: -12px;
  }
}

@media (max-width: 1200px) {
  .menu__logo {
    display: none;
  }
}

@media (min-width: 1201px) {
  .menu__left {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }
}

@media (max-width: 1200px) {
  .menu__left {
    display: none;
  }
}

.menu__content {
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__content__outside {
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    float: right;
  }
}

@media (min-width: 1201px) {
  .menu__content__wrap {
    text-align: center;
  }
}

@media (min-width: 1201px) {
  .menu__content {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .menu__content {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    right: 0;
    width: 100%;
    top: 70px;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__content__wrap {
    padding: 20px 45px;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
  }
}

.menu__item {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
}

.menu__item:not(.static) {
  position: relative;
}

.menu__item::after {
  clear: both;
  content: "";
}

.menu__item__text {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__item__icon {
    display: inline-block;
    width: 22px;
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .menu__item__icon {
    position: absolute !important;
    width: 40px;
    height: 100%;
    text-align: right;
    line-height: 100;
    top: 0;
    right: 0;
  }
  .menu__item__icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

.menu__item__icon img {
  width: 22px;
  height: auto;
}

.menu__item__block {
  position: relative;
}

@media (min-width: 1201px) {
  .menu__item__block {
    display: inline-block;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    height: 32px;
  }
  .menu__item__block:hover ~ .menu__sub {
    display: block;
    max-height: none !important;
  }
  .menu__item__block:hover ~ .menu__mega,
  .menu__item__block:hover ~ .menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__item__block {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
  }
  .menu__item__block::before {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeff5;
  }
}

@media (max-width: 1200px) {
  .menu__item {
    width: 100%;
  }
}

.menu__sub {
  font-size: 15px;
}

@media (min-width: 1201px) {
  .menu__sub {
    border-radius: 6px;
    border: 1px solid #E0E4EB;
    max-height: none !important;
    position: absolute;
    width: auto;
    right: 0;
    display: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 200px;
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .menu__sub {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__wrap {
    padding: 15px 0;
    background-color: transparent;
  }
}

@media (min-width: 1201px) {
  .menu__sub__wrap {
    background-color: white;
    -webkit-box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
    box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
  }
}

.menu__sub__item {
  display: block;
  text-decoration: none;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__sub__block {
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px;
    min-width: 200px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__block {
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid transparent;
  }
}

.menu__ic-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 0;
  text-align: center;
}

@media (min-width: 1201px) {
  .menu__ic-box {
    margin-top: -4px;
  }
}

@media (max-width: 1200px) {
  .menu__ic-box {
    margin-top: 15px;
  }
}

.menu__item--dropdown img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1200px) {
  .open > .menu__item__block .menu__item--dropdown img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.container {
  max-width: 100%;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #222228;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.table {
  display: table;
  width: 100%;
}

.table-auto {
  width: auto;
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.td-left {
  padding-left: 15px !important;
}

.td-xs {
  position: relative;
}

@media (min-width: 480px) {
  .td-xs {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 479px) {
  .td-xs {
    text-align: left !important;
  }
}

.td-sm {
  position: relative;
}

@media (min-width: 768px) {
  .td-sm {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .td-sm {
    text-align: left !important;
  }
}

.td-md {
  position: relative;
}

@media (min-width: 992px) {
  .td-md {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .td-md {
    text-align: left !important;
  }
}

.td-lg {
  position: relative;
}

@media (min-width: 1200px) {
  .td-lg {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 1199px) {
  .td-lg {
    text-align: left !important;
  }
}

.table-fixed {
  table-layout: fixed;
}

@media (max-width: 500px) {
  .table-wraper-xs:not(.data-table-wraper) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-xs.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-xs > table,
  .table-wraper-xs .data-table {
    min-width: 500px;
  }
}

@media (max-width: 600px) {
  .table-wraper-sm:not(.data-table-wraper) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-sm.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-sm > table,
  .table-wraper-sm .data-table {
    min-width: 600px;
  }
}

@media (max-width: 700px) {
  .table-wraper-md:not(.data-table-wraper) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-md.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-md > table,
  .table-wraper-md .data-table {
    min-width: 700px;
  }
}

@media (max-width: 800px) {
  .table-wraper-lg:not(.data-table-wraper) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-lg.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wraper-lg > table,
  .table-wraper-lg .data-table {
    min-width: 800px;
  }
}

.table-wraper ~ .bottom {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 10px;
}

.table-wraper ~ .bottom > .table > .td {
  white-space: nowrap;
}

.table-wraper ~ .bottom > .table > .td:first-child {
  width: 90%;
  padding-right: 50px;
}

@media (max-width: 749px) {
  .table-wraper ~ .bottom > .table > .td:first-child {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 749px) {
  .table-wraper ~ .bottom > .table > .td {
    display: block;
  }
}

.table-basic {
  font-size: 14px;
}

.table-basic > thead > tr > th {
  color: #9a9a9a;
  font-weight: 500;
  text-align: left;
  padding: 12px 5px;
  font-size: 13px;
}

.table-basic > tbody > tr:nth-of-type(odd) {
  background-color: #F7F8FA;
  color: #222228;
}

.table-basic > tbody > tr > td {
  padding: 13px 5px;
}

.table-basic tr.read {
  background-color: #E0E4EB !important;
}

.table-border-v > tbody > tr > td,
.table-border-v > thead > tr > th,
.table-border-v > tfoot > tr > td {
  border-right: 1px solid #E0E4EB;
  border-left: 1px solid #E0E4EB;
}

.table-border-h > tbody > tr > td,
.table-border-h > thead > tr > th,
.table-border-h > tfoot > tr > td {
  border-top: 1px solid #E0E4EB;
  border-bottom: 1px solid #E0E4EB;
}

.table-border-all > tbody > tr > td,
.table-border-all > thead > tr > th,
.table-border-all > tfoot > tr > td {
  border: 1px solid #E0E4EB;
}

.table-hover tr,
.table-hover .tr {
  cursor: pointer;
}

.table-hover tr:hover,
.table-hover .tr:hover {
  background-color: #eaeff3 !important;
}

.table-no-zebra > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-record {
  min-width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn {
  vertical-align: middle;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}

.btn-xs {
  height: 30px;
  padding: 0 10px;
}

.btn-xs.btn-rounded {
  border-radius: 15px;
}

.btn-sm {
  height: 36px;
  padding: 0 10px;
}

.btn-sm.btn-rounded {
  border-radius: 18px;
}

.btn-md {
  height: 60px;
  padding: 0 10px;
}

.btn-md.btn-rounded {
  border-radius: 6px;
}

.btn-lg {
  height: 56px;
  padding: 0 10px;
}

.btn-lg.btn-rounded {
  border-radius: 28px;
}

.btn-xl {
  height: 60px;
  padding: 0 10px;
}

.btn-xl.btn-rounded {
  border-radius: 30px;
}

.btn-wrap-width-full {
  width: 100%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-full {
    min-width: 100%;
    width: auto;
  }
}

.btn-wrap-width-full > * {
  width: 100%;
}

.btn-wrap-width-xs {
  width: 50%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-xs {
    min-width: 100px;
    width: auto;
  }
}

.btn-wrap-width-xs > * {
  width: 100%;
}

.btn-wrap-width-sm {
  width: 50%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-sm {
    min-width: 120px;
    width: auto;
  }
}

.btn-wrap-width-sm > * {
  width: 100%;
}

.btn-wrap-width-md {
  width: 150px;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-md {
    min-width: 200px;
    width: auto;
  }
}

.btn-wrap-width-md > * {
  width: 100%;
}

.btn-wrap-width-md-100 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-md-100 {
    min-width: 140px;
    width: auto;
  }
}

.btn-wrap-width-md-100 > * {
  width: 100%;
}

.btn-wrap-width-lg {
  width: 75%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-lg {
    min-width: 230px;
    width: auto;
  }
}

.btn-wrap-width-lg > * {
  width: 100%;
}

.btn-wrap-width-lg-100 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-lg-100 {
    min-width: 230px;
    width: auto;
  }
}

.btn-wrap-width-lg-100 > * {
  width: 100%;
}

.btn-wrap-width-xl-100 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 480px) {
  .btn-wrap-width-xl-100 {
    min-width: 200px;
    width: auto;
  }
}

.btn-wrap-width-xl-100 > * {
  width: 100%;
}

.btn-circle-xs {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.btn-circle-sm {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
}

.btn-circle-md {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
}

.btn-circle-lg {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  text-align: center;
}

.btn-circle-xl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
}

.btn-line-grey {
  border: 1px solid #F9F9F9;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-grey > * {
  color: #F9F9F9;
}

.btn-line-grey .legitRipple-ripple {
  background: white;
}

.btn-line-grey-1 {
  border: 1px solid #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-grey-1 > * {
  color: #9a9a9a;
}

.btn-line-grey-1 .legitRipple-ripple {
  background: white;
}

.btn-line-grey-2 {
  border: 1px solid #E0E4EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-grey-2 > * {
  color: #E0E4EB;
}

.btn-line-grey-2 .legitRipple-ripple {
  background: white;
}

.btn-line-grey-3 {
  border: 1px solid #eaeff3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-grey-3 > * {
  color: #eaeff3;
}

.btn-line-grey-3 .legitRipple-ripple {
  background: white;
}

.btn-line-grey-4 {
  border: 1px solid #F7F8FA;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-grey-4 > * {
  color: #F7F8FA;
}

.btn-line-grey-4 .legitRipple-ripple {
  background: white;
}

.btn-line-base {
  border: 1px solid #222228;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-base > * {
  color: #222228;
}

.btn-line-base .legitRipple-ripple {
  background: #878799;
}

.btn-line-base-2 {
  border: 1px solid #555555;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-base-2 > * {
  color: #555555;
}

.btn-line-base-2 .legitRipple-ripple {
  background: silver;
}

.btn-line-base-3 {
  border: 1px solid #6E6E7A;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-base-3 > * {
  color: #6E6E7A;
}

.btn-line-base-3 .legitRipple-ripple {
  background: #dddde1;
}

.btn-line-white {
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-white > * {
  color: #ffffff;
}

.btn-line-white .legitRipple-ripple {
  background: white;
}

.btn-line-red {
  border: 1px solid #DA2128;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-red > * {
  color: #DA2128;
}

.btn-line-red .legitRipple-ripple {
  background: #f9d8d9;
}

.btn-line-teal {
  border: 1px solid #018086;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-teal > * {
  color: #018086;
}

.btn-line-teal .legitRipple-ripple {
  background: #5ff7fe;
}

.btn-line-blue {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-blue > * {
  color: #fff;
}

.btn-line-blue .legitRipple-ripple {
  background: #fefeff;
}

.btn-line-orange {
  border: 1px solid #F09C1C;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-orange > * {
  color: #F09C1C;
}

.btn-line-orange .legitRipple-ripple {
  background: #fdf4e5;
}

.btn-line-primary {
  border: 1px solid #018086;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-primary > * {
  color: #018086;
}

.btn-line-primary .legitRipple-ripple {
  background: #5ff7fe;
}

.btn-line-cancel {
  border: 1px solid #F7F8FA;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn-line-cancel > * {
  color: #F7F8FA;
}

.btn-line-cancel .legitRipple-ripple {
  background: white;
}

.btn {
  margin: 5px 0;
}

.btn img {
  z-index: 2;
  position: relative;
}

.btn-ic {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.btn .mdi {
  vertical-align: middle;
  line-height: 1;
}

.btn-text {
    padding: 0 10px;
    z-index: 2;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn-bordered {
  border: 1px solid #9a9a9a;
  cursor: pointer;
}

.btn-file {
  padding-left: 85px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.btn-file-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  background: #018086;
  color: white;
}

.btn-file-btn ~ .btn-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.btn-full {
  width: 100%;
}

.btn-group {
  position: relative;
}

button:disabled,
button[disabled] {
  opacity: 0.4;
}

.form-horizontal .input-label {
  margin-bottom: 7px;
}

@media (min-width: 1200px) {
  .form-horizontal .input-label[class*="col-lg"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .form-horizontal .input-label[class*="col-md"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .input-label[class*="col-sm"]:first-child {
    margin-bottom: 0;
  }
}

.form-horizontal .input-label[class*="col-xs"]:first-child {
  margin-bottom: 0;
}

.form-vertical .input-label {
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

.parsley-errors-list {
  margin: 0;
}

label.error,
.parsley-errors-list.filled {
  display: block;
  margin-top: 7px;
  font-size: 12px;
}

.error,
.parsley-error {
  border-color: !important;
}

.error ~ .select2-container--default .select2-selection--single,
.error ~ .select2-container--default .select2-selection--multiple,
.parsley-error ~ .select2-container--default .select2-selection--single,
.parsley-error ~ .select2-container--default .select2-selection--multiple {
  border-color: !important;
}

.input {
  width: 100%;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 16px;
}

.input-xs:not(textarea), .input-xs.textarea-autosize {
  height: 36px;
}

.input-xs.textarea-autosize {
  padding-top: 6px;
  padding-bottom: 6px;
}

.input-xs:not(textarea) ~ .input-line-bar {
  height: 36px;
}

.input-xs:not(textarea) ~ .input-line-bar :after {
  top: 36px;
}

.input-xs ~ .input-ic {
  height: 36px;
  line-height: 36px;
}

.input-xs ~ .select2-container .select2-selection--single,
.input-xs ~ .btn-group .multiselect {
  height: 36px;
}

.input-xs ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-xs ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 36px;
}

.input-xs ~ .select2-container .select2-selection--multiple {
  min-height: 36px;
}

.input-xs ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 36px;
}

.input-xs:not(.input-material-2):not(.input-material-3):not(.input-material) ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-sm:not(textarea), .input-sm.textarea-autosize {
  height: 44px;
}

.input-sm.textarea-autosize {
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-sm:not(textarea) ~ .input-line-bar {
  height: 44px;
}

.input-sm:not(textarea) ~ .input-line-bar :after {
  top: 44px;
}

.input-sm ~ .input-ic {
  height: 44px;
  line-height: 44px;
}

.input-sm ~ .select2-container .select2-selection--single,
.input-sm ~ .btn-group .multiselect {
  height: 44px;
}

.input-sm ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-sm ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 44px;
}

.input-sm ~ .select2-container .select2-selection--multiple {
  min-height: 44px;
}

.input-sm ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 44px;
}

.input-sm:not(.input-material-2):not(.input-material-3):not(.input-material) ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-md:not(textarea), .input-md.textarea-autosize {
  height: 56px;
}

.input-md.textarea-autosize {
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-md:not(textarea) ~ .input-line-bar {
  height: 56px;
}

.input-md:not(textarea) ~ .input-line-bar :after {
  top: 56px;
}

.input-md ~ .input-ic {
  height: 56px;
  line-height: 56px;
}

.input-md ~ .select2-container .select2-selection--single,
.input-md ~ .btn-group .multiselect {
  height: 56px;
}

.input-md ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-md ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 56px;
}

.input-md ~ .select2-container .select2-selection--multiple {
  min-height: 56px;
}

.input-md ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 56px;
}

.input-md:not(.input-material-2):not(.input-material-3):not(.input-material) ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-lg:not(textarea), .input-lg.textarea-autosize {
  height: 60px;
}

.input-lg.textarea-autosize {
  padding-top: 18px;
  padding-bottom: 18px;
}

.input-lg:not(textarea) ~ .input-line-bar {
  height: 60px;
}

.input-lg:not(textarea) ~ .input-line-bar :after {
  top: 60px;
}

.input-lg ~ .input-ic {
  height: 60px;
  line-height: 60px;
}

.input-lg ~ .select2-container .select2-selection--single,
.input-lg ~ .btn-group .multiselect {
  height: 60px;
}

.input-lg ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-lg ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 60px;
}

.input-lg ~ .select2-container .select2-selection--multiple {
  min-height: 60px;
}

.input-lg ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 60px;
}

.input-lg:not(.input-material-2):not(.input-material-3):not(.input-material) ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-label {
  font-weight: 400;
  font-size: 14px;
  color: #7F7F7F;
  line-height: 1.2;
}

.input-line-bar {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  border-radius: 4px;
}

.input-line-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F09C1C;
  height: 2px;
  width: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 2;
}

.input-line ~ .input-line-bar, .input-material ~ .input-line-bar {
  border-radius: 0;
}

.input.multiselect {
  display: none;
}

.input::-ms-clear {
  display: none;
}

.input.input-ic-left.input-ic-xs {
  padding-left: 36px;
}

.input.input-ic-left.input-ic-sm {
  padding-left: 44px;
}

.input.input-ic-left.input-ic-md {
  padding-left: 56px;
}

.input.input-ic-left.input-ic-lg {
  padding-left: 60px;
}

.input-upload {
  display: table;
  width: 100%;
}

.input-upload .btn-text {
  white-space: nowrap;
}

.input-upload-input:focus ~ .input-upload .input-line-bar:after {
  width: 100%;
}

.input-upload > .input {
  display: table-cell;
  vertical-align: middle;
}

.input-upload > .input-sm, .input-upload > .input-xs {
  padding-left: 6px;
}

.input-upload > .input-lg, .input-upload > .input-md {
  padding-left: 8px;
}

.input-upload > .input-line, .input-upload > .input-material, .input-upload > .input-material-2 {
  padding-left: 0;
}

.input-upload > .input > .btn > .btn-text {
  white-space: nowrap;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.input-multiselect-search {
  border: 1px solid #e6edf6;
  background-color: #f6f7f9;
  font-size: 14px;
}

.input:disabled {
  opacity: 0.6;
  background: #E0E4EB;
}

.input:disabled ~ .input-ic {
  opacity: 0.6;
}

.input-white {
  border: transparent;
}

.input-group {
  position: relative;
}

.input-ic {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  font-weight: 600;
  z-index: 1;
}

.input-ic-xs {
  padding-right: 36px;
}

.input-ic-xs ~ .input-ic {
  width: 36px;
}

.input-ic-sm {
  padding-right: 44px;
}

.input-ic-sm ~ .input-ic {
  width: 44px;
}

.input-ic-md {
  padding-right: 56px;
}

.input-ic-md ~ .input-ic {
  width: 56px;
}

.input-ic-lg {
  padding-right: 60px;
}

.input-ic-lg ~ .input-ic {
  width: 60px;
}

.input-ic-left ~ .input-ic {
  left: 0;
  right: auto;
}

.input-ic-auto-width {
  width: auto;
}

.input-ic:not(.input-clear) {
  pointer-events: none;
}

.input-ic.input-clear {
  cursor: pointer;
  display: none;
}

.input-shadow {
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.input-no-border {
  border: 0;
  padding: 0;
}

.input-pointer {
  pointer-events: all;
  cursor: pointer;
}

.input ~ .select2-container--open .select2-selection--multiple:after,
.input ~ .select2-container--open .select2-selection--single:after,
.input ~ .btn-group.open .select2-selection--multiple:after,
.input ~ .btn-group.open .select2-selection--single:after {
  width: 100% !important;
}

.input:focus ~ .input-line-bar:after, .input.light-pick-focus ~ .input-line-bar:after,
.input ~ .btn-group.open ~ .input-line-bar:after {
  width: 100%;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #7F7F7F;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #7F7F7F;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #7F7F7F;
}

textarea::placeholder, input::placeholder {
  color: #7F7F7F;
}

.input-no-border ~ .select2-container--default .select2-selection--single {
  border: 0;
}

.input-no-border ~ .select2-container--default .select2-selection__rendered {
  padding-left: 0;
}

.input-white ~ .select2-container--default .select2-selection--single {
  border: 1px solid transparent;
}

input[type="file"] {
  display: none;
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

textarea:focus ~ .input-line-bar {
  width: 100%;
}

textarea ~ .input-line-bar {
  bottom: 0;
  height: 10px;
  top: auto !important;
}

.upload-file {
  border-radius: 10px;
  border: 2px dashed #f3f6f8;
  position: relative;
  display: block;
  padding: 15px;
}

.upload-file-type .inline-block {
  font-size: 12px;
  color: #F9F9F9;
  font-weight: 600;
  text-transform: uppercase;
}

.textarea-autosize {
  max-height: 200px;
  overflow: auto !important;
}

.textarea-autosize:after {
  content: "";
  position: relative;
  height: 10px;
  width: 100%;
  display: block;
}

textarea {
  line-height: 1.4;
  resize: none;
  line-height: 1.5;
}

.input-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-plus .ic {
  border-radius: 50%;
  border: 1px solid #afb3bc;
  cursor: pointer;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.input-plus .ic-xs {
  width: 36px;
  height: 36px;
}

.input-plus .ic-sm {
  width: 44px;
  height: 44px;
}

.input-plus .ic-md {
  width: 56px;
  height: 56px;
}

.input-plus .ic-lg {
  width: 60px;
  height: 60px;
}

.input-plus .ic:active {
  background-color: #F7F8FA;
}

.input-plus .ic-minus {
  background-image: url(../images/base/icons/minus/square/base.svg);
}

.input-plus .ic-plus {
  background-image: url(../images/base/icons/plus/square/base.svg);
}

.input-plus .txt {
  width: 44px;
  text-align: center;
}

.input-clean {
  border: 0px solid #eaeff3;
  background-color: #F9F9F9;
}

.input-clean ~ .select2-container--default .select2-selection--single,
.input-clean ~ .select2-container--default .select2-selection--multiple,
.input-clean ~ .btn-group .multiselect {
  border: 1px solid #eaeff3;
  background-color: #F9F9F9;
}

.input-clean ~ .select2-container--default .select2-selection--single:after,
.input-clean ~ .select2-container--default .select2-selection--multiple:after,
.input-clean ~ .btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F09C1C;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-material-2 {
  border: 0px solid #E0E4EB;
  border-radius: 4px;
  background-color: #F9F9F9;
  padding-left: 15px;
  font-size: 16px;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.input-material-2 ~ .btn-group [title="Chọn"] .multiselect-selected-text,
.input-material-2 ~ .btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-material-2:disabled,
.input-material-2 ~ .select2-container--default.select2-container--disabled .select2-selection--single,
.input-material-2 ~ .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-material-2 ~ .select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 15px;
}

.input-material-2 ~ .input-ic {
  text-align: center;
}

.input-material-2 ~ .select2-container--default .select2-selection--single,
.input-material-2 ~ .select2-container--default .select2-selection--multiple,
.input-material-2 ~ .btn-group .multiselect {
  border: 0px solid #E0E4EB;
  border-radius: 4px;
  background-color: #F9F9F9;
  padding-left: 15px;
}

.input-material-2 ~ .select2-container--default .select2-selection--single:after,
.input-material-2 ~ .select2-container--default .select2-selection--multiple:after,
.input-material-2 ~ .btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F09C1C;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-material-2 ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-material-2 ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.input-material-2 ~ .btn-group .multiselect .select2-selection__rendered {
  padding-left: 0;
}

.input-material-2 ~ .btn-group .multiselect {
  padding-left: 15px;
}

.input-material-2 ~ .select2-container--open ~ .input-label,
.input-material-2 ~ .btn-group.open ~ .input-label {
  font-weight: 400;
  color: #F09C1C;
}

.input-material-2:focus ~ .input-label, .input-material-2.light-pick-focus ~ .input-label,
.input-material-2 ~ .btn-group.open ~ .input-label {
  font-weight: 400;
  color: #F09C1C;
}

.input-material-2 ~ .input-label {
  color: #7F7F7F;
  position: absolute;
  left: 15px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
  z-index: 1;
  display: inline-block;
  width: auto;
}

.input-material-2.input-ic-right ~ .input-label {
  left: 36px;
}

.input-material-2.input-ic-right:focus ~ .input-label, .input-material-2.input-ic-right.light-pick-focus ~ .input-label {
  left: 0;
}

.input-material-2.input-ic-right.input-hadval ~ .input-label {
  left: 0;
}

.input-xs.input-material-2 {
  padding-top: 20px;
  padding-bottom: 4px;
}

.input-xs.input-material-2 ~ .input-label {
  top: 9px;
}

.input-xs.input-material-2:focus ~ .input-label, .input-xs.input-material-2.light-pick-focus ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-xs.input-material-2 ~ .select2-container--open ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-xs ~ .select2-container--open.input-material-2 ~ .input-label,
.input-xs ~ .btn-group.open.input-material-2 ~ .input-label, .input-xs.input-hadval.input-material-2 ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-xs.input-material-2 ~ .select2-container .select2-selection--single,
.input-xs.input-material-2 ~ .btn-group .multiselect {
  padding-top: 20px;
}

.input-xs.input-material-2 ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-xs.input-material-2 ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 14px;
}

.input-xs.input-material-2 ~ .select2-container .select2-selection--multiple {
  padding-top: 20px;
  padding-bottom: 5px;
}

.input-xs.input-material-2 ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 9px;
}

.input-sm.input-material-2 {
  padding-top: 20px;
  padding-bottom: 4px;
}

.input-sm.input-material-2 ~ .input-label {
  top: 13px;
}

.input-sm.input-material-2:focus ~ .input-label, .input-sm.input-material-2.light-pick-focus ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-sm.input-material-2 ~ .select2-container--open ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-sm ~ .select2-container--open.input-material-2 ~ .input-label,
.input-sm ~ .btn-group.open.input-material-2 ~ .input-label, .input-sm.input-hadval.input-material-2 ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-sm.input-material-2 ~ .select2-container .select2-selection--single,
.input-sm.input-material-2 ~ .btn-group .multiselect {
  padding-top: 20px;
}

.input-sm.input-material-2 ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-sm.input-material-2 ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 22px;
}

.input-sm.input-material-2 ~ .select2-container .select2-selection--multiple {
  padding-top: 20px;
  padding-bottom: 5px;
}

.input-sm.input-material-2 ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 17px;
}

.input-md.input-material-2 {
  padding-top: 20px;
  padding-bottom: 4px;
}

.input-md.input-material-2 ~ .input-label {
  top: 19px;
}

.input-md.input-material-2:focus ~ .input-label, .input-md.input-material-2.light-pick-focus ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-md.input-material-2 ~ .select2-container--open ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-md ~ .select2-container--open.input-material-2 ~ .input-label,
.input-md ~ .btn-group.open.input-material-2 ~ .input-label, .input-md.input-hadval.input-material-2 ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-md.input-material-2 ~ .select2-container .select2-selection--single,
.input-md.input-material-2 ~ .btn-group .multiselect {
  padding-top: 20px;
}

.input-md.input-material-2 ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-md.input-material-2 ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 34px;
}

.input-md.input-material-2 ~ .select2-container .select2-selection--multiple {
  padding-top: 20px;
  padding-bottom: 5px;
}

.input-md.input-material-2 ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 29px;
}

.input-lg.input-material-2 {
  padding-top: 20px;
  padding-bottom: 4px;
}

.input-lg.input-material-2 ~ .input-label {
  top: 21px;
}

.input-lg.input-material-2:focus ~ .input-label, .input-lg.input-material-2.light-pick-focus ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-lg.input-material-2 ~ .select2-container--open ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-lg ~ .select2-container--open.input-material-2 ~ .input-label,
.input-lg ~ .btn-group.open.input-material-2 ~ .input-label, .input-lg.input-hadval.input-material-2 ~ .input-label {
  -webkit-transform: scale(0.8125) translateY(-64%);
  transform: scale(0.8125) translateY(-64%);
}

.input-lg.input-material-2 ~ .select2-container .select2-selection--single,
.input-lg.input-material-2 ~ .btn-group .multiselect {
  padding-top: 20px;
}

.input-lg.input-material-2 ~ .select2-container .select2-selection--single .select2-selection__rendered,
.input-lg.input-material-2 ~ .btn-group .multiselect .select2-selection__rendered {
  line-height: 38px;
}

.input-lg.input-material-2 ~ .select2-container .select2-selection--multiple {
  padding-top: 20px;
  padding-bottom: 5px;
}

.input-lg.input-material-2 ~ .select2-container .select2-selection--multiple .select2-search__field {
  height: 33px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .table {
  width: auto;
}

.checkbox-xs {
  width: 16px;
  height: 16px;
}

.checkbox-xs .radio-check {
  width: 7px;
  height: 7px;
}

.checkbox-sm {
  width: 18px;
  height: 18px;
}

.checkbox-sm .radio-check {
  width: 8px;
  height: 8px;
}

.checkbox-md {
  width: 20px;
  height: 20px;
}

.checkbox-md .radio-check {
  width: 9px;
  height: 9px;
}

.checkbox-lg {
  width: 22px;
  height: 22px;
}

.checkbox-lg .radio-check {
  width: 10px;
  height: 10px;
}

.checkbox-ic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #E0E4EB;
  -var-: $rnc-default-border;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: transparent;
  margin-right: 10px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  overflow: visible;
}

.checkbox-ic .legitRipple-ripple {
  background: rgba(1, 128, 134, 0.1);
}

.checkbox-ic:not(.no-animation):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 128, 134, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-text {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio .table {
  width: auto;
}

.radio .table .td:first-child {
  width: 26px;
}

.radio-xs {
  width: 16px;
  height: 16px;
}

.radio-xs .radio-check, .radio-xs:after {
  width: 9px;
  height: 9px;
}

.radio-sm {
  width: 18px;
  height: 18px;
}

.radio-sm .radio-check, .radio-sm:after {
  width: 10px;
  height: 10px;
}

.radio-md {
  width: 20px;
  height: 20px;
}

.radio-md .radio-check, .radio-md:after {
  width: 11px;
  height: 11px;
}

.radio-lg {
  width: 22px;
  height: 22px;
}

.radio-lg .radio-check, .radio-lg:after {
  width: 12px;
  height: 12px;
}

.radio-ic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #E0E4EB;
  -var-: $rnc-default-border;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  color: transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  overflow: visible;
  z-index: 1;
}

.radio-style-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 50%;
  background: #018086;
  -var-: $rnc-active-color;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-style-1 .legitRipple-ripple {
  background: rgba(1, 128, 134, 0.1);
}

.radio-style-1:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 128, 134, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.radio-check {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 50%;
  background: #018086;
  -var-: $rnc-active-color;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-text {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}

.switch {
  cursor: pointer;
}

.switch-wrap {
  position: relative;
}

.switch-text {
  font-size: 14px;
  color: #9a9a9a;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-off {
  color: #222228;
}

.switch-ic {
  border-radius: 10px;
  height: 20px;
  background-color: white;
  position: absolute;
  left: 4px;
  right: 20px;
  top: 3px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.switch-bg {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background-color: #E0E4EB;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.switch-stretch:active .switch-ic {
  right: 16px;
}

.switch-stretch:active input[type="checkbox"]:checked ~ .table .switch-ic {
  left: 16px;
}

input[type="checkbox"]:checked ~ .table .switch-ic {
  right: 4px;
  left: 20px;
  background-color: white;
}

input[type="checkbox"]:checked ~ .table .switch-on {
  color: #222228;
}

input[type="checkbox"]:checked ~ .table .switch-off {
  color: #9a9a9a;
}

input[type="checkbox"]:checked ~ .checkbox-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B clip-path: url(%23clip-ic-check-white); %7D .cls-2 %7B fill: none; %7D .cls-3 %7B fill: %23018086; stroke: %23018086; stroke-width: 3.5px; %7D %3C/style%3E%3CclipPath id='clip-ic-check-white'%3E%3Crect width='64' height='64'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-check-white' class='cls-1'%3E%3Cg id='Group_24' data-name='Group 24'%3E%3Cpath id='Path_5' data-name='Path 5' class='cls-2' d='M0,64V0H64V64Z'/%3E%3Cg id='Group_23' data-name='Group 23' transform='translate(15.549 18.305)'%3E%3Cpath id='Path_6' data-name='Path 6' class='cls-3' d='M67.413,55.576,45.6,77.389,37.307,69.1l-2.731,2.731L45.6,82.852,70.144,58.307Z' transform='translate(-34.576 -55.576)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

input[type="checkbox"]:checked ~ .checkbox-ic:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

input[type="checkbox"]:checked ~ .checkbox-ic {
  border-color: rgba(1, 128, 134, 0.2);
  -var-: $rnc-active-border-color;
  background-color: rgba(1, 128, 134, 0.1);
  -var-: $rnc-active-bg-color;
}

input[type="checkbox"]:checked ~ .checkbox-blue {
  border-color: #018086;
  background-color: #018086;
}

input[type="radio"]:checked ~ .radio-ic {
  border-color: rgba(1, 128, 134, 0.2);
  -var-: $rnc-active-border-color;
  background-color: rgba(1, 128, 134, 0.1);
  -var-: $rnc-active-bg-color-radio;
}

input[type="radio"]:checked ~ .checkbox-text-change {
  color: #018086;
}

input[type="radio"]:checked ~ .radio-style-2.radio-ic {
  border-color: #018086;
  -var-: $rnc-active-color;
  background-color: transparent;
}

input[type="radio"]:checked ~ .radio-style-2.radio-xs {
  border-width: 5px;
}

input[type="radio"]:checked ~ .radio-style-2.radio-sm {
  border-width: 6px;
}

input[type="radio"]:checked ~ .radio-style-2.radio-md {
  border-width: 6px;
}

input[type="radio"]:checked ~ .radio-style-2.radio-lg {
  border-width: 7px;
}

input[type="radio"]:checked ~ .radio-style-1 .radio-check, input[type="radio"]:checked ~ .radio-style-1:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="radio"]:checked ~ .radio-style-1:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .ph20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .ph25 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .ph30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pr5 {
  padding-right: 5px;
}

.pr7 {
  padding-right: 7px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .pr20 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr20 {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .pr25 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr25 {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .pr30 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr30 {
    padding-right: 30px;
  }
}

.pl5 {
  padding-left: 5px;
}

.pl7 {
  padding-left: 7px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .pl20 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl20 {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .pl25 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl25 {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .pl30 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl30 {
    padding-left: 30px;
  }
}

.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pv40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .pv50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pv60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .pb50 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .pt40 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt40 {
    padding-top: 30px;
  }
}

@media (min-width: 0px) {
  .pt50 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .pt50 {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .pt60 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt60 {
    padding-top: 60px;
  }
}

.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mh20 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mh25 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mh30 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mr20 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mr25 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr25 {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mr30 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .ml20 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .ml25 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml25 {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .ml30 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}

.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mv40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .mv50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mv60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .mb50 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .mt40 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt40 {
    margin-top: 30px;
  }
}

@media (min-width: 0px) {
  .mt50 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .mt60 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.list-no-last-mv > *:last-child {
  margin-bottom: 0;
}

.list-no-last-mv > *:first-child {
  margin-top: 0;
}

.list-no-last-mh > *:last-child {
  margin-right: 0;
}

.list-no-last-mh > *:first-child {
  margin-left: 0;
}

.list-no-last-mt > *:first-child {
  margin-top: 0;
}

.list-no-last-mr > *:last-child {
  margin-right: 0;
}

.list-no-last-mb > *:last-child {
  margin-bottom: 0;
}

.list-no-last-ml > *:first-child {
  margin-left: 0;
}

.list-no-last-pv > *:last-child {
  padding-bottom: 0;
}

.list-no-last-pv > *:first-child {
  padding-top: 0;
}

.list-no-last-ph > *:last-child {
  padding-right: 0;
}

.list-no-last-ph > *:first-child {
  padding-left: 0;
}

.list-no-last-pt > *:first-child {
  padding-top: 0;
}

.list-no-last-pr > *:last-child {
  padding-right: 0;
}

.list-no-last-pb > *:last-child {
  padding-bottom: 0;
}

.list-no-last-pl > *:first-child {
  padding-left: 0;
}

.list-ph5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.list-ph7 > * {
  padding-left: 7px;
  padding-right: 7px;
}

.list-ph10 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.list-ph15 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-ph20 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph20 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-ph25 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph25 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-ph30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.list-pr5 > * {
  padding-right: 5px;
}

.list-pr7 > * {
  padding-right: 7px;
}

.list-pr10 > * {
  padding-right: 10px;
}

.list-pr15 > * {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-pr20 > * {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr20 > * {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-pr25 > * {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr25 > * {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-pr30 > * {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr30 > * {
    padding-right: 30px;
  }
}

.list-pl5 > * {
  padding-left: 5px;
}

.list-pl7 > * {
  padding-left: 7px;
}

.list-pl10 > * {
  padding-left: 10px;
}

.list-pl15 > * {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .list-pl20 > * {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl20 > * {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-pl25 > * {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl25 > * {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-pl30 > * {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl30 > * {
    padding-left: 30px;
  }
}

.list-pv5 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-pv7 > * {
  padding-top: 7px;
  padding-bottom: 7px;
}

.list-pv10 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-pv15 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-pv20 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-pv25 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.list-pv30 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pv40 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv40 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .list-pv50 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .list-pv50 > * {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pv60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv60 > * {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-pb5 > * {
  padding-bottom: 5px;
}

.list-pb7 > * {
  padding-bottom: 7px;
}

.list-pb10 > * {
  padding-bottom: 10px;
}

.list-pb15 > * {
  padding-bottom: 15px;
}

.list-pb20 > * {
  padding-bottom: 20px;
}

.list-pb25 > * {
  padding-bottom: 25px;
}

.list-pb30 > * {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pb40 > * {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb40 > * {
    padding-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .list-pb50 > * {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .list-pb50 > * {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pb60 > * {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb60 > * {
    padding-bottom: 60px;
  }
}

.list-pt5 > * {
  padding-top: 5px;
}

.list-pt7 > * {
  padding-top: 7px;
}

.list-pt10 > * {
  padding-top: 10px;
}

.list-pt15 > * {
  padding-top: 15px;
}

.list-pt20 > * {
  padding-top: 20px;
}

.list-pt25 > * {
  padding-top: 25px;
}

.list-pt30 > * {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .list-pt40 > * {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt40 > * {
    padding-top: 30px;
  }
}

@media (min-width: 0px) {
  .list-pt50 > * {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .list-pt50 > * {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-pt60 > * {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt60 > * {
    padding-top: 60px;
  }
}

.list-mh5 > * {
  margin-left: 5px;
  margin-right: 5px;
}

.list-mh7 > * {
  margin-left: 7px;
  margin-right: 7px;
}

.list-mh10 > * {
  margin-left: 10px;
  margin-right: 10px;
}

.list-mh15 > * {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mh20 > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh20 > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mh25 > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh25 > * {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mh30 > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh30 > * {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.list-mr5 > * {
  margin-right: 5px;
}

.list-mr7 > * {
  margin-right: 7px;
}

.list-mr10 > * {
  margin-right: 10px;
}

.list-mr15 > * {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mr20 > * {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr20 > * {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mr25 > * {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr25 > * {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mr30 > * {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr30 > * {
    margin-right: 30px;
  }
}

.list-ml5 > * {
  margin-left: 5px;
}

.list-ml7 > * {
  margin-left: 7px;
}

.list-ml10 > * {
  margin-left: 10px;
}

.list-ml15 > * {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .list-ml20 > * {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml20 > * {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-ml25 > * {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml25 > * {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-ml30 > * {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml30 > * {
    margin-left: 30px;
  }
}

.list-mv5 > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-mv7 > * {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-mv10 > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-mv15 > * {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-mv20 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-mv25 > * {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-mv30 > * {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mv40 > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv40 > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .list-mv50 > * {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .list-mv50 > * {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mv60 > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv60 > * {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.list-mb5 > * {
  margin-bottom: 5px;
}

.list-mb7 > * {
  margin-bottom: 7px;
}

.list-mb10 > * {
  margin-bottom: 10px;
}

.list-mb15 > * {
  margin-bottom: 15px;
}

.list-mb20 > * {
  margin-bottom: 20px;
}

.list-mb25 > * {
  margin-bottom: 25px;
}

.list-mb30 > * {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mb40 > * {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb40 > * {
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) {
  .list-mb50 > * {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .list-mb50 > * {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mb60 > * {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb60 > * {
    margin-bottom: 60px;
  }
}

.list-mt5 > * {
  margin-top: 5px;
}

.list-mt7 > * {
  margin-top: 7px;
}

.list-mt10 > * {
  margin-top: 10px;
}

.list-mt15 > * {
  margin-top: 15px;
}

.list-mt20 > * {
  margin-top: 20px;
}

.list-mt25 > * {
  margin-top: 25px;
}

.list-mt30 > * {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .list-mt40 > * {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt40 > * {
    margin-top: 30px;
  }
}

@media (min-width: 0px) {
  .list-mt50 > * {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .list-mt50 > * {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-mt60 > * {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt60 > * {
    margin-top: 60px;
  }
}

.form-group {
  text-align: left;
}

@media (min-width: 0px) {
  .form-group-xs {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-xs {
    display: inline-block;
    width: 118px;
  }
}

@media (min-width: 0px) {
  .form-group-sm {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-sm {
    display: inline-block;
    width: 162px;
  }
}

@media (min-width: 0px) {
  .form-group-md {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-md {
    display: inline-block;
    width: 185px;
  }
}

@media (min-width: 0px) {
  .form-group-lg {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-lg {
    display: inline-block;
    width: 298px;
  }
}

@media (min-width: 0px) {
  .form-group-xl {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-xl {
    display: inline-block;
    width: 393px;
  }
}

.form-group:after, .form-group:before {
  content: "";
  display: table;
}

.form-group > * {
  font-size: 14px;
}

.form-group-auto {
  display: inline-block;
}

.form-group.no-margin-bottom {
  margin-bottom: 0;
}

.form-group.no-margin-bottom .input-group {
  margin-bottom: 0;
}

.pin-center {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.pin-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.pin-l {
  position: absolute;
  left: 0;
}

.pin-r {
  position: absolute;
  right: 0;
}

.pin-b {
  position: absolute;
  bottom: 0;
}

.pin-t {
  position: absolute;
  top: 0;
}

.pin-tl {
  position: absolute;
  top: 0;
  left: 0;
}

.pin-tr {
  position: absolute;
  top: 0;
  right: 0;
}

.pin-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pin-br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pin-cr {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.pin-cl {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.pin-ct {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.pin-cb {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pin-cr-translate {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  position: absolute;
}

.pin-cl-translate {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  position: absolute;
}

.pin-ct-translate {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: auto;
  position: absolute;
}

.pin-cb-translate {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: auto;
  position: absolute;
}

.pin-c-translate {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

html {
  height: 100%;
}

body {
  color: #222228;
}

.up {
  text-transform: uppercase;
}

.u {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.link {
  color: #018086 !important;
}

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-accordion] {
  line-height: 1;
}

[data-control] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
}

.trigger-box {
  display: none;
}

#menu-trigger {
  display: none;
}

.block-right {
  margin-right: 0;
  margin-left: auto;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-left {
  margin-right: auto;
  margin-left: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
  max-width: 100%;
}

.inline-block-right {
  text-align: right;
  vertical-align: middle;
  font-size: 0;
}

.hover-u:hover {
  text-decoration: underline !important;
}

.hover-c:hover {
  color: #018086;
}

.hover-uc:hover {
  text-decoration: underline;
  color: #018086;
}

.isolated-scroll:not(.sidebar) {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}

.isolated-scroll:not(.sidebar) > * {
  -webkit-transform: translate3d(0, 0, 0);
}

.scroll {
  -webkit-overflow-scrolling: touch;
}

.scroll > * {
  -webkit-transform: translate3d(0, 0, 0);
}

.off-scrolling-ios {
  -webkit-overflow-scrolling: auto;
}

.box:before, .box:after {
  content: " ";
  display: table;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-center {
  vertical-align: middle;
}

.block {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1081px) {
  .scroller-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroller-style::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }
  .scroller-style::-webkit-scrollbar-track {
    width: 17px;
  }
}

.max-height-md {
  height: 300px;
  overflow-y: auto;
}

.wrapper {
  overflow-y: auto;
}

[data-tooltip] {
  cursor: pointer;
}

.breadcrumbs {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0;
  color: #F9F9F9;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs .items {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: #F9F9F9 !important;
  text-decoration: none !important;
}

.legitRipple img {
  z-index: 10;
  position: relative;
}

@media (max-width: 1200px) {
  .hidden-menu-mobile {
    display: none;
  }
}

@media (min-width: 1201px) {
  .show-menu-mobile {
    display: none;
  }
}

.body-overflow {
  width: calc(100% - 17px);
}

.collapse {
  height: 0;
}

.collapse.in {
  height: auto;
}

.tree {
  border: 1px solid #9a9a9a;
  border-radius: 6px;
}

.tree-body {
  height: 177px;
  overflow-y: scroll;
}

.tree:not(:last-child) {
  margin-bottom: 30px;
  margin-top: 7px;
}

@media (min-width: 1081px) {
  .tree::-webkit-scrollbar {
    width: 5px;
  }
  .tree::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }
  .tree::-webkit-scrollbar-track {
    width: 17px;
  }
}

.tree-header {
  padding: 0 15px;
  margin: 10px 0;
}

.tree-header > * {
  margin: 10px 0;
}

.tree-group-header {
  background-color: #eaeff3;
  padding: 7px 15px;
}

.tree-group > .live-search-list {
  padding: 0 15px;
}

.live-search-list li {
  padding: 5px 0;
}

.progress-wrap {
  width: 400px;
  max-width: 90%;
  height: 70px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 40px;
  border-radius: 4px;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-wrap.out {
  opacity: 0;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

.progress-bg {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: #E0E4EB;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.progress-bar {
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: #018086;
}

.progress-backdrop {
  position: fixed;
  z-index: 2999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-backdrop.out {
  opacity: 0;
}

.tooltip-inner {
  color: white;
  background-color: #222228;
}

.tooltip-arrow {
  border-top-color: #222228;
}

.sticky-sidebar {
  will-change: min-height;
}

.sticky-sidebar__inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sticky-sidebar__inner:after {
  content: "";
  display: table;
}

@media (max-width: 992px) {
  .sticky-space {
    padding: 0 !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-xs {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .show-md {
    display: none !important;
  }
}

.clear:after {
  display: table;
  content: "";
  clear: both;
}

.no-m {
  margin: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mh {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-mv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-p {
  padding: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-ph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-pv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.no-border {
  border: 0 !important;
}

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

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
}

.no-u {
  text-decoration: none !important;
}

.no-pointer {
  pointer-events: none;
}

.no-cursor {
  cursor: default;
}

.no-font {
  font-size: 0;
  line-height: 0;
}

.no-radius {
  border-radius: 0 !important;
}

.def-line-height {
  line-height: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.row > * {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0;
}

.row-0 > * {
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
}

.row-0:before, .row-0:after {
  content: " ";
  display: table;
}

.row-0:after {
  clear: both;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}

.row-10 > * {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.row-10:before, .row-10:after {
  content: " ";
  display: table;
}

.row-10:after {
  clear: both;
}

.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
  font-size: 0;
}

.row-15 > * {
  vertical-align: top;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-15:before, .row-15:after {
  content: " ";
  display: table;
}

.row-15:after {
  clear: both;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}

.row-20 > * {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.row-20:before, .row-20:after {
  content: " ";
  display: table;
}

.row-20:after {
  clear: both;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}

.row-30 > * {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row-30:before, .row-30:after {
  content: " ";
  display: table;
}

.row-30:after {
  clear: both;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}

.row-40 > * {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.row-40:before, .row-40:after {
  content: " ";
  display: table;
}

.row-40:after {
  clear: both;
}

.row-center > * {
  vertical-align: middle;
}

.row-bottom > * {
  vertical-align: bottom;
}

.height-100 {
  height: 100%;
}

.list {
  font-size: 15px;
  margin: 0;
  list-style: none;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap > *:not(.flex-stretch) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.lazyload {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  background-color: #E0E4EB;
}

.lazyload.show {
  opacity: 1;
}

.lazyload-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lazyload-wrap {
  position: relative;
  background: #eaeff3;
}

.lazyload-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.lazyload-wrap.load {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #eaeff3;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #E0E4EB), color-stop(18%, #eaeff3), color-stop(33%, #E0E4EB));
  background: linear-gradient(to right, #E0E4EB 8%, #eaeff3 18%, #E0E4EB 33%);
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.lazyload-pro-wrap {
  overflow: hidden;
}

.searching [data-search-term] {
  display: none;
}

[data-search-term].hightlight > span {
  color: #018086;
}

.scrollspy {
  height: 700px;
}
