/* general */
@import url("//fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;900&display=swap");
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  word-break: break-word;
  padding: 0;
  margin: 0;
 font-family: 'Work Sans', sans-serif;
  color: #00120E;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

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

img {
  max-width: 100%;
  border: none;
  height: auto;
}

main {
  display: block;
}

.height100 {
  height: 100%;
}

.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  line-height: 100%;
}

.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.inline-middle .item-inline {
  vertical-align: middle;
}

.relative-section {
  position: relative;
}

.absolute-section {
  position: absolute;
}

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}

.flex-three .item-flex {
  width: 33.33%;
}

.flex-two .item-flex {
  width: 50%;
}

.flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

:focus {
  outline: none !important;
}

.toggle-menu {
  border: 0 none;
  height: 12px;
  width: 18px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  background: none;
  padding: 0;
  position: relative;
}
.toggle-menu span {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #00120E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 3px;
}
.toggle-menu span::after, .toggle-menu span::before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #00120E;
  position: absolute;
  left: 0;
  content: "";
  border-radius: 3px;
}
.toggle-menu span::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.toggle-menu span::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.toggle-menu.exit span {
  background: transparent;
}
.toggle-menu.exit span::before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.toggle-menu.exit span::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.on-sp {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

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

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

input, button {
  -webkit-appearance: none !important;
}

body.menu-open {
  overflow-y: hidden;
}
body.admin-bar #header .menu-mobile {
  top: 106px;
}

#header {
  background: #B7FCBF;
  padding: 24px 0;
  position: relative;
  z-index: 10;
}
#header .logo img {
  display: block;
}
#header.menu-open .menu-mobile {
  left: 0;
}
#header .menu-mobile {
  position: fixed;
  background: #B7FCBF;
  top: 74px;
  left: -300px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 20px;
  width: 300px;
  bottom: 0;
}
#header .menu-mobile ul li {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
#header .menu-mobile ul li a {
  color: #00120E;
}
#header .menu-mobile ul li a:hover {
  color: #FC5A31;
}
#header .menu-mobile ul li ul {
  padding: 20px 10px 0;
}
#header .menu-main li {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 18px;
}
#header .menu-main li a {
  color: #00120E;
}
#header .menu-main li a:hover {
  color: #FC5A31;
}
#header .menu-main li:hover i {
  color: #FC5A31;
}
#header .menu-main li.current-menu-item > a {
  color: #FC5A31;
}
#header .menu-main li.current-menu-item i {
  color: #FC5A31;
}
#header .menu-main li.menu-item-has-children {
  position: relative;
}
#header .menu-main li.menu-item-has-children:hover ul {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
#header .menu-main li.menu-item-has-children i {
  font-size: 14px;
  margin-left: 5px;
}
#header .menu-main li.menu-item-has-children ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #B7FCBF;
  padding: 24px 0 4px;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#header .menu-main li.menu-item-has-children ul li {
  display: block;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
#header .menu-main li.menu-item-has-children ul li.current-menu-item, #header .menu-main li.menu-item-has-children ul li:hover {
  background: #004638;
}
#header .menu-main li.menu-item-has-children ul li.current-menu-item a, #header .menu-main li.menu-item-has-children ul li:hover a {
  color: #fff;
}
#header .menu-main li.menu-item-has-children ul li:last-child {
  margin: 0;
}
#header .menu-main li.menu-item-has-children ul li a {
  display: block;
  color: #101010;
}
#header .hd-right .hd-search {
  width: 18px;
  margin-left: 30px;
  margin-top: 4px;
  cursor: pointer;
}
#header .hd-right .hd-search img {
  width: 100%;
}
#header .hd-right .hd-search.active {
  background: url(../images/close.svg) no-repeat center center/18px auto;
}
#header .hd-right .hd-search.active img {
  opacity: 0;
}
#header .hd-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #B7FCBF;
  display: none;
}
#header .hd-form .search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .hd-form .search-form .form-control {
  width: calc(100% - 127px);
}
#header .hd-form .search-form .btn-search {
  background: #fff;
}

@media (max-width: 767px) {
  body.admin-bar {
    margin-top: 0;
  }
  body.admin-bar #header .menu-mobile {
    top: 92px;
  }

  #header {
    padding: 10px 0;
  }
  #header .menu-main {
    display: none;
  }
  #header .menu-mobile {
    width: 100%;
    left: -100%;
    top: 46px;
  }
}
#footer {
  background-color: #00120E;
  padding: 40px 0;
}
#footer .top .left {
  margin-top: 8px;
}
#footer .top .left .ft-logo {
  margin-bottom: 43px;
}
#footer .top .left .subscribe-form h3 {
  color: #DCED59;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
  max-width: 250px;
  letter-spacing: -0.5px;
}
#footer .top .left .subscribe-form .form-bg {
  position: relative;
}
#footer .top .left .subscribe-form .form-bg p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top .left .subscribe-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
#footer .top .left .subscribe-form .wpcf7-spinner {
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}
#footer .top .left .subscribe-form .wpcf7-response-output {
  color: #fff;
  margin: 0;
}
#footer .top .left .subscribe-form .input-it {
  width: 233px;
  height: 40px;
  background: #fff;
  border: none;
  margin-right: 8px;
  border-radius: 8px;
  padding: 10px 16px;
  color: rgba(0, 18, 14, 0.7);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
#footer .top .left .subscribe-form .submit-it {
  background: #B7FCBF;
  border-radius: 8px;
  width: 121px;
  height: 40px;
  text-align: center;
  padding: 10px 10px;
  color: #004638;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#footer .top .left .subscribe-form .submit-it:hover {
  opacity: 0.8;
}
#footer .top .right .ft-menu {
  min-width: 180px;
  margin-right: 69px;
}
#footer .top .right .ft-menu h3 {
  color: #C7DDDC;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
#footer .top .right .ft-menu ul {
  -webkit-column-count: 2;
          column-count: 2;
}
#footer .top .right .ft-menu ul li {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-right: 55px;
}
#footer .top .right .ft-menu ul li:last-child {
  margin-bottom: 0;
}
#footer .top .right .ft-menu ul li a {
  color: #fff;
}
#footer .top .right .ft-menu ul li a:hover {
  color: #DCED59;
}
#footer .top .right .social a {
  display: block;
  margin-bottom: 15px;
  color: #DBF04B;
  font-size: 22px;
}
#footer .top .right .social a:last-child {
  margin-bottom: 0;
}
#footer .top .right .social a:hover {
  opacity: 0.8;
}
#footer .bottom {
  margin-top: 22px;
}
#footer .bottom p {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 991px) {
  #footer .top {
    display: block;
  }
  #footer .top .left {
    text-align: center;
  }
  #footer .top .left .subscribe-form h3 {
    margin: 0 auto 16px;
    max-width: 100%;
  }
  #footer .top .left .subscribe-form .form-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .top .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #footer .top .right .ft-menu {
    min-width: auto;
  }
  #footer .bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding: 70px 0 40px;
  }
  #footer .top {
    display: block;
  }
  #footer .top .left {
    margin-bottom: 30px;
  }
  #footer .top .left .subscribe-form {
    max-width: 400px;
    letter-spacing: -0.03em;
    margin: 0 auto;
  }
  #footer .top .left .subscribe-form .wpcf7-form-control-wrap {
    width: calc(100% - 129px);
    margin-right: 8px;
  }
  #footer .top .left .subscribe-form .wpcf7-form-control-wrap .input-it {
    width: 100%;
    margin: 0;
  }
  #footer .top .left .subscribe-form h3 {
    max-width: 100%;
  }
  #footer .top .right {
    display: block;
  }
  #footer .top .right .ft-menu {
    margin: 0 0 30px;
  }
  #footer .top .right .ft-menu ul li {
    margin: 0 0 16px;
  }
  #footer .top .right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .top .right .social a {
    margin: 0 10px;
  }
  #footer .bottom {
    text-align: center;
  }
}
.md-btn {
  display: inline-block;
  background: #B7FCBF;
  border-radius: 8px;
  padding: 14px 32px;
  color: #004638;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.md-btn:hover {
  opacity: 0.8;
}

.bg-light {
  background: #C7DDDC;
}

.title-section {
  margin-bottom: 56px;
}
.title-section .left h2 {
  font-size: 48px;
  line-height: 1.17;
  font-weight: 600;
  color: #004638;
  margin-bottom: 24px;
}
.title-section .right {
  width: 40.5%;
}
.title-section .right p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #004638;
  font-weight: 600;
  padding-right: 40px;
}
.news-link:after {
  width: 24px;
  height: 10px;
  content: "";
  background: url(../images/right.svg) no-repeat center center/100% auto;
  -webkit-filter: invert(20%) sepia(11%) saturate(5090%) hue-rotate(128deg) brightness(98%) contrast(101%);
          filter: invert(20%) sepia(11%) saturate(5090%) hue-rotate(128deg) brightness(98%) contrast(101%);
  margin-left: 16px;
  display: inline-block;
}
.news-link:hover {
  opacity: 0.8;
}

.news-list {
  margin: 0 -12px -40px;
}
.news-list .news-it {
  padding: 0 12px 39px;
  width: 25%;
}
.news-list .news-it .box {
  background: #C7DDDC;
  height: 100%;
  border-radius: 8px;
}
.news-list .news-it .box .featured {
  height: 180px;
}
.news-list .news-it .box .featured img {
  border-radius: 8px 8px 0 0;
  -o-object-position: right center;
     object-position: right center;
}
.news-list .news-it .box .info {
  padding: 24px;
  color: #00120E;
}
.news-list .news-it .box .info h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  overflow-y: hidden;
}
.news-list .news-it .box .info h3 a {
  color: #00120E;
}
.news-list .news-it .box .info h3 a:hover {
  opacity: 0.8;
}
.news-list .news-it .box .info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  max-height: 40px;
  overflow-y: hidden;
}
.news-list .news-it .box .info .author {
  color: #00120E;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.news-list .news-it .box .info .author a {
  color: #00120E;
}
.news-list .news-it .box .info a.news-link {
  color: #004638;
}
.news-list .news-it .box .info a.news-link:after {
  -webkit-filter: invert(18%) sepia(72%) saturate(1084%) hue-rotate(133deg) brightness(91%) contrast(101%);
          filter: invert(18%) sepia(72%) saturate(1084%) hue-rotate(133deg) brightness(91%) contrast(101%);
  width: 16px;
  margin-left: 9px;
  background-image: url(../images/news-right.svg);
  height: 16px;
}

.breacrump {
  padding: 24px 0;
  border-bottom: 1px solid #004638;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 18, 14, 0.5);
}
.breacrump a {
  color: rgba(0, 18, 14, 0.5);
}
.breacrump a:hover {
  color: #00120E;
}
.breacrump span.current {
  color: #004638;
}

.mhs-title {
  color: #004638;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 40px;
}

.pagination {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  width: 37px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004638;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers.next {
  background: url(../images/pag-right.svg) no-repeat center center/24px auto;
}
.pagination .page-numbers.prev {
  background: url(../images/pag-left.svg) no-repeat center center/24px auto;
}

.search-form .form-control {
  width: 461px;
  height: 40px;
  border: 1px solid #004638;
  border-radius: 8px;
  padding: 10px 16px;
  color: rgba(0, 18, 14, 0.5);
  font-size: 14px;
  line-height: 20px;
}
.search-form .btn-search {
  margin-left: 8px;
  display: inline-block;
  width: 119px;
  height: 40px;
  background: #B7FCBF;
  border-radius: 8px;
  text-align: center;
  color: #004638;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
.search-form .btn-search:hover {
  opacity: 0.8;
}

.category-content {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .news-list .news-it {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .title-section {
    display: block;
  }
  .title-section .right {
    width: 100%;
    margin-top: 20px;
  }
  .title-section .left h2 {
    font-size: 30px;
  }

  .news-list {
    margin: 0;
  }
  .news-list .news-it {
    width: 100%;
    padding: 0 0 20px;
  }
  .news-list .news-it:last-child {
    padding-bottom: 0;
  }

  .mhs-title {
    font-size: 32px;
  }

  .category-content {
    padding: 40px 0;
  }
}
/* pages */
.home-banner .top {
  padding: 48px 0 80px;
}
.home-banner .top .icon1 {
  right: 0;
  top: -73px;
}
.home-banner .top .icon2 {
  bottom: 22.5%;
  left: 0;
}
.home-banner .top h1 {
  max-width: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 68px;
  line-height: 80px;
  font-weight: 600;
  color: #004638;
  position: absolute;
  z-index: 2;
}
.home-banner .top .list {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-banner .top .list .it1 {
  width: 23.5%;
  border-radius: 8px;
  margin: 81px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .top .list .it2 {
  padding: 0 24px 0;
  width: 44.5%;
  margin-top: 265px;
}
.home-banner .top .list .it2 .featured {
  width: 37.5%;
}
.home-banner .top .list .it2 .featured img {
  border-radius: 8px;
}
.home-banner .top .list .it2 .info {
  width: 62.5%;
  padding-left: 22px;
  text-align: left;
}
.home-banner .top .list .it2 .info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.home-banner .top .list .it2 .info .md-btn {
  margin-top: 40px;
}
.home-banner .top .list .it3 {
  width: 32%;
  margin-top: 145px;
  text-align: right;
}
.home-banner .top .list .it3 img {
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: right;
  width: 282px;
}
.home-banner .top .list .it3 img:first-child {
  margin-bottom: 56px;
}
.home-banner .top .list .it3 img:last-child {
  margin: 0 auto 0 0;
  display: block;
}
.home-banner .bottom {
  padding: 0 0 80px;
}
.home-banner .bottom .list {
  margin: 0 -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .bottom .list .it {
  padding: 0 12px;
  width: 20%;
}
.home-banner .bottom .list .it .featured {
  height: 140px;
  width: 140px;
  padding: 24px;
  margin: 0 auto 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
.home-banner .bottom .list .it h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #004638;
  margin-bottom: 0;
}

.home-blog {
  padding: 80px 0;
}
.home-blog .list {
  margin: 0 -12px;
}
.home-blog .list .it {
  width: 33.33%;
  padding: 0 12px;
}
.home-blog .list .it .box {
  border-radius: 8px;
  background: #fff;
  height: 100%;
}
.home-blog .list .it .box .featured {
  height: 220px;
}
.home-blog .list .it .box .featured img {
  border-radius: 8px 8px 0 0;
  -o-object-position: right center;
     object-position: right center;
}
.home-blog .list .it .box .info {
  padding: 24px 24px 27px;
}
.home-blog .list .it .box .info h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  overflow-y: hidden;
}
.home-blog .list .it .box .info h3 a {
  color: #00120E;
}
.home-blog .list .it .box .info h3 a:hover {
  color: #004638;
}
.home-blog .list .it .box .info .author {
  color: #00120E;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.home-blog .list .it .box .info .author a {
  color: #00120E;
}
.home-blog .list .it .box .info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.home-blog-2 {
  padding: 80px 0;
}

.home-feature {
  background: #D199F9;
  padding: 80px 0 77px;
}
.home-feature h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 56px;
}
.home-feature .feature-list {
  margin: 0 -12px;
}
.home-feature .feature-list .it-big {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin: 0 12px;
}
.home-feature .feature-list .it-big .featured {
  width: 59.5%;
  min-height: 460px;
  max-height: 500px;
}
.home-feature .feature-list .it-big .featured img {
  border-radius: 8px 0 0 8px;
  -o-object-position: right center;
     object-position: right center;
}
.home-feature .feature-list .it-big .info {
  width: 40.5%;
  padding: 40px 40px 50px;
}
.home-feature .feature-list .it-big .info h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 16px;
  font-weight: 600;
}
.home-feature .feature-list .it-big .info h3 a {
  color: #00120E;
}
.home-feature .feature-list .it-big .info h3 a:hover {
  opacity: 0.8;
}
.home-feature .feature-list .it-big .info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  max-height: 80px;
  overflow-y: hidden;
}
.home-feature .feature-list .it-big .info .author {
  color: #00120E;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.home-feature .feature-list .it-big .info .author a {
  color: #00120E;
}
.home-feature .feature-list .it {
  width: 33.33%;
  padding: 24px 12px 0;
}
.home-feature .feature-list .it .box {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 100%;
}
.home-feature .feature-list .it .box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.home-feature .feature-list .it .box:hover {
  background: #004638;
}
.home-feature .feature-list .it .box:hover p {
  color: #FFFFFF;
}
.home-feature .feature-list .it .box:hover .news-link {
  color: #DCED59;
}
.home-feature .feature-list .it .box:hover .news-link:after {
  -webkit-filter: invert(82%) sepia(72%) saturate(399%) hue-rotate(12deg) brightness(105%) contrast(86%);
          filter: invert(82%) sepia(72%) saturate(399%) hue-rotate(12deg) brightness(105%) contrast(86%);
}

@media (max-width: 1280px) {
  .home-banner .top h1 {
    font-size: 45px;
    line-height: 1.2;
  }

  .home-feature .feature-list .it-big .info h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .home-banner .top {
    padding: 48px 0 80px;
  }
  .home-banner .top h1 {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .home-banner .top .list .it1 {
    width: 50%;
    margin: 0;
  }
  .home-banner .top .list .it2 {
    width: 50%;
    margin: 0;
  }
  .home-banner .top .list .it2 .info .md-btn {
    margin-top: 20px;
  }
  .home-banner .top .list .it3 {
    width: 100%;
    margin: 30px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-banner .top .list .it3 img {
    margin: 0 !important;
    padding: 0 10px;
    width: 50%;
  }

  .home-feature .feature-list .it-big .featured {
    width: 100%;
    min-height: auto;
  }
  .home-feature .feature-list .it-big .featured img {
    border-radius: 8px 8px 0 0;
  }
  .home-feature .feature-list .it-big .info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-banner .top .icon1, .home-banner .top .icon2 {
    display: none;
  }
  .home-banner .top h1 {
    font-size: 40px;
  }
  .home-banner .top .list .it1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 0;
  }
  .home-banner .top .list .it2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .home-banner .top .list .it2 .featured {
    width: 100%;
  }
  .home-banner .top .list .it2 .info {
    width: 100%;
    padding: 20px 0 0;
  }
  .home-banner .top .list .it3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
  .home-banner .top .list .it3 img {
    width: 100%;
    margin-top: 20px !important;
    padding: 0;
  }

  .home-banner .bottom {
    padding: 0 0 40px;
  }
  .home-banner .bottom .list .it {
    width: 50%;
    margin-bottom: 10px;
  }
  .home-banner .bottom .list .it .featured {
    height: 100px;
    width: 100px;
    padding: 20px;
  }

  .home-blog {
    padding: 40px 0;
  }
  .home-blog .list {
    margin: 0;
  }
  .home-blog .list .it {
    width: 100%;
    padding: 0 0 20px;
  }
  .home-blog .list .it:last-child {
    padding-bottom: 0;
  }

  .home-blog-2 {
    padding: 40px 0;
  }

  .home-feature h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .home-feature .feature-list .it-big .info {
    padding: 20px;
  }
  .home-feature .feature-list .it {
    width: 100%;
  }
}
.single-main {
  padding: 80px 0;
}
.single-main .single-top {
  margin-bottom: 72px;
}
.single-main .single-top .left {
  width: 50%;
  padding-right: 40px;
}
.single-main .single-top .left .date {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
.single-main .single-top .left h1 {
  color: #004638;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 24px;
  font-weight: 600;
}
.single-main .single-top .left .mediacal {
  border-top: 1px solid #004638;
  padding: 8px 0;
  margin-bottom: 16px;
}
.single-main .single-top .left .mediacal .avata {
  width: 48px;
  height: 48px;
}
.single-main .single-top .left .mediacal .avata img {
  border-radius: 50%;
}
.single-main .single-top .left .mediacal .info {
  width: calc(100% - 48px);
  padding-left: 16px;
}
.single-main .single-top .left .mediacal .info .author, .single-main .single-top .left .mediacal .info .review {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.single-main .single-top .left .mediacal .info .review {
  margin-top: 8px;
}
.single-main .single-top .left .mediacal .info .review a {
  color: #00120E;
}
.single-main .single-top .left .mediacal .info .review span {
  opacity: 0.5;
}
.single-main .single-top .left .mediacal .info .review span.name-review {
  text-decoration: underline;
  opacity: 1;
  display: inline-block;
}
.single-main .single-top .left .tags {
  margin: -8px;
}
.single-main .single-top .left .tags span {
  display: inline-block;
  margin: 8px;
  background: #C7DDDC;
  border-radius: 8px;
  padding: 8px 16px;
  color: #004638;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.single-main .single-top .right {
  width: 50%;
}
.single-main .single-top .right .image-fit {
  height: 363px;
  width: 100%;
}
.single-main .single-top .right p {
  margin: 8px 0 0;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
}
.single-main .single-bottom .single-custom {
  width: calc(100% - 368px);
  padding-right: 40px;
  border-right: 1px solid #004638;
}
.single-main .single-bottom .single-custom p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.single-main .single-bottom .single-custom b {
  font-weight: 600;
}
.single-main .single-bottom .single-custom h2 {
  color: #004638;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 56px 0 16px;
}
.single-main .single-bottom .single-custom h2:first-child {
  margin-top: 0;
}
.single-main .single-bottom .single-custom h3 {
  margin: 32px 0 8px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.single-main .single-bottom .single-custom ul {
  padding-left: 18px;
}
.single-main .single-bottom .single-custom ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  list-style: disc;
}
.single-main .single-bottom .single-custom ol {
  padding-left: 18px;
}
.single-main .single-bottom .single-custom ol li {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
  list-style: decimal;
}
.single-main .single-bottom .sidebar {
  width: 368px;
  padding-left: 40px;
}
.single-main .single-bottom .sidebar .sidebar-title {
  color: #004638;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 24px;
}
.single-main .single-bottom .sidebar .news-list {
  margin: 0;
}
.single-main .single-bottom .sidebar .news-list .news-it {
  width: 100%;
  padding: 0 0 16px;
}
.single-main .single-bottom .sidebar .news-list .news-it .box {
  background: #E9F1F1;
}
.single-main .single-bottom .sidebar .news-list .news-it .box .featured {
  height: 200px;
}
.single-main .single-bottom .sidebar .news-list .news-it:not(:first-child) .box .info p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  overflow-y: hidden;
  max-height: inherit;
}
.single-main .single-other {
  margin: 80px 0 0;
}
.single-main .single-other .news-list .news-it {
  width: 33.33%;
}
.single-main .single-other .news-list .news-it .box .featured {
  height: 220px;
}

@media (max-width: 991px) {
  .single-main .single-bottom .single-custom {
    width: 100%;
    border: none;
    padding: 0;
  }
  .single-main .single-bottom .sidebar {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-main {
    padding: 40px 0;
  }
  .single-main .single-top {
    margin-bottom: 40px;
  }
  .single-main .single-top .left {
    width: 100%;
    padding: 0;
  }
  .single-main .single-top .left h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .single-main .single-top .right {
    width: 100%;
    margin-top: 30px;
  }
  .single-main .single-top .right .image-fit {
    height: auto;
  }
  .single-main .single-bottom .single-custom h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 30px;
  }
  .single-main .single-other {
    margin-top: 40px;
  }
  .single-main .single-other .news-list .news-it {
    width: 100%;
  }
}
.page-content .page-main {
  padding: 80px 0;
}
.page-content .page-main .container {
  max-width: 832px;
}

.content-custom h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 40px 0 16px;
  font-weight: 600;
}
.content-custom h2:first-child {
  margin-top: 0;
}
.content-custom p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.content-custom p:last-child {
  margin-bottom: 0;
}

.author-main .author-content {
  padding: 80px 0;
}
.author-main .author-content .container {
  max-width: 832px;
}
.author-main .author-content .author-top {
  margin-bottom: 40px;
}
.author-main .author-content .author-top .top .avata {
  width: 182px;
  height: 182px;
}
.author-main .author-content .author-top .top .avata img {
  border-radius: 8px;
}
.author-main .author-content .author-top .top .info {
  width: calc(100% - 182px);
  padding-left: 24px;
}
.author-main .author-content .author-top .top .info .info-top {
  padding-right: 200px;
  position: relative;
  margin-bottom: 24px;
}
.author-main .author-content .author-top .top .info .info-top h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #004638;
  margin: 0;
}
.author-main .author-content .author-top .top .info .info-top .author-social {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.author-main .author-content .author-top .top .info .info-top .author-social a {
  display: inline-block;
  font-size: 24px;
  color: #FC5A31;
  margin-left: 25px;
}
.author-main .author-content .author-top .top .info .info-top .author-social a:hover {
  color: #004638;
}
.author-main .author-content .author-top .top .info .user-category {
  margin: -8px;
}
.author-main .author-content .author-top .top .info .user-category a {
  display: inline-block;
  margin: 8px;
  background: #C7DDDC;
  padding: 8px 16px;
  border-radius: 8px;
  color: #004638;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.author-main .author-content .author-top .top .info .user-category a:hover {
  background: #004638;
  color: #fff;
}
.author-main .author-content .author-top .author-des {
  max-width: 588px;
  margin: 40px auto 0;
}
.author-main .author-content .author-top .author-des p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.author-main .author-content .author-bottom .history .it {
  margin-bottom: 40px;
}
.author-main .author-content .author-bottom .history .it:last-child {
  margin-bottom: 0;
}
.author-main .author-content .author-bottom .history .it h2 {
  color: #004638;
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #004638;
  margin-bottom: 20px;
}
.author-main .author-content .author-bottom .history .it ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: -30px;
}
.author-main .author-content .author-bottom .history .it ul li {
  padding-left: 46px;
  margin-bottom: 30px;
  position: relative;
}
.author-main .author-content .author-bottom .history .it ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FC5A31;
  left: 24px;
  top: 12px;
  position: absolute;
  content: "";
}
.author-main .author-content .author-bottom .history .it ul li h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  font-weight: 600;
}
.author-main .author-content .author-bottom .history .it ul li h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
.author-main .author-content .author-bottom .history .it ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .author-main .author-content {
    padding: 40px 0;
  }
  .author-main .author-content .author-top .top .info {
    width: 100%;
    padding: 30px 0 0;
  }
  .author-main .author-content .author-top .top .info .info-top {
    padding: 0;
  }
  .author-main .author-content .author-top .top .info .info-top .author-social {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    margin-top: 20px;
  }
  .author-main .author-content .author-top .top .info .info-top .author-social a {
    margin: 0 15px 0 0;
  }
  .author-main .author-content .author-top .top .info .info-top h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  .author-main .author-content .author-bottom .history .it ul {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .author-main .author-content .author-bottom .history .it ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .author-main .author-content .author-bottom .history .it ul li:before {
    left: 0;
  }
}
.about-main {
  padding: 80px 0;
}
.about-main .container {
  max-width: 1036px;
}
.about-main .about-custom {
  margin-bottom: 80px;
}
.about-main .about-custom h1 + .wp-block-columns {
  padding-top: 0;
}
.about-main .about-custom .wp-block-columns {
  padding: 40px 0 24px;
  border-bottom: 1px solid #004638;
  margin: 0;
}
.about-main .about-custom .wp-block-columns .wp-block-column:first-child {
  width: 40%;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
.about-main .about-custom .wp-block-columns .wp-block-column:last-child {
  width: 60%;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
.about-main .about-custom h3 {
  color: #101010;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.about-main .about-custom p {
  font-size: 14px;
  line-height: 20px;
}
.about-main .about-custom p:last-child {
  margin-bottom: 0;
}
.about-main .about-custom a {
  color: #FC5A31;
  text-decoration: underline;
  font-weight: 600;
}
.about-main .about-custom a:hover {
  text-decoration: none;
}
.about-main .about-team .team-list {
  margin: 0 -12px 40px;
}
.about-main .about-team .team-list:last-child {
  margin-bottom: -40px;
}
.about-main .about-team .team-list .it {
  padding: 0 12px 40px;
  width: 20%;
}
.about-main .about-team .team-list .it .team-avata {
  width: 180px;
  height: 180px;
}
.about-main .about-team .team-list .it .team-avata img {
  border-radius: 8px;
}
.about-main .about-team .team-list .it .info {
  padding-top: 16px;
}
.about-main .about-team .team-list .it .info p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
  margin: 0;
}
.about-main .about-team .team-list .it .info h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.about-main .about-team .team-list .it .info h4 a {
  color: #0D152E;
}
.about-main .about-team .team-list .it .info h4 a:hover {
  opacity: 0.8;
}
.about-main .about-team .team-list .it .info .social {
  margin-top: 16px;
}
.about-main .about-team .team-list .it .info .social a {
  font-size: 24px;
  color: #004638;
  margin-right: 24px;
}
.about-main .about-team .team-list .it .info .social a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .about-main .about-custom .wp-block-columns {
    gap: 0;
  }
  .about-main .about-custom .wp-block-columns .wp-block-column:first-child {
    padding-right: 20px;
  }
  .about-main .about-team .team-list .it {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .about-main {
    padding: 40px 0;
  }
  .about-main .about-custom h3 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .about-main .about-team .team-list {
    margin-bottom: 4px;
  }
  .about-main .about-team .team-list .it {
    width: 50%;
  }
  .about-main .about-team .team-list .it .team-avata {
    max-width: 100%;
    height: 150px;
  }
}
.search-content {
  padding: 80px 0;
}
.search-content .search-top {
  margin-bottom: 80px;
}
.search-content .search-title {
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  color: #313131;
  letter-spacing: -0.5px;
  font-weight: 600;
  border-bottom: 1px solid #004638;
}
.search-content .search-author {
  margin-bottom: 80px;
}
.search-content .search-author .author-list {
  margin: 0 -12px -40px;
}
.search-content .search-author .author-list .author-it {
  width: 33.33%;
  padding: 0 12px 40px;
}
.search-content .search-author .author-list .author-it .avata {
  width: 120px;
  height: 120px;
}
.search-content .search-author .author-list .author-it .avata img {
  border-radius: 8px;
}
.search-content .search-author .author-list .author-it .info {
  width: calc(100% - 120px);
  padding-left: 24px;
}
.search-content .search-author .author-list .author-it .info h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #00120E;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 16px;
}
.search-content .search-author .author-list .author-it .info h4 a {
  color: #00120E;
}
.search-content .search-author .author-list .author-it .info h4 a:hover {
  opacity: 0.8;
}
.search-content .search-author .author-list .author-it .info .social a {
  font-size: 21px;
  color: #FC5A31;
  margin-right: 24px;
}
.search-content .search-author .author-list .author-it .info .social a:hover {
  color: #00120E;
}
.search-content .search-author .author-list .author-it .info .news-link {
  margin: 16px 0 0;
}

@media (max-width: 1280px) {
  .search-content .search-author .author-list .author-it {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search-content {
    padding: 40px 0;
  }
  .search-content .search-top {
    margin-bottom: 40px;
  }
  .search-content .search-top .search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-content .search-top .search-form form .form-control {
    width: calc(100% - 127px);
  }
  .search-content .search-author .author-list .author-it {
    width: 100%;
    padding-bottom: 20px;
  }
}
.contact-content {
  padding: 80px 0;
}
.contact-content .box .left {
  width: 50%;
  padding-right: 30px;
}
.contact-content .box .left h1 {
  margin-bottom: 44px;
}
.contact-content .box .left .office-it {
  margin-bottom: 40px;
}
.contact-content .box .left h2 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-content .box .left h4 {
  color: #004638;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-content .box .left p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  max-width: 384px;
}
.contact-content .box .left p:last-child {
  margin-bottom: 0;
}
.contact-content .box .left p a {
  color: #00120E;
  text-decoration: none;
}
.contact-content .box .left p a:hover {
  color: #004638;
}
.contact-content .box .left .social {
  margin-bottom: -16px;
  max-width: 250px;
}
.contact-content .box .left .social a {
  margin-right: 24px;
  color: #00120E;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.contact-content .box .left .social a i {
  margin-right: 8px;
  font-size: 20px;
  color: #FC5A31;
}
.contact-content .box .right {
  width: 50%;
}
.contact-content .box .right p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.contact-content .box .right .contact-form {
  margin-top: 40px;
}
.contact-content .box .right .contact-form p {
  font-weight: 500;
  margin-bottom: 16px;
}
.contact-content .box .right .contact-form p a {
  color: #FC5A31;
  text-decoration: underline;
}
.contact-content .box .right .contact-form p a:hover {
  text-decoration: none;
}
.contact-content .box .right .contact-form form p {
  margin-bottom: 0;
}
.contact-content .box .right .contact-form form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
.contact-content .box .right .contact-form form .wpcf7-form-control-wrap {
  margin-top: 6px;
  display: block;
}
.contact-content .box .right .contact-form form .input-it, .contact-content .box .right .contact-form form .textarea-it {
  width: 100%;
  height: 40px;
  border: 1px solid #004638;
  border-radius: 8px;
  background: #fff;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #00120E;
  font-weight: 600;
}
.contact-content .box .right .contact-form form .input-it::-webkit-input-placeholder, .contact-content .box .right .contact-form form .textarea-it::-webkit-input-placeholder {
  opacity: 0.5;
  color: #00120E;
  font-weight: 400;
}
.contact-content .box .right .contact-form form .input-it:-ms-input-placeholder, .contact-content .box .right .contact-form form .textarea-it:-ms-input-placeholder {
  opacity: 0.5;
  color: #00120E;
  font-weight: 400;
}
.contact-content .box .right .contact-form form .input-it::-ms-input-placeholder, .contact-content .box .right .contact-form form .textarea-it::-ms-input-placeholder {
  opacity: 0.5;
  color: #00120E;
  font-weight: 400;
}
.contact-content .box .right .contact-form form .input-it::placeholder, .contact-content .box .right .contact-form form .textarea-it::placeholder {
  opacity: 0.5;
  color: #00120E;
  font-weight: 400;
}
.contact-content .box .right .contact-form form .textarea-it {
  height: 120px;
}
.contact-content .box .right .contact-form form .submit-btn {
  display: inline-block;
  margin-top: 24px;
  background: #B7FCBF;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #004638;
  padding: 10px 32px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-content .box .right .contact-form form .submit-btn:hover {
  background: #004638;
  color: #fff;
}
.contact-content .box .right .contact-form form .wpcf7-response-output {
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .contact-content {
    padding: 40px 0;
  }
  .contact-content .box .left {
    width: 100%;
    padding: 0 0 30px;
  }
  .contact-content .box .left h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  .contact-content .box .right {
    width: 100%;
  }
}