/* general */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  -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: 'Inter', sans-serif;
  color: #101010;
}

.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 {
  margin-top: 0;
}

p {
  margin-top: 0;
  font-size: 16px;
  line-height: 28px;
}

a {
  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;
  text-decoration: none;
}
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;
}
.image-fit a {
  display: block;
  height: 100%;
}

.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;
}

.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;
}

.list-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;
}

.toogle-menu {
  border: 0 none;
  height: 16px;
  width: 20px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  background: none;
  position: relative;
  padding: 0;
}
.toogle-menu span {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #101010;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toogle-menu span::after, .toogle-menu span::before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #101010;
  position: absolute;
  left: 0;
  content: "";
}
.toogle-menu span::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.toogle-menu span::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.toogle-menu.exit span {
  background: transparent !important;
}
.toogle-menu.exit span::before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.toogle-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;
}

.container {
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.bg-white {
  background: #fff;
}

.color-black {
  color: #0E1102;
}

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

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

.clear {
  clear: both;
}

#header {
  padding: 18px 0;
  background: #101010;
}
#header .logo {
  height: 36px;
}
#header .logo img {
  display: block;
  height: 100%;
}
#header .hd-search {
  margin-left: 19px;
}
#header .hd-search a {
  display: block;
  font-size: 23px;
  color: #fff;
  line-height: 1;
}
#header .ed-btn {
  color: #fff;
}
#header .ed-btn:hover {
  background: #fff;
  color: #101010;
  border-color: #fff;
}
#header .toogle-menu span {
  background: #fff;
}
#header .toogle-menu span::after, #header .toogle-menu span::before {
  background: #fff;
}
#header .hd-search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 10;
  padding-top: 5px;
}
#header .hd-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .hd-search-form input[type="text"] {
  width: calc(100% - 106px);
  border: 1px solid #404040;
  height: 42px;
  background: #fff;
  padding: 10px 16px;
  color: #9F9F9F;
  font-size: 14px;
  line-height: 22px;
}
#header .hd-search-form .btn-search {
  width: 102px;
  border: 1px solid #404040;
  background: #101010;
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
}
#header .hd-search-form .btn-search:hover {
  opacity: 0.8;
}
#header .menu-main {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  right: 0;
  padding: 40px 0 52px;
  background: #EDF0E9;
  display: none;
  color: #101010;
}
#header .menu-main .menu-box {
  max-width: 1100px;
  margin: 0 auto;
}
#header .menu-main .menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .menu-main .menu-box ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0 20px;
  width: 25%;
  text-transform: uppercase;
}
#header .menu-main .menu-box ul li > a {
  cursor: auto;
}
#header .menu-main .menu-box ul li a {
  color: #101010;
}
#header .menu-main .menu-box ul li ul {
  display: block;
  margin: 24px 0 0;
}
#header .menu-main .menu-box ul li ul li {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 16px;
  text-transform: none;
  width: 100%;
}
#header .menu-main .menu-box ul li ul li a {
  color: #101010;
  cursor: pointer;
}
#header .menu-main .menu-box ul li ul li a:hover {
  color: #83ad41;
}
#header .menu-main .menu-box ul li ul li:last-child {
  margin-bottom: 0;
}
#header .menu-main .social {
  margin-top: 24px;
  display: none;
}
#header .menu-main .social h3 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
#header .menu-main .social a {
  color: #101010;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  #header {
    position: relative;
    padding: 9px 0;
  }
  #header .logo {
    height: 20px;
  }
  #header .menu-main {
    padding: 40px 0;
  }
  #header .menu-main .menu-box ul li {
    padding: 24px 0;
    width: 100%;
    border-bottom: 1px solid #9F9F9F;
  }
  #header .menu-main .menu-box ul li:first-child {
    padding-top: 0;
  }
  #header .menu-main .menu-box ul li ul li {
    border: none;
  }
  #header .menu-main .social {
    display: block;
  }
}
#footer {
  background: #101010;
  color: #fff;
}
#footer .ft-top {
  padding: 52px 0 40px;
}
#footer .ft-top .ft-info {
  margin-bottom: 52px;
}
#footer .ft-top .ft-info .ft-logo {
  height: 36px;
}
#footer .ft-top .ft-info .ft-logo img {
  height: 100%;
}
#footer .ft-top .ft-info .ft-form input[type="email"] {
  width: 421px;
  height: 46px;
  background: #fff;
  border: none;
  margin-right: 2px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #0E1102;
  -webkit-appearance: none !important;
  font-family: 'Inter', sans-serif;
  vertical-align: middle;
}
#footer .ft-top .ft-info .ft-form input[type="email"]::-webkit-input-placeholder {
  color: #0E1102;
}
#footer .ft-top .ft-info .ft-form input[type="email"]:-ms-input-placeholder {
  color: #0E1102;
}
#footer .ft-top .ft-info .ft-form input[type="email"]::-ms-input-placeholder {
  color: #0E1102;
}
#footer .ft-top .ft-info .ft-form input[type="email"]::placeholder {
  color: #0E1102;
}
#footer .ft-top .ft-info .ft-form input[type="submit"] {
  width: 102px;
  height: 46px;
  text-align: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  font-weight: 500;
  background: #fff;
  border: none;
  -webkit-appearance: none !important;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: 'Inter', sans-serif;
  vertical-align: middle;
}
#footer .ft-top .ft-info .ft-form input[type="submit"]:hover {
  background: #83ad41;
  color: #fff;
}
#footer .ft-top .ft-info .ft-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .ft-menu ul {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ft-menu ul li {
  width: 25%;
  padding: 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
#footer .ft-menu ul li a {
  color: #fff;
}
#footer .ft-menu ul li ul {
  margin: 24px 0 0;
}
#footer .ft-menu ul li ul li {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}
#footer .ft-menu ul li ul li:last-child {
  margin-bottom: 0;
}
#footer .ft-bottom {
  border-top: 1px solid #343434;
  background: #0E1102;
  padding: 8px 0;
}
#footer .ft-bottom .ft-menu-2 {
  display: inline-block;
}
#footer .ft-bottom .ft-menu-2 ul {
  font-size: 0;
}
#footer .ft-bottom .ft-menu-2 ul li {
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  line-height: 17px;
}
#footer .ft-bottom .ft-menu-2 ul li a {
  color: #fff;
}
#footer .ft-bottom .ft-menu-2 ul li.copyright a {
  cursor: auto;
}
#footer .ft-bottom .ft-menu-2 ul li.copyright a:hover {
  color: #fff !important;
}
#footer .ft-bottom .copyright {
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  line-height: 17px;
}
#footer a:hover {
  color: #83ad41 !important;
}

.social a {
  display: inline-block;
  margin-left: 16px;
  font-size: 18px;
  color: #fff;
}
.social a img {
  -webkit-filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
          filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
}

@media (max-width: 1279px) {
  #footer .ft-top .ft-info .ft-form input[type="email"] {
    width: 300px;
  }
}
@media (max-width: 991px) {
  #footer .ft-top .ft-info {
    display: block;
    text-align: center;
  }
  #footer .ft-top .ft-info .ft-form {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  #footer .ft-top {
    padding: 32px 0 16px;
  }
  #footer .ft-top .ft-info .ft-logo {
    height: 28px;
  }
  #footer .ft-top .ft-info .ft-form {
    font-size: 0;
    margin: 24px auto;
  }
  #footer .ft-top .ft-info .ft-form input[type="submit"] {
    width: 96px;
    margin-left: 2px;
  }
  #footer .ft-top .ft-info .ft-form .wpcf7-form-control-wrap {
    width: calc(100% - 98px);
  }
  #footer .ft-top .ft-info .ft-form input[type="email"] {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  #footer .ft-top .ft-info .ft-form input[type="email"]::-webkit-input-placeholder {
    color: #9F9F9F;
  }
  #footer .ft-top .ft-info .ft-form input[type="email"]:-ms-input-placeholder {
    color: #9F9F9F;
  }
  #footer .ft-top .ft-info .ft-form input[type="email"]::-ms-input-placeholder {
    color: #9F9F9F;
  }
  #footer .ft-top .ft-info .ft-form input[type="email"]::placeholder {
    color: #9F9F9F;
  }
  #footer .ft-top .ft-info .ft-form input[type="email"].on-sp {
    display: inline-block !important;
  }
  #footer .ft-top .ft-info .ft-form .wpcf7-spinner {
    position: absolute;
    margin: 50px auto 0;
  }
  #footer .ft-top .ft-info .ft-form .wpcf7-response-output {
    font-size: 14px;
  }
  #footer .ft-top .ft-info .ft-form .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
  }
  #footer .ft-menu ul li {
    width: 50%;
    margin-bottom: 24px;
  }
  #footer .ft-menu ul li ul {
    margin-top: 16px;
  }
  #footer .ft-bottom {
    padding: 0;
  }
  #footer .ft-bottom .ft-menu-2 ul {
    margin: 0 -16px;
  }
  #footer .ft-bottom .ft-menu-2 ul li {
    margin: 8px 16px;
  }
}
.ed-btn {
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 9px 24px;
  border: 1px solid #404040;
  display: inline-block;
}
.ed-btn:hover {
  background: #101010;
  color: #fff;
}

.color-white {
  color: #fff;
}

.author {
  color: #9F9F9F;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.author a {
  color: #9F9F9F;
}
.author a:hover {
  color: #83ad41;
}

.ed-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}

.tag {
  margin-bottom: 0;
  font-size: 0;
}
.tag span {
  display: inline-block;
  color: #101010;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #101010;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag span:last-child {
  margin-right: 0;
}
.tag span a {
  color: #101010;
  padding: 6px 15px;
  display: block;
}
.tag span a:hover {
  background: #101010;
  color: #fff;
}

.hover-scale {
  overflow: hidden;
}
.hover-scale img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hover-scale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper-pagination {
  background: #D4D5D4 !important;
}
.swiper-pagination .swiper-pagination-progressbar-fill {
  background: #101010 !important;
}

.breacrump {
  color: #9F9F9F;
  font-size: 14px;
  line-height: 22px;
}
.breacrump a {
  color: #9F9F9F;
}
.breacrump a:hover {
  color: #83ad41;
}
.breacrump span {
  color: #101010;
}

.color-grey {
  color: #9F9F9F;
}

.des-news {
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 0;
}
.des-news p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.bg-black {
  background: #101010;
}

.page-top {
  border-top: 1px solid #404040;
  padding: 24px 0;
}
.page-top .breacrump span {
  color: #fff;
}
.page-top .breacrump a, .page-top .breacrump span.line {
  color: #9F9F9F;
}
.page-top .breacrump a:hover {
  color: #83ad41;
}

.container-small {
  max-width: 1064px;
  margin: 0 auto;
}

.pagination {
  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 {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  margin: 0 2.5px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #fff;
  font-weight: 600;
  background: #101010;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  height: auto;
  margin: 0 14px;
  font-size: 30px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: none;
  color: #83ad41;
}

.page-top-white {
  padding: 24px 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.5);
  z-index: 100;
  display: none;
}
.popup .popup-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup .popup-bg {
  height: 100%;
  width: 100%;
  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;
}
.popup .popup-bg .popup-box {
  max-width: 691px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.popup .popup-bg .popup-box .featured {
  width: 43%;
}
.popup .popup-bg .popup-box .info {
  width: 57%;
  position: relative;
  padding: 40px;
  color: #101010;
}
.popup .popup-bg .popup-box .info .close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.popup .popup-bg .popup-box .info .box img {
  height: 23px;
  margin: 10px 0;
}
.popup .popup-bg .popup-box .info .box h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}
.popup .popup-bg .popup-box .info .box p {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.popup .popup-bg .popup-box .info .box p a {
  color: #404040;
  text-decoration: underline;
}
.popup .popup-bg .popup-box .info .box p a:hover {
  color: #83AD41;
}
.popup .popup-bg .popup-box .info .box form {
  margin: 16px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .popup-bg .popup-box .info .box form input[type="email"] {
  width: calc(100% - 92px);
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #9F9F9F;
  border: 1px solid #404040;
  background: #fff;
  -webkit-appearance: none !important;
  font-family: 'Inter', sans-serif;
  vertical-align: middle;
}
.popup .popup-bg .popup-box .info .box form input[type="email"]::-webkit-input-placeholder {
  color: #9F9F9F;
}
.popup .popup-bg .popup-box .info .box form input[type="email"]:-ms-input-placeholder {
  color: #9F9F9F;
}
.popup .popup-bg .popup-box .info .box form input[type="email"]::-ms-input-placeholder {
  color: #9F9F9F;
}
.popup .popup-bg .popup-box .info .box form input[type="email"]::placeholder {
  color: #9F9F9F;
}
.popup .popup-bg .popup-box .info .box form input[type="submit"] {
  width: 88px;
  margin-left: 4px;
  height: 42px;
  padding: 9px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #404040;
  background: #101010;
  -webkit-appearance: none !important;
  font-family: 'Inter', sans-serif;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.popup .popup-bg .popup-box .info .box form input[type="submit"]:hover {
  opacity: 0.8;
}

.error-main {
  padding: 40px 0 80px;
  border-top: 1px solid #404040;
}
.error-main .container {
  max-width: 1096px;
}
.error-main .error-box {
  margin: 0 -8px;
}
.error-main .error-box .info {
  width: 50%;
  padding: 0 8px;
}
.error-main .error-box .info h1 {
  font-size: 36px;
  line-height: 43px;
  max-width: 350px;
  margin: 0 auto 16px;
}
.error-main .error-box .info p {
  margin: 0 auto 40px;
  max-width: 450px;
  font-size: 14px;
  line-height: 22px;
}
.error-main .error-box .info .ed-btn {
  background: #101010;
  border: 1px solid #404040;
  color: #fff;
}
.error-main .error-box .info .ed-btn:hover {
  color: #101010;
  background: #fff;
}
.error-main .error-box .featured {
  width: 50%;
  padding: 0 8px;
}
.error-main .error-box .featured img {
  width: 100%;
}

@media (max-width: 767px) {
  .ed-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px;
  }
  .ed-btn span {
    display: none;
  }

  .ed-title {
    font-size: 28px;
    line-height: 34px;
  }

  .social a {
    margin: 0 8px;
  }

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

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

  .page-top {
    padding: 16px 0;
  }
  .page-top .breacrump {
    font-size: 12px;
    line-height: 16px;
  }

  .page-top-white {
    padding: 16px 0;
  }
  .page-top-white .breacrump {
    font-size: 12px;
    line-height: 16px;
  }
  .page-top-white.mb-top-black {
    background: #101010;
  }
  .page-top-white.mb-top-black a {
    color: #9F9F9F;
  }
  .page-top-white.mb-top-black span {
    color: #9F9F9F;
  }
  .page-top-white.mb-top-black span.current {
    color: #fff;
  }

  .popup .popup-bg {
    padding: 16px;
  }
  .popup .popup-bg .popup-box .featured {
    width: 100%;
    height: 200px;
  }
  .popup .popup-bg .popup-box .info {
    width: 100%;
    padding: 24px 15px;
  }
  .popup .popup-bg .popup-box .info .close {
    display: none;
  }
  .popup .popup-bg .popup-box .info .box img {
    margin: 10px auto;
  }
  .popup .popup-bg .popup-box .info .box h2 {
    margin-top: 40px;
    line-height: 30px;
  }

  .error-main {
    padding: 40px 0;
  }
  .error-main .error-box {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .error-main .error-box .info {
    width: 100%;
    padding: 0;
  }
  .error-main .error-box .info h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .error-main .error-box .info .on-sp {
    display: inline-block !important;
  }
  .error-main .error-box .featured {
    width: 100%;
    margin: 0 0 40px;
  }
  .error-main .error-box .featured img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/* pages */
.home-main {
  background: url(../images/home/bg.png) #101010 no-repeat left top/549px auto;
}
.home-main #header {
  background: transparent;
}
.home-main #header .ed-btn {
  color: #fff;
}
.home-main #header .ed-btn:hover {
  background: #fff;
  color: #101010;
  border-color: #fff;
}
.home-main .toogle-menu span {
  background: #fff;
}
.home-main .toogle-menu span::after, .home-main .toogle-menu span::before {
  background: #fff;
}

.home-top {
  margin-bottom: 43px;
  padding-top: 46px;
}
.home-top .top-big {
  width: 75%;
  padding-right: 58px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-top .top-big .info {
  width: 70%;
  margin-right: -20%;
  position: relative;
  z-index: 2;
}
.home-top .top-big .info h1 {
  font-size: 64px;
  line-height: 77px;
  -webkit-box-shadow: 0px 4px 8px 0px #0E11021A;
          box-shadow: 0px 4px 8px 0px #0E11021A;
  margin-bottom: 8px;
  font-weight: 600;
}
.home-top .top-big .info h1 a {
  color: #fff;
}
.home-top .top-big .info h1 a:hover {
  color: #83ad41;
}
.home-top .top-big .info p {
  color: #9F9F9F;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  padding-right: 30%;
}
.home-top .top-big .featured {
  width: 50%;
  height: 100%;
}
.home-top .top-big .featured img {
  min-height: 542px;
}
.home-top .news-right {
  width: 25%;
}
.home-top .news-right .sub-title {
  margin-bottom: 32px;
  display: inline-block;
  color: #9F9F9F;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 32px;
  border-bottom: 1px solid #9F9F9F;
}
.home-top .news-right .top-list .top-it {
  padding: 16px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #404040;
  padding-right: 30px;
}
.home-top .news-right .top-list .top-it h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.home-top .news-right .top-list .top-it h3 a {
  color: #fff;
}
.home-top .news-right .top-list .top-it h3 a:hover {
  color: #83ad41;
}
.home-top .news-right .top-list .top-it .news-link {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
}
.home-top .news-right .top-list .top-it .news-link img {
  width: 18px;
}
.home-top .news-right .top-list .top-it:last-child {
  margin-bottom: 0;
}

.home-feature .feature-bg {
  padding-left: calc(50vw - 644.5px);
}
.home-feature .feature-social {
  width: 82px;
  padding: 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-feature .feature-social a {
  display: inline-block;
  margin: 16px 0;
  font-size: 18px;
  color: #fff;
}
.home-feature .feature-social a:hover {
  color: #83ad41;
}
.home-feature .feature-social a img {
  -webkit-filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
          filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
}
.home-feature .feature-collections {
  width: calc(100% - 82px);
  padding: 80px 0 80px 80px;
}
.home-feature .feature-collections .feature-slider .swiper-wrapper {
  padding-bottom: 82px;
}
.home-feature .feature-collections .feature-slider .swiper-pagination {
  bottom: 0;
  top: auto;
  right: 80px;
  width: calc(100% - 80px);
}
.home-feature .feature-collections .feature-slider .it .feature-box .image {
  height: 224px;
}
.home-feature .feature-collections .feature-slider .it .feature-box .info {
  padding-top: 12px;
}
.home-feature .feature-collections .feature-slider .it .feature-box .info h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.home-feature .feature-collections .feature-slider .it .feature-box .info h3 a {
  color: #101010;
}
.home-feature .feature-collections .feature-slider .it .feature-box .info h3 a:hover {
  color: #83ad41;
}

.home-lastest {
  background-image: url(../images/home/bg3.png);
  padding: 80px 0;
  background-size: auto 87%;
  background-position: top 10px center;
}
.home-lastest .lastest-it {
  margin-bottom: 16px;
  float: left;
  width: 42%;
}
.home-lastest .lastest-it:last-child {
  margin-bottom: 0;
}
.home-lastest .lastest-it .featured {
  height: 108px;
  width: 200px;
}
.home-lastest .lastest-it .info {
  width: calc(100% - 200px);
  padding-left: 16px;
}
.home-lastest .lastest-it .info h3 {
  margin: 8px 0 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.home-lastest .lastest-it .info h3 a {
  color: #fff;
}
.home-lastest .lastest-it .info h3 a:hover {
  color: #83ad41;
}
.home-lastest .lastest-it .tag span {
  border-color: #404040;
  color: #fff;
  background: #101010;
}
.home-lastest .lastest-it .tag span a {
  border-color: #404040;
  color: #fff;
  background: #101010;
}
.home-lastest .lastest-it .tag span a:hover {
  background: #fff;
  color: #101010;
}
.home-lastest .lastest-it:first-child {
  width: 58%;
  padding-right: 16px;
}
.home-lastest .lastest-it:first-child .featured {
  width: 100%;
  height: 399px;
}
.home-lastest .lastest-it:first-child .info {
  width: 100%;
  padding: 24px 0 0;
}
.home-lastest .lastest-it:first-child .info h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.home-video .video-featured {
  max-height: 722px;
  height: 100%;
}
.home-video .video-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-video .video-btn:hover {
  opacity: 0.8;
}
.home-video .video-source {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.home-video .video-source iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-choise {
  padding: 80px 0;
}
.home-choise .link-all {
  margin-top: -16px;
}

.news-list {
  margin: 0 -8px;
}
.news-list .news-it {
  padding: 0 8px 56px;
  width: 25%;
}
.news-list .news-it .featured {
  height: 166px;
}
.news-list .news-it .info {
  padding: 16px 0;
  border-bottom: 1px solid #D4D5D4;
}
.news-list .news-it .info h3 {
  margin: 8px 0 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.news-list .news-it .info h3 a {
  color: #101010;
}
.news-list .news-it .info h3 a:hover {
  color: #83ad41;
}

@media (max-width: 1312px) {
  .home-feature .feature-bg {
    padding-left: 16px;
  }
}
@media (max-width: 1279px) {
  .home-main {
    background-size: 300px auto;
  }

  .home-top .top-big {
    padding-right: 30px;
  }
  .home-top .top-big .info h1 {
    font-size: 56px;
    line-height: 1.3;
  }

  .home-feature .feature-collections {
    padding: 40px 0 40px 40px;
  }
  .home-feature .feature-collections .feature-slider .swiper-wrapper {
    padding-bottom: 40px;
  }

  .home-lastest .lastest-it .info h3 {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .home-top .top-big {
    padding: 0;
    width: 100%;
  }
  .home-top .top-big .featured img {
    min-height: 400px;
  }
  .home-top .news-right {
    width: 100%;
    margin-top: 50px;
  }

  .home-lastest .lastest-it {
    width: 100%;
  }
  .home-lastest .lastest-it:first-child {
    width: 100%;
  }

  .news-list .news-it {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .home-main {
    background-image: url(../images/home/mb-bg.png);
    background-size: 100% auto;
  }

  .home-top {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .home-top .top-big {
    position: relative;
    padding-bottom: 130px;
    padding-left: 60px;
  }
  .home-top .top-big .info {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home-top .top-big .info h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .home-top .top-big .info p {
    padding: 0;
  }
  .home-top .top-big .featured {
    width: 100%;
  }
  .home-top .news-right {
    margin-top: 40px;
  }
  .home-top .news-right .sub-title {
    margin-bottom: 16px;
  }

  .home-feature .feature-bg {
    padding-left: 0;
  }
  .home-feature .feature-bg .feature-social {
    width: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-feature .feature-bg .feature-collections {
    width: calc(100% - 52px);
    padding: 40px 0 40px 24px;
  }
  .home-feature .feature-bg .feature-collections .feature-slider .it .feature-box .image {
    height: 120px;
  }
  .home-feature .feature-bg .feature-collections .feature-slider .swiper-pagination {
    right: 16px;
    width: calc(100% - 16px);
  }

  .home-lastest {
    padding: 40px 0 16px;
    background-image: url(../images/home/mb-bg2.png);
    background-size: auto 90%;
  }
  .home-lastest .lastest-it {
    margin-bottom: 24px;
  }
  .home-lastest .lastest-it:first-child {
    margin-bottom: 32px;
  }
  .home-lastest .lastest-it:first-child .featured {
    height: 185px;
  }
  .home-lastest .lastest-it:first-child .info h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
  }
  .home-lastest .lastest-it .featured {
    width: 165px;
    height: 113px;
  }
  .home-lastest .lastest-it .info {
    width: calc(100% - 165px);
  }
  .home-lastest .lastest-it .info h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    max-height: 44px;
    overflow-y: hidden;
  }

  .home-video .video-featured img {
    min-height: 211px;
  }
  .home-video .video-btn {
    width: 64px;
  }

  .home-choise {
    padding: 40px 0;
  }
  .home-choise .link-all {
    margin-top: 0;
    padding: 9px 25px;
  }

  .news-list .news-it {
    width: 50%;
    padding-bottom: 24px;
  }
  .news-list .news-it .featured {
    height: 88px;
  }
  .news-list .news-it .info h3 {
    max-height: 44px;
    overflow-y: hidden;
  }
}
.single-top {
  padding: 24px 0;
}
.single-top .social a i {
  color: #101010;
}
.single-top .social a img {
  -webkit-filter: none;
          filter: none;
}

.single-main {
  padding: 40px 0 80px;
}
.single-main .box-grey, .single-main .sg-resources {
  background: #D4D5D4;
  padding: 24px;
  margin-bottom: 64px;
}
.single-main .box-grey:last-child, .single-main .sg-resources:last-child {
  margin-bottom: 0;
}
.single-main .box-grey h4, .single-main .sg-resources h4 {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 16px;
  border-bottom: 1px solid #404040;
  margin-bottom: 24px !important;
  text-transform: uppercase;
  margin-top: 0 !important;
  font-weight: 700;
}
.single-main .box-grey ul, .single-main .box-grey ol, .single-main .sg-resources ul, .single-main .sg-resources ol {
  padding-left: 25px;
}
.single-main .box-grey ul li, .single-main .box-grey ol li, .single-main .sg-resources ul li, .single-main .sg-resources ol li {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
}
.single-main .box-grey ul li:last-child, .single-main .box-grey ol li:last-child, .single-main .sg-resources ul li:last-child, .single-main .sg-resources ol li:last-child {
  margin-bottom: 0;
}
.single-main .box-grey ul.list-numbber li, .single-main .box-grey ol.list-numbber li, .single-main .sg-resources ul.list-numbber li, .single-main .sg-resources ol.list-numbber li {
  list-style: decimal;
}
.single-main .schema-faq {
  margin: 32px 0 0;
}
.single-main .schema-faq .schema-faq-section {
  margin-bottom: 32px;
}
.single-main .schema-faq .schema-faq-section .schema-faq-question {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px 30px 8px 8px;
  border-top: 1px solid #D4D5D4;
  border-bottom: 1px solid #D4D5D4;
  position: relative;
  list-style: none;
  cursor: pointer;
  display: block;
}
.single-main .schema-faq .schema-faq-section .schema-faq-question:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  background: url(../images/icon-question.svg) no-repeat center center/cover;
}
.single-main .schema-faq .schema-faq-section .schema-faq-answer {
  margin: 0;
  padding: 8px 8px 0 8px;
  color: #404040;
  display: none;
}
.single-main .wp-block-image .wp-element-caption {
  text-align: center;
  font-style: italic;
}
.single-main .box-grey {
  margin-top: 24px;
}
.single-main .box-grey:first-child {
  margin-top: 0;
}
.single-main .sg-resources ol li {
  list-style: decimal;
}
.single-main .sg-resources ol li a {
  color: #101010;
  text-decoration: underline;
}
.single-main .box-grey ul li {
  margin-bottom: 16px !important;
}
.single-main .box-grey ul li:last-child {
  margin-bottom: 0 !important;
}
.single-main .box-grey h4 {
  font-weight: 700;
}
.single-main .single-sidebar {
  width: 308px;
}
.single-main .single-sidebar .sg-author {
  background: #EDF0E9;
  padding: 24px 15px;
}
.single-main .single-sidebar .sg-author .author-it {
  margin-bottom: 24px;
}
.single-main .single-sidebar .sg-author .author-it img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-main .single-sidebar .sg-author .author-it:last-child {
  margin-bottom: 0;
}
.single-main .single-sidebar .sg-author .author-it h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 8px;
}
.single-main .single-sidebar .sg-author .author-it h5 a {
  color: #101010;
  text-decoration: underline;
}
.single-main .single-sidebar .sg-author .author-it h5 a:hover {
  color: #83ad41;
}
.single-main .single-sidebar .sg-author .author-it p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.single-main .single-sidebar .sg-author .author-it p i {
  margin-right: 4px;
}
.single-main .single-sidebar .sg-lastest {
  margin-top: 40px;
}
.single-main .single-sidebar .sg-lastest .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it {
  padding: 16px 30px 16px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #D4D5D4;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 a {
  color: #000;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 a:hover {
  color: #83ad41;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it .news-link {
  top: 50%;
  right: 0;
  width: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child {
  padding-right: 0;
  border-color: #9F9F9F;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child .info {
  padding-top: 16px;
}
.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child .info h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.single-main .sg-right {
  width: calc(100% - 308px);
  padding-left: 124px;
}
.single-main .sg-right h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 32px;
}
.single-main .sg-right .sg-custom p {
  margin-bottom: 8px;
}
.single-main .sg-right .sg-custom p small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.single-main .sg-right .sg-custom p b {
  color: #83AD41;
}
.single-main .sg-right .sg-custom p a {
  color: #83AD41;
  font-weight: 700;
  text-decoration: none;
}
.single-main .sg-right .sg-custom p a:hover {
  text-decoration: underline;
}
.single-main .sg-right .sg-custom .single-featured {
  margin: 32px 0 24px;
  padding: 0;
}
.single-main .sg-right .sg-custom .single-featured img {
  width: 100%;
  display: block;
}
.single-main .sg-right .sg-custom .single-featured p {
  color: #9F9F9F;
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0;
  font-style: italic;
}
.single-main .sg-right .sg-custom a {
  color: #101010;
  text-decoration: underline;
}
.single-main .sg-right .sg-custom a:hover {
  color: #83AD41;
}
.single-main .sg-right .sg-custom h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 64px;
}
.single-main .sg-right .sg-custom h5 {
  margin: 30px 0 10px;
}
.single-main .sg-right .sg-custom h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 64px;
}
.single-main .sg-right .sg-custom h2.list-start {
  counter-reset: section;
}
.single-main .sg-right .sg-custom h2.list-start.list-start-border ~ h3 {
  padding: 8px 8px 8px 64px;
  background: url(../images/rec.svg) no-repeat left center/48px 100%;
  border: none !important;
}
.single-main .sg-right .sg-custom h2.list-start.list-start-border ~ h3:before {
  counter-increment: section;
  content: "Step " counter(section) ". ";
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  width: auto;
  color: #101010;
  background: none;
  display: inline-block;
  margin-right: 10px;
}
.single-main .sg-right .sg-custom h2.list-start.list-start-black ~ h2.list-end ~ h3 {
  border: none !important;
}
.single-main .sg-right .sg-custom h2.list-start.list-start-black ~ h3 {
  padding: 8px 8px 8px 40px;
  border-top: 6px solid #87AA14 !important;
  background: #101010;
  color: #fff;
}
.single-main .sg-right .sg-custom h2.list-start.list-start-black ~ h3:before {
  width: auto;
  background: none;
  margin: 0;
  color: #fff;
  content: counter(section) ". ";
  position: absolute;
  left: 12px;
  top: 6px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
}
.single-main .sg-right .sg-custom h2.list-start ~ h3 {
  padding: 8px 8px 8px 64px;
  border: 1px solid #101010;
  position: relative;
}
.single-main .sg-right .sg-custom h2.list-start ~ h3:before {
  counter-increment: section;
  content: counter(section) ". ";
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  background: #101010;
  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;
}
.single-main .sg-right .sg-custom h2.list-end ~ h3 {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  color: #101010 !important;
}
.single-main .sg-right .sg-custom h2.list-end ~ h3:before {
  display: none !important;
}
.single-main .sg-right .sg-custom .box-green {
  margin: 32px 0;
  background: #E6EFD9;
  border-left: 3px solid #83AD41;
  padding: 40px 32px;
}
.single-main .sg-right .sg-custom .box-green p {
  font-size: 18px;
  line-height: 29px;
  color: #404040;
  margin-bottom: 16px;
  font-weight: 500;
}
.single-main .sg-right .sg-custom .box-green h4 {
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #87AA14;
  margin: 0;
  text-transform: uppercase;
}
.single-main .sg-right .sg-custom h4 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 32px;
}
.single-main .sg-right .sg-custom h4.title-number {
  padding: 8px 8px 8px 64px;
  border: 1px solid #101010;
  position: relative;
}
.single-main .sg-right .sg-custom h4.title-number span {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  background: #101010;
  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;
}
.single-main .sg-right .sg-custom ul, .single-main .sg-right .sg-custom ol {
  padding-left: 18px;
}
.single-main .sg-right .sg-custom ul li, .single-main .sg-right .sg-custom ol li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
}
.single-main .sg-right .sg-custom ul li::marker, .single-main .sg-right .sg-custom ol li::marker {
  color: #83AD41;
  font-size: 18px;
}
.single-main .sg-right .sg-custom ul.list-number li, .single-main .sg-right .sg-custom ol.list-number li {
  list-style: decimal;
}
.single-main .sg-right .sg-custom ul.list-number li::marker, .single-main .sg-right .sg-custom ol.list-number li::marker {
  font-size: 16px;
}
.single-main .sg-right .sg-custom ol li {
  list-style: decimal;
}
.single-main .sg-right .sg-custom ol li::marker {
  font-size: 16px;
}
.single-main .sg-right .sg-custom .wp-block-table {
  margin: 32px 0 64px;
}
.single-main .sg-right .sg-custom .wp-block-table .wp-element-caption {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}
.single-main .sg-right .sg-custom table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.single-main .sg-right .sg-custom table thead {
  border: none;
}
.single-main .sg-right .sg-custom table thead tr {
  border: 1px solid #87AA14;
  background: #E6EFD9;
}
.single-main .sg-right .sg-custom table thead tr th {
  padding: 20px 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border: none;
}
.single-main .sg-right .sg-custom table tbody tr {
  border: 1px solid #D4D5D4;
  background: #fff;
}
.single-main .sg-right .sg-custom table tbody tr:nth-child(2n+1) {
  background: #eee;
}
.single-main .sg-right .sg-custom table tbody tr td {
  padding: 16px;
  font-size: 16px;
  line-height: 28px;
  border: none;
}
.single-main .sg-right .sg-custom table tbody tr:first-child {
  border: 1px solid #87AA14;
  background: #E6EFD9;
}
.single-main .sg-right .sg-custom table tbody tr:first-child td {
  padding: 20px 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border: none;
}
.single-main .sg-right .sg-custom .mt-64 {
  margin-top: 64px;
}
.single-main .sg-right .sg-custom .sg-product-box {
  background: #101010;
  color: #fff;
  padding: 24px;
  margin: 32px 0;
}
.single-main .sg-right .sg-custom .sg-product-box h4 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.single-main .sg-right .sg-custom .sg-product-box ul {
  margin: -12px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.single-main .sg-right .sg-custom .sg-product-box ul li {
  width: calc(50% - 40px);
  background: #E6EFD9;
  list-style: none;
  margin: 12px 20px;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.single-main .sg-right .sg-custom .sg-product-box ul li a {
  display: block;
  padding: 16px 40px 16px 16px;
  text-decoration: none;
  background: url(../images/down.svg) no-repeat right 24px center/8px auto;
}
.single-main .sg-right .sg-custom .sg-product-it {
  gap: 0;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #87AA14;
  margin-bottom: 24px;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 41%;
  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;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(1) figure {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1.22;
      -ms-flex-positive: 1.22;
          flex-grow: 1.22;
  background: #E6EFD9;
  padding: 24px;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p.link-green a {
  background: none;
  border: none;
  padding: 0;
  margin-top: 20px;
  color: #83AD41;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p.link-green a:hover {
  opacity: 1;
  text-decoration: underline;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 10px 24px;
  display: inline-block;
  background: #101010;
  color: #fff;
  border: 1px solid #404040;
}
.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) a:hover {
  opacity: 0.8;
}
.single-main .sg-right .sg-custom ul.list-check {
  margin-bottom: 24px;
  padding-left: 0;
}
.single-main .sg-right .sg-custom ul.list-check li {
  list-style: none;
  background: url(../images/list-check.svg) no-repeat left top 7px/16px auto;
  margin-bottom: 16px;
  padding-left: 24px;
}
.single-main .sg-right .sg-custom ul.list-remove {
  margin-bottom: 24px;
  padding-left: 0;
}
.single-main .sg-right .sg-custom ul.list-remove li {
  list-style: none;
  background: url(../images/list-remove.svg) no-repeat left top 7px/16px auto;
  margin-bottom: 16px;
  padding-left: 24px;
}
.single-main .sg-right .sg-custom .table-review {
  margin: 32px 0;
}
.single-main .sg-right .sg-custom .table-review p {
  margin-bottom: 8px;
  color: #9F9F9F;
  font-weight: 500;
}
.single-main .sg-right .sg-custom .table-review .wp-block-table {
  margin: 0;
}
.single-main .sg-right .sg-custom .table-review table {
  text-align: center;
}
.single-main .sg-right .sg-custom .table-review table tbody tr:first-child {
  background: #E6EFD9 !important;
}
.single-main .sg-right .sg-custom .table-review table tbody tr:first-child td {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #404040;
  padding: 16px;
  text-align: left;
}
.single-main .sg-right .sg-custom .table-review table tbody tr:first-child td strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #121924;
}
.single-main .sg-right .sg-custom .table-review table tbody tr td:first-child {
  border: 1px solid #87AA14;
  background: #E6EFD9;
  text-align: left;
}
.single-main .sg-right .sg-custom .table-review table tbody tr td:first-child strong {
  font-weight: 600;
}
.single-main .sg-right .sg-custom .table-review table tbody tr:nth-child(2n+1) {
  background: #fff;
}
.single-main .sg-right .sg-custom .table-review.table-review-2 table tbody tr td:first-child {
  border: none;
  background: #fff;
}
.single-main .sg-right .sg-custom .table-review.table-review-2 table tbody tr:first-child td:first-child {
  background: #E6EFD9;
}
.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child {
  border: 1px solid #D4D5D4;
  background: #fff !important;
}
.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child td {
  text-align: center;
}
.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child td:first-child {
  text-align: left;
}
.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr td:first-child {
  width: 129px;
}
.single-main .sg-right .sg-custom .sg-brands {
  margin-top: 16px;
}
.single-main .sg-right .sg-custom .sg-brands .wp-block-columns {
  gap: 0;
  margin: 0;
}
.single-main .sg-right .sg-custom .sg-brands .brand-col:first-child .brand-title {
  border-left: 1px solid #87AA14;
}
.single-main .sg-right .sg-custom .sg-brands .brand-col:first-child .brand-row {
  border-left: 1px solid #D4D5D4;
}
.single-main .sg-right .sg-custom .sg-brands .brand-title {
  padding: 24px;
  border: 1px solid #87AA14;
  border-left: none;
}
.single-main .sg-right .sg-custom .sg-brands .brand-title .wp-block-image {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .sg-brands .brand-title p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}
.single-main .sg-right .sg-custom .sg-brands .brand-title p strong {
  font-weight: 600;
}
.single-main .sg-right .sg-custom .sg-brands .brand-title p a {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #87AA14;
  font-weight: 500;
}
.single-main .sg-right .sg-custom ul.pros-list {
  padding-top: 40px;
  position: relative;
}
.single-main .sg-right .sg-custom ul.pros-list:before {
  content: "PROS";
  font-size: 20px;
  line-height: 1.2;
  color: #101010;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.single-main .sg-right .sg-custom ul.cons-list {
  padding-top: 40px;
  position: relative;
}
.single-main .sg-right .sg-custom ul.cons-list:before {
  content: "CONS";
  font-size: 20px;
  line-height: 1.2;
  color: #101010;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.single-main .sg-right .sg-custom .brand-row {
  padding: 24px;
  background: #EDF0E9;
  border: 1px solid #D4D5D4;
  border-left: none;
  border-top: none;
}
.single-main .sg-right .sg-custom .brand-row ul {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .brand-row ul li:last-child {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .sg-question {
  gap: 32px;
  margin: 32px 0 0;
}
.single-main .sg-right .sg-custom .sg-question .wp-block-details {
  margin-bottom: 32px;
}
.single-main .sg-right .sg-custom .sg-question .wp-block-details:last-child {
  margin-bottom: 0;
}
.single-main .sg-right .sg-custom .sg-question .wp-block-details summary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px 30px 8px 8px;
  border-top: 1px solid #D4D5D4;
  border-bottom: 1px solid #D4D5D4;
  position: relative;
  list-style: none;
}
.single-main .sg-right .sg-custom .sg-question .wp-block-details summary:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  background: url(../images/icon-question.svg) no-repeat center center/cover;
}
.single-main .sg-right .sg-custom .sg-question .wp-block-details p {
  margin: 0;
  padding: 8px 8px 0 8px;
  color: #404040;
}

.sg-other {
  padding-bottom: 80px;
}
.sg-other .ed-title {
  font-size: 36px;
  line-height: 44px;
}
.sg-other .news-list .news-it {
  width: 33.33%;
  padding-bottom: 0;
}
.sg-other .news-list .news-it .featured {
  height: 224px;
}
.sg-other .news-list .news-it .info h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  font-weight: 600;
}
.sg-other .news-list .news-it:nth-child(4) {
  display: none;
}

@media (max-width: 1279px) {
  .single-main .sg-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .single-main .single-sidebar {
    width: 250px;
  }
  .single-main .sg-right {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .single-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .single-main .box-grey, .single-main .sg-resources {
    margin-bottom: 40px;
  }
  .single-main .box-grey h4, .single-main .sg-resources h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .single-main .box-grey ul li, .single-main .sg-resources ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .single-main .sg-resources {
    margin: 40px 0 0;
  }
  .single-main .sg-resources ul.list-number {
    padding-left: 20px;
  }
  .single-main .sg-resources ul.list-number li {
    list-style: decimal;
  }
  .single-main .sg-resources ul.list-number li::marker {
    font-size: 14px;
  }
  .single-main .sg-resources ul.list-number li a {
    color: #101010;
    text-decoration: underline;
  }
  .single-main .single-sidebar {
    width: 100%;
    margin-top: 24px;
  }
  .single-main .single-sidebar .sg-author .author-it {
    padding-left: 58px;
    position: relative;
    margin-bottom: 25px;
    min-height: 50px;
    padding-top: 3px;
  }
  .single-main .single-sidebar .sg-author .author-it img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .single-main .sg-right {
    width: 100%;
    padding-left: 0;
  }
  .single-main .sg-right h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .single-main .sg-right .sg-custom .sg-brands .brand-col {
    margin-bottom: 8px;
  }
  .single-main .sg-right .sg-custom .sg-brands .brand-col:last-child {
    margin-bottom: 0;
  }
  .single-main .sg-right .sg-custom .sg-brands .brand-title {
    border-left: 1px solid #87AA14;
  }
  .single-main .sg-right .sg-custom .sg-brands .brand-title p {
    font-size: 18px;
    line-height: 24px;
  }
  .single-main .sg-right .sg-custom .sg-brands .brand-row {
    border-left: 1px solid #D4D5D4;
  }
  .single-main .sg-right .sg-custom .sg-question {
    margin-bottom: 16px;
  }
  .single-main .sg-right .sg-custom p {
    font-size: 14px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom .single-featured {
    margin: 40px 0;
  }
  .single-main .sg-right .sg-custom .social {
    margin-top: 32px;
  }
  .single-main .sg-right .sg-custom h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
  }
  .single-main .sg-right .sg-custom h3:before {
    font-size: 20px !important;
  }
  .single-main .sg-right .sg-custom h2 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 40;
  }
  .single-main .sg-right .sg-custom h2.list-start.list-start-black ~ h3:before {
    top: 8px;
  }
  .single-main .sg-right .sg-custom .box-green {
    margin: 24px 0;
  }
  .single-main .sg-right .sg-custom .box-green p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .single-main .sg-right .sg-custom .box-green h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 8px;
  }
  .single-main .sg-right .sg-custom h4.title-number, .single-main .sg-right .sg-custom h4.title-border {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px;
  }
  .single-main .sg-right .sg-custom h4.title-black {
    border-width: 4px;
  }
  .single-main .sg-right .sg-custom ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom ul.list-number li::marker {
    font-size: 14px;
  }
  .single-main .sg-right .sg-custom table thead tr th {
    font-size: 16px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom table tbody tr td {
    font-size: 14px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom .wp-block-table {
    margin: 24px 0 40px;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table {
    overflow-x: auto;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table table {
    word-break: keep-all;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table table tbody tr td:first-child {
    font-size: 16px;
    line-height: 22px;
    min-width: 129px;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table table tbody tr:first-child {
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table table tbody tr:first-child strong {
    font-size: 16px;
  }
  .single-main .sg-right .sg-custom .table-review .wp-block-table table tbody tr td {
    min-width: 135px;
  }
  .single-main .sg-right .sg-custom .table-review-2 .wp-block-table table tbody tr td:first-child {
    min-width: 135px;
    font-size: 14px;
  }
  .single-main .sg-right .sg-custom .sg-product-box {
    margin: 24px 0;
  }
  .single-main .sg-right .sg-custom .sg-product-box ul {
    margin: 0;
  }
  .single-main .sg-right .sg-custom .sg-product-box ul li {
    margin: 0 0 24px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .single-main .sg-right .sg-custom .sg-product-box ul li:last-child {
    margin-bottom: 0;
  }
  .single-main .sg-right .sg-custom .sg-product-it {
    margin-bottom: 16px;
  }
  .single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(1) {
    padding-bottom: 16px;
  }
  .single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .single-top {
    padding: 16px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    background: #101010;
  }
  .single-top .breacrump, .single-top #breadcrumbs {
    font-size: 12px;
    line-height: 16px;
  }
  .single-top .breacrump a, .single-top .breacrump span, .single-top #breadcrumbs a, .single-top #breadcrumbs span {
    color: #9F9F9F;
  }
  .single-top .breacrump span.current, .single-top .breacrump span.breadcrumb_last, .single-top #breadcrumbs span.current, .single-top #breadcrumbs span.breadcrumb_last {
    color: #fff;
  }

  .sg-other {
    padding-bottom: 16px;
  }
  .sg-other .ed-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .sg-other .news-list .news-it {
    width: 50%;
    margin-bottom: 24px;
  }
  .sg-other .news-list .news-it .featured {
    height: 88px;
  }
  .sg-other .news-list .news-it .info h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .sg-other .news-list .news-it .info .des-news {
    display: none;
  }
  .sg-other .news-list .news-it:nth-child(4) {
    display: block;
  }
}
.about-main {
  padding: 40px 0;
}
.about-main .ed-title {
  font-size: 36px;
  line-height: 44px;
}
.about-main .about-custom {
  padding-bottom: 40px;
}
.about-main .about-custom table {
  border-collapse: collapse;
  width: 100%;
}
.about-main .about-custom table tr {
  border-bottom: 1px solid #D4D5D4;
}
.about-main .about-custom table tr:first-child td {
  padding-top: 0;
}
.about-main .about-custom table tr td {
  vertical-align: top;
  padding: 40px 0 24px;
  font-size: 16px;
  line-height: 28px;
}
.about-main .about-custom table tr td:first-child {
  width: 41%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 16px;
}
.about-main .about-custom table tr td p {
  color: #313131;
  margin-bottom: 24px;
}
.about-main .about-custom table tr td p:last-child {
  margin-bottom: 0;
}
.about-main .about-author {
  padding: 40px 0;
}
.about-main .about-author .people-list {
  margin: 0 -13px;
}
.about-main .about-author .people-list .people-it {
  padding: 0 13px 40px;
  width: 20%;
}
.about-main .about-author .people-list .people-it .featured {
  height: 192px;
}
.about-main .about-author .people-list .people-it .info {
  padding-top: 16px;
}
.about-main .about-author .people-list .people-it .info h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-main .about-author .people-list .people-it .info h3 a {
  color: #101010;
}
.about-main .about-author .people-list .people-it .info h3 a:hover {
  color: #83ad41;
}
.about-main .about-author .people-list .people-it .info p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #404040;
  margin-bottom: 16px;
}
.about-main .about-author .people-list .people-it .info .social a {
  font-size: 20px;
  margin: 0 16px 0 0;
  color: #9F9F9F;
}
.about-main .about-author .people-list .people-it .info .social a:hover {
  color: #83ad41;
}

@media (max-width: 991px) {
  .about-main .about-author .people-list .people-it {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .about-main {
    padding-bottom: 0;
  }
  .about-main .ed-title {
    font-size: 28px;
    line-height: 34px;
  }
  .about-main .about-custom table, .about-main .about-custom tbody {
    display: block;
  }
  .about-main .about-custom table tr {
    display: block;
    padding: 32px 0 24px;
  }
  .about-main .about-custom table tr:first-child {
    padding-top: 0;
  }
  .about-main .about-custom table tr td {
    display: block;
    width: 100% !important;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .about-main .about-custom table tr td:first-child {
    padding: 0 0 16px 0;
  }
  .about-main .about-custom table tr td p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .about-main .about-author {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .about-main .about-author .people-list {
    margin: 0 -8px;
  }
  .about-main .about-author .people-list .people-it {
    padding: 0 8px 24px;
    width: 50%;
  }
  .about-main .about-author .people-list .people-it .featured {
    height: 164px;
  }
  .about-main .about-author .people-list .people-it .info p {
    letter-spacing: 0;
  }
  .about-main .about-author .people-list .people-it .info .social a {
    font-size: 18px;
  }
}
.page-main {
  padding: 40px 0 80px;
  margin: 0 auto;
  max-width: 848px;
}
.page-main .ed-title {
  font-size: 36px;
  line-height: 44px;
}
.page-main .page-custom h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 600;
  margin-top: 40px;
}
.page-main .page-custom p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}
.page-main .page-custom p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-main {
    padding: 40px 0;
  }
  .page-main .ed-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.blog-main {
  padding: 40px 0 80px;
}
.blog-main .blog-top {
  margin-bottom: 64px;
}
.blog-main .blog-top:before {
  height: 124px;
  background: #0E1102;
  left: calc(50vw - 648.5px);
  right: 0;
  content: "";
  position: absolute;
}
.blog-main .blog-top .top-box {
  position: relative;
  padding-top: 40px;
}
.blog-main .blog-top .top-box .info {
  padding: 0 16px 0 40px;
  width: 42%;
}
.blog-main .blog-top .top-box .info h1 {
  margin-bottom: 64px;
}
.blog-main .blog-top .top-box .info p {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}
.blog-main .blog-top .top-box .featured {
  width: 58%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-main .blog-top .top-box .featured .big {
  width: 73%;
  padding-right: 16px;
  max-height: 240px;
  min-height: 200px;
}
.blog-main .blog-top .top-box .featured .small {
  width: 27%;
  max-height: 168px;
}
.blog-main .blog-top .top-box .featured img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-main .blog-select {
  margin-bottom: 64px;
}
.blog-main .blog-select .news-list {
  margin: 0 -16px;
}
.blog-main .blog-select .news-list .news-it {
  padding: 0 16px;
  border-right: 1px solid #D4D5D4;
  width: 33.33%;
}
.blog-main .blog-select .news-list .news-it .featured {
  height: 218px;
}
.blog-main .blog-select .news-list .news-it .info {
  padding: 24px 0 16px;
  border-bottom: none;
}
.blog-main .blog-select .news-list .news-it .info h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  font-weight: 600;
}
.blog-main .blog-all .ed-title {
  font-size: 32px;
  line-height: 39px;
}
.blog-main .blog-all .pagination {
  margin-top: -16px;
}

@media (max-width: 1279px) {
  .blog-main .blog-top:before {
    left: 16px;
  }
  .blog-main .blog-top .top-box .info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-main {
    padding-bottom: 40px;
  }
  .blog-main .blog-top {
    margin-bottom: 40px;
  }
  .blog-main .blog-top:before {
    left: 16px;
    height: 122px;
  }
  .blog-main .blog-top .top-box {
    padding-top: 24px;
  }
  .blog-main .blog-top .top-box .info {
    width: 100%;
    padding: 0;
  }
  .blog-main .blog-top .top-box .info h1 {
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .blog-main .blog-top .top-box .featured {
    width: 100%;
    padding-left: 60px;
  }
  .blog-main .blog-top .top-box .featured .big {
    width: 100%;
    padding: 0;
    min-height: 140px;
  }
  .blog-main .blog-top .top-box p {
    padding: 16px 0 0 24px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .blog-main .blog-select {
    margin-bottom: 16px;
  }
  .blog-main .blog-select .news-list .news-it {
    margin-bottom: 24px;
    width: 100%;
  }
  .blog-main .blog-select .news-list .news-it .featured {
    height: 185px;
  }
  .blog-main .blog-select .news-list .news-it .info {
    border-bottom: 1px solid #D4D5D4;
  }
  .blog-main .blog-select .news-list .news-it .info h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .blog-main .blog-all .ed-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.contact-main {
  padding: 40px 0 120px;
}
.contact-main .ed-title {
  font-size: 36px;
  line-height: 43px;
}
.contact-main .contact-box {
  padding-top: 40px;
}
.contact-main .contact-box h2 {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 16px;
  font-weight: 600;
}
.contact-main .contact-box .contact-left {
  width: 58%;
  padding: 0 123px 0 calc(50vw - 646.5px);
}
.contact-main .contact-box .contact-left p {
  color: #313131;
  margin-bottom: 24px;
}
.contact-main .contact-box .contact-left h5 {
  color: #313131;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-main .contact-box .contact-left h5 a {
  color: #87AA14;
  text-decoration: underline;
}
.contact-main .contact-box .contact-left h5 a:hover {
  text-decoration: none;
}
.contact-main .contact-box .contact-left .contact-form p {
  margin-bottom: 0;
}
.contact-main .contact-box .contact-left .contact-form .wpcf7-not-valid-tip {
  color: #dc3232;
  margin-top: -10px;
  margin-bottom: 10px;
}
.contact-main .contact-box .contact-left .contact-form label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.contact-main .contact-box .contact-left .contact-form label span {
  color: #87AA14;
}
.contact-main .contact-box .contact-left .contact-form .form-ip, .contact-main .contact-box .contact-left .contact-form .form-textarea {
  padding: 9px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #313131;
  border: 1px solid #D4D5D4;
  background: #fff;
  -webkit-appearance: none !important;
  font-family: 'Inter', sans-serif;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}
.contact-main .contact-box .contact-left .contact-form .form-ip::-webkit-input-placeholder, .contact-main .contact-box .contact-left .contact-form .form-textarea::-webkit-input-placeholder {
  color: #313131;
}
.contact-main .contact-box .contact-left .contact-form .form-ip:-ms-input-placeholder, .contact-main .contact-box .contact-left .contact-form .form-textarea:-ms-input-placeholder {
  color: #313131;
}
.contact-main .contact-box .contact-left .contact-form .form-ip::-ms-input-placeholder, .contact-main .contact-box .contact-left .contact-form .form-textarea::-ms-input-placeholder {
  color: #313131;
}
.contact-main .contact-box .contact-left .contact-form .form-ip::placeholder, .contact-main .contact-box .contact-left .contact-form .form-textarea::placeholder {
  color: #313131;
}
.contact-main .contact-box .contact-left .contact-form .form-textarea {
  height: 125px;
  margin-bottom: 24px;
}
.contact-main .contact-box .contact-left .contact-form .form-submit {
  width: 100%;
  background: #101010;
  border: 1px solid #404040;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  -webkit-appearance: none !important;
  font-family: 'Inter', sans-serif;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-main .contact-box .contact-left .contact-form .form-submit:hover {
  opacity: 0.8;
}
.contact-main .contact-box .contact-right {
  width: 42%;
  padding: 40px;
  position: relative;
}
.contact-main .contact-box .contact-right:before {
  background: url(../images/bg-author.png) #101010 no-repeat bottom 40px right/auto 100%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.contact-main .contact-box .contact-right .contact-right-box {
  max-width: 524px;
  position: relative;
}
.contact-main .contact-box .contact-right p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #D4D5D4;
}
.contact-main .contact-box .contact-right p b {
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.contact-main .contact-box .contact-right p a {
  color: #fff;
}
.contact-main .contact-box .contact-right p a:hover {
  color: #87AA14;
}
.contact-main .contact-box .contact-right .ct-info {
  margin-bottom: 40px;
  max-width: 345px;
}
.contact-main .contact-box .contact-right .follow-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #D4D5D4;
  min-width: 170px;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-main .contact-box .contact-right .follow-list a i {
  font-size: 24px;
  color: #fff;
  margin-right: 8px;
}
.contact-main .contact-box .contact-right .follow-list a:hover, .contact-main .contact-box .contact-right .follow-list a:hover i {
  color: #87AA14;
}

@media (max-width: 1350px) {
  .contact-main .contact-box .contact-left {
    padding-left: 20px;
    padding-right: 50px;
    width: 50%;
  }
  .contact-main .contact-box .contact-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-main {
    padding: 40px 0;
  }
  .contact-main .ed-title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  .contact-main .contact-box {
    padding: 0;
  }
  .contact-main .contact-box .contact-left {
    padding: 0 16px 10px;
    width: 100%;
  }
  .contact-main .contact-box .contact-left p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-main .contact-box .contact-left h5 {
    font-size: 10px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .contact-main .contact-box h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .contact-main .contact-box .contact-right {
    width: 100%;
    padding: 40px 24px;
  }
  .contact-main .contact-box .contact-right:before {
    background: url(../images/sp-bg-contact.png) #101010 no-repeat bottom 30px right/auto 100%;
  }
  .contact-main .contact-box .contact-right p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-main .contact-box .contact-right p b {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .contact-main .contact-box .contact-right .ct-info {
    margin-bottom: 32px;
  }
  .contact-main .contact-box .contact-right .follow-list {
    margin-bottom: -16px;
  }
  .contact-main .contact-box .contact-right .follow-list a {
    width: 50%;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 22px;
    min-width: auto;
  }
  .contact-main .contact-box .contact-right .follow-list a i {
    font-size: 20px;
  }
}
.author-main {
  padding: 40px 0 0;
  color: #101010;
  position: relative;
}
.author-main .bg-author {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.author-main .bg-author img {
  width: 100%;
}
.author-main .author-top {
  margin-bottom: 40px;
}
.author-main .author-top .author-box {
  max-width: 848px;
  margin: 0 auto;
}
.author-main .author-top .featured {
  width: 200px;
}
.author-main .author-top .info {
  width: calc(100% - 200px);
  padding-left: 16px;
}
.author-main .author-top .info .ed-title {
  font-weight: 500;
  margin-bottom: 24px;
}
.author-main .author-top .info .social {
  margin-bottom: 25px;
}
.author-main .author-top .info .social a {
  color: #9F9F9F;
  margin: 0 16px 0 0;
}
.author-main .author-top .info .social a:hover {
  color: #83ad41;
}
.author-main .author-top .info .tag span {
  background: #101010;
  border: 1px solid #404040;
  color: #fff;
  margin-right: 16px;
}
.author-main .author-top .info .tag span a {
  border-color: #404040;
  color: #fff;
  background: #101010;
}
.author-main .author-top .info .tag span a:hover {
  opacity: 0.8;
}
.author-main .author-top .info .des {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.author-main .author-custom {
  margin: 0 auto 80px;
  max-width: 416px;
}
.author-main .author-custom .author-it {
  margin-bottom: 40px;
}
.author-main .author-custom .author-it h3 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 1px solid #404040;
}
.author-main .author-custom .author-it ul {
  padding-top: 20px;
  padding-left: 24px;
}
.author-main .author-custom .author-it ul li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 22px;
}
.author-main .author-custom .author-it ul li:before {
  width: 6px;
  height: 6px;
  background: #87AA14;
  border-radius: 50%;
  left: 0;
  top: 8px;
  content: "";
  position: absolute;
}
.author-main .author-custom .author-it ul li:last-child {
  margin-bottom: 0;
}
.author-main .author-custom .author-it ul li h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.author-main .author-custom .author-it ul li p {
  margin-bottom: 4px;
}
.author-main .author-custom .author-it ul li p:last-child {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .author-main .bg-author {
    display: none;
  }
  .author-main .author-top .container {
    padding: 0;
  }
  .author-main .author-top .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .author-main .author-top .author-box .featured {
    width: 100%;
    background: url(../images/sp-author.png) no-repeat center center/100% 199px;
  }
  .author-main .author-top .author-box .featured img {
    max-width: 250px;
    margin: 0 auto;
  }
  .author-main .author-top .author-box .info {
    width: 100%;
    padding: 0 20px 40px;
    text-align: center;
  }
  .author-main .author-top .author-box .info .ed-title {
    font-weight: 700;
  }
  .author-main .author-top .author-box .info .top {
    display: block;
  }
  .author-main .author-top .author-box .info .social {
    margin-bottom: 24px;
  }
  .author-main .author-top .author-box .info .des {
    margin-bottom: 0;
  }
  .author-main .author-custom .author-it h3 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .author-main .author-custom .author-it ul {
    padding: 0 0 0 24px;
  }
  .author-main .author-custom .author-it ul li {
    margin-bottom: 16px;
  }
  .author-main .author-custom .author-it ul li h5 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .author-main .author-custom .author-it ul li p {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 24px;
  }
}
.category-main .category-link-box {
  overflow-x: auto;
  margin-right: -16px;
}
.category-main .category-link-box .category-link {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.category-main .category-top {
  padding-left: calc(50vw - 648.5px);
}
.category-main .category-top .top-box .info {
  width: 40%;
}
.category-main .category-top .top-box .featured {
  width: 60%;
}
.category-main .category-top .top-box .featured img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-main .category-link a {
  display: inline-block;
  padding: 6.5px 16px;
  color: #101010;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  border: 1px solid #101010;
  background: #fff;
  border-left: none;
}
.category-main .category-link a:first-child {
  border-left: 1px solid #101010;
}
.category-main .category-link a.active, .category-main .category-link a:hover {
  color: #fff;
  background: #101010;
}
.category-main .cat-list .cat-it {
  margin-bottom: 40px;
}
.category-main .cat-list .cat-it:last-child {
  margin-bottom: 0;
}
.category-main .cat-list .link-all {
  margin-top: -16px;
}

@media (max-width: 1320px) {
  .category-main .category-top {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .category-main .category-top .top-box .info {
    width: 100%;
  }
  .category-main .category-top .top-box .featured {
    width: 100%;
  }
  .category-main .category-top .top-box .featured img {
    height: 140px;
  }
}
.search-main {
  padding: 40px 0 80px;
}
.search-main .search-form h1 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 40px;
}
.search-main .search-form form {
  max-width: 631px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-main .search-form form input[type="text"] {
  width: calc(100% - 106px);
  border: 1px solid #404040;
  height: 42px;
  background: #fff;
  padding: 10px 16px;
  color: #9F9F9F;
  font-size: 14px;
  line-height: 22px;
}
.search-main .search-form form .btn-search {
  width: 102px;
  border: 1px solid #404040;
  background: #101010;
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
}
.search-main .search-form form .btn-search:hover {
  opacity: 0.8;
}
.search-main .author-all {
  margin: 40px 0 24px;
}
.search-main .author-all .ed-title {
  margin-bottom: 40px;
}
.search-main .author-all .people-list {
  margin: 0 -20px;
}
.search-main .author-all .people-list .people-it {
  margin: 0 20px 40px;
  width: calc(33.33% - 40px);
  border-bottom: 1px solid #87AA14;
  padding-bottom: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search-main .author-all .people-list .people-it .featured {
  width: 50%;
}
.search-main .author-all .people-list .people-it .info {
  width: 50%;
  padding-left: 16px;
}
.search-main .author-all .people-list .people-it .info .social a {
  color: #9F9F9F;
  margin: 0 15px 0 0;
}
.search-main .author-all .people-list .people-it .info h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}
.search-main .author-all .people-list .people-it .info p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .search-main {
    padding-bottom: 40px;
  }
  .search-main .search-form h1 {
    font-size: 28px;
  }
  .search-main .author-all .ed-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .search-main .author-all .people-list {
    margin: 0 -8px;
  }
  .search-main .author-all .people-list .people-it {
    margin: 0 8px 20px;
    width: calc(50% - 16px);
    display: block;
  }
  .search-main .author-all .people-list .people-it .featured {
    width: 100%;
  }
  .search-main .author-all .people-list .people-it .info {
    width: 100%;
    padding: 16px 0 0;
  }
}
