
@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/Arial-Black.eot');
    src: url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-Black.woff2') format('woff2'),
        url('../fonts/Arial-Black.woff') format('woff'),
        url('../fonts/Arial-Black.ttf') format('truetype'),
        url('../fonts/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Lt';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==================================================
    General
==================================================*/

html,body{
  padding: 0;
  margin: 0;
  height: 100%
}
body{
  font-family:Arial, Tahoma, sans-serif;
  color:#1A1818;
  font-size:13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.50;

  margin:0;
  padding:0;

  position: relative;
  overflow-x: hidden;
}

.pc body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;

}

b, strong{
  font-weight: bold;
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  color:inherit;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
}

.nowrap{ white-space: nowrap; }

a{
  color:inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a:hover{ text-decoration: none; color:inherit; }

.star{ color: red }

.form-control{
 -webkit-appearance: none;

  border-radius: 0;
  padding:0;

  color: #1A1818;
  font-weight: 600;
  font-size:inherit;

  height:52px;
  line-height:52px;
  border-radius:0;
  border:0;
  border-bottom:1px solid #111111;
  background-color: #ffffff;
  font-family: inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

textarea.form-control{
  height: 150px;
  line-height: normal;
  padding-top: 15px;
}

.radio-group,
.checkbox-group{
  padding-left:0;
  position:relative;
  list-style-type:none;
  margin:0px;
  padding:0px;
  text-align:center;
  display:inline-block;
  vertical-align:top
}
.radio-group{ display:inline-block; position:relative}
.radio-group.block{display: block; margin-left:0 !important }


.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;

}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  display: inline-block;

  margin-right: 5px;
  position: absolute;
  left:0;
  top:4px;
  background-color:#fff;
  border:1px solid var(--color-gray-dark);
  width:19px;
  height:19px;

  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.radio-group label:before {
  top:4px;
  width:16px;
  height:16px;
  border:2px solid var(--color-primary);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}


.radio-group label,
.checkbox-group label {
  position:relative;
  padding-left:35px;
  padding-right:15px;
  text-align:left;
  margin:1px 0;
  display:block;
  font-weight:400;
  font-size:inherit;
  line-height:inherit;
  cursor:pointer;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.checkbox-group label{color: inherit;}
.checkbox-group label span{ font-size: 12px; font-style: italic; color: #8f8f8f }
.radio-group label{color: inherit; padding-left: 30px}


.radio-group input[type="radio"]:checked + label:after{
  content: "";
  color: #ea6f21;
  background-color:var(--color-primary);
  position:absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.checkbox-group input[type="checkbox"]:checked + label:after,
.checkbox-group input[type="checkbox"]:checked + span + label:after {
    content: "";
    color: #ea6f21;
  background-color:var(--color-blue-medium);
  background-image: url(../img/icons/icon-check-mark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;

  position:absolute;

    top: 4px;
    left: 0px;
    width: 19px;
    height: 19px;
    background-size: 12px;
}

.radio-group.no-text,
.checkbox-group.no-text{
  width: 29px;
  height: 29px;
  margin-top:-2px;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  font-weight: normal;
  opacity:1;
}

.form-control::-moz-placeholder {
  color: inherit;
  font-weight: normal;
  opacity:1;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  font-weight: normal;
  opacity:1;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  font-weight: normal;
  opacity:1;
}

.form-control::placeholder {
  color: inherit;
  font-weight: normal;
  opacity:1;
}

.form-control:focus{
  border-color: inherit;
  background-color: #ffffff;
  box-shadow: none!important;
  color: inherit;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e2e2e2;
  border-color: #c7c7c7;
}
.select-hidden {
  opacity: 0;
  visibility: hidden;
  padding-right: 0;

  width: 100%;
  height: 50px;

  position: relative;
  z-index: 99
}
.select {
  position:relative;
  padding-left:0 !important;
  padding-right: 0;
  cursor:pointer;
  display:block;
  margin-bottom:0;
  height: 50px;
  cursor: pointer;
  font-weight: 300;
}



.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding:0 30px 0 20px;
  line-height: 50px;
  white-space: nowrap;
  color:var(--color-gray-primary);
  font-weight: normal;
  font-size: inherit;
  border-radius: 5px;
  border:1px solid var(--color-gray-normal);
  background-color: #ffffff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.has-value .select-styled{ color: rgba(79,79,79,1);}

.select-styled:after {
  content:'';
  position: absolute;
  right: 10px;
  top: 50%;
  width:16px;
  height:16px;
  vertical-align:top;
  margin-left:1px;
  margin-top:-8px;

  background-image: url(../img/icons/icon-arrow-option.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

   -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding:5px 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #f1f1f1;
  border-radius: 5px;
  max-height: 200px;
  overflow-x: auto;
}
.select-options li {
  margin: 0;
  padding: 1px 20px;
  line-height: normal;
  text-indent: 0;
  font-size: inherit;
  font-weight: inherit;
  color: #333333;
  font-family: inherit;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}


span.error{
  font-family: inherit;
  font-size: 11px;
  padding-top: 5px;
  color: red;
  display: block;
  text-align: right;
}
.form-control.error,
.custom-select.error{
  border-color: red
}
.form-control.error:focus,
.custom-select.error:focus {
    box-shadow: 0 0 0 .2rem rgba(255,5,5,.25);
}

.select .error + .select-styled{border-color: red}
.select.has-value select{ margin-bottom:0  }
.select.has-value select.error + .error{ display: none; }
.select.has-value .error + .select-styled{border:1px solid #BDBDBD}

.custom-file input.error + span + .custom-file-label{border-color: red}

.btn{
  position: relative;
  border:0;
  padding: 0 20px;
  height:60px;
  line-height: 60px;
  font-family:inherit;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background-color: #111111;
  border-radius: 0;
  border:0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn span{
  display:inline-block;
  position: relative;
  z-index: 9;
}
.btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity:0;
  background-color: rgba(255,255,255,0.2);
  transition: all 0.3s ease-in-out;
}
.pc .btn span{color: #ffffff}
.pc .btn:hover:before{ opacity: 1 }


.btn[disabled]{
  border-color: #D4EAEA;
  background-color:#D4EAEA;
  color:#A1C9C9;
  line-height: 56px;
  pointer-events: none;
  opacity: 1;
}


.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}


.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
  background-color: transparent;
}


.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
}
.buttons{
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.buttons.d-flex{
  -ms-flex-pack: center;
  justify-content: center ;
}
.buttons.center .btn{
  margin: 0 auto;
}

svg path,
svg rect,
svg line,
svg circle,
svg polygon{
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

/*==================================================
    Icon Setup
==================================================*/

.icons{
  display:inline-block;
  position:relative;
  vertical-align:middle;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.icons.before:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.pc .btn:hover .icons.before:before{ opacity: 1; }
.inline-black{
  display: inline-block;
  padding: 0 10px
}

/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
  height:5px;
  vertical-align:top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.arrow-left{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-right{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-up{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-down{
   margin-left:1px;
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.container{
  max-width:100%;
  padding-left:180px;
  padding-right:180px;
  position: relative;
  z-index: 9;
}

.container-fluid{
  max-width:100%;
  padding-left:65px;
  padding-right:65px;
}

@media (max-width: 1680px) {}

@media (max-width: 1440px) {
  .container{
    padding-left:150px;
    padding-right:150px;
  }

  .btn{
    height: 55px;
    line-height: 55px;
    font-size: 16px
  }
}

@media (max-width: 1199px) {
  .container{
    padding-left:120px;
    padding-right:120px;
  }
  .container-fluid{
    padding-left:50px;
    padding-right:50px;
  }
}

@media (max-width: 991.98px) {
  .container{
    padding-left:50px;
    padding-right:50px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid{
    padding-left:25px;
    padding-right:25px;
  }

  .btn{
    height: 50px;
    line-height: 50px;
    font-size: 15px
  }
}

.compensate-for-scrollbar{ margin-right: 0 !important }
.compensate-for-scrollbar .header{ right: 0 }
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }

/*==================================================
    Header Setup
==================================================*/

:root {
  --color-black: #222222;
  --page-space-top:181px;
}

.page{
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: var(--page-space-top);
}

@media (max-width:1680px) {
  :root {
    --page-space-top:151px;
  }
}

@media (max-width:1440px) {
  :root {
    --page-space-top:121px;
  }
}

@media (max-width:991.98px) {
  :root {
    --page-space-top:141px;
  }
}

@media (max-width:767px) {
  :root {
    --page-space-top:77px;
  }
}

.blue-primary{color: var(--color-blue-primary)}

.header,
.header .container-fluid,
.navbar-brand,
.navbar-main,
.nav-main li a,
.nav-main li a span,
.nav-main > li > a > span:before{
   -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:0;
  z-index: 1010;
}
.header .container-fluid{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#ffffff;
  border-bottom: 1px solid #ffffff;
}

.scrolling .header .container-fluid{
  padding-top:15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.scrolling .header .navbar-brand{
  width: 60px;
  height: 56px;
}

.navbar-brand{
  width: 76px;
  height: 71px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  display: block;
  vertical-align: middle;
}
.navbar-brand img{
  width: 100%;
  display: block;
  vertical-align: top;
  height: -webkit-fill-available;
}

.nav-general{
  float: right;
  margin:0 -15px;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: unset;
  flex-wrap:unset;
}
.nav-general > li > a,
.nav-general > li > span{
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
}

.nav-general > li.nav-search > span svg{
  width: 20px;
  height: 20px;

}

.nav-general > li.nav-links > a .icon-arrow{
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/icon-arrow.svg);
  top: -2px;
  left: 0;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.pc .nav-general > li.nav-links > a:hover .icon-arrow{left: 7px}

.search-general{display: none;}


.btn.btn-icon{
  padding: 0 !important;
  border:0 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  z-index: 1060;
  float: left;
  border-radius: 0;
  position: relative;
  top: -1px;
  overflow: visible;
}

.btn.btn-icon.in-sidebar{
  position: absolute;
  display: none;
}

.btn.btn-icon{
  height: 20px;
  line-height: 25px;
  top: 0;
  opacity: 1 !important
}
.btn-icon:before{display: none;}
.btn-icon .group{
  display: block;
  position: relative;
  width: 28px;
  height:10px;
  margin: 0 auto 0
}
.btn-icon .group span{
  height: 2px;

  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px
}
.btn-icon .group span:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:var(--color-black);
  transition: all 0.25s ease-in-out;
}
.btn-icon .group span:nth-child(1):before{ width: 100%; }
.btn-icon .group span:nth-child(2):before{ width: 17px; }

.pc .btn-icon:hover span:nth-child(1):before { width: 17px }
.pc .btn-icon:hover span:nth-child(2):before { width: 100% }

.btn-icon .group span:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon .group span:nth-child(2) {
    top: 9px;
    -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.nav-opened .btn-icon .group span:nth-child(1),
.search-opened .btn-icon .group span:nth-child(1){
   -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(2px, 2px, 0)
}

.btn-icon.close .group span:nth-child(2),
.nav-opened .btn-icon .group span:nth-child(2),
.search-opened .btn-icon .group span:nth-child(2) {
     -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
    transform: rotate(-45deg) translate3d(4px, -4px, 0)
}

.pc .btn-icon:hover span:nth-child(1):before { width: 17px }
.pc .btn-icon:hover span:nth-child(2):before { width: 100% }

.btn-icon.close span:nth-child(1):before,
.nav-opened .btn-icon span:nth-child(1):before,
.nav-closing .btn-icon span:nth-child(1):before ,
.search-opened .btn-icon span:nth-child(1):before { width: 100% !important }

.btn-icon.close span:nth-child(2):before,
.nav-opened .btn-icon span:nth-child(2):before,
.nav-closing .btn-icon span:nth-child(2):before,
.search-opened .btn-icon span:nth-child(2):before { width: 100% !important }


.page-slideout,
.header-slideout {
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.page-slideout{
    position: relative;
    /*z-index: 1010;*/
    background-color: #fff;
    overflow: hidden;
}

.nav-closing .page-slideout,
.nav-opened .page-slideout{z-index: 1040;}
.nav-closing .header-slideout,
.nav-opened .header-slideout{z-index: 1043;}

.page-blocker{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:transparent;
  z-index: 1050;

  pointer-events: none;
  transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;

}

.nav-opened .page-slideout,
.nav-opened .header-slideout,
.nav-opened .page-blocker {
  -webkit-transform: translate(370px, 0);
  -ms-transform: translate(370px, 0);
  transform: translate(370px, 0);
  -webkit-transform: translate3d(370px, 0, 0);
  transform: translate3d(370px, 0, 0);
}
.nav-opened .page-blocker{
  pointer-events: auto;
  display: block;
  cursor: pointer;
  background-color:transparent;
}

.navbar-sidebar{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1050;
  width: 410px;
  /*overflow: hidden; */
  padding: 0;

  background-color:#000000;
  align-items:normal;
  -ms-flex-align:normal;

   -webkit-transform: translate(-410px,0);
  -ms-transform: translate(-410px,0);
  transform: translate(-410px,0);
  -webkit-transform: translate3d(-410px, 0, 0);
  transform: translate3d(-410px, 0, 0);

    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.nav-opened .navbar-sidebar{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar-sidebar .inner{
  display: block;
  padding:70px 0 0 55px;
  height: 100%;
  max-height:100vh;
}
.nav-sidebar{
  padding: 0;
  margin:0 0 65px;
  list-style-type: none;
  color: #ffffff;
  font-size: 13px;
}
.nav-sidebar li{
  display: block;
  position: relative;
  padding: 0;
  margin:0;
}
.nav-sidebar li a{
  display: block;
  color: #ffffff;
}
.pc .nav-sidebar li a:hover{ opacity: 0.8 }
.nav-sidebar li a .arrow{
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 20px;
  margin-top:3px;
   /*transition: all 0.2s ease-in-out;*/
}
.nav-sidebar li a .arrow:before{
  content: '';
  position: absolute;

  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

  border-top: 9px solid #fff;


}

.nav-sidebar li a[aria-expanded="true"] .arrow{
   -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top:-9px;
}

.nav-sidebar > li > a{
  font-weight: bold;
  font-size: 25px;
  padding: 12px 0;
}

.nav-sidebar > li.nav-lang{
  margin-top: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.nav-sidebar > li.nav-lang a{
  display: inline-block;
  padding: 0 3px;
  font-weight: normal;
}
.nav-sidebar > li.nav-lang a:first-child{
  margin-left: 5px;
}
.pc .nav-sidebar > li.nav-lang a:hover{ opacity: 0.75 }
.pc .nav-sidebar > li.nav-lang p{margin:0;}

.nav-sidebar > li.nav-contact{
  margin-top: 45px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;

  position: absolute;
  left: 55px;
  bottom: 200px;
}
.nav-sidebar > li.nav-contact strong{
  font-weight: bold;
}
.nav-sidebar > li.nav-contact a{
  color: #ffffff;
}
.nav-sidebar > li.nav-contact p{margin-bottom: 3px}

.nav-sidebar ul.submenu{
  font-size: 18px;
  margin:0;
  padding: 0 0 30px 10px;
  list-style-type: none;
}

.nav-sidebar ul.submenu li:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background-color: #ffffff;
  border-radius: 50%;
}

.nav-sidebar ul.submenu li a{
  display: block;
  padding:10px 0 10px 20px;
  text-transform: uppercase;
}

.navbar-sidebar .copyright{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #A7A7A7;
  background-color: #000;
  padding: 15px 55px 35px;
  font-size: 13px
}

.navbar-sidebar .scrollbar-inner > .scroll-element .scroll-element_track,
.navbar-sidebar .scrollbar-inner > .scroll-element .scroll-bar{ background-color: transparent; }


@media (max-width:1680px) {
  .page{padding-top:var(--page-space-top)}
  .header .container-fluid{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-sidebar .inner{padding-top: 58px}
  .nav-sidebar > li > a{font-size: 22px}
  .nav-sidebar li a .arrow:before{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
  }
  .nav-sidebar > li.nav-lang{margin-top: 40px}
  .nav-sidebar > li.nav-contact{margin-top: 35px}

  .nav-sidebar ul.submenu{padding-bottom: 20px}
  .nav-sidebar ul.submenu li a{
    padding: 7px 0 7px 20px
  }

  .nav-sidebar > li.nav-contact{bottom: 180px}
}

@media (max-width:1440px) {
  .page{padding-top:var(--page-space-top)}
  .header .container-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .scrolling .header .navbar-brand{
    width: 50px;
    height: 47px;
  }

  .navbar-brand{
    width: 65px;
    height: 61px;
  }
  .nav-general{
    position: relative;
    top: 3px
  }
  .nav-general > li > a{font-size: 13px}
  .nav-general > li.nav-links > a .icon-arrow{ width: 13px; height: 13px;top:-3px  }
  .nav-general > li.nav-search > span{position: relative; top: -1px}
  .nav-general > li.nav-search > span svg{ width: 18px; height: 18px; }

   .nav-sidebar > li.nav-contact{bottom: 140px; left: 45px}
  .navbar-sidebar .inner {
    padding: 40px 0 0 45px;
  }
  .nav-sidebar > li > a{
    font-size: 18px;
    padding: 10px 0
  }

  .nav-sidebar li a .arrow{margin-left: 10px;}


  .nav-sidebar ul.submenu li::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .nav-sidebar ul.submenu li a{
    font-size: 16px;
    padding: 5px 0 5px 15px
  }
  .nav-sidebar > li.nav-lang{margin-top: 30px}
  .nav-sidebar > li.nav-contact{margin-top: 25px}
  .navbar-sidebar .copyright{padding:15px 45px 35px }

  .navbar-sidebar{
    width: 360px;
    -webkit-transform: translate(-360px,0);
      -ms-transform: translate(-360px,0);
    transform: translate(-360px,0);
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);

  }

  .nav-opened .page-slideout,
  .nav-opened .header-slideout,
  .nav-opened .page-blocker {
    -webkit-transform: translate(330px, 0);
    -ms-transform: translate(330px, 0);
    transform: translate(330px, 0);
    -webkit-transform: translate3d(330px, 0, 0);
    transform: translate3d(330px, 0, 0);
  }
}

@media (max-width:991.98px) {
  .page{padding-top:var(--page-space-top)}

  .header .container-fluid{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-sidebar .inner{padding-top: 60px;}
  .nav-sidebar > li.nav-lang{margin-top: 10vh;}
  .nav-general > li.nav-search > span{top: -3px}
  .nav-sidebar > li.nav-contact{bottom: 195px;}
  .navbar-sidebar .copyright {
    padding: 25px 45px 35px;
}
  .navbar-sidebar{
    width: 50vw;
    -webkit-transform: translate(-50vw,0);
    -ms-transform: translate(-50vw,0);
    transform: translate(-50vw,0);
    -webkit-transform: translate3d(-50vw, 0, 0);
    transform: translate3d(-50vw, 0, 0);
  }

  .nav-opened .page-slideout,
  .nav-opened .header-slideout,
  .nav-opened .page-blocker {
    -webkit-transform: translate(46vw, 0);
    -ms-transform: translate(46vw, 0);
    transform: translate(46vw, 0);
    -webkit-transform: translate3d(46vw, 0, 0);
    transform: translate3d(46vw, 0, 0);
  }

  @media (max-height:550px) {
    .nav-sidebar{margin-bottom: 120px;}
    .nav-sidebar > li.nav-lang{margin-top: 30px;}
    .navbar-sidebar .copyright{
      padding-top: 20px;
      padding-bottom: 20px;
    }

     .nav-sidebar > li.nav-contact{
      bottom: auto !important;
      position: relative;
      left: auto;
    }
  }
}

@media (max-width:767px) {
  .page{padding-top:var(--page-space-top)}
  .btn.btn-icon.in-sidebar{
    display: block;
    right:20px;
    top: 25px;
  }
  .btn-icon.in-sidebar .group span:before {
    background-color: #ffffff;
  }

  .header .container-fluid,
  .scrolling .header .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand{
    width: 50px;
    height: 47px;
  }

  .navbar-sidebar{
    width: 85vw;
    -webkit-transform: translate(-85vw,0);
    -ms-transform: translate(-85vw,0);
    transform: translate(-85vw,0);
    -webkit-transform: translate3d(-85vw, 0, 0);
    transform: translate3d(-85vw, 0, 0);

  }

  .nav-opened .page-slideout,
  .nav-opened .header-slideout {
    -webkit-transform: translate(46vw, 0);
    -ms-transform: translate(46vw, 0);
    transform: translate(46vw, 0);
    -webkit-transform: translate3d(46vw, 0, 0);
    transform: translate3d(46vw, 0, 0);
  }
  .nav-opened .page-blocker{
    -webkit-transform: translate(85vw, 0);
    -ms-transform: translate(85vw, 0);
    transform: translate(85vw, 0);
    -webkit-transform: translate3d(85vw, 0, 0);
    transform: translate3d(85vw, 0, 0);
  }
  .navbar-sidebar .inner{
    padding-top: 10vh;
    padding-left: 40px
  }
  .nav-sidebar > li > a{
    font-size: 16px;
    padding: 9px 0;
  }
  .nav-sidebar > li.nav-lang{margin-top: 17vw;}

  .nav-sidebar li a .arrow::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
  }

  .nav-sidebar ul.submenu li a{
    font-size: 14px;
    padding: 4px 0 4px 15px
  }
  .nav-sidebar ul.submenu li::before {
    width:5px;
    height: 5px;
    margin-top: -2px;
  }

  .nav-general {margin:0;}
  .nav-general > li > a,
  .nav-general > li > span{
    padding:10px 0;
    white-space: nowrap;
  }
  .nav-sidebar > li.nav-lang,
  .nav-sidebar > li.nav-contact{font-size: 12px}
  .nav-sidebar > li.nav-contact{margin-top: 20px; bottom: 160px}
  .nav-sidebar > li.nav-contact p{ margin-bottom: 10px }

  .nav-general > li.nav-links{display: none;}

  .navbar-sidebar .copyright{
    padding:30px 40px;
    font-size: 11px;
  }

  @media (max-height:500px) {
    .navbar-sidebar{
      width: 280px;
      -webkit-transform: translate(-280px,0);
      -ms-transform: translate(-280px,0);
      transform: translate(-280px,0);
      -webkit-transform: translate3d(-280px, 0, 0);
      transform: translate3d(-280px, 0, 0);
    }
    .nav-opened .page-slideout,
    .nav-opened .header-slideout {
      -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
      transform: translate(200px, 0);
      -webkit-transform: translate3d(200px, 0, 0);
      transform: translate3d(200px, 0, 0);
    }
    .nav-opened .page-blocker{
      -webkit-transform: translate(280px, 0);
      -ms-transform: translate(280px, 0);
      transform: translate(280px, 0);
      -webkit-transform: translate3d(280px, 0, 0);
      transform: translate3d(280px, 0, 0);
    }
    .nav-sidebar > li.nav-lang{margin-top:20px;}
    .navbar-sidebar .copyright{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .navbar-sidebar .inner{
      padding-top: 25px;
    }
    .nav-sidebar ul.submenu{padding-bottom: 10px}
    .nav-sidebar > li > a{
      font-size: 15px;
      padding: 7px 0;
    }
  }
}

/*==================================================
    Section - setup
==================================================*/
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#ffffff;
    z-index: 1080;

    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.preload .logo-loader{
  width: 110px;
  height: 110px;
  position: relative;
  display: block;
  margin:0 auto;

  /*-webkit-mask-image:
    linear-gradient(to right,transparent,#fff,transparent);
  -webkit-mask-size:300% 100%;
  mask-image: linear-gradient(to right,transparent,#fff,transparent);
  mask-size:300% 100%;
  animation: clip-fade 3s infinite alternate;*/
}
.preload .logo-loader img{
  width: 110px;
  height: 110px;
  display: block; 

    /*-webkit-animation: fadeInFromNone 1.2s ease-out;
    -moz-animation: fadeInFromNone 1.2s ease-out;
    -o-animation: fadeInFromNone 1.2s ease-out;
    animation: fadeInFromNone 1.2s ease-out;*/

}
 
@-webkit-keyframes fadeInFromNone {
    0% {
      top: 40px;
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
      top: 0;
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes clip-fade {
  100% {
    -webkit-mask-position: right;
    mask-position: right;
  }
}


svg.tea {
  --secondary: #33406f;
  margin: 0 auto
}
svg.tea #teabag {
  transform-origin: top center;
  transform: rotate(3deg);
  animation: swing 2s infinite;
}
svg.tea #steamL {
  stroke-dasharray: 13;
  stroke-dashoffset: 13;
  animation: steamLarge 2s infinite;
}
svg.tea #steamR {
  stroke-dasharray: 9;
  stroke-dashoffset: 9;
  animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-o-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl{
  display: block;
}

.section{
  display: block;
  position: relative;
  padding:60px 0;
}
.section.bg-gray{
  background-color: rgba(167,167,167,0.06);
}
.section-title{
  display: block;
  padding-bottom: 20px
}
.section-title.center{
  text-align: center;
}
.title-lg{
  font-size: 40px;
}

.background{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.background.contain{background-size: contain;}

.device .background.parallaxie{
  background-attachment: scroll !important;
  background-position: center center !important;
}

.row.space-0{ margin:0}
.row.space-0 > div{ padding:0}

.row.space-5{ margin:0 -5px}
.row.space-5 > div{ padding:0 5px}

.row.space-8{ margin:0 -8px}
.row.space-8 > div{ padding:0 8px}

.row.space-10{ margin:0 -10px}
.row.space-10 > div{ padding:0 10px}

.row.space-20{ margin:0 -20px}
.row.space-20 > div{ padding:0 20px}

.row.space-25{ margin:0 -25px}
.row.space-25 > div{ padding:0 25px}

.row.space-30{ margin:0 -30px}
.row.space-30 > div{ padding:0 30px}

.light{ font-weight: 300 !important }
.regular{ font-weight: 400 !important }
.medium{ font-weight: 500 !important }
.semibold{ font-weight: 600 !important }
.bold{font-weight: bold !important }
.italic{font-style: italic;}

.breadcrumb{
  padding:0 0 20px;
  border-radius: 0;
  background-color: transparent;
  color:#5D5D5D;
  margin-left: -15px;
  margin-bottom: 0;

  font-size: 12px;
  font-weight:normal;
}
.breadcrumb .breadcrumb-item{
  position: relative;
  padding:0 15px;

}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span{
  position: relative;
  font-size: inherit;
  display: inline-block;
}
.breadcrumb .breadcrumb-item span{ color:#A7A7A7 }
.pc .breadcrumb .breadcrumb-item a:hover{text-decoration: underline; }

.breadcrumb .breadcrumb-item:before{
  content: '';
  position: absolute;
  left: auto;
  right:-7px;
  top:3px;
  padding: 0 !important;

  width:12px;
  height:12px;
  vertical-align:top;

  background-image: url(../img/icons/icon-page-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

}
.breadcrumb .breadcrumb-item.active:before {display: none;}

@media (max-width:1680px) {
  .title-lg{font-size:34px;}
}

@media (max-width:1440px) {
  .title-lg{font-size:30px;}
}

@media (max-width:1280px) {
  .title-lg{font-size:24px;}
}

@media (max-width:1024px) {
  .title-lg{font-size:22px;}
  .section{ padding: 40px 0; }
  .breadcrumb{padding-bottom: 10px}
}

@media (max-width:991.98px) {
  .breadcrumb{
    font-size: 11px;
    margin: 0 -10px;
  }
  .breadcrumb .breadcrumb-item{padding: 0 10px}
  .breadcrumb .breadcrumb-item::before {
    width: 10px;
    height: 10px;
    top:4px;
    right: -5px;
  }
}

@media (max-width:767px) {
  .section{ padding:35px 0; }
  .title-lg{font-size:20px;}
}

@media (max-width:320px) {}



/*==================================================
    Section - Search General
==================================================*/

.search-general-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1055;

  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.search-opened .search-general-container{
  opacity: 1;
  pointer-events: auto;
}

/*.search-general-container .navbar-brand{
  margin-top: 55px;
}*/

.search-general-content{
  display: block;
  width: 60vw;
  max-width: 1200px;
  margin:10vw auto 0
}
.search-general-content h6{
  font-size: 16px;
  font-weight: bold;
  color: var(--color-black);
  margin-bottom: 30px;
}

.search-general-content .form-control{
  font-size: 50px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  padding-right: 40px;
}

.search-general-content .input-block{
  position: relative;
}
.search-general-content .btn-search{
  position: absolute;
  bottom:15px;
  right: 10px;
  padding:0 0;
  margin:0;
  height: 50px;
  line-height: 50px;
  background-color: transparent !important;
}
.search-general-content .btn-search:before{display: none;}
.search-general-content .btn-search svg{
  width: 45px;
  height: 45px;
}

.search-general-content .btn-search svg path{
  fill: rgba(0,0,0,0.23);
  opacity: 1;
}
.search-general-content .btn-search:hover svg path{
  fill: rgba(0,0,0,1);
}



.form-effect .input-block{
  display: block;
  background-color: transparent;
  border-bottom:1px solid #111111;
  padding:17px 0 0 0;
  margin: 0 0 15px 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  border-radius: 0;
  position: relative;

  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.form-effect .form-control{
  padding: 0;
  margin: 0;
  border:0;
  background-color: transparent;
  padding-top: 10px;
  height:50px;
  line-height: normal;
  color:#1A1818;
  font-size: 13px;
  font-weight: normal;

  box-shadow: none !important;
}
.form-effect textarea.form-control{
  height: 130px;
  line-height: normal;
}

.form-effect .input-text{
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 9;

  padding: 0;
  font-size: 13px;
  color:rgb(26,24,24,0.52);
  font-weight: normal;

  transition: 0.2s ease all;

  -moz-user-select: none;
  pointer-events: none;
  white-space: nowrap;
  pointer-events: none;
}

.form-effect .error-label{
  color: red;
  font-size: 11px;
  font-weight: normal;

  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 9;

  pointer-events: none;
  opacity: 0;
}

.form-effect .input-block.has-value .input-text{
  top:8px;
  font-size: 10px;
  font-weight: bold;
  color:rgb(26,24,24,1);

}

.form-effect .input-block.field-error{
  border-bottom:1px solid red;
}

.form-effect .input-block.field-error .error-label{ opacity: 1}

@media (max-width:1680px) {
  .search-general-content .form-control{
    font-size:40px;
    height: 55px;
    line-height: 55px;
  }

  .search-general-content .btn-search{
    bottom: 6px
  }

  .search-general-content .btn-search svg{
    width: 40px;
    height: 40px;
  }
}
@media (max-width:1440px) {
  .search-general-content{ margin-top: 8vw }

  .search-general-content .form-control{
    font-size:35px;
  }

  .search-general-content .btn-search svg{
    width: 35px;
    height: 35px;
  }

  .search-general-content h6{font-size: 15px}

}


@media (max-width:1024px) {
  .search-general-content{ margin-top:22vw }

  .search-general-content .form-control{
    font-size:25px;
  }

  .search-general-content .btn-search{
    height: 40px;
    line-height: 40px;
  }
  .search-general-content .btn-search svg{
    width: 28px;
    height: 28px;
  }

  .search-general-content h6{font-size: 14px}
}
@media (max-width:767px) {

  .search-general-content {
    width: 100%;
    padding: 0 30px;
  }
  .search-general-content .form-control{
    font-size:16px;
    height: 40px;
    line-height: 40px
  }

  .search-general-content .btn-search{
    height: 40px;
    line-height: 40px;
  }
  .search-general-content .btn-search svg{
    width: 22px;
    height: 22px;
  }

  .search-general-content h6{font-size: 12px}


}
/*==================================================
    Section - Banner
==================================================*/

.textrow {
    display: block;
    position: relative;
    overflow: hidden;
}
.textrow > span{
  display: block;
}

.section-banner .container-fluid{
  padding-right: 0
}

.section-banner .swiper-overflow{
  width:80%;
  display: block;
  padding-bottom: 80px;
  margin-left: auto;
  height: calc(100vh - var(--page-space-top));
  position: relative;
}

.swiper-banner ,
.swiper-banner .swiper-wrapper
.swiper-banner .swiper-slide {
  height: 100%;
  background-color: #ccc;
}

.swiper-banner .background{/*background-position: top center*/}

.swiper-banner-caption{
  position: absolute;
  top: 0;
  left: 55px;
  height: 50vh;
  display: flex;
  z-index: 100;
  transition: all 0.4s ease-in-out;

 

  -ms-flex-align: center;
  align-items: center;
}
.nav-opened .swiper-banner-caption{ left: 85px }

.swiper-banner-caption .inner{
   background-color: rgba(255,255,255,0.25);
   display: inline-block;
   padding: 15px
}
.swiper-banner-caption h2,
.swiper-banner-caption h5{/*
  font-family: 'Roboto Bk';*/
  font-family: 'Heebo', sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.1;
  color: var(--color-black);
  text-transform: uppercase;
}

.swiper-banner-caption h2{
  /*font-size: 100px;*/
  font-size: 5.3vw;
  text-transform: uppercase;
  letter-spacing:25px;
}
.swiper-banner-caption h5{
  /*font-size: 60px;*/
  font-size: calc(2.98vw - 16px); /*3.21vw*/
  letter-spacing:20px;
  padding-left: 6px;
}

.swiper-buttons{
  position: absolute;
  left: 0;
  right: 55px;
  bottom: 25px;
  height: 30px;
}
.swiper-pagination-fraction{
  font-size: 16px;
  bottom: 0
}
.swiper-pagination-fraction span.line{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  border-top: 2px solid #898989;
  margin: -1px 15px 0
}

.swiper-button-next,
.swiper-button-prev{
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
  background-size: 12px;
  margin-top: -14px;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  border:0 !important;
  background-color: transparent !important;
  outline: 0 !important
}
.swiper-button-prev{
  right: 50px;
  background-image: url(../img/icons/icon-page-prev.svg);
}
.swiper-button-next{
  right: 0;
  background-image: url(../img/icons/icon-page-next.svg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !important;
}

.swiper-button-next, .swiper-button-prev{}


.swiper-buttons.static{
  position: relative;
  bottom: auto;
  right: 0;
  margin:25px 0 50px;
  margin-right: -10px;
}

@media (max-width:1680px) {
  .section-banner .swiper-overflow{
    padding-bottom: 60px
  }
  .swiper-buttons{bottom: 18px}
  .swiper-button-prev{right: 45px}
}

@media (max-width:1440px) {
  .section-banner .swiper-overflow{
    padding-bottom: 50px
  }
  .swiper-pagination-fraction{font-size: 14px}
  .swiper-buttons{bottom: 14px}
  .swiper-button-next, .swiper-button-prev{
    background-size: 10px;
    margin-top: -11px;
  }
  .swiper-pagination-fraction span.line{ width: 25px }
  .swiper-button-prev{right: 45px}

  .swiper-banner-caption h5 {
    letter-spacing: 10px; 
    font-size:calc(4.15vw - 13.5px)
  }
}



@media (max-width:1024px) {
  .section-banner .swiper-overflow{
  /*(var(--vh,1vh)*/
    height:calc((var(--vh, 1vh) * 100) - var(--page-space-top));
    min-height: 400px;
  }

  .swiper-banner-caption h2{font-size:55px; }
  .swiper-banner-caption h5{font-size:34px; margin-left: -5px }

}
@media (max-width:991.98px) {
  .section-banner .swiper-overflow{
    width:90%;
    padding-bottom: 100px;
  }

  .swiper-buttons{right: 25px; bottom: 34px;}

  

  @media (max-height:550px) {
    .section-banner .swiper-overflow{
      width: 76%;
      padding-bottom: 65px;
    }
    .swiper-banner-caption{
      padding-left: 10vw
    }
    .swiper-banner-caption h2{font-size:40px; }
    .swiper-banner-caption h5{font-size:26px }

    .swiper-buttons{
      left: 0;
      right: 50px;
      bottom: 22px;
    }
    .swiper-pagination{
      text-align: left;
    }
  }


}

@media (max-width:767px) {
  .section-banner .swiper-overflow{ min-height: 300px}
  .swiper-buttons{ right: 20px }
  .swiper-banner-caption{padding-left: 4vw}
  .swiper-banner-caption .inner{ background-color: transparent; }
  .swiper-banner-caption h5{padding-left: 2px;margin-left: 0}
}


@media (max-width:576px) {
  .section-banner .swiper-overflow{
    width: 100%;
    padding-bottom: 65px;
  }
  .section-banner .container-fluid{
    padding-left: 0;
  }
  .swiper-banner-caption{
    left: 0px;
    right: 0;
    text-align: center;
    height:75vh;
    padding: 0;
  }
  .swiper-banner-caption .heading{
    margin: 0 auto;
    padding: 15px 15px  15px 15px;
    /*background-color: rgba(255,255,255,0.78);*/
    color: #ffffff
  }
  .swiper-banner-caption h2{
    font-size:11vw; 
    color: #ffffff;
    letter-spacing: 5px
  }
  .swiper-banner-caption h5{
    font-size: 4.6vw;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1.8vw;
    margin-right: 1.1vw;
    letter-spacing: 5px
  }

  .swiper-buttons{
    left: 25px;
    right:20px;
    bottom: 22px;
  }
  .swiper-pagination{
    text-align: left;
  }
 
}

/*==================================================
    Page - Contact
==================================================*/

.contact-item{
  display: block;
  position: relative;
  line-height:1.9
}
.contact-item h4{
  font-size: 15px;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 2px
}
.contact-item p {margin-bottom: 0}
.contact-item.item-center{
  width: 152px;
  margin:0 auto 0 50%;
}
.contact-item.item-right{
  float: right;
}
.followus.in-contact{
  display: flex;
  margin: 3px -10px 0;
}
.followus.in-contact a{
  padding: 0 10px;
  position: relative;
  top: 0;
}
.followus.in-contact svg{
  width: 16px;
  height: 16px;
}
.pc .followus.in-contact a:hover{ top: -5px }

.section-contact .container{ width: 88vw; }
.section-contact .hgroup{
  display: block;
  padding: 0 0 20px;
}
.section-contact .title{
  text-align: center;
  margin-bottom: 0;
  font-size: 15px
}
.section-contact .form{
  padding-top:10px;
}
.section-contact .form .row{
  margin:0 -35px;
}
.section-contact .form .row > div{
  padding:0 35px;
}

.section-contact .form .btn[type="submit"]{
  width: 200px;
  margin: 30px auto;
  display: block;
}

@media (max-width:1440px) {
  .section-contact .container{ width: 85vw; }
  .contact-item.item-left p br{display: none;}
  .contact-item.item-center{margin-left: 40%;}
}

@media (max-width:1024px) {
  .section-contact .section-title{
    text-align: center;
    padding-bottom: 20px !important
  }

  .contact-item{
    text-align: center;
    float: none!important;
    margin: 0 !important;
    width: auto !important;
  }

  .followus.in-contact{
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-contact .hgroup{
    padding-top: 20px
  }
  .section-contact .form .row {
    margin: 0 -20px;
  }
  .section-contact .form .row > div{
    padding: 0 20px;
  }
}

@media (max-width:991.98px) {
  .section-contact .container{ width: auto; }
}

@media (max-width:767px) {
  .section-contact .section-title{
    padding-top:10px !important;
    padding-bottom: 10px !important;
  }
  .section-contact .hgroup{padding:10px 0 0}
  .section-contact .title{font-size: 13px}

  .contact-item{padding: 10px 0;}
  .contact-item.item-left p br{display: block;}
  .section-contact .form{padding-top: 0}

  .form-effect .input-block{margin-bottom:0px;padding-top: 13px}
  .form-effect .input-block.has-value .input-text{top: 12px}
}

@media (max-width:576px) {
  .section-contact .form .btn[type="submit"]{ width: 100% }
}

/*==================================================
    Page - Blog
==================================================*/

.nav-filter-tabs{
  border:0;
  float: right;
  margin-right: -15px;
}
.nav-filter-tabs .nav-item{
  margin:0;
}
.nav-filter-tabs .nav-link{
  border:0!important;
  border-radius: 0 !important;
  padding: 15px 15px;
  font-size: 14px;
  color: #A7A7A7;
}

.nav-filter-tabs .nav-item.show .nav-link,
.nav-filter-tabs .nav-link.active,
.pc .nav-filter-tabs .nav-item:hover .nav-link,
.pc .nav-filter-tabs .nav-link:hover{
  color: #1A1818;

}
.nav-filter-tabs .nav-item.show .nav-link,
.nav-filter-tabs .nav-link.active{
  text-decoration: underline;
}

.card{
  border:0;
  border-radius: 0;
}
.card .card-photo{
  position: relative;
}

.card .card-photo .photo{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card .card-photo img{
  width: 100%
}

.card .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
   transition: all .6s ease;
  display: flex;
  pointer-events: none;
  -ms-flex-align: center;
  align-items: center;
}
.card .card-photo:hover .card-hover {background-color: rgba(0,0,0,0.7);}
.card .card-hover .circle{

  border:2px solid rgba(255,255,255,0.8);
  width: 144px;
  height: 144px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.card .card-hover .circle span{
  margin:0 auto;
  font-size: 14px;
  color: #ffffff;
}

.card .card-hover .circle,
.card .card-hover .circle span{
 transition: all .6s ease;

   opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.card .card-hover .circle span.play{
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/icons/icon-play.svg);
  opacity: 0.8
}

.pc .card-photo:hover .card-hover .circle,
.pc .card-photo:hover .card-hover .circle span{
   visibility: visible;
   opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
transform: translateY(0);
}

.pc .card-photo:hover .card-hover .circle{
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.pc .card-photo:hover .card-hover .circle span{
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.card h3{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;

   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc .card h3:hover a{ opacity: 0.75 }
.card p{
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card p.date{
  margin-bottom: 5px;
  margin-top: 5px
}

/**/

.card .readmore {
  display: block;
  padding-top: 2vw;
}
.card .readmore a{
  display: block;
  position: relative;
}
.card .readmore a .icons{
  width: 31px;
  height: 7px;
  background-image: url(../img/icons/icon-readmore.svg);
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.card .readmore a .icons + span{
  display: inline-block;
  padding-left: 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0
}
.pc .card .readmore a:hover .icons{left:20px}
.pc .card .readmore a:hover .icons + span{ left: 10px}


/**/

.card-blog{
  -ms-flex-direction: unset;
  flex-direction: unset;
  margin-bottom: 60px
}
.card-blog .card-photo{
   width: 60%;
}
.card-blog .card-body{
  width: 40%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7
}

.card-blog .card-body .inner{
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}




@media (max-width:1680px) {
  .section-blog{padding-top: 45px}
  .card-blog {margin-bottom: 50px}
}

@media (max-width:1440px){
  .section-blog{padding-top: 35px}
  .card .card-hover .circle{
    width: 120px;
    height: 120px;
  }
  .card-blog {margin-bottom: 40px}
}

@media (max-width:1199px){
  .card-blog .card-body .inner{
    max-width: 100%;
    padding-left: 20px
  }
}

@media (max-width:1024px){
  .section-blog{padding-top: 25px}
  .card h3{font-size: 15px}
}

@media (max-width:991.98px){
  .card-blog .card-photo,
  .card-blog .card-body{width: 50%;}

  .card-blog .card-body{
    padding: 0
  }
  .card-blog .card-body .inner{
    padding-left: 30px
  }
}

@media (max-width:576px){
  .nav-filter-tabs{
    float: none;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .nav-filter-tabs .nav-link{ padding: 5px 15px }

  .title-lg.xs-center{
    text-align: center;
    padding: 20px 0
  }

  .card-blog{display: block;}
  .card-blog .card-photo,
  .card-blog .card-body{width: 100%;}

   .card-blog .card-body .inner{
    padding: 20px 0 0;
   }
}

/*==================================================
    Page - Blog Detail
==================================================*/
.article {
  display: block;
  position: relative;
}
.article p{ margin-bottom: 20px }
.article h3{
  font-size: 18px;
  margin-bottom: 10px
}
.article h6{
  font-size: 16px;
  margin-bottom: 6px
}
.article.has-footer { padding-bottom: 50px }
.img-article{
  width: 100%;
  /*margin:3.5vw 0*/
}
.article .icon-quote{
  font-size: 19px;
  font-family: 'Arial Black';
  display: inline-block;
}
.article .icon-quote.left{ margin-right: 10px }
.article .icon-quote.right{ margin-left: 10px}
.img-article.mt-6{margin-top: 3.5vw;}
.img-article.mb-6{margin-bottom: 3.5vw;}
.img-article.mtb-6{margin-top: 3.5vw;margin-bottom: 3.5vw;}

.article .row.gallery-group{
  margin-left:-35px;
  margin-right:-35px;
  margin-top: -10px
}
.article .row.gallery-group > div{
  padding:0 35px;
}

.article-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #ffffff;
}

.article-footer .container-inner{
  display: block;

  border-top:1px solid rgba(113,113,113,0.56);
  padding: 35px 0;
}

.article-footer .page-prev,
.article-footer .page-next{
  animation-name: fadeIn;
  animation-delay: 0.5s;

  position: relative;
  white-space: nowrap;
}

.article-footer .page-prev .text,
.article-footer .page-next .text{
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.article-footer .page-prev .text{ left: 5px }
.article-footer .page-next .text{ right: 5px }

.article-footer .page-prev .icons,
.article-footer .page-next .icons{
  width: 31px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  position: relative;
}


.article-footer .page-prev .icons{ left:5px }
.article-footer .page-next .icons{ right: 5px; }

.article-footer .page-next{float: right;}
.article-footer .page-prev .icons{background-image: url(../img/icons/icon-page-prev-2.svg); margin-right: 30px}
.article-footer .page-next .icons{background-image: url(../img/icons/icon-page-next-2.svg); margin-left: 30px}

.pc .article-footer .page-prev:hover .icons{ left: 0 }
.pc .article-footer .page-next:hover .icons{ right: 0; }

.pc .article-footer .page-prev:hover .text{ left: -10px }
.pc .article-footer .page-next:hover .text{ right: -10px }

.shareButton-box{
  position: fixed;
  bottom: 100px;
  right: 45px;
  z-index: 100;
  display: flex;
  width: auto;

   display: -webkit-box;
  display: flex;

  -webkit-box-pack: flex-end;
          justify-content: flex-end;

  -webkit-box-align: center;
          align-items: center;
}

/*.shareButton.sent ~ .shareButton-box{ width: 300px;}*/
/*
.shareButton-box .shareButton.main .share,
.shareButton-box .shareButton.main .close,
.shareButton-box .shareButton.main .check {
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.shareButton-box .shareButton.main .share,
.shareButton-box .shareButton.main.open .close,
.shareButton-box .shareButton.main.sent .check {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}
.shareButton-box .shareButton.main .close,
.shareButton-box .shareButton.main.open .share,
.shareButton-box .shareButton.main .check,
.shareButton-box .shareButton.main.sent .share {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0);
          transform: rotate(90deg) scale(0);
}
*/
.pc .shareButton-box .shareButton:hover{
  background-color: rgba(0,0,0,0.82) !important;
}

.shareButton-box .shareButton,
.shareButton-box .shareButton.open {
  border: none;
  border-radius: 50%;
  background-color: #000;
  padding: 0;
  overflow: hidden;
  outline: none;
  margin:0 5px;
  width: 45px;
  height: 45px;
  box-sizing: content-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.shareButton-box .shareButton:hover,
.shareButton-box .shareButton.open:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.shareButton-box .shareButton svg,
.shareButton-box .shareButton.open svg {
  display: block;
  fill: #FF7472;
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 auto;
  position: relative;
  left: -2px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.shareButton-box .shareButton svg path{
  fill: #fff;
}

.shareButton-box .shareButton.main svg{
  position: absolute;
  top: 0.8rem !important;
  left:0.8rem !important;
  margin: 0;

  -webkit-transform:none !important;
  transform:none !important;

  /*transition: all 0.2s ease-in-out;*/
}
.shareButton-box .shareButton.main svg.close{
  width: 14px;
  height: 14px;

  top: 1rem !important;
  left:1rem !important;

  opacity: 0;
}

.shareButton-box .shareButton.main svg.share{
  opacity: 1
}
.shareButton-box .shareButton.main.open svg.share{
  opacity: 0
}
.shareButton-box .shareButton.main.open svg.close{
  opacity: 1
}
.shareButton.open.line {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.shareButton-box .line,
.shareButton.open.fb {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.shareButton-box .fb,
.shareButton.open.ig {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.shareButton-box .tw,
.shareButton.open.tw {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.shareButton-box .ig,
.shareButton.open.fb {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.shareButton-box .fb,
.shareButton-box .tw,
.shareButton-box .ig,
.shareButton-box .line {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
/*.shareButton-box .fb svg,
.shareButton-box .tw svg,
.shareButton-box .ig svg,
.shareButton-box .line svg {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
*/

.page-share{
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-share .inner{
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page-share .text{
  padding-right: 15px;
  display: inline-block;
}
.page-share .item{
  padding: 0 10px;
  position: relative;
  top: 0;
}
.pc .page-share .item:hover{top: -4px}
.page-share svg{
  width: 18px;
  height: 18px;
}
.page-share .ig svg{
  width: 17px;
  height: 17px;
}
.page-share .lineid svg{
  width: 28px;
  height: 28px;
}
.page-share svg path{fill: #3A3A3A !important}
.pc .page-share .item:hover svg path{fill: #000000 !important}

/*animate*/

/**/

.article-footer .animate{
 -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  display: inline-block;

  -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}

.page-loaded  .article-footer .animate{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.page-loaded .article-footer .page-prev,
.page-loaded .article-footer .page-next{
  -webkit-animation-delay:200ms;
    animation-delay: 200ms;
     -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.page-loaded .article-footer .page-share .text{
  -webkit-animation-delay:250ms;
    animation-delay: 250ms;
}
.page-loaded .article-footer .page-share .fb{
  -webkit-animation-delay:300ms;
    animation-delay: 300ms;
}
.page-loaded .article-footer .page-share .tw{
  -webkit-animation-delay:350ms;
    animation-delay: 350ms;
}
.page-loaded .article-footer .page-share .ig{
  -webkit-animation-delay:400ms;
    animation-delay: 400ms;
}
.page-loaded .article-footer .page-share .lineid{
  -webkit-animation-delay:450ms;
    animation-delay: 450ms;
}


@media (max-width:1680px){
  .article .row.gallery-group{
    margin-left:-30px;
    margin-right:-30px;
  }
  .article .row.gallery-group > div{
    padding:0 30px;
  }

  .article p{ margin-bottom: 20px }

  .img-article.mt-6{margin-top: 3vw;}
  .img-article.mb-6{margin-bottom: 3vw;}
  .img-article.mtb-6{margin-top: 3vw;margin-bottom: 3vw;}

  .article-footer .container-inner{
    padding: 30px 0;
  }
}

@media (max-width:1440px){

  .article.has-footer{padding-bottom: 20px}
  .article-footer .container-inner{
    padding: 20px 0;
  }

  .page-share .item{
    padding: 0 6px
  }
  .page-share svg{
    width: 16px;
    height: 16px;
  }
  .page-share .ig svg{
    width: 15px;
    height: 15px;
  }
  .page-share .lineid svg{
    width: 26px;
    height: 26px;
  }
}

@media (max-width:1280px){
  .article .row.gallery-group{ margin-top: -15px }
  .article .row.gallery-group{
    margin-left:-15px;
    margin-right:-15px;
  }
  .article .row.gallery-group > div{
    padding:0 15px;
  }

  .article.has-footer{padding-bottom: 40px}
  .article-footer .page-prev .icons{margin-right: 20px;}
  .article-footer .page-next .icons{margin-left: 20px;}
}

@media (max-width:1024px){
  .shareButton-box{right: 30px}
}

@media (max-width:991.98px){

  .title-lg.title-article{font-size:22px}
  .article{padding-top: 10px;}

  .img-article.mt-6{margin-top: 5vw;}
  .img-article.mb-6{margin-bottom: 5vw;}
  .img-article.mtb-6{margin-top: 5vw;margin-bottom: 5vw;}

  .article-footer{background-color: #ffffff}

  .shareButton-box{
    right: 45px;
    bottom: 70px;
  }
}

@media (max-width:767px){
  .title-lg.title-article {
    font-size:15px;
  }
  .article{padding-top: 0;}
  .article p{margin-bottom: 15px}

  .img-article.mt-6{margin-top: 30px;}
  .img-article.mb-6{margin-bottom: 20px;}
  .img-article.mtb-6{margin-top: 30px;margin-bottom: 20px;}

  .article .row.gallery-group {
    margin-left: -8px;
    margin-right: -8px;
  }
  .article .row.gallery-group > div {
    padding: 0 8px;
  }

  .article-footer .container-inner{
    padding: 15px 0;
  }
  .article-footer{
    font-size: 11px
  }
  .article-footer .page-prev .icons:before,
  .article-footer .page-next .icons:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 12px;
  }
  .article-footer .page-prev .icons:before{right: 0;}
  .article-footer .page-next .icons:before{ left: 0 }
  .article-footer .page-prev .icons{
    margin-right: 0;
    left: 0;
  }
  .article-footer .page-next .icons{
    margin-left: 0;
    right: 0
  }

  .article-footer .page-prev .text{left: -5px}
  .article-footer .page-next .text{right: -5px; position: relative; z-index: 9}

  .page-share .text{display: none;}

  .page-share .item{
    padding: 0 4px
  }
  .page-share svg{
    width: 15px;
    height: 15px;
  }
  .page-share .ig svg{
    width: 14px;
    height: 14px;
  }
  .page-share .lineid svg{
    width: 22px;
    height: 22px;
  }

  .shareButton-box{
    right: 20px;
    bottom:60px;
  }

  .shareButton-box .shareButton,
  .shareButton-box .shareButton.open{
    width: 35px;
    height: 35px;
  }

  .shareButton-box .shareButton svg,
  .shareButton-box .shareButton.open svg{
    width: 15px;
    height: 15px;
    left: 0
  }

  .shareButton-box .shareButton.main svg.share{
    top: 0.65rem !important;
    left: 0.65rem !important;
  }
  .shareButton-box .shareButton.main svg.close{
    top: 0.7rem !important;
    left: 0.7rem !important;
  }


}


/*==================================================
    Page - News
==================================================*/

.section-card .row > div{
  animation-name: fadeInUp20;
}
.section-card .row > div:nth-child(even){
  animation-delay: 0.2s;
}
.section-card .row > div:last-child{animation-name: fadeIn}
.card-news{margin-bottom: 30px}
.card-news .card-body{
  padding:20px 0;
}

.card-dotdotdot{
  display: flex;
  height: 90%;
  -ms-flex-direction: unset;
  flex-direction: unset;

  -ms-flex-align: center !important;
align-items: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.card-dotdotdot .dot-item{
  margin: 0 auto;
}
.card-dotdotdot span{
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color:#A7A7A7;
  margin: 0 5px;

}
@media (max-width:1680px){
  .card-news{margin-bottom: 20px}
}
@media (max-width:1440px){
  .section-card{padding-top: 35px}
  .card-news{margin-bottom: 10px}
  .card-news .card-body{padding: 15px 0}
  .card-news h3{font-size: 16px}

  .row.space-30{margin:0 -25px;}
  .row.space-30 > div{padding: 0 25px}

  .card-news .card-hover .circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width:1024px){
  .card-news{margin-bottom: 0}
  .card-news h3{font-size: 15px}
  .card p.date{font-size: 11px}
  .card h3 + p{margin-bottom: 25px}
  .row.space-30{margin:0 -15px;}
  .row.space-30 > div{padding: 0 15px}

  .card-news .card-hover .circle {
    width: 80px;
    height: 80px;
  }

  .card-dotdotdot span{ width: 10px; height: 10px }

}

@media (max-width:767px){
  .section-card{padding-top: 0}
  .card h3 + p{margin-bottom: 15px}

  .section-card.has-filter{padding-top: 25px}

  .card-dotdotdot {height: 100px;}
}

/*==================================================
    Page - VDO
==================================================*/


.card-vdo{margin-bottom: 30px}
.card-vdo .card-body{
  padding:20px 0;
}

.card-vdo .card-hover{
  background-color: rgba(0,0,0,0.6);
}
.pc .card-vdo:hover .card-hover{
  background-color: rgba(0,0,0,0.8);
}
.card-vdo .card-hover .circle,
.card-vdo .card-hover .circle span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width:1440px){
  .card-vdo .card-hover .circle {
    width: 100px;
    height: 100px;
  }
  .card .card-hover .circle span.play{
    width: 32px;
    height: 32px;
  }
  .card-vdo .card-body{padding: 15px 0}
}

@media (max-width:1024px){
  .fancybox-slide--video .fancybox-content {
      position: relative;
      padding-bottom: 56.20%;
      /* 16:9 */
      padding-top: 0;
      height: 0;

      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 0
  }
  .fancybox-slide--video .fancybox-iframe{
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .fancybox-slide{padding: 44px 0}
  .fancybox-caption{ padding: 50px 25px }

  .card-vdo{margin-bottom:10px}

  .card-vdo .card-hover .circle {
    width: 60px;
    height: 60px;
  }
  .card .card-hover .circle span.play{
    width: 22px;
    height: 22px;
  }
}

@media (max-width:767px){
  .card-vdo{margin-bottom:5px}
}

/*==================================================
    Page - Brew Guide
==================================================*/

.id-target{
  position: absolute;
  top: -120px;
  left:0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.article-inner{
  display: block;
  position: relative;
}

.article.brewguide .img-main{
  display: block;
  position: relative;
  margin:0 0 70px;
  width: 100%
}

.article.brewguide .scrolldown{
  position: absolute;
  bottom:0;
  left: 50%;
  width:140px;
  background-color: rgba(255,255,255,0.55);
  padding: 10px 0;
  margin-left: -70px;
  border-radius:10px 10px 0 0;
  font-size: 16px;
  text-align: center;
}
.pc .article.brewguide .scrolldown:hover{
  background-color: rgba(255,255,255,0.85);
}
.article.brewguide .scrolldown .arrow{
  display: block;
  width: 13px;
  height: 13px;
  position: relative;
  margin: 2px auto 0;
}

.article.brewguide .scrolldown .arrow:before,
.article.brewguide .scrolldown .arrow:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-arrow-down.svg);
  transition: all 0.2s ease-in-out;
}
.article.brewguide .scrolldown .arrow:before{
  top: -2px;
}
.article.brewguide .scrolldown .arrow:after{
  top: 1px;
}

.pc .article.brewguide .scrolldown:hover .arrow:before{
  top: 6px;
}
.pc .article.brewguide .scrolldown:hover .arrow:after{
  top: 6px;
}

.article.brewguide p{ margin-bottom: 30px }
.article.brewguide p.img-note{
  font-size: 12px;
  padding-top: 12px;
  margin-bottom: 0;
  color:#808080
}

.article.brewguide .img-article{
  margin:10px 0;
}
.article.brewguide .gallery-group{
  margin-top:40px;
  margin-bottom:40px;
}

.article.brewguide p + .gallery-group{
  /*margin-top: -18px*/
}


@media (max-width:1440px){
  .article.brewguide .img-main{margin-bottom: 50px;}

  .article.brewguide .scrolldown{font-size: 14px}
}

@media (max-width:991.98px){
  .article h3{font-size: 16px}

  .section-brew-guide{padding-top: 0 !important}
  .article.brewguide .img-main{ margin-bottom: 50px }
  .article.brewguide p{ margin-bottom: 20px }

  .article.brewguide .img-main{
    margin-left: -50px;
    margin-right: -50px;
    width: auto;
  }

  .article.brewguide .scrolldown{
    padding: 5px 0 3px;
    width: 120px;
    margin-left: -60px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
  }
}

@media (max-width:767px){
  .title-lg + .info{
    margin-top: -3px !important;
    padding-bottom: 10px;
    text-align: center;
  }
  .article h3{font-size: 15px}
  .article.brewguide .img-main{
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 30px;
  }
  .article.brewguide .img-article{margin:5px 0;}
  .article.brewguide .gallery-group{
    margin-top:30px;
    margin-bottom:30px;
  }

  .article.brewguide p.img-note{font-size: 11px; padding-top: 5px}

  .article.brewguide .scrolldown{display: none;}

}

/*==================================================
    Page - About us
==================================================*/

.section-aboutus .hgroup{
  display: block;
  position: relative;
}
.section-aboutus .hgroup h3{
  font-size: 18px;
}
.section-aboutus .hgroup div.line {
  max-width: 100px;
  width: 100%;
  height: 1px;
  margin:10px 0;
  position: relative;
}

.section-aboutus div.line::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    background-color:#1A1818;
    transition: all 0.6s ease-in-out;
}
.section-aboutus div.line.animated::before {
    width: 100%
}

.section-aboutus .swiper-overflow{
  margin-top:35px;
  display: block;
}

@media (max-width:767px){
  .section-aboutus{padding-top: 5px}
  .section-aboutus .hgroup{ padding-bottom: 5px; }
  .section-aboutus .hgroup h3{font-size: 15px}
  .section-aboutus .hgroup div.line{margin-top: -2px; max-width: 80px}

  .section-aboutus .swiper-overflow{margin-top: 25px}
  .swiper-buttons.static{
    margin:5px -10px 30px 0;
    left: 0
  }
  .swiper-buttons.static .swiper-pagination-fraction{font-size: 12px}
  .article h6{font-size: 13px}
}

/*==================================================
    Page - Visit
==================================================*/
.icon-collapse{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}
.icon-collapse .icon{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.icon-collapse .icon:before,
.icon-collapse .icon:after{
    content: "";
    position: absolute;
    background-color: #222222;
    transition: transform 0.25s ease-out;
}
.icon-collapse .icon:before{
  top: 0;
  left: 50%;
  width: 1px;
  height: 13px;
  margin-left: -2px;
}

    /* horizontal line */
.icon-collapse .icon:after{
  top: 50%;
  left: 0;
  width: 13px;
  height: 1px;
  margin-top: -2px;
}


h5[data-toggle="collapse"]{ cursor: pointer; }
h5[aria-expanded="true"] .icon-collapse .icon:before{ transform: rotate(90deg);}
h5[aria-expanded="true"] .icon-collapse .icon:after{ transform: rotate(180deg); }

.section-visit div.left{ padding-right:70px;position: relative;overflow: hidden; }
.section-visit div.right .title-lg{margin-top:15px; margin-bottom: 15px}

.section-visit .swiper-overflow{
  height: auto !important;
}

@media (min-width:992px){
  .section-visit .swiper-overflow{
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 70px;

    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }

  .section-visit .left .swiper-overflow{display: block !important;}
  .section-visit .swiper-overflow:first-child{
    position: relative;
  }
  .section-visit .swiper-overflow.show{
    opacity: 1;
    z-index: 9
  }
}

.section-visit .swiper-overflow.collapsing {
  overflow: hidden;
  transition: none;
}

.card-visit{
  border-bottom: 1px solid rgba(137,137,137,0.1);
  padding: 10px 0 8px
}
.icon-collapse{
  top: 22px;
}
.card-visit h5{
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
}
.pc .card-visit h5:hover{color: #A7A7A7}
.card-visit h5[aria-expanded="true"]{
  pointer-events: none;
  color: #A7A7A7
}
.card-visit .card-body{
  font-size: 12px;
  padding:10px 0 10px
}
.card-visit .card-body strong{
  color: #A7A7A7;
  font-weight: 400;
}
.card-visit .card-body a.link{
  text-decoration: underline;
  margin-top:10px;
  margin-bottom: 10px;
  display: block;
}
.pc .card-visit .card-body a.link:hover{ opacity: 0.6 }
.card-visit .swiper-overflow{display: none ;}

@media (max-width:1680px){
  .section-visit{padding-top: 30px}
  .section-visit div.left{ padding-right:50px; }
  .section-visit div.right .title-lg{margin-bottom:5px}
  .section-visit .swiper-overflow{right: 50px;}
}

@media (max-width:1440px){
  .card-visit h5{padding: 5px 0}
  .section-visit div.right .title-lg{margin-top:0px}
  .section-visit div.left{ padding-right:30px; }
  .section-visit .swiper-overflow{right: 30px;}
  .icon-collapse{ top: 18px; width: 14px; height: 14px; }
  .icon-collapse .icon::before {height: 11px;}
  .icon-collapse .icon::after {width: 11px;}
}

@media (max-width:1024px){
  .card-visit h5{font-size: 12px}
  .card-visit .card-body{font-size: 11px}
}

@media (max-width:991.98px){
  .section-visit div.left{
    padding-right:15px;
    position: relative;
    overflow: hidden;
    display: none;
  }
  .card-visit .card-body a.link{ margin-bottom: 30px }
  .card-visit .swiper-overflow{display: block;}
}

@media (max-width:767px){
  .section-visit{padding-top:5px}


  .section-visit div.right .title-lg{margin: 0}
  .section-visit .swiper-overflow{right:15px;}
  .card-visit h5{font-size: 14px}
  .card-visit .card-body{font-size: 12px}
  .card-visit .card-body a.link{ margin-bottom: 20px }


}

/*==================================================
    Footer
==================================================*/

.followus-sidebar{
  position: fixed;
  bottom: 25px;
  left:65px;
  width:25px;
  display: block;
  z-index: 100;
  background-color: transparent !important;
}

.followus > a{
  display: block;
  position: relative;
  padding: 8px 0;
  left: 0;
}
.followus > a > img{
  width: 20px;
  height: 20px;
}
.pc .followus-sidebar > a:hover{padding-left:5px;}


/**/

.followus-sidebar > a{
 -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;

  -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}

.page-loaded  .followus-sidebar > a{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.page-loaded .followus-sidebar > a:nth-child(1){
  -webkit-animation-delay:200ms;
    animation-delay: 200ms;
}
.page-loaded .followus-sidebar > a:nth-child(2){
  -webkit-animation-delay:300ms;
    animation-delay: 300ms;
}
.page-loaded .followus-sidebar > a:nth-child(3){
  -webkit-animation-delay:400ms;
    animation-delay: 400ms;
}

@media (max-width:1199px) {
  .followus-sidebar{
    left: 50px;

  }

  .followus.in-sidebar{left: 0;margin:15px -7px 0;}
  .followus.in-sidebar > a{padding: 3px 0;}
  .followus.in-sidebar > a > img,
  .followus.in-sidebar > a > svg{
    width: 14px;
    height: 14px
  }
  .followus.in-sidebar > a > svg path{fill: #fff}
  .followus.in-sidebar > a {padding: 0 7px;}

}

@media (max-width:991.98px) {
   .followus-sidebar:not(.homepage){
    display: none;
   }
}
@media (max-width:767px) {
  .followus-sidebar{
    left: 25px;
    bottom: 20px;
    display: none;
  }
}

@media (max-width:576px) {
  .followus-sidebar{
    display:none !important;
    left:25px;
  }
}
