@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * FOOTER
 * MAIN
 * ABOUT
 * WORKS
 * PROCESS
 * SERVICE
 * BLOG
 * CONTACT
 * FAQ
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  color: #000000;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 180px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #ef5b00;
  outline: 0;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

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

#scrollUp {
  right: 12px;
  bottom: 65px;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  padding-right: 0 !important;
}

.navbar {
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar.fixed {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .navbar {
    height: 180px;
  }

  .navbar.fixed {
    height: 100px;
  }
}

.navbar .container {
  max-width: 100%;
  position: relative;
}

@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1800px;
  }
}

.navbar .offcanvas {
  border-left: none !important;
  background-color: #000000 !important;
  width: 100% !important;
  height: 100vh !important;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .offcanvas.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar .offcanvas-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 3rem 2rem !important;
}

.navbar .offcanvas-backdrop {
  display: none;
}

@media (min-width: 768px) {
  .navbar .offcanvas {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .navbar .offcanvas-body {
    padding: 2rem 8.5rem !important;
  }
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-brand img {
  margin-right: 1rem;
}

.navbar-brand span {
  display: none;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
  .navbar-brand span {
    display: inline-block;
  }
}

.navbar-link {
  margin-right: 55px;
}

.navbar-link a {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
  .navbar-link {
    margin-right: 85px;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
  z-index: 1050;
  display: block !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #000000;
  text-align: center;
  width: 30px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  margin-bottom: 0.375rem;
}


.navbar-toggler.show .icon-bar {
  background: #ffffff;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .navbar-toggler {
    width: 55px;
  }



  .navbar-toggler .icon-bar {
    width: 55px;
  }

  .navbar-toggler .icon-bar:nth-of-type(1) {
    margin-bottom: 0.5rem;
  }
}

.navbar-nav {
  flex-direction: column !important;
}

.navbar-nav .nav-item {
  padding: 0.5rem 0;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  padding: 0 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ef5b00;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 2.25rem;
  }
}

.navbar-nav .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0;
}

.navbar-nav .nav li {
  margin-bottom: 0.5rem;
}

.navbar-nav .nav li:last-child {
  margin-bottom: 0;
}

.navbar-nav .nav li a {
  color: #ffffff;
  font-size: 1.0625rem;
}

.navbar-nav .nav li a:hover,
.navbar-nav .nav li a.active {
  color: #ef5b00;
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: #f3f3f3;
  border: none;
  padding: 1.5rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 160px;
}

.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  padding: 0.125rem 0;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 1rem auto 0;
  }
}

.navbar-contact {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5rem;
}

.navbar-contact a {
  color: #ffffff;
  font-size: 0.875rem;
}

.navbar-contact a:hover {
  color: #ef5b00;
}

@media (min-width: 992px) {
  .navbar-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.navbar-contact .info {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-contact .info li {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.navbar-contact .info li:first-child {
  width: 100%;
}

.navbar-contact .social {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1rem;
}

.navbar-contact .social li+li {
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .navbar-contact .social {
    margin-top: 0;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  border-top: 2px solid #dbdbdb;
  background-color: #353535;
  color: #ffffff;
  padding: 2rem 0 4rem;
  position: relative;
  z-index: 2;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer {
    padding: 3rem 0 1rem;
  }
}

.footer .container {
  max-width: 100%;
  position: relative;
}

@media (min-width: 1800px) {
  .footer .container {
    max-width: 1800px;
  }
}

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

.footer .row+.row {
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .footer .row .col-xxl-2 {
    width: 12.5%;
  }

  .footer .row .col-xxl-6 {
    width: 50.5%;
  }

  .footer .row .col-xxl-4 {
    width: 37%;
  }

  .footer .row .offset-xxl-2 {
    margin-left: 12%;
  }

  .footer .row+.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-logo {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 95px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-logo span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-top: 0.5rem;
}

@media (min-width: 1400px) {
  .footer-logo {
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.footer-info {
  margin-bottom: 1rem;
}

.footer-info .nav {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-info .nav li {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.footer-info .nav li:first-child {
  width: 100%;
  letter-spacing: 0.075rem;
}

@media (min-width: 1400px) {
  .footer-info {
    margin-bottom: 0;
  }

  .footer-info .nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-info .nav+.nav {
    border-top: 1px solid #e5e5e5;
    margin-top: 1.25rem;
    padding-top: 0.5rem;
  }

  .footer-info .nav li {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }

  .footer-info .nav li:first-child::after,
  .footer-info .nav li:last-child::after {
    display: none;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-nav .nav li {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.footer-nav .nav li:last-child {
  margin-right: 0;
}

.footer-nav .nav li a {
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.05rem;
}

.footer-nav .nav li a.link {
  color: #ef5b00;
}

.footer-nav .nav+.nav {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-nav .nav.link {
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav .nav.link li {
  margin-bottom: 0;
}

.footer-nav .nav.link li a {
  color: #ef5b00;
}

.footer-nav .nav.link li a:hover {
  font-weight: bold;
}

.footer-nav .nav li a.fb {
  color: #0865fe;
  font-size: 1.5rem;
}

.footer-nav .nav li a.line {
  color: #2da937;
  font-size: 1.5rem;
}

@media (min-width: 1400px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-nav .nav+.nav {
    margin-left: 1rem;
  }


  .footer-nav .nav.link {
    margin-bottom: 0;
  }
}

.footer-copy {
  color: #b0b0b0;
  font-size: 0.8125rem;
  text-align: center;
}

@media (min-width: 1400px) {
  .footer-copy {
    text-align: left;
  }
}

/* FIXED BUTTON */
.fixed-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fixed-btn a {
  color: #ffffff;
  letter-spacing: 0.025rem;
  width: 33.33%;
  height: 50px;
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed-btn a img {
  margin-left: 0.25rem;
}

.fixed-btn .consult {
  background-color: #ef5b00;
}

.fixed-btn .consult:hover {
  background-color: #e15a06;
}

.fixed-btn .line {
  background-color: #58c038;
}

.fixed-btn .line:hover {
  background-color: #50a534;
}

.fixed-btn .chat {
  background-color: #000000;
}

.fixed-btn .chat:hover {
  background-color: #373636;
}

@media (min-width: 992px) {
  .fixed-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 100px;
    left: auto;
    right: 12px;
  }

  .fixed-btn a {
    border-radius: 50rem;
    width: 145px;
    margin-bottom: 1rem;
  }
}

/* CHAT BOX */
#chatBox {
  position: fixed;
  right: 12px;
  bottom: 150px;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: scale(0) translateY(100%);
  -ms-transform: scale(0) translateY(100%);
  transform: scale(0) translateY(100%);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#chatBox.is-visible {
  z-index: 1050;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}

@media (min-width: 992px) {
  #chatBox {
    bottom: 115px;
  }
}

#chatBox .close {
  background-color: #a8a8a8;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -50px;
  right: 0;
}

#chatBox .close img {
  width: 15px;
}

#chatBox .close:hover {
  opacity: 0.5;
}

#chatBox .wrapper {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  width: 300px;
}

@media (min-width: 576px) {
  #chatBox .wrapper {
    width: 375px;
  }
}

#chatBox .title {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #f65900;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 70px;
  max-width: 375px;
  padding: 1rem 1.25rem;
  vertical-align: middle;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#chatBox .title img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
}

#chatBox .title span:first-child {
  font-weight: bold;
}

#chatBox .title span:last-child {
  font-size: 0.75rem;
}

#chatBox .dialogue {
  background-color: #ffffff;
  height: 400px;
  overflow-y: auto;
  padding: 1rem 1.25rem;
}

#chatBox .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

#chatBox .avatar {
  border-radius: 50%;
  width: 35px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#chatBox .avatar img {
  border-radius: 50%;
  width: 100%;
  vertical-align: middle;
}

#chatBox .avatar.no-avatar img {
  opacity: 0;
}

#chatBox .text {
  border-radius: 10px;
  background-color: #f3f3f3;
  padding: 0.5rem;
  max-width: 220px;
  position: relative;
}

#chatBox .text::before {
  content: "";
  position: absolute;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#chatBox .time {
  font-size: 0.75rem;
}

#chatBox .btn {
  border: 1px solid #d9d3ca;
  background-color: #ffffff;
  color: #ef5b00;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.25rem;
}

#chatBox .btn:hover {
  background-color: #f1efef;
}

#chatBox .chat {
  margin-left: 1.25rem;
}

#chatBox .chat a {
  display: inline-block;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

#chatBox .chat a:hover {
  background-color: black;
}

#chatBox .remote .text {
  margin-left: 1.25rem;
}

#chatBox .remote .text::before {
  border-right: 10px solid #f3f3f3;
  left: -10px;
}

#chatBox .remote .time {
  margin-left: 0.25rem;
}

#chatBox .local {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#chatBox .local .text {
  background-color: #eb9564;
  color: #ffffff;
  margin-right: 1.25rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

#chatBox .local .text::before {
  border-left: 10px solid #eb9564;
  right: -10px;
}

#chatBox .local .time {
  margin-right: 0.25rem;
}

#chatBox .input {
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  background-color: #ffffff;
  color: #7e7e7e;
  font-size: 1.125rem;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#chatBox .input .btn {
  border: none;
  background-color: transparent;
  color: #7e7e7e;
  width: auto;
  padding: 0;
  margin-top: 0;
}

#chatBox .form-label {
  cursor: pointer;
  margin-bottom: 0;
}

#chatBox .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#chatBox .form-control[type=text] {
  background-color: #f3f3f3;
  border: none;
  border-radius: 50rem;
  margin-left: 0.5rem;
}

#chatBox .form-control[type=file] {
  visibility: hidden;
  display: none;
}

#chatBoxModal .modal-header {
  background-color: #ef5b00;
}

#chatBoxModal .modal-header .btn-close {
  background-image: none;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 1;
}

#chatBoxModal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#chatBoxModal .modal-body {
  padding: 1rem 3rem 1.5rem;
}

#chatBoxModal .modal-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#chatBoxModal .modal-footer .btn {
  background-color: #ef5b00;
  color: #ffffff;
  padding: 0.375rem 1.5rem;
}

#chatBoxModal .modal-footer .btn[type=reset] {
  background-color: #9e9e9e;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  position: relative;
  padding-top: 3rem;
}

main::before {
  content: "";
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

main.is-visible::before {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (min-width: 992px) {
  main {
    padding-top: 6rem;
  }
}

main>* {
  position: relative;
  z-index: 3;
}

/* PARTICLES */
.particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* PAGE-HEADER */
.page-header {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .page-header {
    margin-bottom: 5.5rem;
  }
}

.page-header .title {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
}

.page-header .title strong {
  display: block;
  color: #ef5b00;
  font-family: "Poppins", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-header .title {
    font-size: 1.1875rem;
    margin-bottom: 2.5rem;
  }

  .page-header .title strong {
    font-size: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .page-header .title strong {
    font-size: 4.375rem;
  }
}

.page-header .subtitle {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.page-header .subtitle strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-header .subtitle {
    font-size: 1.1875rem;
    margin-top: 2.5rem;
  }

  .page-header .subtitle strong {
    font-size: 2.75rem;
  }
}

.page-header .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-header .text {
    font-size: 1.0625rem;
  }
}

.page-header .tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
}

.page-header .tag span:last-child {
  color: #666666;
  padding-left: 70px;
  margin-left: 1rem;
  position: relative;
}

.page-header .tag span:last-child::before {
  content: "";
  background-color: #7f7f7f;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: width-s 2s infinite;
  animation: width-s 2s infinite;
}

@media (min-width: 992px) {
  .page-header .tag {
    font-size: 1.125rem;
  }

  .page-header .tag span:last-child {
    padding-left: 140px;
  }

  .page-header .tag span:last-child::before {
    width: 120px;
    -webkit-animation: width 2s infinite;
    animation: width 2s infinite;
  }
}

.page-header .nav li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.page-header .nav li a {
  border-bottom: 1px solid #ffffff;
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-bottom: 0.25rem;
}

.page-header .nav li a:hover,
.page-header .nav li a.active {
  border-color: #ef5b00;
  color: #ef5b00;
}

@media (min-width: 992px) {
  .page-header .nav li {
    margin-right: 3rem;
  }

  .page-header .nav li a {
    font-size: 1.125rem;
  }
}

.page-header .group {
  border-radius: 0.25rem;
  background-color: #f4f4f4;
  padding: 1rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header .search {
  border-bottom: 1px solid #b8b8b8;
  width: 180px;
}

.page-header .search .form-control {
  border: none;
  background-color: transparent;
  color: #666666;
  font-size: 0.875rem;
}

.page-header .search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header .search .btn {
  padding: 0;
}

@-webkit-keyframes width {
  0% {
    width: 0;
  }

  100% {
    width: 120px;
  }
}

@keyframes width {
  0% {
    width: 0;
  }

  100% {
    width: 120px;
  }
}

@-webkit-keyframes width-s {
  0% {
    width: 0;
  }

  100% {
    width: 50px;
  }
}

@keyframes width-s {
  0% {
    width: 0;
  }

  100% {
    width: 50px;
  }
}

/* PAGINATION */
.pagination-wrap {
  margin-bottom: 4rem;
}

.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0 0.5rem;
}

@media (min-width: 992px) {
  .pagination .page-item {
    margin: 0 1rem;
  }
}

.pagination .page-link {
  border: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #ef5b00;
}

.pagination .page-arrow {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  color: #ef5b00;
  font-size: 1.125rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin: 0 0.25rem;
}

.pagination .page-arrow:hover {
  background-color: #ef5b00;
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT ARTICLE */
.about-article {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

.about-article .container {
  background-color: #f3ead9;
  padding-top: 2rem;
  position: relative;
}

.about-article .container::before {
  content: "";
  background-color: #f3ead9;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
}

.about-article .container::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
}

.about-article .container>* {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .about-article .container {
    padding-top: 0;
  }
}

.about-article h3 {
  color: #ef5b00;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .about-article {
    font-size: 1.0625rem;
  }

  .about-article .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .about-article .row>[class*=col-]:first-child {
    padding: 0 3rem;
  }

  .about-article h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .about-article p {
    margin-bottom: 0;
  }
}

/* ABOUT IDEA */
.about-idea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

@media (min-width: 1400px) {
  .about-idea {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }
}

.about-idea .container {
  min-height: 500px;
  position: relative;
}

.about-idea .container>* {
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) {

  .about-idea .container::before,
  .about-idea .container::after {
    content: "";
    width: 100%;
    position: absolute;
  }

  .about-idea .container::before {
    background-color: #f25b02;
    height: 60px;
    left: -99%;
    bottom: 4px;
  }

  .about-idea .container::after {
    background-color: #4abea9;
    height: 59px;
    top: 105px;
    right: -99%;
  }
}

.about-idea .desc {
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .about-idea .desc {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 1400px) {
  .about-idea .desc {
    text-align: left;
    max-width: 450px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 12px;
  }
}

.about-idea .content {
  position: relative;
  padding: 8rem 1rem 0;
}

@media (min-width: 1400px) {
  .about-idea .content {
    max-width: 360px;
    position: absolute;
  }
}

.about-idea .title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

@media (min-width: 992px) {
  .about-idea .title {
    font-size: 1.3125rem;
  }
}

.about-idea .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.about-idea .pic {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 15px;
  right: 100px;
}

@media (min-width: 1400px) {
  .about-idea .pic {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    top: auto;
    right: auto;
  }
}

.about-idea .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1400px) {
  .about-idea .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-idea .nav::before {
    content: "";
    background-image: url(../images/about-idea-bg.svg);
    width: auto;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.about-idea .item {
  width: 340px;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
}

.about-idea .item::before {
  content: "";
  width: 110px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 1rem;
}

@media (min-width: 1400px) {
  .about-idea .item {
    width: auto;
    margin-bottom: 0;
  }

  .about-idea .item::before {
    top: auto;
    left: auto;
  }
}

.about-idea .item-1::before {
  background-image: url(../images/about-idea-01.svg);
}

.about-idea .item-1 .title {
  color: #ef5b00;
}

@media (min-width: 1400px) {
  .about-idea .item-1::before {
    left: 190px;
    top: 30px;
  }

  .about-idea .item-1 .content {
    bottom: 0;
    right: 520px;
  }

  .about-idea .item-1 .pic {
    left: 375px;
    bottom: 65px;
  }
}

.about-idea .item-2::before {
  background-image: url(../images/about-idea-02.svg);
}

.about-idea .item-2 .title {
  color: #f4d059;
}

@media (min-width: 1400px) {
  .about-idea .item-2::before {
    left: 370px;
    bottom: 25px;
  }

  .about-idea .item-2 .content {
    right: 325px;
    bottom: -60px;
  }

  .about-idea .item-2 .pic {
    top: 110px;
    left: 545px;
  }
}

.about-idea .item-3::before {
  background-image: url(../images/about-idea-03.svg);
}

.about-idea .item-3 .title {
  color: #0ca39c;
}

@media (min-width: 1400px) {
  .about-idea .item-3::before {
    left: 570px;
    bottom: -20px;
  }

  .about-idea .item-3 .content {
    right: 150px;
    bottom: -110px;
  }

  .about-idea .item-3 .pic {
    top: 165px;
    right: 570px;
  }
}

/*------------------------------------*\
    WORKS
\*------------------------------------*/
.works .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.works .nav-tabs .nav-item {
  margin: 0;
}

.works .nav-tabs .nav-link {
  border: none;
  border-radius: 0.375rem;
  color: #000000;
  font-size: 1.5rem;
  padding: 0.125rem 0.75rem;
}

.works .tab-content {
  position: relative;
}

/* WORKS MAP */
.works-map-wrap .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .works-map-wrap .container {
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}

.works-map-wrap .page-header .title {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}

.works-map-wrap .page-header .title strong {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .works-map-wrap .page-header .title {
    font-size: 4rem;
  }

  .works-map-wrap .page-header .title strong {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .works-map-wrap .page-header .title {
    font-size: 5.125rem;
  }

  .works-map-wrap .page-header .title strong {
    font-size: 5.125rem;
  }
}

.works-map-wrap .page-header .text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.works-map-wrap .page-header .text strong {
  color: #ef5b00;
}

@media (min-width: 992px) {
  .works-map-wrap .page-header .text {
    font-size: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .works-map-wrap .page-header .text::after {
    content: "";
    background-color: #bfbfbf;
    width: auto;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }

  .works-map-wrap .page-header .text span {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
  }

  .works-map-wrap .page-header .text span:last-child {
    padding-left: 2rem;
  }
}

.works-map {
  padding-bottom: 3rem;
}

.works-map .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-map .area {
  cursor: pointer;
}

.works-map .area:hover path,
.works-map .area.active path {
  fill: #ef5b00;
}

.works-map .text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.works-map .text a {
  display: block;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #666666;
  font-size: 0.9375rem;
  padding: 1rem 2rem;
}

.works-map .text a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}

.works-map .text a b {
  display: block;
  color: #000000;
  font-size: 1.3125rem;
  font-weight: bold;
}

.works-map .text a strong {
  color: #ef5b00;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1rem;
}

.works-map .text.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

.works-map #area {
  top: -10rem;
  margin-bottom: -15rem;
  position: relative;
}

@media (min-width: 576px) {
  .works-map #area {
    top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .works-map #area {
    top: -14.75rem;
    left: -3.5rem;
    margin-bottom: -14.75rem;
  }
}

.works-map #area-1-text {
  top: 0;
  left: 30%;
}

@media (min-width: 576px) {
  .works-map #area-1-text {
    left: 50%;
  }
}

@media (min-width: 1200px) {
  .works-map #area-1-text {
    top: -35%;
    left: 40%;
  }
}

.works-map #area-2-text {
  top: 20%;
  left: 10%;
}

@media (min-width: 576px) {
  .works-map #area-2-text {
    top: 25%;
    left: 25%;
  }
}

@media (min-width: 992px) {
  .works-map #area-2-text {
    left: 30%;
  }
}

@media (min-width: 1200px) {
  .works-map #area-2-text {
    top: 5%;
  }
}

.works-map #area-3-text {
  bottom: 45%;
  left: 6%;
}

@media (min-width: 576px) {
  .works-map #area-3-text {
    bottom: 30%;
    left: 15%;
  }
}

@media (min-width: 992px) {
  .works-map #area-3-text {
    left: 30%;
  }
}

@media (min-width: 1200px) {
  .works-map #area-3-text {
    bottom: 45%;
    left: 20%;
  }
}

.works-map #area-4-text {
  top: 30%;
  right: 10%;
}

@media (min-width: 576px) {
  .works-map #area-4-text {
    top: 40%;
    right: 25%;
  }
}

@media (min-width: 992px) {
  .works-map #area-4-text {
    right: 30%;
  }
}

@media (min-width: 1200px) {
  .works-map #area-4-text {
    top: 20%;
    right: 35%;
  }
}

/* WORKS LIST */
.works-list {
  padding: 3rem 0;
}

.works-list .row>[class*=col-] {
  margin-bottom: 3rem;
}

@media (min-width: 1400px) {
  .works-list .row {
    margin: 0 -1rem 2rem;
  }

  .works-list .row>[class*=col-] {
    padding: 0 1rem;
  }
}

.works-list .item {
  position: relative;
}

.works-list .item:hover .link::before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
}

.works-list .item:hover .pic {
  opacity: 0.6;
}

.works-list .item:hover .date {
  opacity: 1;
}

.works-list .item:hover .visit {
  opacity: 1;
}

.works-list .link {
  display: block;
  border-radius: 0.5rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  overflow: hidden;
  position: relative;
}

.works-list .link::before {
  content: "";
  border-radius: 0.5rem;
  border: 3px solid #ef5b00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation: path 3s infinite reverse linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
}

.works-list .pic {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.works-list .date {
  opacity: 0;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.works-list .visit {
  color: #ffffff;
  font-size: 0.75rem;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.works-list .visit::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  margin-left: 0.25rem;
}

.works-list .visit:hover {
  color: #ef5b00;
}

.works-list .title {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.works-list .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.works-list .subtitle span {
  color: #ef5b00;
  font-size: 1.75rem;
}

.works-list #mobile .link {
  aspect-ratio: 460/1000;
}

@media (min-width: 1400px) {
  .works-list #mobile .row>[class*=col-] {
    width: 20%;
  }
}

@-webkit-keyframes path {

  0%,
  100% {
    -webkit-clip-path: inset(0 0 95% 0);
    clip-path: inset(0 0 95% 0);
  }

  25% {
    -webkit-clip-path: inset(0 95% 0 0);
    clip-path: inset(0 95% 0 0);
  }

  50% {
    -webkit-clip-path: inset(95% 0 0 0);
    clip-path: inset(95% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 95%);
    clip-path: inset(0 0 0 95%);
  }
}

@keyframes path {

  0%,
  100% {
    -webkit-clip-path: inset(0 0 95% 0);
    clip-path: inset(0 0 95% 0);
  }

  25% {
    -webkit-clip-path: inset(0 95% 0 0);
    clip-path: inset(0 95% 0 0);
  }

  50% {
    -webkit-clip-path: inset(95% 0 0 0);
    clip-path: inset(95% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 95%);
    clip-path: inset(0 0 0 95%);
  }
}

/* WORKS VIEW */
.works-view {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .works-view {
    padding-bottom: 6rem;
  }
}

.works-view>.container>.row>[class*=col-]:first-child {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .works-view>.container>.row>[class*=col-]:first-child {
    border-right: 1px solid #dddddd;
    padding-right: 2rem;
    margin-bottom: 0;
  }

  .works-view>.container>.row>[class*=col-]:last-child {
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .works-view>.container>.row>[class*=col-]:first-child {
    padding-left: 3rem;
    padding-right: 5rem;
  }

  .works-view>.container>.row>[class*=col-]:last-child {
    padding-left: 3.5rem;
    padding-right: 2rem;
  }
}

.works-view .screen {
  border-radius: 2rem;
  border: 8px solid #000000;
  overflow-x: hidden;
  overflow-y: scroll;
  aspect-ratio: 800/600;
  max-width: 800px;
}

.works-view .screen::-webkit-scrollbar {
  width: 10px;
}

.works-view .screen::-webkit-scrollbar-button {
  background: transparent;
}

.works-view .screen::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}

.works-view .scroll {
  border-radius: 50rem;
  border: 1px solid #ef5b00;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 1.125rem;
  text-align: center;
  line-height: 55px;
  width: 150px;
  height: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.75rem;
  overflow: hidden;
}

.works-view .scroll span {
  display: inline-block;
  -webkit-animation: scroll 1.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: scroll 1.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.works-view .tool {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.works-view .nav-tabs {
  border-radius: 0.25rem;
  background-color: #f4f4f4;
  padding: 0.5rem;
  max-width: 115px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.works-view .back {
  font-size: 2.5rem;
}

.works-view .date {
  display: block;
  color: #727272;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}

.works-view .title {
  font-size: 1.675rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}

.works-view .class {
  display: inline-block;
  border: 1px solid #dddddd;
  color: #727272;
  font-size: 0.875rem;
  padding: 0.35rem 0.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.works-view .subtitle {
  color: #aaaaaa;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

.works-view .text {
  color: #666666;
  font-size: 0.9375rem;
  text-align: justify;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  min-height: 180px;
  margin-bottom: 2rem;
}

.works-view .tag {
  margin-bottom: 4rem;
}

.works-view .tag li {
  margin-right: 1.25rem;
}

.works-view .tag li a {
  display: inline-block;
  border-bottom: 1px solid #cdcdcd;
  color: #666666;
}

.works-view .tag li a::before {
  content: "#";
}

.works-view .tag li a:hover {
  color: #ef5b00;
}

.works-view .link {
  display: block;
  background-color: #ef5b00;
  color: #ffffff;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 50px;
  width: 100%;
  height: 50px;
}

.works-view .link i {
  margin-left: 0.5rem;
}

.works-view .link:hover {
  background-color: #000000;
}

.works-view #mobile .screen {
  aspect-ratio: 300/600;
  margin: 0 auto;
  max-width: 300px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%) skewY(-25deg);
    transform: translateY(-100%) skewY(-25deg);
  }

  to {
    -webkit-transform: translateY(0) skewY(0);
    transform: translateY(0) skewY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%) skewY(-25deg);
    transform: translateY(-100%) skewY(-25deg);
  }

  to {
    -webkit-transform: translateY(0) skewY(0);
    transform: translateY(0) skewY(0);
  }
}

/*------------------------------------*\
    PROCESS
\*------------------------------------*/
.process .page-header {
  margin-bottom: 0;
}

.process .page-header .title {
  font-size: 2rem;
  font-weight: normal;
}

@media (min-width: 992px) {
  .process .page-header .title {
    font-size: 4.375rem;
    letter-spacing: -0.25rem;
  }
}

.process .page-header .tag {
  position: relative;
}

@media (min-width: 1400px) {
  .process .page-header .tag {
    top: -7.5rem;
  }
}

/* PROCESS STEP */
.process-step {
  padding: 3rem 0 5rem;
}

.process-step .container {
  max-width: 1200px;
  margin: 0 auto;
}

.process-step .row {
  min-height: 510px;
  position: relative;
}

.process-step .row>[class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

@media (min-width: 1400px) {
  .process-step .row>[class*=col-] {
    width: 20%;
    margin-bottom: 0;
  }
}

.process-step .num {
  border-radius: 50%;
  background-color: #ef5b00;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
  z-index: 2;
}

.process-step .num::before {
  content: "";
  background-color: #ef5b00;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}

.process-step .num::after {
  content: "";
  background-color: #f4d059;
  position: absolute;
  z-index: 1;
  display: none;
}

@media (min-width: 1400px) {
  .process-step .num {
    display: inline-block;
  }

  .process-step .num::before,
  .process-step .num::after {
    display: inline-block;
  }
}

.process-step .text {
  font-size: 1.3125rem;
  margin-bottom: 0;
}

.process-step .text span {
  color: #ef5b00;
  font-family: "Poppins", sans-serif;
  display: block;
}

@media (min-width: 576px) {
  .process-step .text span {
    display: inline-block;
    margin-right: 1rem;
  }
}

@media (min-width: 1400px) {
  .process-step .top .num::before {
    width: 3px;
    height: 180px;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .process-step .top .num::after {
    width: 3px;
    height: 0;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  .process-step .right .num::before {
    width: 300px;
    height: 3px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .process-step .right .num::after {
    width: 0;
    height: 3px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }

  .process-step .bottom .num::before {
    width: 3px;
    height: 210px;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .process-step .bottom .num::after {
    width: 3px;
    height: 0;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  .process-step .step-1 .pic {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .process-step .step-1 .num {
    position: absolute;
    right: -20px;
    bottom: 50px;
  }

  .process-step .step-1 .text {
    position: absolute;
    right: -115px;
    bottom: 0;
  }

  .process-step .step-1 .text span {
    display: block;
  }

  .process-step .step-2 .pic {
    position: absolute;
    top: -25px;
    left: -35px;
  }

  .process-step .step-2 .num {
    position: absolute;
    top: 200px;
    left: -20px;
  }

  .process-step .step-2 .text {
    position: absolute;
    top: 170px;
    left: 30px;
  }

  .process-step .step-2 .text span {
    margin-right: 1rem;
  }

  .process-step .step-3 .pic {
    position: absolute;
    top: -35px;
    left: 35px;
  }

  .process-step .step-3 .num {
    position: absolute;
    top: 200px;
    left: 65px;
  }

  .process-step .step-3 .text {
    position: absolute;
    top: 205px;
    left: 120px;
  }

  .process-step .step-3 .text span {
    display: block;
  }

  .process-step .step-4:hover .num::after {
    width: 400px;
  }

  .process-step .step-4 .pic {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 3;
  }

  .process-step .step-4 .num {
    position: absolute;
    left: -175px;
    bottom: 50px;
  }

  .process-step .step-4 .num::before {
    width: 400px;
  }

  .process-step .step-4 .text {
    position: absolute;
    left: -120px;
    bottom: 20px;
  }

  .process-step .step-4 .text span {
    margin-right: 1rem;
  }

  .process-step .step-5 .pic {
    position: absolute;
    left: 90px;
    bottom: 70px;
  }

  .process-step .step-5 .num {
    position: absolute;
    left: 25px;
    bottom: 50px;
  }

  .process-step .step-5 .text {
    position: absolute;
    left: 80px;
    bottom: 20px;
  }

  .process-step .step-5 .text span {
    display: block;
  }

  .process-step .step-6 .pic {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .process-step .step-6 .num {
    position: absolute;
    left: 90px;
    bottom: -50px;
  }

  .process-step .step-6 .text {
    position: absolute;
    right: -90px;
    bottom: -85px;
  }

  .process-step .step-6 .text span {
    margin-right: 1rem;
  }

  .process-step .step-7 .pic {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .process-step .step-7 .num {
    position: absolute;
    right: 25px;
    bottom: -50px;
  }

  .process-step .step-7 .text {
    position: absolute;
    right: -85px;
    bottom: -85px;
  }

  .process-step .step-7 .text span {
    display: block;
  }

  .process-step .step-8 .pic {
    position: absolute;
    top: 60px;
    left: -80px;
  }

  .process-step .step-8 .num {
    position: absolute;
    bottom: 168px;
    left: -65px;
  }

  .process-step .step-8 .text {
    position: absolute;
    top: 270px;
    left: -20px;
  }

  .process-step .step-8 .text span {
    margin-right: 1rem;
  }

  .process-step .step-9 .pic {
    position: absolute;
    left: -20px;
    top: 60px;
    z-index: 3;
  }

  .process-step .step-9 .num {
    position: absolute;
    bottom: 168px;
    left: 20px;
  }

  .process-step .step-9 .text {
    position: absolute;
    left: 75px;
    bottom: 140px;
  }

  .process-step .step-9 .text span {
    display: block;
  }

  .process-step .step-10 .pic {
    position: absolute;
    left: -60px;
    bottom: -75px;
  }

  .process-step .step-10 .num {
    position: absolute;
    left: -220px;
    bottom: -50px;
  }

  .process-step .step-10 .text {
    position: absolute;
    left: -165px;
    bottom: -75px;
  }

  .process-step .step-10 .text span {
    display: block;
  }

  .process-step.is-visible .num {
    -webkit-animation: circle 2s;
    animation: circle 2s;
  }

  .process-step.is-visible .top .num::after {
    -webkit-animation: step-height 2s;
    animation: step-height 2s;
  }

  .process-step.is-visible .right .num::after {
    -webkit-animation: step-width 2s;
    animation: step-width 2s;
  }

  .process-step.is-visible .bottom .num::after {
    -webkit-animation: step-height 2s;
    animation: step-height 2s;
  }

  .process-step.is-visible .step-2 .num {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .process-step.is-visible .step-2 .num::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .process-step.is-visible .step-3 .num {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .process-step.is-visible .step-3 .num::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .process-step.is-visible .step-4 .num {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .process-step.is-visible .step-4 .num::after {
    -webkit-animation: step-width3 2s;
    animation: step-width3 2s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .process-step.is-visible .step-5 .num {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }

  .process-step.is-visible .step-5 .num b {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

.process-step-secondary {
  background-color: #f4d059;
  padding: 3rem 0;
}

.process-step-secondary .num {
  background-color: #ffffff;
  color: #ef5b00;
}

.process-step-secondary .num::before {
  background-color: #ffffff;
}

.process-step-secondary .num::after {
  background-color: #ef5b00;
}

.process-step-secondary .text span {
  color: #ffffff;
}

@media (min-width: 1400px) {
  .process-step-secondary {
    padding: 1rem 0 10rem;
  }

  .process-step-secondary.is-visible .num {
    -webkit-animation: circle2 2s;
    animation: circle2 2s;
  }

  .process-step-secondary.is-visible .top .num::after {
    -webkit-animation: step-height2 2s;
    animation: step-height2 2s;
  }

  .process-step-secondary.is-visible .right .num::after {
    -webkit-animation: step-width2 2s;
    animation: step-width2 2s;
  }

  .process-step-secondary.is-visible .bottom .num::after {
    -webkit-animation: step-height2 2s;
    animation: step-height2 2s;
  }

  .process-step-secondary.is-visible .step-7 .num {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .process-step-secondary.is-visible .step-7 .num::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .process-step-secondary.is-visible .step-8 .num {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .process-step-secondary.is-visible .step-8 .num::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .process-step-secondary.is-visible .step-9 .num {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .process-step-secondary.is-visible .step-9 .num::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .process-step-secondary.is-visible .step-10 .num {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }

  .process-step-secondary.is-visible .step-10 .num b {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

@-webkit-keyframes circle {
  0% {
    background-color: #ef5b00;
  }

  100% {
    background-color: #f4d059;
  }
}

@keyframes circle {
  0% {
    background-color: #ef5b00;
  }

  100% {
    background-color: #f4d059;
  }
}

@-webkit-keyframes step-height {
  0% {
    background-color: #f4d059;
    height: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    height: 180px;
    opacity: 1;
  }
}

@keyframes step-height {
  0% {
    background-color: #f4d059;
    height: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    height: 180px;
    opacity: 1;
  }
}

@-webkit-keyframes step-width {
  0% {
    background-color: #f4d059;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    width: 285px;
    opacity: 1;
  }
}

@keyframes step-width {
  0% {
    background-color: #f4d059;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    width: 285px;
    opacity: 1;
  }
}

@-webkit-keyframes circle2 {
  0% {
    background-color: #ffffff;
  }

  100% {
    background-color: #ef5b00;
    color: #ffffff;
  }
}

@keyframes circle2 {
  0% {
    background-color: #ffffff;
  }

  100% {
    background-color: #ef5b00;
    color: #ffffff;
  }
}

@-webkit-keyframes step-height2 {
  0% {
    background-color: #ef5b00;
    height: 0;
    opacity: 0;
  }

  100% {
    background-color: #ef5b00;
    height: 180px;
    opacity: 1;
  }
}

@keyframes step-height2 {
  0% {
    background-color: #ef5b00;
    height: 0;
    opacity: 0;
  }

  100% {
    background-color: #ef5b00;
    height: 180px;
    opacity: 1;
  }
}

@-webkit-keyframes step-width2 {
  0% {
    background-color: #ef5b00;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #ef5b00;
    width: 285px;
    opacity: 1;
  }
}

@keyframes step-width2 {
  0% {
    background-color: #ef5b00;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #ef5b00;
    width: 285px;
    opacity: 1;
  }
}

@-webkit-keyframes step-width3 {
  0% {
    background-color: #f4d059;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    width: 400px;
    opacity: 1;
  }
}

@keyframes step-width3 {
  0% {
    background-color: #f4d059;
    width: 0;
    opacity: 0;
  }

  100% {
    background-color: #f4d059;
    width: 400px;
    opacity: 1;
  }
}

/*------------------------------------*\
    SERVICE
\*------------------------------------*/
/* SERVICE ARTICLE */
.service-article {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

.service-article.bg {
  background-color: rgba(251, 235, 217, 0.6);
}

.service-article h3 {
  color: #ef5b00;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

.service-article h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.service-article ul {
  font-size: 1.0625rem;
  padding-left: 1.5rem;
}

.service-article ul li::marker {
  color: #ef5b00;
}

.service-article ol {
  padding-left: 1.5rem;
}

.service-article .text-bg-primary {
  background-color: #ef5b00 !important;
}

.service-article .text-bg-light {
  background-color: #ededed !important;
  color: #231815 !important;
}

@media (min-width: 992px) {
  .service-article {
    font-size: 1.0625rem;
  }

  .service-article h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .service-article h4 {
    font-size: 1.25rem;
  }

  .service-article ul {
    font-size: 1.1875rem;
  }
}

.service-article-secondary .container {
  background-color: rgba(251, 235, 217, 0.6);
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding-top: 2rem;
  position: relative;
}

.service-article-secondary .container::before {
  content: "";
  background-color: rgba(251, 235, 217, 0.6);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
}

.service-article-secondary .container::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
}

.service-article-secondary .container>* {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .service-article-secondary .container {
    padding-top: 0;
  }
}

.service-article-secondary h3 {
  color: #000000;
}

/* SERVICE WEB PROCESS */
.service-web-process {
  padding-bottom: 8rem;
  position: relative;
}

.service-web-process::after {
  content: "";
  background-color: #ffaf02;
  width: auto;
  height: 275px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}

.service-web-process>.container {
  position: relative;
  z-index: 2;
}

.service-web-process>.container>.row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-web-process .title {
  font-size: 1.1875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.service-web-process .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.service-web-process .nav li {
  border-radius: 50%;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  width: 110px;
  height: 110px;
}

.service-web-process .nav li+li {
  margin-left: -0.75rem;
}

.service-web-process .pic {
  position: relative;
}

@media (min-width: 1400px) {
  .service-web-process .pic {
    position: absolute;
  }
}

.service-web-process .item {
  text-align: center;
}

@media (min-width: 1400px) {
  .service-web-process .item {
    min-height: 550px;
  }
}

.service-web-process .item-1 .nav li {
  border: 1px solid #888888;
  color: #888888;
}

@media (min-width: 1400px) {
  .service-web-process .item-1 .pic {
    left: -20px;
    bottom: -85px;
  }
}

.service-web-process .item-2 .nav li {
  border: 1px solid #feae00;
  color: #feae00;
}

@media (min-width: 1400px) {
  .service-web-process .item-2 .pic {
    left: 625px;
    bottom: 70px;
  }
}

.service-web-process .item-3 .nav li {
  border: 1px solid #ef5b00;
  color: #ef5b00;
}

@media (min-width: 1400px) {
  .service-web-process .item-3 .pic {
    right: 0;
  }
}

/* SERVICE WEB STEP */
.service-web-step {
  padding-bottom: 2rem;
}

.service-web-step>.container>.row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-web-step .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.8rem 1rem;
  margin: 0 30px 2.5rem;
  height: 50px;
  position: relative;
}

.service-web-step .title::before,
.service-web-step .title::after {
  content: "";
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-web-step .title::before {
  left: -30px;
}

.service-web-step .title::after {
  right: -30px;
}

.service-web-step .nav li {
  padding-left: 80px;
  margin-bottom: 0.25rem;
  position: relative;
}

.service-web-step .nav li:last-child .step::after {
  display: none;
}

.service-web-step .nav li:hover .text {
  height: auto;
  opacity: 1;
}

.service-web-step .step {
  border-radius: 50%;
  border: 1px solid;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
}

.service-web-step .step::after {
  content: "";
  background-color: #666666;
  width: 1px;
  height: 115px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -115px;
}

.service-web-step .step b {
  font-size: 1.875em;
  font-weight: 300;
}

.service-web-step .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.service-web-step .text {
  color: #666666;
  line-height: 1.8;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .service-web-step .text {
    font-size: 1.0625rem;
  }
}

.service-web-step .item {
  margin-bottom: 2rem;
}

.service-web-step .item-1 .title {
  background-color: #feae00;
}

.service-web-step .item-1 .title::before {
  background-image: url(../images/service-web-step-01-left.png);
}

.service-web-step .item-1 .title::after {
  background-image: url(../images/service-web-step-01-right.png);
}

.service-web-step .item-1 .subtitle {
  color: #feae00;
}

.service-web-step .item-1 .step {
  border-color: #feae00;
  color: #feae00;
}

.service-web-step .item-1 .step::after {
  background-color: #feae00;
}

@media (min-width: 768px) {
  .service-web-step .item-1 .nav {
    padding-right: 1.25rem;
  }
}

.service-web-step .item-2 .title {
  background-color: #ef5b00;
}

.service-web-step .item-2 .title::before {
  background-image: url(../images/service-web-step-02-left.png);
}

.service-web-step .item-2 .title::after {
  background-image: url(../images/service-web-step-02-right.png);
}

.service-web-step .item-2 .subtitle {
  color: #ef5b00;
}

.service-web-step .item-2 .step {
  border-color: #ef5b00;
  color: #ef5b00;
}

.service-web-step .item-2 .step::after {
  background-color: #ef5b00;
}

@media (min-width: 768px) {
  .service-web-step .item-2 .nav {
    padding-right: 1.25rem;
  }
}

.service-web-step .item-3 .title {
  background-color: #3e3c3a;
}

.service-web-step .item-3 .title::before {
  background-image: url(../images/service-web-step-03-left.png);
}

.service-web-step .item-3 .title::after {
  background-image: url(../images/service-web-step-03-right.png);
}

.service-web-step .item-3 .subtitle {
  color: #3e3c3a;
}

.service-web-step .item-3 .step {
  border-color: #3e3c3a;
  color: #3e3c3a;
}

.service-web-step .item-3 .step::after {
  background-color: #3e3c3a;
}

@media (min-width: 1400px) {
  .service-web-step .item-3 .nav {
    padding-right: 1.25rem;
  }
}

/* SERVICE TRACKING LIST */
.service-tracking-list {
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .service-tracking-list {
    padding-bottom: 5rem;
  }
}

.service-tracking-list .item {
  margin-bottom: 2rem;
}

.service-tracking-list .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-tracking-list .item {
    margin-bottom: 4rem;
  }
}

.service-tracking-list .title {
  color: #ef5b00;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .service-tracking-list .title {
    font-size: 1.5rem;
  }
}

.service-tracking-list .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .service-tracking-list .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.service-tracking-list .subtitle {
  color: #ef5b00;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.service-tracking-list .link {
  color: #ef5b00;
  font-size: 0.9375rem;
  text-decoration: underline;
}

.service-tracking-list .link:hover {
  color: #000000;
}

.service-tracking-list .table {
  margin-top: 2rem;
}

.service-tracking-list .table thead th {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  color: #666666;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.75rem 1.75rem;
}

.service-tracking-list .table tbody tr:nth-child(odd) td {
  background-color: #f4f4f4;
}

.service-tracking-list .table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}

.service-tracking-list .table tbody td {
  vertical-align: middle;
  padding: 1rem 1.75rem;
}

.service-tracking-list .table tbody td ol,
.service-tracking-list .table tbody td ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.service-tracking-list .table tbody td strong {
  font-size: 1.125rem;
}

.service-tracking-list .table tbody td span {
  font-size: 1.125rem;
  font-weight: bold;
}

.service-tracking-list .table tbody td span b {
  color: #ef5b00;
}

@media (max-width: 767px) {
  .service-tracking-list .table {
    border-bottom: none;
  }

  .service-tracking-list .table thead {
    display: none;
  }

  .service-tracking-list .table tbody tr {
    border: 1px solid #cecece;
    border-top: none;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
  }

  .service-tracking-list .table tbody td {
    border-bottom: none;
    display: block;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 0.25rem;
    padding-top: 40px;
    position: relative;
  }

  .service-tracking-list .table tbody td::before {
    content: attr(data-content) "：";
    border-top: 1px solid #ef5b00;
    border-bottom: 1px solid #ef5b00;
    background-color: #e16215;
    color: #ffffff;
    white-space: nowrap;
    padding: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .service-tracking-list .table tbody td:first-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .service-tracking-list .table {
    margin-top: 1rem;
  }

  .service-tracking-list .table tbody tr td:first-child {
    border-top: none;
    background-color: #e16215;
    color: #ffffff;
    width: 25%;
  }

  .service-tracking-list .table tbody tr td:nth-child(2) {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .service-tracking-list .table tbody tr td:first-child {
    width: 15%;
  }

  .service-tracking-list .table tbody tr td:nth-child(2) {
    width: 68%;
  }
}

/* SERVICE SSL LIST */
.service-ssl-list {
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .service-ssl-list {
    padding-bottom: 5rem;
  }
}

.service-ssl-list .table {
  border-bottom: 1px solid #ef5b00;
}

.service-ssl-list .table thead th {
  background-color: #e16215;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding: 1rem;
  vertical-align: middle;
}

.service-ssl-list .table tbody tr.white td {
  background-color: #ffffff;
}

.service-ssl-list .table tbody tr.grey td {
  background-color: #f4f4f4;
}

.service-ssl-list .table tbody tr.pc {
  display: table-row;
}

.service-ssl-list .table tbody tr.mobile {
  display: none;
}

.service-ssl-list .table tbody th,
.service-ssl-list .table tbody td {
  border-bottom: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2rem 1rem;
}

.service-ssl-list .table tbody th {
  background-color: #fff3e7;
  width: 10%;
}

.service-ssl-list .table tbody td {
  color: #666666;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .service-ssl-list .table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .service-ssl-list .table tbody tr.pc {
    display: none;
  }

  .service-ssl-list .table tbody tr.mobile {
    display: table-row;
  }

  .service-ssl-list .table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
}

.service-ssl-list .remark {
  color: #666666;
  margin-top: 1.5rem;
}

.service-ssl-list .remark ol {
  padding-left: 1.25rem;
}

.service-ssl-list .remark ol li {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.service-ssl-list .remark p {
  color: #ef5b00;
  font-size: 0.875rem;
  line-height: 1.8;
}

/* SERVICE SEO FEATURE */
.service-seo-feature>.container {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.service-seo-feature>.container>.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-seo-feature .title {
  color: #ef5b00;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .service-seo-feature .title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
}

.service-seo-feature .nav {
  font-size: 1.25rem;
  font-weight: bold;
}

.service-seo-feature .nav li {
  background-color: #000000;
  color: #ffffff;
  border-radius: 20rem;
  letter-spacing: 0.075rem;
  padding: 0.5rem 1.5rem;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
}

.service-seo-feature .nav li i {
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .service-seo-feature .nav {
    font-size: 1.5rem;
  }
}

/* SERVICE SEO STRATEGY */
.service-seo-strategy {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .service-seo-strategy {
    padding-bottom: 3rem;
  }
}

.service-seo-strategy .row {
  position: relative;
}

@media (min-width: 1400px) {
  .service-seo-strategy .row::before {
    content: "";
    border-radius: 50%;
    background-color: #ffffff;
    width: 255px;
    height: 255px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.service-seo-strategy .title {
  background-color: #666666;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .service-seo-strategy .title {
    font-size: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .service-seo-strategy .title {
    padding-left: 5rem;
  }
}

.service-seo-strategy .text {
  letter-spacing: 0.125rem;
  line-height: 1.8;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-seo-strategy .text {
    font-size: 1.125rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .service-seo-strategy .text {
    width: 500px;
    padding-left: 5rem;
  }
}

.service-seo-strategy .list {
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
  list-style: none;
  padding-left: 1rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-seo-strategy .list li {
  padding-left: 3rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.service-seo-strategy .list li::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 992px) {
  .service-seo-strategy .list {
    font-size: 1.25rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .service-seo-strategy .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .service-seo-strategy .list li {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .service-seo-strategy .list {
    width: 500px;
    padding-right: 0;
    padding-left: 5rem;
  }
}

.service-seo-strategy .pic {
  position: absolute;
  bottom: 80px;
  right: 10px;
}

@media (min-width: 1400px) {
  .service-seo-strategy .pic {
    right: 100px;
  }
}

.service-seo-strategy .item {
  border-radius: 0.5rem;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  margin-bottom: 2.5rem;
  min-height: 285px;
  overflow: hidden;
  position: relative;
}

.service-seo-strategy .item:before {
  content: "";
  color: #4d4d4d;
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.service-seo-strategy .item::after {
  content: "";
  border: 20px solid;
  border-radius: 50%;
  width: 255px;
  height: 255px;
  position: absolute;
  display: none;
}

.service-seo-strategy .item.aos-animate:before {
  opacity: 1;
}

@media (min-width: 1400px) {
  .service-seo-strategy .item::before {
    bottom: -20px;
  }

  .service-seo-strategy .item::after {
    display: block;
  }

  .service-seo-strategy .item-even .title {
    text-align: right;
    padding-left: 0;
    padding-right: 5rem;
  }

  .service-seo-strategy .item-even .text {
    text-align: right;
    padding-left: 0;
    padding-right: 5rem;
    margin-left: auto;
    margin-right: 0;
  }

  .service-seo-strategy .item-even .list {
    text-align: right;
    padding-left: 0;
    padding-right: 5rem;
    margin-left: auto;
    margin-right: 0;
  }

  .service-seo-strategy .item-even .list li {
    text-align: left;
  }

  .service-seo-strategy .item-even .pic {
    left: 100px;
  }
}

.service-seo-strategy .item-1::before {
  content: "1";
}

.service-seo-strategy .item-1::after {
  border-color: #feae00;
  bottom: -150px;
  right: -125px;
}

.service-seo-strategy .item-1 .title {
  background-color: #feae00;
}

.service-seo-strategy .item-1 .list li::before {
  color: #feae00;
}

.service-seo-strategy .item-2::before {
  content: "2";
}

.service-seo-strategy .item-2::after {
  border-color: #8ac340;
  bottom: -150px;
  left: -125px;
}

.service-seo-strategy .item-2 .title {
  background-color: #8ac340;
}

.service-seo-strategy .item-2 .list li::before {
  color: #8ac340;
}

@media (min-width: 1400px) {
  .service-seo-strategy .item-2::before {
    right: auto;
    left: 20px;
  }
}

.service-seo-strategy .item-3::before {
  content: "3";
}

.service-seo-strategy .item-3::after {
  border-color: #0ca39c;
  top: -115px;
  right: -130px;
}

.service-seo-strategy .item-3 .title {
  background-color: #0ca39c;
}

.service-seo-strategy .item-3 .list li::before {
  color: #0ca39c;
}

@media (min-width: 1400px) {
  .service-seo-strategy .item-3::before {
    bottom: auto;
    top: 0;
  }
}

.service-seo-strategy .item-4::before {
  content: "4";
}

.service-seo-strategy .item-4::after {
  border-color: #ef5b00;
  top: -115px;
  left: -130px;
}

.service-seo-strategy .item-4 .title {
  background-color: #ef5b00;
}

.service-seo-strategy .item-4 .list li::before {
  color: #ef5b00;
}

@media (min-width: 1400px) {
  .service-seo-strategy .item-4::before {
    right: auto;
    bottom: auto;
    top: 0;
    left: 20px;
  }
}

/* SERVICE SEO CASE */
.service-seo-case {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .service-seo-case {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.service-seo-case .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .service-seo-case .title {
    font-size: 2.25rem;
  }
}

.service-seo-case .link {
  background-color: #000000;
  display: block;
  overflow: hidden;
  position: relative;
}

.service-seo-case .link img {
  width: 100%;
}

.service-seo-case .link span {
  border-radius: 50rem;
  background-color: #ffffff;
  color: #ef5b00;
  font-size: 0.875rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.service-seo-case .link:hover img {
  opacity: 0.5;
}

.service-seo-case .link:hover span {
  opacity: 1;
}

@media (min-width: 576px) {
  .service-seo-case .link span {
    font-size: 1.1875rem;
    letter-spacing: 0.25rem;
  }
}

/* SERVICE SEO CONTACT */
.service-seo-contact {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

.service-seo-contact::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.55;
}

.service-seo-contact>.container {
  min-height: 400px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-seo-contact .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .service-seo-contact .title {
    font-size: 2.25rem;
  }
}

.service-seo-contact .text {
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .service-seo-contact .text {
    font-size: 1.1875rem;
  }
}

.service-seo-contact .link {
  display: inline-block;
  border-radius: 50rem;
  background-color: #ef5b00;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
}

.service-seo-contact .link:hover {
  background-color: #e15a06;
}

/* SERVICE HOST LIST */
.service-host-list .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-host-list .row>[class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
}

.service-host-list .pic {
  border-radius: 50%;
  background-color: #f3f3f3;
}

.service-host-list .title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .service-host-list .title {
    font-size: 1.5rem;
  }
}

/* SERVICE HOST PLAN */
.service-host-plan {
  padding: 1.5rem 0 2rem;
}

.service-host-plan .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1rem;
}

.service-host-plan .row>[class*=col-] {
  padding: 0 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.service-host-plan .item {
  border-radius: 0.75rem;
  border: 2px solid #d9d9d9;
  background-color: #f3f3f3;
  padding: 2rem 1rem 5rem;
  overflow: hidden;
  position: relative;
}

.service-host-plan .item::after {
  content: "";
  background-image: url(../images/service-host-plan.svg);
  width: 150px;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: -10px;
}

@media (min-width: 576px) {
  .service-host-plan .item {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .service-host-plan .item {
    height: 100%;
    padding: 3.5rem 4rem;
  }
}

.service-host-plan .title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .service-host-plan .title {
    font-size: 1.75rem;
  }
}

.service-host-plan .subtitle {
  color: #ef5b00;
  font-weight: bold;
  letter-spacing: 0.075rem;
  position: relative;
}

.service-host-plan .subtitle::before {
  content: "";
  background-color: #b6b6b6;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.service-host-plan .subtitle span {
  background-color: #f3f3f3;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
}

.service-host-plan .tag {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.service-host-plan .tag span {
  border-radius: 50rem;
  border: 1px solid #797979;
  padding: 0.25rem 1rem;
}

.service-host-plan .price {
  font-size: 1.0625rem;
  line-height: 1;
}

.service-host-plan .price strong {
  color: #ef5b00;
  font-family: "Poppins", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
}

.service-host-plan .list {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  list-style: none;
  padding: 0;
  margin-bottom: 1.75rem;
}

.service-host-plan .list li {
  padding-left: 2rem;
  margin-bottom: 0.25rem;
  position: relative;
}

.service-host-plan .list li::before {
  content: "\f270";
  color: #ef5b00;
  font-family: "bootstrap-icons";
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 992px) {
  .service-host-plan .list {
    font-size: 1.125rem;
  }
}

.service-host-plan .text {
  letter-spacing: 0.05rem;
  line-height: 1.5;
  position: relative;
}

@media (min-width: 992px) {
  .service-host-plan .text {
    font-size: 1.125rem;
  }
}

.service-host-plan .backup {
  display: inline-block;
  background-color: #ef5b00;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0.25rem 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .service-host-plan .backup {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .service-host-plan .backup {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.service-host-plan .pic {
  margin-top: 2rem;
  position: relative;
}

@media (min-width: 992px) {
  .service-host-plan .pic {
    margin-top: 0;
    width: 500px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}

@media (min-width: 1400px) {
  .service-host-plan .pic {
    width: auto;
    left: 110px;
  }
}

.service-host-plan .col-12 .item {
  padding-bottom: 0;
}

.service-host-plan .col-12 .item::after {
  display: none;
}

@media (min-width: 992px) {
  .service-host-plan .col-12 .item {
    padding-bottom: 3rem;
    padding-left: 56%;
  }
}

@media (min-width: 1400px) {
  .service-host-plan .col-12 .item {
    padding-left: 55%;
    padding-right: 10rem;
  }
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.blog .date {
  display: block;
  color: #ef5b00;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .blog .date {
    font-size: 1.0625rem;
  }
}

.blog .title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .blog .title {
    font-size: 1.5rem;
  }
}

.blog .tag li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.blog .tag li a {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
  letter-spacing: 0.05rem;
  padding: 0.125rem 0.75rem;
}

.blog .tag li a::before {
  content: "#";
}

.blog .tag li a:hover {
  background-color: #ef5b00;
  color: #ffffff;
}

.blog .link {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #cecece;
  background-color: #ffffff;
  color: #ef5b00;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.blog .link:hover {
  background-color: #ef5b00;
  color: #ffffff;
}

/* BLOG LIST */
.blog-list {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .blog-list {
    padding-bottom: 1rem;
  }
}

.blog-list .item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 4rem;
}

.blog-list .item>[class*=col] {
  border-bottom: 1px solid #dddddd;
}

.blog-list .item>[class*=col]:first-child {
  border-bottom: none;
}

.blog-list .pic a {
  display: block;
  overflow: hidden;
}

.blog-list .pic a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-list .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1400px) {
  .blog-list .pic {
    margin-right: 3.5rem;
  }
}

.blog-list .content {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .blog-list .content {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .blog-list .content {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
}

.blog-list .text {
  color: #353535;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-bottom: 2.5rem;
  height: 85px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-list .link {
  display: none;
}

@media (min-width: 768px) {
  .blog-list .link {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .blog-list .link {
    margin-top: 4.5rem;
  }
}

/* BLOG VIEW */
.blog-view .title {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .blog-view .title {
    font-size: 2.25rem;
  }
}

.blog-view .text {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-bottom: 2.5rem;
}

.blog-view .list {
  background-color: #f2f2f2;
  font-size: 1.0625rem;
  padding: 2rem 1rem;
  margin: 2rem 0;
}

.blog-view .list strong {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.blog-view .list strong i {
  color: #ef5b00;
}

.blog-view .list ol {
  padding-left: 3rem;
  margin-bottom: 0;
}

.blog-view .list ol li {
  letter-spacing: 0.1rem;
  margin-bottom: 0.25rem;
}

.blog-view .list ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-view .list {
    font-size: 1.125rem;
    padding: 2.5rem 3rem;
    margin: 3rem 0;
  }

  .blog-view .list strong {
    font-size: 1.3125rem;
  }

  .blog-view .list ol {
    padding-left: 3.5rem;
  }
}

.blog-view .content {
  border-bottom: 1px solid #dddddd;
  color: #353535;
  letter-spacing: 0.025rem;
  line-height: 1.8;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog-view .content h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .blog-view .content {
    font-size: 1.125rem;
  }

  .blog-view .content h3 {
    font-size: 1.6875rem;
  }
}

.blog-view .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5rem;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact .page-header .title {
  color: #f25b02;
  letter-spacing: 0.075rem;
  margin-bottom: 0.75rem;
}

.contact .page-header .text {
  letter-spacing: 0.075rem;
  margin-bottom: 2rem;
}

.contact .page-header .nav {
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact .page-header .nav li {
  width: 50%;
  margin-right: 0;
  margin-bottom: 2rem;
}

.contact .page-header .nav li span {
  display: block;
  position: relative;
}

.contact .page-header .nav li img {
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.contact .page-header .nav li span:first-child {
  margin-bottom: 1.5rem;
}

.contact .page-header .nav li span:first-child:before {
  content: '';
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact .page-header .nav li.active img {
  background-color: var(--color);
}

.contact .page-header .nav li.active span:first-child:before {
  border-color: var(--color);
}

@media (min-width: 768px) {
  .contact .page-header .nav li {
    width: 25%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .contact .page-header {
    margin-bottom: 3rem;
  }

  .contact .page-header .title strong {
    font-size: 4rem;
  }

  .contact .page-header .text {
    font-size: 1.125rem;
    margin-bottom: 3rem;
  }

  .contact .page-header .nav li img {
    width: 100px;
    height: 100px;
  }

  .contact .page-header .nav li span:first-child:before {
    width: 120px;
    height: 120px;
  }
}

/* CONTACT FORM */
.contact-form {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact-form {
    padding-bottom: 5rem;
  }
}

.contact-form .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact-form .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-form .title {
  color: var(--color);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
}

.contact-form .title::after {
  content: '';
  background-color: #161111;
  width: auto;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.contact-form .title span {
  display: inline-block;
  border-radius: 50rem;
  background-color: #161111;
  text-align: center;
  line-height: 25px;
  width: 80px;
  height: 25px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .contact-form .title {
    margin-bottom: 3rem;
  }
}

.contact-form .row {
  max-width: 1080px;
  margin: 0 auto 2rem;
}

.contact-form .row>[class*=col-] {
  margin-bottom: 1rem;
}

.contact-form .row p span {
  color: #f65900;
}

.contact-form .form-label {
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

.contact-form .form-label span {
  color: #f65900;
}

@media (min-width: 576px) {
  .contact-form .row>[class*=col-] {
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .contact-form .row {
    margin-bottom: 5rem;
  }

  .contact-form .form-label {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 0;
  border: none;
  background-color: #f7f7f7;
  color: #666666;
  padding: 0.5rem 1rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder {
  color: #9e9e9e;
}

.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder {
  color: #9e9e9e;
}

.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder {
  color: #9e9e9e;
}

.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder {
  color: #9e9e9e;
}

.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder {
  color: #9e9e9e;
}

@media (min-width: 992px) {

  .contact-form .form-control,
  .contact-form .form-select {
    padding: 1rem 2rem;
  }
}

.contact-form .form-check+.form-check {
  margin-top: 0.5rem;
}


.contact-form .form-check-input {
  border-color: #aaaaaa;
  background-color: #f7f7f7;
}

.contact-form .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-check-input:checked[type=radio] {
  border-color: #aaaaaa;
  background-image: url(../images/radio.svg);
}

.contact-form .form-check-input[type=checkbox] {
  border-radius: 0;
}

.contact-form .form-check-input:checked[type=checkbox] {
  border-color: #aaaaaa;
  background-image: url(../images/checkbox.svg);
}

.contact-form .form-check-label {
  cursor: pointer;
}

.contact-form .form-check-label span {
  color: #ef5b00;
  text-decoration: underline;
}


@media (min-width: 992px) {
  .form-check-group .form-check {
    width: 30%;
  }
}

.contact-form .name {
  position: relative;
}

@media (min-width: 576px) {
  .contact-form .name {
    padding-right: 180px !important;
  }

  .contact-form .name .group {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
}

.contact-form .other {
  width: 100%;
}

.contact-form .other .form-check-label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}

.contact-form .other .form-control {
  width: 100%;
}

.contact-form .recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .contact-form .recaptcha {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.contact-form .btn {
  border-radius: 50rem;
  background-color: #ef5b00;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 50px;
  width: 260px;
  height: 50px;
  padding: 0;
  margin-bottom: 1rem;
}

.contact-form .btn:hover {
  background-color: #000000;
}

@media (min-width: 992px) {
  .contact-form .btn {
    font-size: 1.375rem;
    line-height: 70px;
    width: 350px;
    height: 70px;
  }
}

/* CONTACT THANK */
.contact-thank-wrap .page-header .title strong {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .contact-thank-wrap .page-header .title strong {
    font-size: 3.5rem;
  }
}

.contact-thank {
  /* background-image: url(../images/thank.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0 4rem;
}

.contact-thank .text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

.contact-thank .text img {
  width: 200px;
}

@media (min-width: 992px) {
  .contact-thank .text {
    font-size: 1.125rem;
  }
}

.contact-thank .button {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-thank .button .btn {
  border-radius: 50rem;
  background-color: #ef5b00;
  color: #ffffff;
  letter-spacing: 0.25rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  max-width: 200px;
}

.contact-thank .button .btn:hover {
  background-color: #000000;
}

.contact-thank .button .btn+.btn {
  background-color: #58c038;
  margin-top: 1rem;
}

.contact-thank .button .btn+.btn:hover {
  background-color: #000000;
}

@media (min-width: 576px) {
  .contact-thank .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-thank .button .btn+.btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/
/* FAQ LIST */
.faq-list .title {
  color: #ef5b00;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-list .title::before {
  content: "\f504";
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
}

.faq-list .title span {
  background-color: #ffffff;
  position: relative;
}

.faq-list .title span::before {
  content: "";
  background-color: #ef5b00;
  width: 115px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -130px;
}

.faq-list .accordion {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .faq-list .accordion {
    margin-bottom: 4.5rem;
  }
}

.faq-list .accordion-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.faq-list .accordion-item:first-child {
  border-top: none;
}

.faq-list .accordion-button {
  border-radius: 0 !important;
  color: #000000;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}

.faq-list .accordion-button::after {
  content: "\f64d";
  background-image: none;
  font-family: "bootstrap-icons";
}

.faq-list .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-list .accordion-button:not(.collapsed) {
  background-color: #f0f0f0;
}

.faq-list .accordion-button:not(.collapsed)::after {
  content: "\f63b";
}

.faq-list .accordion-button span {
  color: #ef5b00;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 0.5rem;
  width: 35px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .faq-list .accordion-button {
    padding: 1.75rem 2rem;
  }

  .faq-list .accordion-button span {
    font-size: 1.3125rem;
    margin-right: 1rem;
    width: 40px;
  }
}