@import url("../../../../../css2");
/* @font-face {
  font-family: "SVN-Aptima";
  src: url("../fonts/SVN-Aptima.eot");
  src: url("../fonts/SVN-Aptima-1.eot") format("embedded-opentype"),
    url("../fonts/SVN-Aptima.woff2") format("woff2"),
    url("../fonts/SVN-Aptima.woff") format("woff"),
    url("../fonts/SVN-Aptima.ttf") format("truetype"),
    url("../fonts/SVN-Aptima.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Aptimabold";
  src: url("../fonts/SVN-Aptimabold.eot");
  src: url("../fonts/SVN-Aptimabold-1.eot") format("embedded-opentype"),
    url("../fonts/SVN-Aptimabold.woff2") format("woff2"),
    url("../fonts/SVN-Aptimabold.woff") format("woff"),
    url("../fonts/SVN-Aptimabold.ttf") format("truetype"),
    url("../fonts/SVN-Aptimabold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #cc8623;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: white;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
}

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0.59) 33.65%,
    rgba(0, 0, 0, 0.256562) 74.79%,
    rgba(0, 0, 0, 0) 100%
  );
}

header#masthead .wrap {
  display: flex;
  justify-content: space-between;
}

ul.social {
  display: flex;
  align-items: center;
  fill: white;
  margin-right: 1.042rem;
  list-style: none;
  margin: 0 1.042rem 0 0;
}

.right_head .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.social svg {
  display: block;
  width: 0.9375rem;
  transition: all 1s;
}

ul.social li:not(:last-child) {
  margin-right: 1.302rem;
}

form#searchform > * {
  display: flex;
}

.menu_header ul {
  display: flex;
  list-style: none;
  margin: 0;
}

form#searchform input {
  background: transparent;
  color: white;
  height: 1.927rem;
  border-radius: 5.208rem;
  border: 1px solid #ffffff;
  padding: 0 1.042rem 0 0.8rem;
  font-size: 0.729rem;
  width: 17.1875rem;
  transition: 0.3s all;
}

form#searchform input::placeholder {
  color: white;
  font-size: 0.729rem;
}

form#searchform input#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.604rem;
  font-size: 0;
  opacity: 0;
  z-index: 8;
  pointer-events: none;
}

form#searchform {
  position: relative;
}

.logo img {
  display: block;
  height: 7.8125rem;
  width: auto;
  transition: 0.5s all;
}

.menu_header ul a {
  font-size: 0.833rem;
  font-family: "SVN-Aptima";
  color: #ffffff;
  text-transform: uppercase;
}

.menu_header ul li:not(:first-child) {
  margin-left: 3.646rem;
}

.right_head > * {
  padding: 0.5rem 0;
  position: relative;
  transition: 0.5s all;
}

.right_head .bottom {
  position: relative;
}

.right_head .bottom:before {
  background: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: calc(100% + 15.625rem);
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.3;
  right: 0;
  transition: all 1s;
}

.menu_header ul li {
  line-height: normal;
}
section.section.footer_top {
  background: linear-gradient(90deg, #cc8623 0%, #e1a251 100%);
  padding: 2.083rem 0;
}

.footer_top .row {
  align-items: center;
  color: white;
}

.footer_top .col-md-7 {
  font-family: "SVN-Aptimabold" !important;
  font-weight: 900;
  font-size: 1.5625rem;
}

.footer_top form p {
  display: flex;
  margin: 0;
  align-items: center;
  position: relative;
}

.footer_top form br {
  display: none;
}

.footer_top form input {
  border: 1px solid #ffffff !important;
  border-radius: 100px;
  height: 3.125rem;
  background: transparent !important;
  margin: 0 !important;
  font-size: 0.9375rem;
  color: white;
  width: 100%;
}
.footer_top form input::placeholder {
  color: white;
}

.footer_top form input.wpcf7-submit {
  position: absolute;
  width: 2.24rem;
  height: 2.24rem;
  padding: 0;
  font-size: 0;
  background: #ffffff !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0.521rem;
  background-image: url(../images/arrow_right.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

span.ajax-loader {
  position: absolute;
}

.footer_top .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}

footer.site-footer {
  background: #fff2e2;
  padding: 3.385rem 0;
}

.footer_2 {
  padding-left: 3.385rem;
}

span.title_footer {
  color: #cc8623;
  font-size: 1.042rem;
  font-family: "SVN-Aptimabold" !important;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 0.78125rem;
}

ul.social_footer {
  display: flex !important;
  align-items: center;
}

ul.social_footer svg {
  display: block;
}

.footer_2 a {
  display: flex;
  font-size: 0.729rem;
  color: #333333;
  align-items: center;
}

.footer_2 a img {
  display: block;
}

.footer_2 a .icon {
  width: 1.5625rem;
  flex: 0 0 auto;
  margin-top: 0.3125rem;
}

.footer_2 ul li:not(:last-child) {
  margin-bottom: 10px;
}

ul.social_footer li {
  margin: 0 !important;
}

ul.social_footer li:not(:last-child) {
  margin-right: 0.885rem !important;
}

.menu_footer a {
  font-size: 0.729rem;
  color: #333333;
}

.footer_bottom {
  background: #fff2e2;
  padding: 15px 0;
  border-top: 1px solid rgb(51 51 51 / 10%);
}

.footer_bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.menu_bottom {
  display: flex;
  font-size: 0.729rem;
  color: #333333;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.menu_bottom a {
  color: #333333;
}

.footer_bottom .content {
  font-size: 0.729rem;
}

.col-md-3.footer_3 {
  padding-left: 3.125rem;
}

section.section.footer_top .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.col-md-3.footer_4 {
  padding-left: 5.208rem;
}

ul.menu_bottom li:not(:last-child):after {
  content: "-";
  margin-right: 0.15625rem;
}
.footer_2 ul + .title_footer {
  margin-top: 2.5rem;
}

.menu_footer li {
  line-height: normal;
}

.menu_footer li:not(:last-child) {
  margin-bottom: 0.26rem;
}
header#masthead:before {
  content: "";
  background: rgba(255, 242, 226, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s all;
}

header#masthead.sticky:before {
  opacity: 1;
}

header#masthead.sticky .logo img {
  height: 5.208rem;
}

header#masthead.sticky .right_head > * {
  padding: 0.417rem 0;
}
.menu_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.site-footer ul {
  list-style: none;
  padding: 0;
}
.toggle_menu {
  display: none;
}
.toggle_search {
  position: absolute;
  top: 0.104rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0.417rem;
  fill: white;
  cursor: pointer;
}

.toggle_search svg {
  width: 1.198rem;
  display: none;
  transition: all 1s;
}

.toggle_search svg.open {
  display: block;
}

form#searchform input {
  width: 0;
  border-color: transparent;
}

form#searchform.active svg.open {
  display: none;
}
form#searchform.active svg.close {
  display: block;
}

form#searchform.active input#s {
  width: 17.1875rem;
  border-color: white;
  padding: 0 1.042rem;
}
header#masthead.sticky .menu_header ul a {
  color: #333;
}

.sticky .right_head .bottom:before {
  background: linear-gradient(270deg, #292929 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}

.sticky svg {
  fill: #333333;
  opacity: 0.8;
}
.sticky form#searchform.active input#s {
  border-color: #333333;
  color: #333333;
}

.sticky form#searchform.active input#s::placeholder {
  color: #333333;
}
@media (min-width: 991px) {
  body,
  html {
    font-size: 1.3vw;
  }
}
@media (min-width: 1199px) {
  body,
  html {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 991px) {
  body,
  html {
    font-size: 1.3vw;
  }

  .footer_2 a .icon {
    margin-right: 3px;
  }

  .footer_2 a {
    font-size: 1rem;
  }

  .col-md-3.footer_3 {
    padding-left: 15px;
  }

  .col-md-3.footer_4 {
    padding-left: 15px;
  }

  .menu_footer a {
    font-size: 1rem;
    line-height: 1.5;
  }

  .menu_header ul a {
    font-size: 1.2rem;
  }

  form#searchform input {
    height: 2.3rem;
  }

  form#searchform input::placeholder {
    font-size: 1rem;
  }

  .banner_slider .item .box_content svg {
    max-width: 6rem;
    height: auto;
  }

  .banner_slider .item .box_content {
    bottom: 5.9375rem;
  }

  .home_sec_2 .box_img .box_content .num {
    font-size: 2.265rem;
  }

  .home_sec_2 .box_img .box_content .num b {
    font-size: 6rem;
  }

  .home_sec_2 .box_img .box_content .content {
    font-size: 1.5rem;
  }

  .content {
    font-size: 1rem;
  }

  .home_sec_5 .wrap_items .item .content {
    font-size: 1rem;
  }

  .home_sec_5 .wrap_items .item:hover .content {
    height: 13.073rem;
  }

  .item_project .box_content span {
    font-size: 1.2rem;
  }
  .footer_bottom .content {
    font-size: 1rem;
  }

  ul.menu_bottom {
    font-size: 1rem;
  }
  .nav_scroll {
    top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body,
  html {
    font-size: 3.2vw;
  }

  header#masthead .wrap {
    flex-wrap: wrap;
  }

  .logo img {
    height: 50px !important;
  }

  .right_head {
    position: absolute;
    background: #cc8623;
    width: 100vw;
    left: -15px;
    bottom: 0;
    transform: translateY(100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .menu_header ul {
    flex-wrap: wrap;
    padding: 0 15px 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }

  .menu_header ul li {
    display: block;
    width: 100%;
  }

  .menu_header ul li:not(:first-child) {
    margin: 0;
  }

  .right_head .top {
    justify-content: center;
  }

  form#searchform input {
    height: 3rem;
    padding: 0 1.542rem 0 1rem;
  }

  ul.social svg {
    width: 1.3rem;
  }

  .menu_header ul li:not(:last-child) {
    margin-bottom: 11px;
  }

  .right_head .bottom {
    order: -1;
    padding-bottom: 0;
  }

  .banner_slider .item .box_content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .banner_slider .item {
    padding-bottom: 12%;
  }

  .banner_slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner_slider .item:before {
    width: 100%;
    z-index: 2;
  }

  .banner_slider .item .box_content h3 {
    padding-top: 10px;
  }

  .home_sec_2 .col-md-6.box_content {
    padding-left: 15px;
    order: -1;
    margin-bottom: 20px;
  }

  .view_more span svg {
    max-width: 60%;
    height: auto;
  }

  .home_sec_2 {
    padding-top: 3rem;
  }

  .home_sec_3 .wrap_num {
    flex-wrap: wrap;
  }

  .home_sec_3 .wrap_num .item {
    width: calc(100% / 2);
    margin: 0 !important;
  }

  .home_sec_3 .wrap_num .item .num {
    font-size: 3rem;
  }

  .home_sec_3 .wrap_num .item h3 {
    font-size: 1.4em;
  }

  .home_sec_4 .wrap_items {
    flex-wrap: wrap;
  }

  .home_sec_4 .wrap_items .item .icon {
    width: 6.76rem;
    height: 6.76rem;
  }

  .home_sec_4 .wrap_items .item {
    margin: 0 0 3rem;
    width: calc(calc(100% / 3) - 1.292rem);
  }

  .home_sec_4 .wrap_items .item h3 {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 10px;
  }

  .home_sec_4 .wrap_items .item:not(:last-child) .icon:before {
    display: none;
  }

  .home_sec_4 {
    padding-top: 4em;
  }

  .home_sec_5 {
    padding-top: 2rem;
  }

  .home_sec_5 .wrap_items .item {
    width: calc(calc(100% / 2) - 1.1rem) !important;
  }

  .home_sec_5 .wrap_items .item h3 {
    font-size: 1.2rem;
  }

  .home_sec_5 .wrap_items .item:hover .content {
    height: 9.5rem;
  }

  .heading_h2 {
    font-size: 2rem;
  }

  .home_sec_5 .wrap_items .item .content {
    text-align: justify;
  }

  .home_sec_5 .wrap_items {
    justify-content: center;
  }

  .home_sec_6 {
    padding-top: 4rem;
  }

  .item_project.slick-active.slick-center {
    transform: scale(1.2);
  }

  .slider_project .slick-list {
    padding: 2.125rem calc(calc(100vw - 25.083rem) / 2) !important;
  }

  .item_project .box_content .content {
    display: none;
  }

  .item_project .box_content svg {
    margin-left: 20px;
    width: 28px;
  }

  .item_project .box_content span {
    font-size: 1rem;
    display: block;
    line-height: 1.5;
    margin-top: 7px;
  }

  .item_project .box_content h3 {
    font-size: 1.2rem;
  }

  .slider_project .slick-prev.slick-arrow,
  .slider_project .slick-next.slick-arrow {
    right: calc(calc(100vw - 28.146rem) / 2);
  }

  .slider_project .slick-prev.slick-arrow {
    right: calc(calc(100vw - 21.146rem) / 2);
  }

  .wrap_post .item {
    width: 100% !important;
  }

  .date_post svg {
    width: 21px;
  }

  .date_post {
    font-size: 0.8rem;
  }

  .home_sec_8 {
    padding: 4rem 0;
  }

  .footer_top .col-md-7 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .col-md-2.footer_1 img {
    max-width: 106px;
    margin-bottom: 1rem;
  }

  span.title_footer {
    font-size: 1.5rem;
  }

  .footer_2 {
    padding-left: 15px;
    margin-bottom: 2rem;
  }

  .footer_3 {
    margin-bottom: 2rem;
  }

  .menu_footer a {
    font-size: 1.2rem;
    line-height: 2;
  }

  .footer_2 a {
    font-size: 1.2rem;
  }

  ul.menu_bottom {
    flex: 0 0 auto;
    order: -1;
  }

  .footer_bottom .wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .slider_logo .slick-slide li {
    width: 8.354rem !important;
  }
  .nav_scroll {
    display: none;
  }

  .banner_page .box_content {
    left: calc(calc(100vw - 27.917rem) / 2);
  }

  .banner_page .box_content h1 {
    font-size: 1.5rem;
  }

  .banner_page img {
    min-height: 20rem;
    object-fit: cover;
  }

  .banner_page:before {
    width: 100%;
  }

  section.section.about_sec_2 .row .content {
    margin-bottom: 2rem;
  }

  section.section.about_sec_3 .wrap_item .item {
    width: calc(100% - 20px);
  }

  section.section.about_sec_3 .wrap_item .item:not(:last-child) {
    margin-bottom: 2rem;
  }

  section.section.about_sec_4 .wrap_item .item {
    width: 100% !important;
    border: none;
    text-align: center;
  }

  section.section.about_sec_4 .wrap_item {
    flex-wrap: wrap;
  }

  section.section.about_sec_4 .wrap_item .item:not(:last-child) {
    margin-bottom: 4rem;
  }

  section.section.about_sec_4 .wrap_item .item .icon {
    width: 5rem;
    height: 5rem;
    margin: auto;
  }

  section.section.about_sec_5 {
    padding-top: 4rem;
  }

  .slider_lv .item .box_content {
    position: unset;
    width: 100%;
    padding: 2rem;
  }

  section.section.about_sec_6 {
    padding-top: 4rem;
  }

  .about_sec_6 .item > * {
    padding: 0 2rem;
  }

  .about_sec_6 .wrap_item {
    margin: 0 -2rem;
  }

  .about_sec_6 .item .box_content:after {
    display: none;
  }

  .about_sec_6 .item .content {
    text-align: justify;
  }

  a.load_more_item svg {
    max-width: 60%;
  }

  a.load_more_item {
    margin-top: -1.6rem;
  }

  .about_sec_7 .item:first-child .item_member:first-child {
    width: 100% !important;
    padding-bottom: 68.25%;
  }

  .item_member {
    width: calc(calc(100% / 2) - 2rem);
    margin: 0 1rem 2.083rem;
    padding-bottom: 62%;
  }

  .item_member > .box_content h3 {
    font-size: 1.2rem;
  }

  .item_member > .box_content .content {
    font-size: 1rem;
  }

  .item_member:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.25%, #000000 85%);
  }

  .popup_member {
    padding: 2rem;
    max-height: 100vh;
    overflow: auto;
  }

  .popup_member .box_content {
    padding-left: 0;
    margin-top: 20px;
    text-align: justify;
  }

  .popup_member .box_content h3 {
    font-size: 1.8rem;
  }

  .wrap_member {
    margin: 2.083rem -1rem 0;
  }

  .about_sec_8 {
    padding: 4rem 0;
  }
  .slider_gt .slick-current.slick-active.slick-center.item {
    transform: scale(1) translateY(0);
  }

  .slider_gt .item .box_img {
    height: 21.104rem;
  }

  .slider_gt .item h3 {
    font-size: 1.2rem;
  }

  .slider_gt .slick-list {
    padding: 2.208rem 0 0 !important;
  }

  .slider_gallery .slick-arrow {
    left: 10px;
  }

  .slider_gallery .slick-arrow.slick-next {
    right: 10px;
  }

  .slick-arrow svg {
    max-width: 60%;
  }

  section.section.home_sec_9 {
    padding-top: 4rem;
  }
  section.section.about_sec_3 .wrap_item .item {
    padding: 2rem;
  }

  section.section.about_sec_3 .wrap_item .item h3 {
    font-size: 1.5rem;
  }
  .slider_gt ul.slick-dots,
  .slider_lv ul.slick-dots {
    position: unset;
    width: 100%;
    justify-content: center;
  }

  .slider_gt ul.slick-dots button,
  .slider_lv ul.slick-dots button {
    background: rgba(236, 32, 41, 1);
  }
  .toggle_menu {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    fill: white;
    margin-right: -10px;
  }

  .toggle_menu svg {
    display: block;
    transform: scale(1);
    max-width: 80%;
  }

  .toggle_menu svg.close {
    display: none;
  }

  .toggle_menu.active open {
    display: none;
  }

  .toggle_menu.active close {
    display: block;
  }

  .toggle_menu.active svg.close {
    display: block;
  }

  .toggle_menu.active svg {
    display: none;
  }
  .toggle_search svg {
    width: 1.7rem;
  }
}
