.header {
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 65px;
    z-index: 3010;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    background-color: #FFF;
}
.header .container {
    max-width: 1450px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.navbar {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
}
.navbar .social-links {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.navbar .social-links a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color:#2B2B2B;
    margin-left: 22px;
}
.navbar .social-links .ic-twitter,
.navbar .social-links .ic-youtube {
    font-size: 20px;
}
.navbar .social-links .ic-blockdit {
    font-size: 18px;
}
.navmenu {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.navmenu .menu {
    font-family: 'fc_paragraphsemibold';
    font-size: 16px;
    color:#2B2B2B;
    margin-right: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.toggle-menu {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #0D4631;
}
.toggle-menu span {
   width: 20px;
   height: 1px;
   border-radius: 2px;
   background-color: #2B2B2B;
   transition: all .3s;
}
.toggle-menu span:before, .toggle-menu span:after {
    position: relative;
    content: '';
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 1px;
    border-radius: 2px;
    background-color: #2B2B2B;
    transition: all .3s;
}
.toggle-menu span:before {
    top: -6px;
}
.toggle-menu span:after {
    top: 5px;
}
.pushy-open-left .toggle-menu span {
  background-color: #FFF;
}
.pushy-open-left .toggle-menu span:before {
   transform: rotate(-45deg);
}
.pushy-open-left .toggle-menu span:after {
  transform: rotate(45deg);
}
.pushy-open-left .toggle-menu span:before {
   top: 0px;
}
.pushy-open-left .toggle-menu span:after {
  top: -1px;
}
.topsearch {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
}
.topsearch .ic {
    font-size: 20px;
}
.navmain {
  position: fixed;
  width: 100%;
  bottom: 100px;
}
.navmain li {
    position: relative;
    display: inline-flex;
    margin-right: 35px;
}
.navmain li a {
    font-family: 'fc_paragraphmedium';
    font-size: 16px;
    color: #FFF;
}
.navmain li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    background-color: #FFF;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navmain li a:hover:after {
    width: 100%;
    transition: all .4s ease-in-out;
}

.pushy, .push, .pushy-left {
    transition: transform .8s cubic-bezier(.77,0,.175,1);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.pushy-open-left .pushy {
  transition: transform .8s cubic-bezier(.77,0,.175,1);
}
.pushy {
    width: 100%;
    top: 65px;
    z-index: 1022;
}
.pushy a {
    color: #FFF;
    padding: 0;
    display: inline;
}
.pushy-open-left {
    height: 100vh;
    overflow: hidden;
}
.pushy-left {
    background: #0D4631;
    backdrop-filter: blur(10px);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.pushy-grid {
    display: flex;
}
.pushy-menu {
    width: 55vw;
    padding: 75px;
}
.pushy-img {
  position: relative;
  width: 45vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.pushy-img .tab-img {
  display: none;
  opacity: 1;
  animation: fade 2s linear;
}
.pushy-img .tab-img.current {
  display: block;
}
@keyframes fade {
  0% { opacity: 0 }
  100%  { opacity: 1 }
}
.accordion .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion h3 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 16px 40px 16px 0;
  font-family: 'fc_paragraphmedium';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #FFF;
  border: none;
  background: none;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.accordion h3:hover, .accordion h3:focus, .accordion h3:hover::after, .accordion h3:focus::after {
  cursor: pointer;
}
.accordion h3 .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion h3 .icon:before, 
.accordion h3 .icon:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background-color: #FFF;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.accordion h3 .icon:before {
    top: 10px;
    left: 0;
}
.accordion h3 .icon:after {
    top: 10px;
    left: 0px;
    transform: rotate(90deg);
}
.accordion .icon {
    color: #FFF;
    border-bottom: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.accordion-item h3.active .icon:before {
   opacity: 0;
}
.accordion-item h3.active .icon:after {
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
  font-size: 16px;
  color:#FFF;
  padding: 0 10px;
}
.accordion-content ul { 
  margin: 0 0 30px 0;
}
.accordion-content ul li {
  list-style: none !important;
  margin-bottom: 12px;
}
.accordion-content ul li a {
  font-size: 14px;
  color: #86A298;
}

/* panel */
.panel {
  position: fixed;
  width: 100%;
  height: calc(100vh - 65px);
  top: 65px;
  left: 0;
  z-index: 3000;
  transform-origin: right center;
  pointer-events: none;
  background: linear-gradient(77deg, #0D4631 47.54%, #579B7E 116.96%);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: transform .8s cubic-bezier(.77,0,.175,1);
}
.panel-open {
  height: 100%;
  overflow: hidden!important;
}
.panel-open-search .panel {
    z-index: 999999999;
    pointer-events: all;
    transition: transform .8s cubic-bezier(.77,0,.175,1)!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.panel-inner {
    display: flex;
    align-items: center;
    height: 100%;
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.panel .close {
    position: fixed;
    top: 40px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
}

/* Search */
.panel-search .form-search {
  position: relative;
}
.panel-search .form-style .input-text {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.panel-search .form-style .input-text:focus {
    border-bottom: 1px solid #FFF;
}
.panel-search .form-style input::-webkit-input-placeholder { 
  font-family: 'fc_paragraphregular';
  font-weight: normal;
  font-size: 20px;
  color: rgb(255 255 255 / 61%);
}
.panel-search .form-style input:-ms-input-placeholder { 
  font-family: 'fc_paragraphregular';
  font-weight: normal;
  font-size: 20px;
  color: rgb(255 255 255 / 61%);
}
.panel-search .form-style input::placeholder {
  font-family: 'fc_paragraphregular';
  font-weight: normal;
  font-size: 20px;
  color: rgb(255 255 255 / 61%);
}
.panel-search .form-style textarea::placeholder {
  font-family: 'fc_paragraphregular';
  font-weight: normal;
  font-size: 20px;
  color: rgb(255 255 255 / 61%);
}
.panel-search .form-style button {
    position: absolute;
    top: 13px;
    right: 2px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #FFF;
    border-radius: 0;
    background-color: transparent;
}
.panel-content {
    width: 868px;
    margin: 0 auto
}
.popular-search {
    max-width: 800px;
    margin: 100px 0;
}
.popular-search h3 {
    font-family: 'fc_paragraphmedium';
    font-size: 30px;
    color: #FFF;
    margin-bottom: 35px;
}
.popular-search ul li {
    position: relative;
    margin-bottom: 20px;
}
.popular-search ul li .ic {
    margin-left: 6px;
}
.popular-search ul li a {
    font-family: 'fc_paragraphmedium';
    font-size: 16px;
    color: rgb(255 255 255 / 61%);
    display: inline-block;
    position: relative;
}
.popular-search ul li a:hover {
    color: #FFF;
}

/* Footer */
.footer {
  position: relative;
  z-index: 1001;
  background-color: #FFF;
}
.subscription {
    padding: 80px 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.subscription h3 {
    font-size: 26px;
    font-family: 'Kanit';
    font-weight: 500;
    color: #252525;
}
.form-subscription {
    display: flex;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 155px;
}
.form-style.form-subscription .input-text {
    font-size: 14px;
    padding: 0 20px!important;
    border: 1px solid #E4E4E4!important;
}
.form-style.form-subscription .input-text:focus {
   border-color: #0D4631!important;
}
.form-style.form-subscription input::-webkit-input-placeholder { 
    font-family: 'fc_paragraphregular';
    font-weight: normal;
    font-size: 14px;
    color: rgb(43 43 43 / 50%);
}
.form-style.form-subscription input:-ms-input-placeholder { 
    font-family: 'fc_paragraphregular';
    font-weight: normal;
    font-size: 14px;
    color: rgb(43 43 43 / 50%);
}
.form-style.form-subscription input::placeholder {
    font-family: 'fc_paragraphregular';
    font-weight: normal;
    font-size: 14px;
    color: rgb(43 43 43 / 50%);
}
.form-subscription button {
    min-width: auto;
    padding: 0;
    background: #0D4631;
}
.logo-main {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 40px;
    border-right: 1px solid #DEDEDE;
}
.grid-footer {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}
.footer-logo {
    width: 180px;
}
.footer-address {
    display: flex;
    padding: 90px 30px 60px 0;
    border-right: 1px solid #E1E1E1;
}
.navfooter ul li {
    position: relative;
    margin: 0 0 8px 0;
}
.navfooter ul li a {
    position: relative;
    font-size: 16px;
    color:#565656;
}
.navfooter ul li a:after {
  content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    background-color: #171717;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navfooter ul li a:hover {
    color: #171717;
}
.navfooter ul li a:hover:after {
    width: 100%;
}
.footer .box-address {
    max-width: 335px;
    margin-left: 50px;
    font-size: 16px;
}
.footer .box-address strong {
    color: #171717;
}
.footer .box-address p {
    margin-bottom: 15px;
}
.footer .box-address p:last-of-type {
    margin-bottom: 0;
}
.grid-footer-contact {
    padding: 90px 0 60px 55px;
    display: flex;
    font-size: 16px;
}
.footer-contact a {
    color: #0D4631;
}
.footer .social-links {
    text-align: right;
    color: rgb(43, 43, 43);
}
.footer .social-links a {
    display: inline-flex;
    font-size: 18px;
    margin: 0 12px 0 0;
    color: rgb(43, 43, 43);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .social-links .ic-twitter {
    font-size: 20px;
}
.footer .social-links .ic-youtube {
    font-size: 20px;
}
.copyright {
    text-align: right;
    padding: 20px 0;
}
.copyright img {
    margin-left: 8px;
}
.pushy {
  overflow: hidden;
}
.pushy-content {
    overflow: hidden;
}
.social-links a:hover {
  opacity: 80%;
}

@media (min-width: 992px) { 

    .pushy-img img {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center;
        transition: all .2s;
    }
    .popular-search ul {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: 1fr 1fr;
    }

    /* Footer */
    .block-footer {
        width: 35%;
    }
    .block-footer:first-child {
        width: 30%;
    } 
}

@media (min-width: 1200px) { 
  .navbar {
    right: 60px;
  }
}

@media (max-width: 1199.98px) { 
    .grid-footer-contact {
        padding: 90px 0 60px 30px;
    }
    .pushy-img {
      width: 50vw;
    }
 }

@media (max-width: 991.98px) {
    .pushy {
      overflow: scroll;
    }
    .pushy-grid {
        display: block;
    }
    .pushy-img {
      width: 100%;
      height: 70vw;
    }
    .pushy-img img {
      width: 100%;
      height: auto;
    }
    .pushy-menu {
      width: 100%;
      padding: 30px 25px 120px;
    }
    .navbar .social-links {
      display: none;
    }
    .navmain {
      position: relative;
      bottom: 0;
      margin-top: 50px;
    }
    .pushy-open-left {
      height: 100%;
    }
    .pushy-content {
      overflow: scroll;
      height: 100%;
    }
    .panel-content {
      width: 100%;
      padding: 0 25px;
    }
    .panel .close {
      top: 25px;
      left: 25px;
    }

    /* footer */
    .footer-address, .grid-footer {
        grid-template-columns: 1fr;
    }
    .footer .box-inner {
        padding: 40px 0 35px;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer-address {
        padding: 45px 0;
        border-right: 0;
    }
    .grid-footer-contact {
        padding: 0;
        display: grid;
        grid-column-gap: 40px;
        grid-template-columns: 1fr 2fr;
        border-top: 1px solid #E1E1E1;
    }
    .navfooter {
        grid-row: 2 span;
        border-right: 1px solid #E1E1E1;
    }
    .footer .social-links {
        text-align: left;
        padding-bottom: 30px;
    }
    .copyright {
        text-align: center;
    }
    .subscription {
        padding: 50px 0;
        grid-row-gap: 25px;
        grid-template-columns: 1fr;
    }
    
 }
 @media (max-width: 767.98px) { 

    .logo-main {
      width: 155px;
      border-right: 0;
    }
    .topsearch {
      padding: 0 25px;
    }
    .navmenu {
      padding-left: 15px;
    }
    .navmenu .menu {
      margin-right: 8px;
    }
    .popular-search { 
      margin: 60px 0;
    }
    .popular-search h3 {
      font-size: 24px;
    }
    .panel-inner {
      align-items: flex-start;
    }
    .panel-content {
       padding: 115px 25px 0 25px;
    }

    .footer-address {
        display: block;
    }
    .footer .box-address {
        margin: 0;
    }
    .copyright img {
        margin: 5px 0 0 0;
    }
  }

  @media (max-width: 575.98px) { 
    .form-subscription {
        grid-row-gap: 15px;
        grid-template-columns: 1fr;
    }
}