@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --font-size-title: 30px;
  --font-size-title-sp: 22px;
  --main-color: #1473cc;
  --sub-color: #ffed00;
  --text-hover-color: #fb4f37;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: bold;
}
body {
  /*font-family: 'arial', sans-serif;*/
  font-family: "Poppins", "arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.is-anime {
  opacity: 0;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
}
#wrapper {
  background: #ffffff;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}
#wrapper.is-open {
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .container {
    margin: 0 15px;
  }
}

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}
@media screen and (max-width: 1500px) {
  #header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 0;
  }
}
#header .container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .container {
    height: 60px;
  }
}
#header .container .logo {
  padding: 10px 0;
}
#header .container .logo img {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #header .container .logo img {
    height: 40px;
    width: auto;
  }
}
#header .hotline {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .hotline:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
  #header .hotline {
    display: none;
  }
}

.btn-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 30px;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    top: 5px;
    right: 10px;
    display: block;
  }
}
.btn-menu:hover {
  cursor: pointer;
}
.btn-menu > div {
  position: relative;
}
.btn-menu > div span {
  width: 30px;
  height: 3px;
  display: block;
  background: #1f96cc;
  border-radius: 0px;
  position: absolute;
  left: 10px;
  top: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-menu > div span:nth-child(1) {
  top: 24px;
}
.btn-menu > div span:nth-child(2) {
  top: 34px;
}
.btn-menu.is-open {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-menu.is-open span {
  -webkit-transform: skewX(0);
          transform: skewX(0);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 24px;
}
.btn-menu.is-open span:nth-child(1) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  /*display: none;*/
}
.btn-menu.is-open span:nth-child(2) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-menu.is-open:hover {
  background-color: var(--sub-color);
}

#gnav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #gnav {
    background: var(--main-color);
    width: calc(100% + 30px);
    height: calc(100vh - 60px);
    display: none;
    overflow: scroll;
    position: absolute;
    top: 60px;
    left: -15px;
    bottom: 0;
    z-index: 99;
    padding: 20px 0;
  }
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#gnav ul li {
  height: 80px;
  list-style: none;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #gnav ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #gnav ul li {
    display: block;
    height: unset;
    padding: 0;
  }
}
#gnav ul li a {
  line-height: 80px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnav ul li a:hover {
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  #gnav ul li a {
    line-height: 40px;
    display: block;
    font-weight: normal;
    padding: 0 20px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #gnav ul li.has-submenu a {
    position: relative;
  }
}
#gnav ul li.has-submenu a .js-toggle_switch {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav ul li.has-submenu a .js-toggle_switch {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 2px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  #gnav ul li.has-submenu a .js-toggle_switch span {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
  }
  #gnav ul li.has-submenu a .js-toggle_switch span:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #gnav ul li.has-submenu a .js-toggle_switch span:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
#gnav ul li.has-submenu a .js-toggle_switch.is-open span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#gnav ul li.has-submenu:hover:after {
  border-bottom: 1px solid #077303;
  border-right: 1px solid #077303;
}
#gnav ul li.has-submenu .sub-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*border-radius: 10px;*/
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav ul li.has-submenu .sub-menu {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: transparent;
    border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    padding: 0 20px;
    border: none;
  }
}
#gnav ul li.has-submenu .sub-menu li {
  height: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
#gnav ul li.has-submenu .sub-menu li a {
  line-height: 40px;
}
#gnav ul li.has-submenu .sub-menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #gnav ul li.has-submenu .sub-menu li ul {
    display: none;
  }
}
#gnav ul li.has-submenu .sub-menu li ul li {
  padding: 0;
  margin: 0;
}
#gnav ul li.has-submenu .sub-menu li ul li a {
  text-transform: none;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}
#gnav ul li.has-submenu .sub-menu li ul li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#gnav ul li:hover > a {
  color: #f7a537;
}

#sub-visual {
  background-color: #1974cc;
  background-image: url(/images/bg_sub.jpg);
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#sub-visual .container {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #sub-visual .container {
    height: 260px;
  }
}
#sub-visual .container h1 {
  font-size: 30px;
  line-height: 46px;
  text-transform: uppercase;
  color: var(--sub-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-visual .container h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
#sub-visual .container h1:after {
  content: "";
  width: 80px;
  height: 4px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sub-visual .container .lead-txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-visual .container .lead-txt {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
#sub-visual .container #breadcrumb {
  margin: 0;
  border-bottom: 0;
  padding-left: 0;
}
#sub-visual .container #breadcrumb li {
  color: #fff;
}
#sub-visual .container #breadcrumb li:before {
  border-color: #fff;
}
#sub-visual .container #breadcrumb li a {
  color: #fff;
}

.btn-readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-readmore a {
  width: 100%;
  display: block;
  background: var(--sub-color) url(/images/ico-arrow.svg) right 30px center no-repeat;
  background-size: 16px auto;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #333;
  text-decoration: none;
  padding: 0 50px 0 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-readmore a:hover {
  background: var(--sub-color) url(/images/ico-arrow.svg) left 30px center no-repeat;
  background-size: 16px auto;
  padding: 0 30px 0 50px;
}

.btn-readmore2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-readmore2 a {
  display: block;
  background: url(/images/ico-arrow-black.svg) right 30px center no-repeat;
  background-size: 16px auto;
  height: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 0 50px 0 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #d8d8d8;
}
.btn-readmore2 a:hover {
  color: #fff;
  background: var(--sub-color) url(/images/ico-arrow.svg) right 30px center no-repeat;
  background-size: 16px auto;
}
.btn-readmore2:hover {
  background-color: #fff;
}

.title-home {
  display: block;
  font-size: var(--font-size-title);
  color: var(--main-color);
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-home {
    font-size: var(--font-size-title-sp);
    line-height: 40px;
  }
}
.title-home span {
  color: #077303;
}
.title-home a {
  color: var(--main-color);
  text-decoration: none;
}

.lead-txt {
  text-align: center;
  margin-bottom: 50px;
}

.home-contact {
  background: url(/images/bg_form.jpg) top left no-repeat;
  background-size: auto 100%;
  position: relative;
}
.home-contact:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 136, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(0, 136, 255, 0) 10%, rgb(255, 255, 255) 70%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.home-contact .container {
  max-width: 1200px;
  padding: 100px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-contact .container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .home-contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-contact .container .left {
  width: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .home-contact .container .left {
    width: 100%;
  }
}
.home-contact .container .left .title-home {
  color: var(--sub-color);
  text-align: left;
}
.home-contact .container .left .lead-txt {
  color: #fff;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .home-contact .container .left .lead-txt {
    margin-bottom: 50px;
  }
}
.home-contact .container .right {
  width: 50%;
}
.home-contact .container .right .title-home {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .home-contact .container .right {
    width: 100%;
  }
}
.home-contact .container .form-wrap {
  width: 100%;
}
.home-contact .container .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-contact .container .form-wrap form .form-group {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home-contact .container .form-wrap form .form-group {
    width: 100%;
  }
}
.home-contact .container .form-wrap form .form-group:last-child {
  margin-bottom: 0;
}
.home-contact .container .form-wrap form .form-group-full {
  width: 100%;
  margin-bottom: 10px;
}
.home-contact .container .form-wrap form .form-group-full:last-child {
  margin-bottom: 0;
}
.home-contact .container .form-wrap form input[type=text] {
  background-color: #f6f6f6;
  border: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}
.home-contact .container .form-wrap form textarea {
  vertical-align: top;
  border: 0;
  background-color: #f6f6f6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}
.home-contact .container .form-wrap form label {
  font-size: 16px;
}
.home-contact .container .form-wrap form label.error {
  font-size: 14px;
  color: #f00;
}
.home-contact .container .form-wrap form input[type=submit] {
  width: 100%;
  background: #e6332a;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
  border: 0;
  border-radius: 3px;
  height: 50px;
  font-family: inherit;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-contact .container .form-wrap form input[type=submit]:hover {
  cursor: pointer;
  background: var(--main-color);
}
@media screen and (max-width: 767px) {
  .home-contact .container .form-wrap form input[type=submit] {
    width: 100%;
    margin: 0;
    height: 50px;
    line-height: 50px;
  }
}

#footer {
  padding: 70px 0 30px;
  position: relative;
}
#footer .logo-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer .logo-footer {
    text-align: center;
  }
}
#footer .logo-footer img {
  width: 240px;
}
@media screen and (max-width: 480px) {
  #footer .logo-footer img {
    width: 120px;
  }
}
#footer .info-footer {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  z-index: 3;
}
#footer .info-footer .container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  #footer .info-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
#footer .info-footer .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer .info-footer .col:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media screen and (max-width: 767px) {
  #footer .info-footer .info {
    margin-bottom: 20px;
  }
}
#footer .info-footer .info h3 {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .info-footer .info h3 {
    font-size: 18px;
  }
}
#footer .info-footer .info ul {
  list-style: none;
}
#footer .info-footer .info ul li {
  display: block;
  color: #333;
  padding-left: 30px;
  margin-bottom: 10px;
}
#footer .info-footer .info ul li a {
  color: #333;
  text-decoration: none;
}
#footer .info-footer .info ul li a:hover {
  text-decoration: underline;
}
#footer .info-footer .info ul li.ico-tel {
  background: url(/images/ico_phone.svg) 0 2px no-repeat;
  background-size: 22px;
}
#footer .info-footer .info ul li.ico-mail {
  background: url(/images/ico_mail.svg) 0 2px no-repeat;
  background-size: 22px;
}
#footer .info-footer .info ul li.ico-web {
  background: url(/images/ico_web.svg) 0 2px no-repeat;
  background-size: 22px;
}
#footer .info-footer .info ul li.ico-address {
  background: url(/images/ico_address.svg) 0 2px no-repeat;
  background-size: 22px;
}
@media screen and (max-width: 767px) {
  #footer .info-footer .link-group {
    margin-bottom: 20px;
  }
}
#footer .info-footer .link-group h3 {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .info-footer .link-group h3 {
    font-size: 18px;
  }
}
#footer .info-footer .link-group ul {
  list-style: none;
}
#footer .info-footer .link-group ul li {
  margin-bottom: 10px;
}
#footer .info-footer .link-group ul li a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .info-footer .link-group ul li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .info-footer .link-group ul li a:hover:after {
  left: 4px;
}
#footer .info-footer .link-group ul li:last-child {
  margin-bottom: 0;
}
#footer .bottom {
  position: relative;
  z-index: 3;
}
#footer .bottom .container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  #footer .bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}
#footer .bottom .copyright {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer .bottom .copyright {
    margin-bottom: 10px;
    text-align: center;
  }
}
#footer .bottom #gotop {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer .bottom #gotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
#footer .bottom #gotop.show {
  display: block;
}
#footer .bottom #gotop a {
  color: #333;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .bottom #gotop a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
#footer .bottom #gotop a:hover {
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  #footer .bottom #gotop a {
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
  }
  #footer .bottom #gotop a::after {
    top: 50%;
  }
}
#footer .bottom .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .bottom .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .bottom .sns p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer .bottom .sns p {
    display: none;
  }
}
#footer .bottom .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#footer .bottom .sns ul li {
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .bottom .sns ul li img {
  width: 26px;
}
#footer .bottom .sns ul li:hover {
  opacity: 0.7;
}
#footer .bg1 {
  display: block;
  width: 420px;
  height: 420px;
  position: absolute;
  left: 50%;
  bottom: -220px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #footer .bg1 {
    margin-left: -200px;
  }
}
#footer .bg2 {
  width: 700px;
  height: 700px;
  position: absolute;
  left: 50%;
  bottom: -220px;
  border-radius: 50%;
  margin-left: 250px;
}
#footer .bg2 img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  #footer .bg2 {
    margin-left: 0;
    bottom: -150px;
  }
}

#sub-title {
  background: url(/images/bg_subpage.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
#sub-title::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#sub-title .container {
  height: 450px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sub-title .container {
    height: 350px;
  }
}
#sub-title .container .tit {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-title .container .tit {
    font-size: 22px;
  }
}
#sub-title .container .lead-txt {
  max-width: 800px;
  color: #fff;
  text-align: center;
}

.title-wrap {
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.title-wrap h2 {
  font-size: 40px;
  font-weight: 400;
  color: #096004;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .title-wrap h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.title-wrap .link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .title-wrap .link {
    position: static;
  }
}
.title-wrap .link a {
  text-decoration: none;
  color: #077303;
  font-size: 18px;
  position: relative;
  padding: 0 30px 0 15px;
  border-left: 1px solid #077303;
}
.title-wrap .link a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/images/ico-arrow.svg) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.title-wrap .link a:hover {
  text-decoration: underline;
}

@-webkit-keyframes stickMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.call-zalo {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 99;
  -webkit-animation: heartbeat 2s infinite ease-in-out;
  animation: heartbeat 2s infinite ease-in-out;
}
.call-zalo img {
  width: 40px;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.call {
  position: fixed;
  visibility: visible;
  background-color: transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.call .call-circle {
  width: 80px;
  height: 80px;
  top: 1px;
  left: 1px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ef4636;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.call .call-circle-fill {
  width: 60px;
  height: 60px;
  top: 11px;
  left: 11px;
  position: absolute;
  background-color: rgba(239, 70, 54, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.call .call-img-circle {
  background-color: #ef4636;
  width: 40px;
  height: 40px;
  top: 21px;
  left: 21px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  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;
}

.call .call-img-circle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call .call-img-circle a img {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.main-visual {
  background: #0e2867;
}
.main-visual .container {
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.main-visual .container .btn-play {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-visual .container .btn-play:hover {
  cursor: pointer;
  opacity: 0.8;
}
.main-visual .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.main-visual .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-counter {
  background: rgb(0, 136, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(0, 136, 255)), color-stop(90%, rgb(251, 176, 59)));
  background: linear-gradient(90deg, rgb(0, 136, 255) 10%, rgb(251, 176, 59) 90%);
}
.home-counter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-counter ul li {
  height: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-counter ul li::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home-counter ul li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .home-counter ul li:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home-counter ul li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  .home-counter ul li::after {
    display: none;
  }
  .home-counter ul li:last-child {
    border: none;
  }
}
.home-counter ul li .number {
  color: var(--sub-color);
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.home-counter ul li .number span {
  display: inline-block;
  font-size: 50px;
  line-height: 40px;
}
.home-counter ul li .name {
  line-height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .home-counter ul li .name br {
    display: none;
  }
}
.home-counter ul li:first-child::after {
  display: none;
}

.home-about {
  background: url(/images/bg_aboutus.jpg) bottom center no-repeat;
  background-size: cover;
}
.home-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 100px;
}
@media screen and (max-width: 480px) {
  .home-about .container {
    padding: 0;
  }
}
.home-about .container .about-content {
  position: relative;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .home-about .container .about-content {
    width: 100%;
    height: 500px;
  }
}
.home-about .container .about-content .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(140deg, rgba(16, 209, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .home-about .container .about-content .bg1 {
    width: 100%;
    height: 600px;
    background: none;
  }
}
.home-about .container .about-content .desc {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .home-about .container .about-content .desc {
    width: 350px;
    height: 350px;
    padding: 10px;
  }
}
.home-about .container .about-content .desc .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_about_innerr.svg) no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
}
.home-about .container .about-content .desc .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
.home-about .container .about-content .desc .inner h2 {
  color: var(--main-color);
  font-size: 24px;
}
.home-about .container .about-content .desc .inner .lead-txt {
  color: #333;
}
.home-about .container .about-content .desc .inner p {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .home-about .container .about-content .desc .inner p {
    font-size: 14px;
  }
}
.home-about .container .about-content .desc .inner .btn a {
  border: 1px solid #999;
  display: block;
  height: 38px;
  padding: 0 30px;
  line-height: 38px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-about .container .about-content .desc .inner .btn a:hover {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
@media screen and (max-width: 480px) {
  .home-about .container .about-content .desc .inner .btn a {
    font-size: 14px;
  }
}

.home-service {
  background-color: #1473cc;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .home-service {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .home-service {
    padding: 0;
  }
}
.home-service .container {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home-service .container {
    padding: 50px 0;
  }
}
.home-service .container .title-home {
  color: var(--sub-color);
}
.home-service .container .title-home a {
  color: var(--sub-color);
}
.home-service .container .lead-txt {
  color: #fff;
}
.home-service .bg1 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: -50px;
}
.home-service .bg1 img {
  opacity: 0.5;
}
.home-service .bg2 {
  width: 900px;
  height: 900px;
  position: absolute;
  bottom: -150px;
  right: -150px;
}
.home-service .bg2 img {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .home-service .bg2 {
    width: 600px;
    height: 600px;
    bottom: auto;
    top: 100px;
    right: -300px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-list .item {
  width: calc((100% - 60px) / 4);
  border-radius: 10px;
  border: 5px solid #2397cc;
  overflow: hidden;
  background-color: #2397cc;
}
@media screen and (max-width: 767px) {
  .service-list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .service-list .item {
    width: 100%;
  }
}
.service-list .item a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service-list .item a:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-list .item a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.service-list .item a .thumb {
  overflow: hidden;
}
.service-list .item a .thumb img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service-list .item a h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background-color: #2397cc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service-list .item a:hover {
  color: var(--sub-color);
}
.service-list .item a:hover h3 {
  padding-bottom: 10px;
}
.service-list .item a:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home-project {
  background: url(/images/bg_project.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .home-project {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .home-project {
    padding: 0;
  }
}
.home-project::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.home-project .container {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.home-project .container .title-home {
  color: var(--sub-color);
}
.home-project .container .title-home a {
  color: var(--sub-color);
}
.home-project .container .lead-txt {
  color: #fff;
}
.home-project .container .btn-readmore {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.project-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.project-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.project-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.project-list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.project-list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.project-list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.project-list > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.project-list > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.project-list > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 480px) {
  .project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-list .item {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .project-list .item {
    width: 100%;
  }
}
.project-list .item a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-list .item a:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.project-list .item a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.project-list .item a .thumb {
  height: 100%;
  position: relative;
}
.project-list .item a .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.project-list .item a h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
  background-color: #2397cc;
}
.project-list .item:hover a {
  color: var(--sub-color);
}
.project-list .item:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project-list .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.project-list .item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.project-list .item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.project-list .item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.project-list .item:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/4/4;
}

.home-cus {
  position: relative;
  overflow: hidden;
}
.home-cus .container {
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home-cus .container {
    padding: 50px 0;
  }
}
.home-cus .container .logo-list {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.home-cus .container .logo-list li {
  width: calc((100% - 60px) / 4);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
          box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.home-cus .container .logo-list li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home-cus .container .logo-list li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.home-cus .container .logo-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-cus .bg1 {
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -400px;
}
@media screen and (max-width: 767px) {
  .home-cus .bg1 {
    width: 500px;
    height: 500px;
    bottom: -50px;
  }
}
.home-cus .bg2 {
  width: 450px;
  height: 450px;
  position: absolute;
  bottom: 150px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .home-cus .bg2 {
    width: 300px;
    height: 300px;
    bottom: 50px;
  }
}
.home-cus .bg2 img {
  opacity: 0.5;
}

.home-news {
  background-color: var(--main-color);
  position: relative;
  overflow: hidden;
}
.home-news .container {
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home-news .container {
    padding: 50px 0;
  }
}
.home-news .container .title-home {
  color: var(--sub-color);
}
.home-news .container .title-home a {
  color: var(--sub-color);
}
.home-news .container .lead-txt {
  color: #fff;
}
.home-news .bg1 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 100px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .home-news .bg1 {
    bottom: -50px;
  }
}
.home-news .bg1 img {
  opacity: 0.5;
}
.home-news .bg2 {
  width: 1300px;
  height: 1300px;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: -400px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(2, 67, 181, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(2, 67, 181, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (max-width: 767px) {
  .home-news .bg2 {
    width: 700px;
    height: 700px;
    bottom: auto;
    top: 50px;
  }
}

.news-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list .item {
  width: calc((100% - 30px) / 4);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-list .item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .news-list .item {
    width: 100%;
  }
}
.news-list .item:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.news-list .item:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.news-list .item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.news-list .item a .thumb {
  overflow: hidden;
}
.news-list .item a .thumb img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-list .item a h3 {
  display: block;
  width: 100%;
  background-color: #2397cc;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .news-list .item a h3 {
    font-size: 18px;
    bottom: 10px;
  }
}
.news-list .item:hover a {
  color: var(--sub-color);
}
.news-list .item:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news-list .slick-track {
    gap: 0;
  }
}
.news-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-list .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.news-list .slick-arrow.slick-next {
  right: -40px;
  background: url(/images/arrow_next.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .news-list .slick-arrow.slick-next {
    right: 0;
  }
}
.news-list .slick-arrow.slick-prev {
  left: -40px;
  z-index: 99;
  background: url(/images/arrow_prev.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .news-list .slick-arrow.slick-prev {
    left: 0;
  }
}
.news-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
}
.news-list .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.news-list .slick-dots li button {
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-radius: 9px;
  text-indent: -9999px;
  position: relative;
}
.news-list .slick-dots li button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d8d8d8;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.news-list .slick-dots li button:hover {
  cursor: pointer;
}
.news-list .slick-dots li.slick-active button {
  border: 2px solid var(--sub-color);
}

@-webkit-keyframes shine {
  to {
    left: 135%;
  }
}
@keyframes shine {
  to {
    left: 135%;
  }
}
.home-why {
  position: relative;
  overflow: hidden;
}
.home-why .container {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-why .container {
    padding: 50px 0;
  }
}
.home-why .container .title-home {
  margin-bottom: 50px;
}
.home-why .bg1 {
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: -100px;
  left: -200px;
}
.home-why .bg1 img {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .home-why .bg1 {
    width: 500px;
    height: 500px;
  }
}
.home-why .bg2 {
  width: 450px;
  height: 450px;
  position: absolute;
  bottom: -150px;
  right: -100px;
}
.home-why .bg2 img {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .home-why .bg2 {
    width: 300px;
    height: 300px;
  }
}
.home-why .bg2 img {
  opacity: 0.5;
}

.box-why {
  width: 500px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .box-why {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .box-why {
    width: auto;
    height: auto;
    text-align: center;
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .box-why .photo {
    width: 150px;
    margin-bottom: 20px;
  }
}
.box-why .box-txt {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt {
    width: 100%;
    height: auto;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: unset !important;
            transform: unset !important;
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.box-why .box-txt .ico {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt .ico {
    width: 60px;
    height: 60px;
  }
}
.box-why .box-txt .desc {
  max-width: 320px;
  padding: 0 35px;
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt .desc {
    max-width: 280px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-why .box-txt .desc {
    width: calc(100% - 80px);
    text-align: left;
    max-width: unset;
    padding: 0;
  }
}
.box-why .box-txt .desc h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.box-why .box-txt .desc h3:hover {
  color: rgb(251, 176, 59);
}
.box-why .box-txt.box-txt-01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 0;
  bottom: 100px;
  -webkit-transform: translateX(calc(-100% + 80px + 15px - 35px));
          transform: translateX(calc(-100% + 80px + 15px - 35px));
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-01 {
    bottom: 50px;
    -webkit-transform: translateX(calc(-100% + 60px + 15px - 20px));
            transform: translateX(calc(-100% + 60px + 15px - 20px));
  }
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.box-why .box-txt.box-txt-01 .ico {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-01 .ico {
    margin-left: 0;
  }
}
.box-why .box-txt.box-txt-02 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 40px));
          transform: translate(-50%, calc(100% - 40px));
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-02 {
    -webkit-transform: translate(-50%, calc(100% - 30px));
            transform: translate(-50%, calc(100% - 30px));
  }
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.box-why .box-txt.box-txt-02 .ico {
  margin-left: 0;
}
.box-why .box-txt.box-txt-02 .desc {
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-02 .desc {
    max-width: unset;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-02 .desc {
    width: calc(100% - 80px);
    text-align: left;
    padding: 0;
  }
}
.box-why .box-txt.box-txt-02 .desc h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-02 .desc h3::after {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.box-why .box-txt.box-txt-03 {
  right: 0;
  bottom: 100px;
  -webkit-transform: translateX(calc(100% - 80px - 15px + 20px));
          transform: translateX(calc(100% - 80px - 15px + 20px));
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-03 {
    bottom: 50px;
    -webkit-transform: translateX(calc(100% - 60px - 15px + 5px));
            transform: translateX(calc(100% - 60px - 15px + 5px));
  }
}
.box-why .box-txt.box-txt-03 .ico {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-03 .ico {
    margin-left: 0;
  }
}
.box-why .box-txt.box-txt-03 .desc {
  direction: rtl;
}
.box-why .box-txt.box-txt-03 .desc h3::after {
  right: 0;
  left: unset;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-03 .desc h3::after {
    right: unset;
    left: 0;
  }
}
.box-why .box-txt.box-txt-04 {
  right: 0;
  top: 20px;
  -webkit-transform: translateX(calc(100% - 80px - 15px - 35px));
          transform: translateX(calc(100% - 80px - 15px - 35px));
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-04 {
    -webkit-transform: translateX(calc(100% - 60px - 15px - 15px));
            transform: translateX(calc(100% - 60px - 15px - 15px));
  }
}
.box-why .box-txt.box-txt-04 .ico {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-04 .ico {
    margin-left: 0;
  }
}
.box-why .box-txt.box-txt-04 .desc {
  direction: rtl;
}
.box-why .box-txt.box-txt-04 .desc h3::after {
  right: 0;
  left: unset;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-04 .desc h3::after {
    right: unset;
    left: 0;
  }
}
.box-why .box-txt.box-txt-05 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 0;
  top: 20px;
  -webkit-transform: translateX(calc(-100% + 80px + 15px + 20px));
          transform: translateX(calc(-100% + 80px + 15px + 20px));
}
@media screen and (max-width: 1024px) {
  .box-why .box-txt.box-txt-05 {
    -webkit-transform: translateX(calc(-100% + 60px + 15px + 5px));
            transform: translateX(calc(-100% + 60px + 15px + 5px));
  }
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-05 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: unset;
            transform: unset;
  }
}
.box-why .box-txt.box-txt-05 .ico {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .box-why .box-txt.box-txt-05 .ico {
    margin-left: 0;
  }
}
#main {
  padding: 70px 0;
  background: #efefef;
}
#main .container {
  max-width: 1200px;
}
#main .content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.box-text {
  background: #fff;
  padding: 30px 40px;
  font-size: 16px;
  margin-bottom: 30px;
}
.box-text h2 {
  font-size: 30px;
  font-weight: normal;
  color: var(--main-color);
}
.box-text p {
  text-align: justify;
}

.video-youtube {
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  margin-bottom: 40px;
}
.gallery img {
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 10px;
}
.gallery .slick-center {
  list-style: none;
}
.gallery .slick-center img {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #e67e22;
  opacity: 1;
}
.gallery .slick-next, .gallery .slick-prev {
  width: 40px;
  height: 40px;
}
.gallery .slick-next::before, .gallery .slick-prev::before {
  display: none;
}
.gallery .slick-next {
  right: 10%;
  background: url(/images/arrow_next.svg) center center no-repeat;
  background-size: auto 100%;
}
.gallery .slick-next:hover {
  background: url(/images/arrow_next.svg) center center no-repeat;
  background-size: auto 100%;
  opacity: 0.8;
}
.gallery .slick-prev {
  left: 10%;
  background: url(/images/arrow_prev.svg) center center no-repeat;
  background-size: auto 100%;
  z-index: 99;
}
.gallery .slick-prev:hover {
  background: url(/images/arrow_prev.svg) center center no-repeat;
  background-size: auto 100%;
  opacity: 0.8;
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
.related-project {
  border-top: 1px solid #d8d8d8;
}
.related-project .title-sec {
  max-width: 1240px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .related-project .title-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.related-project .title-sec h2 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .related-project .title-sec h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.related-project .title-sec .view-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .related-project .title-sec .view-all {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.related-project .title-sec .view-all a {
  display: block;
  color: #333;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.related-project .title-sec .view-all a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(/images/ico-arrow-black.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related-project .title-sec .view-all a:hover {
  color: #077303;
}

.project-title {
  color: var(--main-color);
  font-size: 24px;
  margin: 0 0 20px 0;
}

.related-post {
  padding: 40px 0 0;
}
.related-post .tit {
  font-size: 22px;
  color: var(--main-color);
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.mfp-content {
  background: #fff;
  border-radius: 10px;
  max-width: 1200px;
  max-height: 90%;
  overflow-y: auto;
}

.mfp-close-btn-in .mfp-close {
  color: var(--sub-color) !important;
  background-color: var(--main-color);
  border-bottom-left-radius: 10px;
  font-size: 50px;
}

.project-modal .project-content {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .project-modal .project-content {
    padding: 20px;
  }
}
.project-modal .project-content h3 {
  margin-bottom: 10px;
}
.project-modal .project-content .info {
  list-style: none;
  margin-bottom: 20px;
}
.project-modal .project-gallery .slick-next, .project-modal .project-gallery .slick-prev {
  width: 40px;
  height: 40px;
}
.project-modal .project-gallery .slick-next::before, .project-modal .project-gallery .slick-prev::before {
  display: none;
}
.project-modal .project-gallery .slick-next {
  right: 30px;
  background: url(/images/arrow_next.svg) center center no-repeat;
  background-size: auto 100%;
}
.project-modal .project-gallery .slick-next:hover {
  background: url(/images/arrow_next.svg) center center no-repeat;
  background-size: auto 100%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .project-modal .project-gallery .slick-next {
    right: 10px;
  }
}
.project-modal .project-gallery .slick-prev {
  left: 30px;
  background: url(/images/arrow_prev.svg) center center no-repeat;
  background-size: auto 100%;
  z-index: 99;
}
.project-modal .project-gallery .slick-prev:hover {
  background: url(/images/arrow_prev.svg) center center no-repeat;
  background-size: auto 100%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .project-modal .project-gallery .slick-prev {
    left: 10px;
  }
}
.project-modal .sns {
  list-style: none;
  padding: 0px 30px 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.project-modal .sns li img {
  width: 40px;
}

.btn-load {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.btn-load a {
  width: 100%;
  display: block;
  background: var(--main-color) url(/images/arrow_down.svg) right 30px center no-repeat;
  background-size: 16px auto;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 40px 0 30px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-load a:hover {
  background: var(--main-color) url(/images/arrow_down.svg) left 30px center no-repeat;
  background-size: 16px auto;
  padding: 0 30px 0 40px;
}

input[type=text] {
  width: 100%;
  height: 60px;
  color: #333;
  background: #ffffff;
  font-family: inherit;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  outline: 0;
}
@media screen and (max-width: 767px) {
  input[type=text] {
    height: 50px;
  }
}
input[type=text]::-webkit-input-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]::-moz-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]:-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]::-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]::placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]:-moz-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]::-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
input[type=text]:-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}

textarea {
  width: 100%;
  height: 150px;
  color: #333;
  background: #fff;
  font-family: inherit;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 10px 20px;
  outline: 0;
}
textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea::-moz-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea:-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea::-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea::placeholder {
  color: #666666;
  font-family: inherit;
}
textarea:-moz-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea::-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}
textarea:-ms-input-placeholder {
  color: #666666;
  font-family: inherit;
}

.page-about #sub-title {
  background: url(/images/about/bg_aboutpage.jpg) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .page-about #sub-title {
    background-size: cover;
  }
}
.page-about #sub-title::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-about #sub-title .container {
    height: 250px;
    min-height: unset;
  }
}
.page-about #sub-title .container .tit {
  width: 100%;
  text-align: left;
  color: var(--main-color);
  position: relative;
  padding-bottom: 10px;
}
.page-about #sub-title .container .tit::before {
  content: "";
  width: 80px;
  height: 5px;
  display: block;
  background-color: var(--sub-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-about #aboutus {
  background: url(/images/about/bg_01.jpg) top right no-repeat;
  background-size: auto 100%;
}
.page-about #aboutus .container {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-about #aboutus .container {
    min-height: unset;
    padding: 50px 0;
    position: relative;
    z-index: 2;
  }
}
.page-about #aboutus .container h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .page-about #aboutus .container h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.page-about #aboutus .container h2 span {
  color: #077303;
}
.page-about #aboutus .container .txt {
  text-align: justify;
  margin-bottom: 20px;
}
.page-about #aboutus .container .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0 0;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-about #aboutus .container .about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.page-about #aboutus .container .about-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px 20px;
  list-style: none;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-about #aboutus .container .about-list li {
    width: 100%;
    max-width: unset;
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 20px;
    background: #f3f8fc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
  .page-about #aboutus .container .about-list li:last-child {
    margin-bottom: 0;
  }
}
.page-about #aboutus .container .about-list li .ico {
  width: 80px;
  margin-bottom: 20px;
}
.page-about #aboutus .container .about-list li h3 {
  margin-bottom: 10px;
}
.page-about #aboutus .container .about-list li .desc {
  text-align: center;
}
.page-about #vision {
  background: #efefef;
}
.page-about #vision .container {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page-about #vision .container {
    padding: 50px 0;
  }
}
.page-about #vision .container .vision-list {
  list-style: none;
}
.page-about #vision .container .vision-list li {
  background-color: #f3f8fc;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media screen and (max-width: 767px) {
  .page-about #vision .container .vision-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
}
.page-about #vision .container .vision-list li:last-child {
  margin-bottom: 0;
}
.page-about #vision .container .vision-list li h2 {
  font-size: 34px;
  color: var(--main-color);
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 767px) {
  .page-about #vision .container .vision-list li h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.page-about #vision .container .vision-list li .txt {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 0.5px solid #d8d8d8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-about #vision .container .vision-list li .txt {
    margin-top: 0;
  }
}
.page-about #teams .container {
  padding: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .page-about #teams .container {
    padding: 50px 0;
  }
}
.page-about #teams .container h2 {
  color: var(--main-color);
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-about #teams .container h2 {
    font-size: 28px;
  }
}
.page-about #teams .container .lead-txt {
  margin-bottom: 50px;
}
.page-about #teams .container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-about #teams .container ul li {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  position: relative;
  margin-bottom: 120px;
}
.page-about #teams .container ul li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-about #teams .container ul li:nth-child(3n+1) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-about #teams .container ul li {
    width: calc(50% - 15px);
  }
  .page-about #teams .container ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-about #teams .container ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 80px;
  }
}
.page-about #teams .container ul li .desc {
  width: calc(100% - 60px);
  min-height: 100px;
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #efefef;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-about #teams .container ul li .desc h3 a {
  color: #333;
  text-decoration: none;
}
.page-about #core {
  background: #efefef;
}
.page-about #core .container {
  padding: 50px 0 70px;
}
.page-about #core .container h2 {
  color: var(--main-color);
  font-size: 34px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-about #core .container h2 {
    font-size: 28px;
  }
}
.page-about #core .container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .page-about #core .container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    row-gap: 70px;
  }
}
.page-about #core .container ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-about #core .container ul li {
    width: calc((100% - 40px) / 3);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .page-about #core .container ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-about #core .container ul li {
    width: 100%;
    padding-bottom: 30px;
  }
  .page-about #core .container ul li:last-child {
    margin-bottom: 0;
  }
}
.page-about #core .container ul li .ico {
  width: 114px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.page-about #core .container ul li h3 {
  margin-bottom: 10px;
}
.page-about #core .container ul li p {
  padding: 0 10px;
}

#contact-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
#contact-wrap .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#contact-wrap .info .inner {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info .inner {
    width: 100%;
    padding: 0 10px 10px;
  }
}
#contact-wrap .info .inner h3 {
  font-size: 22px;
  color: var(--main-color);
}
#contact-wrap .info .inner ul {
  list-style: none;
}
#contact-wrap .info .inner ul li a {
  text-decoration: none;
  color: #333;
}
#contact-wrap .info .form-wrap {
  width: 50%;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  #contact-wrap .info .form-wrap {
    padding: 10px;
    width: 100%;
  }
}
#contact-wrap .info .form-wrap h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-wrap form .form-group,
.form-wrap form .form-group-full {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form-wrap form .form-group,
  .form-wrap form .form-group-full {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.form-wrap form .form-group input[type=submit],
.form-wrap form .form-group-full input[type=submit] {
  display: block;
  background: #e6332a;
  border-radius: 3px;
  font-family: "avo";
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-wrap form .form-group input[type=submit]:hover,
.form-wrap form .form-group-full input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-wrap form .form-group label.error,
.form-wrap form .form-group-full label.error {
  color: #f00;
  font-weight: 300;
  font-size: 12px;
}
.form-wrap form .form-group-full {
  width: 100%;
  margin-bottom: 20px;
}

/* Phân trang
=========================*/
.pagination {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.pagination p {
  display: block;
  margin: 8px 0px;
}
.pagination a, .pagination span {
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border: solid 1px #c0c0c0;
  text-decoration: none;
  color: #717171;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination a:hover, .pagination span:hover {
  border: 1px solid var(--main-color);
}
.pagination a.active, .pagination span.active {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}