@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@media (min-width: 1200px) {
  .container {
    max-width: 1224px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1224px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4; }

a {
  text-decoration: none;
  transition: 0.3s; }

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.6s; }

body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }

input.form-control:focus,
.form-select:focus {
  box-shadow: unset; }

textarea.form-control:focus {
  box-shadow: unset; }

.btn {
  box-shadow: none !important; }

.header {
  background-color: rgba(27, 27, 27, 0.5);
  background-color: #0e0e37;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }
  .header .logo img {
    object-fit: contain;
    height: 50px;
    width: auto; }
  .header-menu .nav-menu {
    display: flex; }
    .header-menu .nav-menu > .menu-item {
      position: relative;
      min-width: 160px;
      text-align: center; }
      .header-menu .nav-menu > .menu-item > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        color: #fff;
        font-size: 15px;
        font-weight: 600; }
      .header-menu .nav-menu > .menu-item > .sub-menu {
        background: #f6f6f6;
        border-right: 1px solid #e7e7e7;
        display: none;
        list-style-type: none;
        padding: 10px 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
        .header-menu .nav-menu > .menu-item > .sub-menu > li > a {
          color: #000;
          display: block;
          font-size: 14px;
          padding: 10px 0; }
          .header-menu .nav-menu > .menu-item > .sub-menu > li > a:hover {
            background-color: #706ef7;
            color: #fff;
            font-weight: bold; }
        .header-menu .nav-menu > .menu-item > .sub-menu:hover {
          background: #fff; }
      .header-menu .nav-menu > .menu-item:first-of-type > .sub-menu {
        border-left: 1px solid #e7e7e7; }
  .header-actions .search {
    margin-right: 30px; }
    .header-actions .search a {
      display: flex;
      color: #fff; }
      .header-actions .search a:hover {
        transform: translateY(-2px); }
  .header-actions .languages {
    gap: 6px; }
    .header-actions .languages a {
      display: inline-flex; }
      .header-actions .languages a img {
        border: 1px solid #fff;
        object-fit: cover;
        height: 17px;
        width: 22px; }
      .header-actions .languages a:hover {
        transform: translateY(-2px); }
  .header-mb-actions a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px; }
  .header-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #0e0d3d;
    transition: 0.3s;
    z-index: 112; }
    .header-mobile-top {
      padding: 12px;
      position: relative; }
      .header-mobile-top .close-js a {
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        width: 42px; }
      .header-mobile-top .languages {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 80px;
        gap: 4px; }
        .header-mobile-top .languages a {
          display: inline-flex; }
          .header-mobile-top .languages a img {
            border: 1px solid #fff;
            object-fit: cover;
            height: 17px;
            width: 22px; }
          .header-mobile-top .languages a:hover {
            transform: translateY(-2px); }
      .header-mobile-top:after {
        content: "";
        background-color: #000;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%; }
    .header-mobile-main .search-box {
      padding: 12px;
      position: relative; }
      .header-mobile-main .search-box:after {
        content: "";
        background-color: #000;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%; }
      .header-mobile-main .search-box .form-control {
        font-size: 16px;
        height: 42px;
        border: 0; }
      .header-mobile-main .search-box a {
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        height: 42px;
        width: 42px; }
    .header-mobile-main .nav-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header-mobile-main .nav-menu > li {
        position: relative; }
        .header-mobile-main .nav-menu > li:after {
          content: "";
          background-color: #000;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
          position: absolute;
          left: 0;
          bottom: 0;
          height: 1px;
          width: 100%; }
        .header-mobile-main .nav-menu > li > a {
          display: block;
          line-height: 30px;
          padding: 10px 12px 12px;
          text-transform: uppercase;
          color: #fff; }
          .header-mobile-main .nav-menu > li > a.active {
            background: #797570; }
        .header-mobile-main .nav-menu > li .caret {
          background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") center center no-repeat;
          background-size: contain;
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 20px;
          height: 15px;
          width: 15px;
          transition: 0.3s; }
          .header-mobile-main .nav-menu > li .caret.rotate {
            transform: rotate(180deg); }
        .header-mobile-main .nav-menu > li > .sub-menu {
          display: none;
          list-style: none;
          padding: 0; }
          .header-mobile-main .nav-menu > li > .sub-menu > li {
            position: relative; }
            .header-mobile-main .nav-menu > li > .sub-menu > li:after {
              content: "";
              background-color: #000;
              box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
              position: absolute;
              left: 0;
              top: 0;
              height: 1px;
              width: 100%; }
            .header-mobile-main .nav-menu > li > .sub-menu > li > a {
              display: block;
              color: #fff;
              line-height: 30px;
              padding: 12px 12px 10px 48px; }
              .header-mobile-main .nav-menu > li > .sub-menu > li > a.active {
                background: #5f5a55; }
  .header-submenu-bg {
    background: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%; }

@media (max-width: 1199px) {
  .header {
    padding: 12px 0; }
    .header .logo img {
      height: 42px; }
    .header-menu {
      display: none; } }

.homepage.main {
  overflow: hidden;
  width: 100%; }

.hp-banner {
  position: relative; }
  .hp-banner > img {
    height: 835px;
    width: 100%; }
  .hp-banner .dot-location {
    cursor: pointer;
    position: relative; }
    .hp-banner .dot-location .box-popup {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    .hp-banner .dot-location .label {
      display: inline-flex;
      color: #fff;
      flex-direction: column;
      align-items: center;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      position: relative; }
      .hp-banner .dot-location .label:before {
        content: "";
        display: inline-block;
        background: transparent url(../images/icon/ic-dot.svg) no-repeat center;
        background-size: contain;
        height: 28px;
        width: 28px; }
      .hp-banner .dot-location .label:after {
        content: "";
        display: inline-block;
        background: transparent url(../images/icon/ic-pin.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
        height: 47px;
        width: 33px;
        transition: 0.6s;
        visibility: hidden;
        opacity: 0; }
    .hp-banner .dot-location:hover .box-popup {
      opacity: 1;
      visibility: visible; }
    .hp-banner .dot-location:hover .label:after {
      top: -32px;
      visibility: visible;
      opacity: 1; }
    .hp-banner .dot-location.dot-hanoi {
      position: absolute;
      left: 47.5%;
      top: 25%; }
      .hp-banner .dot-location.dot-hanoi .box-popup {
        left: 160px;
        bottom: 0;
        transform: translateY(50%); }
    .hp-banner .dot-location.dot-hcm {
      position: absolute;
      left: 48.5%;
      bottom: 12%; }
      .hp-banner .dot-location.dot-hcm .box-popup {
        right: 160px;
        bottom: 40px;
        transform: translateY(50%); }

.hp-about {
  background: transparent url(../images/body-bg.png) repeat center;
  background-size: contain; }
  .hp-about .partner-component {
    background-color: rgba(255, 255, 255, 0.2); }
  .hp-about .partner-item {
    flex: 1 1 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    text-align: center; }
    .hp-about .partner-item img {
      padding: 0 20px; }
    .hp-about .partner-item .popup-wrapper {
      display: flex;
      gap: 10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% + 10px);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
  .hp-about .partner-item:hover .popup-wrapper {
    opacity: 1;
    visibility: visible; }
  .hp-about .field-component {
    padding: 76px 0 100px; }
    .hp-about .field-component .section-title {
      margin-bottom: 26px; }
  .hp-about .field-wrap {
    gap: 20px; }
  .hp-about .field-item {
    position: relative;
    overflow: hidden;
    width: calc(100% / 4 - 16px); }
    .hp-about .field-item:before {
      content: "";
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      width: 100%;
      z-index: 1; }
    .hp-about .field-item .detail {
      color: #fff;
      position: absolute;
      top: 50%;
      bottom: 0;
      padding: 0 30px 30px;
      width: 100%;
      z-index: 2; }
    .hp-about .field-item img {
      aspect-ratio: 57 / 80;
      width: 100%; }
    .hp-about .field-item .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.25;
      margin-bottom: 10px; }
      .hp-about .field-item .title a {
        color: inherit;
        display: block; }
        .hp-about .field-item .title a:hover {
          transform: translateX(5px); }
    .hp-about .field-item .ic a {
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 30px;
      bottom: 30px;
      height: 28px;
      width: 28px;
      z-index: 2; }
      .hp-about .field-item .ic a:hover {
        border-color: #fff;
        background-color: #fff;
        color: #706ef7; }
    .hp-about .field-item:hover img {
      transform: scale(1.1); }

.hp-news {
  padding: 80px 0 100px;
  overflow: hidden;
  width: 100%; }
  .hp-news .section-title {
    margin-bottom: 26px; }
  .hp-news .news-wrap:after {
    content: "";
    display: block;
    clear: both; }
  .hp-news .news-item {
    position: relative;
    width: calc(50% - 10px);
    float: left;
    overflow: hidden; }
    .hp-news .news-item:before {
      content: "";
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 0.6s;
      height: 100%;
      width: 100%;
      z-index: 1; }
    .hp-news .news-item .detail {
      color: #fff;
      padding: 0 36px;
      position: absolute;
      width: 100%;
      z-index: 2; }
    .hp-news .news-item .title {
      font-weight: 700; }
      .hp-news .news-item .title a {
        color: #fff;
        display: block; }
        .hp-news .news-item .title a:hover {
          transform: translateX(5px); }
    .hp-news .news-item .ic a {
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 28px;
      width: 28px;
      z-index: 2; }
      .hp-news .news-item .ic a:hover {
        border-color: #fff;
        background-color: #fff;
        color: #706ef7; }
    .hp-news .news-item:first-of-type {
      margin-right: 20px; }
      .hp-news .news-item:first-of-type:before {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%); }
      .hp-news .news-item:first-of-type img {
        height: 380px;
        width: 100%; }
      .hp-news .news-item:first-of-type .detail {
        bottom: 24px; }
      .hp-news .news-item:first-of-type .title {
        color: #fffefe;
        font-size: 20px;
        margin-bottom: 16px; }
      .hp-news .news-item:first-of-type .text {
        margin-bottom: 24px; }
    .hp-news .news-item:nth-of-type(2) img, .hp-news .news-item:nth-of-type(3) img {
      height: 180px;
      width: 100%; }
    .hp-news .news-item:nth-of-type(2) .detail, .hp-news .news-item:nth-of-type(3) .detail {
      position: absolute;
      top: 24px;
      width: 100%; }
    .hp-news .news-item:nth-of-type(2) .title, .hp-news .news-item:nth-of-type(3) .title {
      margin-bottom: 10px; }
    .hp-news .news-item:nth-of-type(2) .text, .hp-news .news-item:nth-of-type(3) .text {
      max-width: 260px;
      margin-bottom: 10px; }
    .hp-news .news-item:nth-of-type(2) {
      margin-bottom: 20px; }
      .hp-news .news-item:nth-of-type(2):before {
        background-color: rgba(101, 96, 162, 0.9); }
      .hp-news .news-item:nth-of-type(2):hover:before {
        background-color: rgba(101, 96, 162, 0.95); }
    .hp-news .news-item:nth-of-type(3):before {
      background-color: rgba(117, 117, 117, 0.9); }
    .hp-news .news-item:nth-of-type(3):hover:before {
      background-color: rgba(117, 117, 117, 0.95); }
    .hp-news .news-item:hover img {
      transform: scale(1.1); }

.box-popup {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 270px;
  transition: 0.6s; }
  .box-popup img {
    aspect-ratio: 1 / 0.692;
    border-radius: 4px;
    padding: 0 !important; }
  .box-popup .info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

@media (max-width: 1199px) {
  .hp-about .field-item .detail {
    padding: 0 20px 70px;
    top: auto; }
  .hp-about .field-item .ic {
    left: 20px; } }

@media (max-width: 991px) {
  .hp-banner .dot-location.dot-hanoi {
    left: 45.5%; }
  .hp-banner .dot-location.dot-hcm {
    left: 48%; }
  .hp-about .partner-wrap {
    flex-wrap: wrap;
    row-gap: 20px; }
  .hp-about .partner-item {
    flex: unset;
    width: calc(100% / 3); }
  .hp-about .field-wrap {
    flex-wrap: wrap; }
  .hp-about .field-item {
    width: calc(100% / 2 - 10px); }
  .hp-news .news-item {
    width: 100%; }
    .hp-news .news-item:nth-of-type(1) {
      margin-bottom: 20px;
      margin-right: 0; } }

@media (max-width: 767px) {
  .hp-banner > img {
    height: 500px; }
  .hp-banner .dot-location .label {
    font-size: 10px; }
    .hp-banner .dot-location .label:before {
      height: 20px;
      width: 20px; }
  .hp-banner .dot-location.dot-hanoi {
    left: 42%;
    top: 24%; }
    .hp-banner .dot-location.dot-hanoi .box-popup {
      left: 20px; }
  .hp-banner .dot-location.dot-hcm {
    left: 44%;
    bottom: 8%; }
    .hp-banner .dot-location.dot-hcm .box-popup {
      right: 40px;
      bottom: 60px; }
  .hp-about .partner-item {
    width: calc(100% / 2); }
    .hp-about .partner-item .popup-wrapper {
      left: 0;
      transform: unset; }
  .hp-about .field-component {
    padding: 60px 0; }
  .hp-about .field-wrap {
    gap: 12px; }
  .hp-about .field-item {
    width: calc(100% / 2 - 6px); }
    .hp-about .field-item .detail {
      padding: 0 12px 60px; }
    .hp-about .field-item .title {
      font-size: 16px; }
    .hp-about .field-item .text {
      font-size: 14px; }
    .hp-about .field-item .ic {
      left: 12px;
      bottom: 20px; }
  .hp-news {
    padding: 60px 0; }
    .hp-news .news-item .detail {
      padding: 0 20px; }
  .box-popup {
    width: 160px; }
    .box-popup .info {
      font-size: 13px; } }

.footer {
  background: transparent url(../images/footer-bg.jpg) center no-repeat;
  background-size: cover; }
  .footer-main {
    padding: 90px 0 40px;
    position: relative; }
    .footer-main:after {
      content: "";
      background-color: #373737;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%; }
    .footer-main .mess-box {
      margin-bottom: 160px; }
      .footer-main .mess-box .title {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px; }
      .footer-main .mess-box .action a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff; }
        .footer-main .mess-box .action a i {
          transition: 0.3s; }
        .footer-main .mess-box .action a:hover i {
          transform: translateX(4px); }
    .footer-main .info-box .logo {
      width: 45%; }
      .footer-main .info-box .logo img {
        height: auto;
        width: 130px; }
    .footer-main .info-box .company {
      width: 55%; }
      .footer-main .info-box .company .title {
        color: #fffefe;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 30px; }
      .footer-main .info-box .company .address {
        color: #fffefe;
        font-size: 14px; }
        .footer-main .info-box .company .address-title {
          font-weight: 700; }
        .footer-main .info-box .company .address:last-of-type {
          margin-top: 20px; }
  .footer-copyright {
    color: #9b9b9b;
    padding: 24px 0; }
  .footer-page-child {
    background: #2e2e2e; }
    .footer-page-child .footer-main {
      padding-top: 80px; }

@media (max-width: 767px) {
  .footer-main {
    padding-top: 60px; }
    .footer-main .mess-box {
      margin-bottom: 80px; }
    .footer-main .info-box .logo {
      margin-bottom: 40px;
      width: 100%; }
    .footer-main .info-box .company {
      width: 100%; }
  .footer-page-child .footer-main {
    padding-top: 60px; } }

.page-w-sidebar {
  padding-bottom: 60px; }
  .page-w-sidebar .sidebar li {
    border-bottom: 1px solid #d9d9d9; }
    .page-w-sidebar .sidebar li:first-of-type {
      border-top: 1px solid #d9d9d9; }
    .page-w-sidebar .sidebar li a {
      color: #000;
      display: block;
      padding: 10px 0 10px 20px; }
      .page-w-sidebar .sidebar li a:hover {
        color: #706ef7;
        font-weight: 600; }
    .page-w-sidebar .sidebar li.active a {
      color: #706ef7;
      font-weight: 600; }
  .page-w-sidebar .col-left {
    padding-top: 130px;
    width: 224px; }
  .page-w-sidebar .col-right {
    padding-left: 60px;
    width: calc(100% - 224px); }
  .page-w-sidebar .section-title {
    margin: 40px 0 50px; }

.page-about .strong-n-text {
  margin-bottom: 30px; }

.page-about .column-3 {
  margin-top: 40px; }

.page-news .news-container {
  border: 1px solid #e6e6e6;
  border-bottom: 0; }

.page-news .row-customize {
  display: flex; }
  .page-news .row-customize .stt {
    text-align: center;
    width: 50px; }
  .page-news .row-customize .title {
    width: calc(100% - 50px - 130px - 100px); }
  .page-news .row-customize .date {
    text-align: center;
    width: 130px; }
  .page-news .row-customize .view {
    text-align: center;
    width: 100px; }

.page-news .row-header {
  background-color: #eee;
  display: flex;
  font-weight: 600;
  padding: 10px; }

.page-news .row-news-title {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .page-news .row-news-title .title a {
    color: #000; }
    .page-news .row-news-title .title a:hover {
      color: #706ef7;
      font-weight: bold; }
  .page-news .row-news-title .label {
    font-weight: 700;
    display: none; }

.page-news .row-news-content {
  display: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px; }
  .page-news .row-news-content .news-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .page-news .row-news-content .news-image {
    margin-bottom: 24px;
    text-align: center; }
    .page-news .row-news-content .news-image img {
      aspect-ratio: 1 / 0.555555;
      max-width: 675px;
      width: 100%; }

.page-news .news-item.active .row-news-title .title a {
  font-weight: 700; }

.page-news .news-item.active .row-news-content {
  display: block; }

.page-contact {
  padding: 130px 0 0; }
  .page-contact .section-title {
    margin-bottom: 50px; }
  .page-contact .map-iframe {
    display: flex;
    max-width: 800px;
    margin: 0 auto 40px; }
    .page-contact .map-iframe iframe {
      aspect-ratio: 1 / 0.475;
      width: 100%;
      height: auto; }
  .page-contact .company {
    max-width: 800px;
    margin: 0 auto 40px; }
    .page-contact .company .address {
      font-size: 14px; }
      .page-contact .company .address-title {
        font-weight: 700; }
      .page-contact .company .address:last-of-type {
        margin-top: 20px; }
  .page-contact .contact-info {
    background: transparent url(../images/body-bg.png) repeat center;
    background-size: contain;
    padding: 50px 0; }
    .page-contact .contact-info .container {
      max-width: 824px;
      margin: 0 auto; }
    .page-contact .contact-info .icon-text {
      text-align: center; }
      .page-contact .contact-info .icon-text .ic {
        margin: 0 auto 30px;
        height: 60px;
        width: 60px; }
        .page-contact .contact-info .icon-text .ic img {
          height: 100%;
          width: 100%; }
      .page-contact .contact-info .icon-text .text {
        color: #070059;
        font-weight: 700; }
        .page-contact .contact-info .icon-text .text a {
          color: inherit; }
          .page-contact .contact-info .icon-text .text a:hover {
            color: #706ef7; }

@media (max-width: 991px) {
  .page-w-sidebar .col-left {
    padding: 40px 0 0;
    width: 100%; }
  .page-w-sidebar .col-right {
    padding: 0;
    width: 100%; }
  .page-w-sidebar .section-title {
    margin: 24px 0 10px; } }

@media (max-width: 767px) {
  .page-news .row-customize .stt {
    display: none; }
  .page-news .row-customize .title {
    text-align: left;
    width: 100%; }
  .page-news .row-customize .date {
    display: flex;
    gap: 4px;
    margin-right: 16px;
    text-align: left;
    width: max-content; }
  .page-news .row-customize .view {
    display: flex;
    gap: 4px;
    text-align: left;
    width: max-content; }
  .page-news .row-header {
    display: none; }
  .page-news .row-news-title {
    gap: 4px 0;
    flex-wrap: wrap; }
    .page-news .row-news-title .label {
      display: inline; }
  .page-news .row-news-content {
    padding: 10px; }
  .page-contact .contact-info {
    padding: 30px 0; }
    .page-contact .contact-info .icon-text .ic {
      margin-bottom: 20px; } }

.section-title {
  font-size: 26px;
  font-weight: 600; }
  .section-title a {
    color: inherit; }
    .section-title a:hover {
      color: #706ef7; }

.project-item {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .project-item .thumbnail {
    aspect-ratio: 3 / 2;
    background: #e6e6e6;
    overflow: hidden; }
    .project-item .thumbnail img {
      height: 100%;
      width: 100%; }
    .project-item .thumbnail:hover img {
      transform: scale(1.1); }
  .project-item .info {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 12px 20px 20px;
    flex: 1; }
    .project-item .info .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px; }
      .project-item .info .title a {
        color: #000; }
        .project-item .info .title a:hover {
          color: #706ef7; }
    .project-item .info .detail li {
      display: flex; }
      .project-item .info .detail li:not(:last-of-type) {
        margin-bottom: 4px; }
      .project-item .info .detail li strong,
      .project-item .info .detail li span {
        display: inline-block; }
      .project-item .info .detail li strong {
        width: 84px; }
      .project-item .info .detail li span {
        width: calc(100% - 84px); }

.limit-text-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; }

.limit-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.limit-text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.entry-content {
  font-size: 16px; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    line-height: 1.3; }
    .entry-content h1 span,
    .entry-content h2 span,
    .entry-content h3 span,
    .entry-content h4 span,
    .entry-content h5 span,
    .entry-content h6 span {
      color: inherit; }
  .entry-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem; }
  .entry-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem; }
  .entry-content h4 {
    font-size: 18px;
    margin-bottom: 1rem; }
  .entry-content h5,
  .entry-content h6 {
    font-size: 16px;
    margin-bottom: 1rem; }
  .entry-content p a,
  .entry-content a {
    color: #0052a4; }
  .entry-content hr {
    margin: 1rem 0;
    border: 1px solid #eee; }
  .entry-content img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }
  .entry-content table {
    line-height: 1.5;
    margin-bottom: 1rem;
    width: 100%; }
    .entry-content table tr,
    .entry-content table td {
      border: 1px solid #dfdfdf;
      padding: 10px;
      vertical-align: middle; }
      .entry-content table tr ul,
      .entry-content table td ul {
        list-style-type: none !important;
        padding-left: 0 !important; }
    .entry-content table tr:first-child td {
      font-weight: 600; }
  .entry-content figure figcaption {
    background-color: #f3f3f3;
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    text-align: center; }

.search-boot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999; }
  .search-boot .content-search {
    max-width: 600px;
    display: block;
    margin: 0 auto; }
  .search-boot .text-search {
    position: relative; }
    .search-boot .text-search a {
      background: none;
      border: none;
      color: #fff;
      position: absolute;
      top: 8px;
      left: -46px;
      font-size: 25px; }
    .search-boot .text-search input {
      background: none;
      border: none;
      font-size: 30px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #ededed;
      border-radius: 0px;
      color: #fff;
      height: 50px;
      outline: none; }
      .search-boot .text-search input::-webkit-input-placeholder {
        color: #757575; }
      .search-boot .text-search input:-ms-input-placeholder {
        color: #757575; }
      .search-boot .text-search input::-ms-input-placeholder {
        color: #757575; }
      .search-boot .text-search input::placeholder {
        color: #757575; }
  .search-boot .click-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background: #e00;
    color: #fff;
    cursor: pointer; }
    .search-boot .click-close:hover {
      opacity: 0.8; }

.page-banner {
  height: 300px; }
  .page-banner img {
    height: 100%;
    width: 100%; }

ul.column-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 120px;
  list-style-type: none;
  padding: 0; }
  ul.column-3 li {
    max-width: 200px;
    width: 100%; }

.strong-n-text {
  list-style-type: none;
  padding: 0; }
  .strong-n-text > li {
    display: flex; }
    .strong-n-text > li:not(:last-of-type) {
      margin-bottom: 4px; }
    .strong-n-text > li strong {
      display: inline-block;
      width: 170px; }
    .strong-n-text > li span {
      display: inline-block;
      width: calc(100% - 170px); }

@media (max-width: 767px) {
  .strong-n-text > li {
    display: block; }
    .strong-n-text > li strong,
    .strong-n-text > li span {
      display: inline; } }
