@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "SGRemsenScript";
  src: url("../fonts/FZ-SGRemsenScript.ttf");
}
@font-face {
  font-family: "SGZTVoltra";
  src: url("../fonts/FZ-SGZTVoltra.ttf");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #0049FF;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

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

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

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

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
  font-family: "Be Vietnam Pro", sans-serif;
}
input.error, textarea.error {
  border-color: #ff0000 !important;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #fff;
}

.highlight {
  color: #0049FF;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

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

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

.container-full {
  width: 100%;
  display: block;
  padding: 0 10px !important;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  transition: all 0.5s ease-out;
  padding: 0 10px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .m-0 {
    display: none;
  }
  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }
  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-o-1 {
    margin-left: 8.33333%;
  }
  .m-o-2 {
    margin-left: 16.66667%;
  }
  .m-o-3 {
    margin-left: 25%;
  }
  .m-o-4 {
    margin-left: 33.33333%;
  }
  .m-o-5 {
    margin-left: 41.66667%;
  }
  .m-o-6 {
    margin-left: 50%;
  }
  .m-o-7 {
    margin-left: 58.33333%;
  }
  .m-o-8 {
    margin-left: 66.66667%;
  }
  .m-o-9 {
    margin-left: 75%;
  }
  .m-o-10 {
    margin-left: 83.33333%;
  }
  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-2-4 {
    margin-left: 20%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
  .c-o-1 {
    margin-left: 8.33333%;
  }
  .c-o-2 {
    margin-left: 16.66667%;
  }
  .c-o-3 {
    margin-left: 25%;
  }
  .c-o-4 {
    margin-left: 33.33333%;
  }
  .c-o-5 {
    margin-left: 41.66667%;
  }
  .c-o-6 {
    margin-left: 50%;
  }
  .c-o-7 {
    margin-left: 58.33333%;
  }
  .c-o-8 {
    margin-left: 66.66667%;
  }
  .c-o-9 {
    margin-left: 75%;
  }
  .c-o-10 {
    margin-left: 83.33333%;
  }
  .c-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-2-4 {
    margin-left: 20%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fafffe;
  position: relative;
  color: #4F4F4F;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 95px;
}
.page.app .btn.primary {
  background-color: #2486FF;
  border-color: #2486FF;
  color: #fff;
}
.page.app .btn.primary:hover {
  background-color: rgba(36, 134, 255, 0.8);
  color: #fff;
}
.page.home {
  padding: 0;
}
.page__header {
  padding: 30px 0;
}
.page__nav {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 10px 0;
}
.page__nav--list {
  display: flex;
}
.page__nav--item {
  width: 100%;
}
.page__nav--link {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #898A8B !important;
}
.page__nav--link.active {
  color: #0049FF !important;
}
.page__title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.page__title span {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0049FF;
}
.page__desc {
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #898A8B;
}
.page .bg__page {
  background-image: url("../images/bg_footer.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

.section {
  padding: 40px 0;
}

.box-header {
  margin-bottom: 20px;
}
.box-header.center .box-header__title {
  text-align: center;
}
.box-header.center .box-header__desc {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.box-header__title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #435654;
}

.box-body {
  padding-top: 30px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 12px 40px;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn.primary {
  background-color: #0049FF;
  color: #fff;
  border: 2px solid #0049FF;
}
.btn.primary:hover {
  background-color: rgba(0, 73, 255, 0.8);
  color: #fff;
}

.gap-y-20 {
  gap: 20px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date .fblike iframe {
  width: fit-content !important;
}
.social-date .published {
  position: relative;
  padding-left: 20px;
  color: black;
}
.social-date .published .fa {
  margin-right: 5px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99999;
}
#loading.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-container {
  background-color: rgba(21, 49, 52, 0.8) !important;
}
.popup-inner {
  border-radius: 0 !important;
}

.project-detail__popup .project-detail__info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
.project-detail__popup .project-detail__info .title {
  color: #b38b00;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}
.project-detail__popup .link {
  padding-top: 8px;
}

.popup__thank .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgb(36, 192, 36);
  margin: 30px auto;
}
.popup__thank .icon i {
  font-size: 48px;
  color: #fff;
}
.popup__thank .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.popup__thank .desc {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

/*------------------------------------------------
** Popup
**------------------------------------------------*/
.popup {
  visibility: hidden;
}
.popup.active {
  visibility: visible;
}
.popup.active .popup-inner {
  transform: translateY(0);
  opacity: 1;
}

.popup-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
}

.popup-inner {
  background-color: #ffffff;
  padding: 30px;
  max-width: 100%;
  border-radius: 16px;
  width: fit-content;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-inner .close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup-inner .close i {
  font-size: 24px;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.header {
  height: 95px;
  background-color: #fff;
  border-bottom: 1px solid #C5C5C5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header.stick {
  height: 68px;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}
.header.stick .header__logo--link {
  padding: 10px 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  height: 100%;
}
.header__logo--link {
  display: block;
  height: 100%;
  padding: 26px 0;
}
.header__logo--link img {
  height: 100%;
  max-width: initial;
}
.header__logo--title {
  display: none;
}
.header__nav {
  height: 100%;
}
.header__nav--list {
  height: 100%;
  display: flex;
}
.header__nav--item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__nav--item.has-level2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header__nav--item.has-level2 a i {
  font-size: 13px;
}
.header__nav--item.has-level2:hover .header__nav--item-level2 {
  display: block;
}
.header__nav--item-level2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.header__nav--item-level2 li a {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #4F4F4F;
  display: block;
  background-color: #fff;
}
.header__nav--item-level2 li a:hover, .header__nav--item-level2 li a.active {
  color: #0049FF;
  background-color: #e5edff;
}
.header__nav--link {
  padding: 16px 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4F4F4F !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__nav--link:hover, .header__nav--link.active {
  color: #0049FF !important;
}
.header__action {
  display: flex;
  align-items: center;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rd-panel {
  display: none;
  width: 100%;
  background: transparent;
  height: 60px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rd-panel.stick {
  top: 0;
  position: fixed;
  z-index: 1009;
}
.rd-panel .container-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rd-panel .container-wrapper .row {
  height: 100%;
}
.rd-panel .container-wrapper .row .col {
  height: 100%;
}
.rd-panel .container-wrapper .toggle__wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rd-panel .container-wrapper .toggle {
  background: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 6px;
}
.rd-panel .container-wrapper .toggle span {
  cursor: pointer;
  width: 26px;
  height: 4px;
  background-color: #2e2a2a;
  backface-visibility: hidden;
  position: relative;
  display: block;
  margin: auto 10px;
}
.rd-panel .container-wrapper .toggle span:before, .rd-panel .container-wrapper .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 4px;
  background-color: #2e2a2a;
}
.rd-panel .container-wrapper .toggle span:after {
  top: 8px;
}
.rd-panel .container-wrapper .toggle:hover {
  background: white;
}
.rd-panel .container-wrapper .toggle:hover span {
  background-color: #0049FF;
}
.rd-panel .container-wrapper .toggle:hover span::before, .rd-panel .container-wrapper .toggle:hover span::after {
  background-color: #0049FF;
}
.rd-panel .container-wrapper .logo {
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rd-panel .container-wrapper .logo a {
  display: block;
  height: 100%;
}
.rd-panel .container-wrapper .logo a img {
  height: 100%;
  max-width: initial;
}
.rd-panel.stick {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}

.rd-menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 999999;
  overflow: auto;
  transform: translateY(calc(-100% - 56px));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu.active {
  transform: translateY(0);
}
.rd-menu .rd-menu__list li {
  margin-bottom: 12px;
}
.rd-menu .rd-menu__list li a {
  padding: 10px 16px;
  width: 100%;
  display: block;
  color: #302b2b;
  border-radius: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu .rd-menu__list li a:hover {
  background-color: #0049FF;
  color: #fff;
}
.rd-menu .rd-menu__item-level2 {
  padding: 10px 0 10px 20px;
}
.rd-menu .rd-menu__item-level2 li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  background-color: rgba(255, 255, 255, 0.65);
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}
.main-body .inner-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.main-body .inner-body .slide-menu {
  width: 200px;
  height: 100%;
}
.main-body .inner-body .page-about {
  width: 100%;
}

.dropdown__filter.select {
  position: relative;
  width: 250px;
  background-color: #fff;
}
.dropdown__filter.select .selectBtn {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  box-shadow: -4px -4px 24px 0px #fff inset, 4px 4px 8px 0px rgba(174, 174, 192, 0.2) inset;
  border: 1px solid #f5f5f5;
}
.dropdown__filter.select .selectBtn::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.dropdown__filter.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.dropdown__filter.select .selectBtn.toggle::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.dropdown__filter.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: auto;
}
.dropdown__filter.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown__filter.select .selectDropdown .option:hover {
  background: #fff9e5;
  font-weight: 500;
}
.dropdown__filter.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.box-head {
  padding: 60px 0;
  position: relative;
}
.box-head__image img {
  width: 100%;
}
.box-head__element--left {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 200px;
  z-index: -1;
}
.box-head__element--left img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: blur(3px);
}
.box-head__element--right {
  position: absolute;
  top: 70%;
  right: -80px;
  width: 200px;
  z-index: -1;
}
.box-head__element--right img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: blur(2px);
}
.box-head__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-head__content--heading {
  padding-bottom: 8px;
}
.box-head__content--heading p {
  font-size: 18px;
  color: #435654;
  font-weight: 500;
}
.box-head__content--title h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.box-head__content--title h1 span {
  color: #0049FF;
}
.box-head__content--desc {
  padding: 16px 0;
  color: #5a7b78;
}
.box-head__content--action {
  padding-top: 16px;
}
.box-head__content--action .btn {
  width: 100%;
  text-align: center;
  box-shadow: 0px 8px 16px -4px rgba(22, 34, 51, 0.08);
}
.box-head__content--action .btn:hover {
  color: #3f3f3f;
}
.box-head__desc {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #435654;
}
.box-head::before {
  content: url("../images/marketing/box_head_blur.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 4/1;
  z-index: -1;
}
.box-head::before path {
  fill: radial-gradient(50% 50% at 50% 50%, rgba(255, 219, 146, 0.6) 0%, rgba(255, 247, 212, 0) 100%);
}

.box-project__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-project__type {
  display: flex;
  align-items: center;
}
.box-project__type li a {
  display: block;
  padding: 8px 16px;
  color: #4F4F4F;
}
.box-project__type li a:hover {
  color: #2486FF;
}
.box-project__type li a.selected {
  background-color: #2486FF;
  color: #fff;
}
.box-project__filter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.box-project__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.box-faq__question .item {
  margin-bottom: 20px;
}
.box-faq__question .item-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #f4f4f4;
  justify-content: space-between;
}
.box-faq__question .item-answer {
  display: none;
  background-color: #fff;
  padding: 12px;
}
.box-faq__question .item:last-child {
  margin-bottom: 0;
}
.box-faq__question .item.active, .box-faq__question .item:hover {
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.box-faq__question .item.active .item-toggle i, .box-faq__question .item:hover .item-toggle i {
  transform: rotate(180deg);
}
.box-faq__question .item-question {
  display: flex;
  align-items: center;
  width: calc(100% - 38px);
  gap: 8px;
}
.box-faq__question .item-toggle {
  width: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.box-faq__question .item-toggle i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-faq__question .item span {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  width: 30px;
}
.box-faq__question .item h3 {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 38px);
}

.box-procedure {
  background-image: url("../images/website/bg_procedure.png");
  background-repeat: no-repeat;
  background-size: fill;
  background-position: center bottom;
}
.box-procedure__img {
  padding-top: 40px;
}
.box-procedure__img img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.web.project__list {
  padding: 30px 0;
}
.web.project__list .project__item .wrap .image {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #eee;
}
.web.project__list .project__item .wrap .image a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.web.project__list .project__item .wrap .image a img {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.web.project__list .project__item .wrap .image a img:hover {
  transition: all 3s ease-in-out;
}
.web.project__list .project__item .wrap .content .list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 8px;
}
.web.project__list .project__item .wrap .content .list li:last-child {
  margin-bottom: 0;
}
.web.project__list .project__item .wrap .content .list li .label {
  width: 72px;
  display: block;
}
.web.project__list .project__item .wrap .content .list li .value {
  width: calc(100% - 77px);
  font-weight: 500;
}
.web.project__list .project__item .wrap .content .list li .value a {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.web.project__list .project__item .wrap .content .list li .value.desc {
  font-weight: 300;
  font-size: 13px;
}

.box-whyus .whyus__wrap {
  gap: 20px 0;
}
.box-whyus .whyus__item {
  padding: 10px 20px;
  background-color: #EDF7FF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-whyus .whyus__item:hover {
  background-color: #2486FF;
  color: #fff;
}
.box-whyus .whyus__img {
  position: relative;
}
.box-whyus .whyus__img img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  z-index: 2;
}
.box-whyus .whyus__action .btn {
  width: 60%;
  text-align: center;
}

.box-customer .box-header__title {
  font-size: 48px;
  font-family: "SGRemsenScript", sans-serif;
  text-transform: none;
}
.box-customer .box-header__title span {
  font-family: "SGZTVoltra", sans-serif;
}
.box-customer__slider .slick-slide {
  margin: 0 10px;
}
.box-customer__slider .item {
  box-shadow: -4px -4px 24px 0px #fff inset, 4px 4px 8px 4px rgba(174, 174, 192, 0.2) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}
.box-customer__slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.box-customer__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  gap: 10px;
}
.box-customer__arrows--btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-customer__arrows--btn:hover {
  background-color: #2486FF;
}

.box-testimonial .slick-list {
  padding: 0 !important;
}
.box-testimonial .slick-track {
  padding: 120px 0;
  display: flex;
  align-items: center;
  min-height: 500px;
}
.box-testimonial .slick-slide {
  height: 100%;
}
.box-testimonial .slick-slide .testimonial__item {
  transform: scale3d(0.8, 0.8, 0.8);
}
.box-testimonial .slick-slide.slick-center .testimonial__item {
  transform: scale3d(1.1, 1.1, 1.1);
  padding: 60px 40px 20px;
  position: relative;
}
.box-testimonial .slick-slide.slick-center .testimonial__item--content {
  display: block;
}
.box-testimonial .slick-slide.slick-center .testimonial__item--info {
  padding-top: 30px;
}
.box-testimonial .slick-slide.slick-center .testimonial__item::after {
  content: "“";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 300px;
  font-weight: 800;
  line-height: 1;
  color: #2486FF;
}
.box-testimonial .testimonial__item {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-testimonial .testimonial__item--content {
  text-align: center;
  font-size: 14px;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-testimonial .testimonial__item--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-testimonial .testimonial__item--info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-testimonial .testimonial__item--info-content h3 {
  font-size: 16px;
  font-weight: 500;
}
.box-testimonial .testimonial__item--info-content span {
  color: #2486FF;
  font-size: 14px;
  font-style: italic;
}
.box-testimonial .testimonial__item--avt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.box-testimonial .testimonial__item--avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-testimonial__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-testimonial__arrows--btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-testimonial__arrows--btn:hover {
  background-color: #2486FF;
}

.box-contact .box-contact__inner {
  background: linear-gradient(90deg, #D8EEFF 5.01%, rgba(255, 255, 255, 0) 74.58%);
}
.box-contact .box-contact__form--input input,
.box-contact .box-contact__form--input textarea {
  border-color: #2486FF;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-contact__inner {
  background: linear-gradient(90deg, #FFDE75 10.01%, rgba(255, 255, 255, 0) 80.58%);
}
.box-contact__img {
  padding: 20px;
}
.box-contact__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.box-contact__container {
  padding: 20px 20px 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.box-contact__title {
  margin-bottom: 8px;
}
.box-contact__title h2 {
  font-weight: 600;
  font-size: 24px;
}
.box-contact__form {
  padding-top: 12px;
}
.box-contact__form--input {
  position: relative;
  display: flex;
  align-items: center;
}
.box-contact__form--input i {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-contact__form--input input, .box-contact__form--input textarea {
  border: 0;
  padding: 8px 16px 8px 32px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #0049FF;
  border-radius: 0;
}
.box-contact__form--input input {
  height: 50px;
}
.box-contact__form--input textarea {
  height: 100px;
}
.box-contact__form--input.content i {
  top: -5px;
}
.box-contact__form .action {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/*------------------------------------------------
** Loading
**------------------------------------------------*/
.socket {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.hex-brick {
  background: #fff;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.gel {
  height: 30px;
  width: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

.r1 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

@keyframes pulse00 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade00 {
  0% {
    background: #f8f8f8;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #ccc;
  }
}
/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
.footer__container {
  border-top: 1px solid #C5C5C5;
  padding: 40px 0;
  background-color: #fff;
}
.footer__heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer__links li {
  display: flex;
  margin-bottom: 12px;
}
.footer__links li span {
  width: 30%;
}
.footer__links li a {
  width: 70%;
  font-weight: 400;
}
.footer__copyright {
  background-color: #3F3F3F;
}
.footer__copyright .row {
  height: 100%;
}
.footer__copyright .row .col {
  height: 100%;
}
.footer__copyright .company {
  display: flex;
  height: 68px;
  align-items: center;
}
.footer__copyright .company__logo {
  height: 100%;
  padding: 16px 0;
  display: block;
  margin-right: 30px;
}
.footer__copyright .company__logo img {
  width: 80px;
  height: 100%;
}
.footer__copyright .company__desc {
  font-size: 14px;
  color: #fff;
}
.footer__socials {
  display: flex;
  align-items: center;
}
.footer__socials--title {
  color: #000;
  width: 30%;
}
.footer__socials--list {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 70%;
}
.footer__socials--item a {
  width: 34px !important;
  height: 34px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #0049FF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__socials--item a:hover {
  background-color: #0049FF;
}
.footer__socials--item a:hover i {
  color: #fff;
}
.footer__socials--item a i {
  color: #0049FF;
}

/*------------------------------------------------
** Form
**------------------------------------------------*/
.form-group {
  margin-bottom: 20px;
}
.form-group .label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
  color: #828282;
}
.form-group .msg {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.form-group .msg.error {
  color: red;
}

.form-ctr__wrap {
  position: relative;
}
.form-ctr__wrap .clearVal {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% - 48px);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #4F4F4F;
  cursor: pointer;
}
.form-ctr__wrap .clearVal i {
  font-size: 20px;
}

.form-ctr {
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid transparent;
  padding: 16px 48px 16px 16px;
  border: 1px solid #bdbdbd;
}
.form-ctr::placeholder {
  color: #868686;
  font-weight: 400;
}
.form-ctr.error {
  border-color: red;
}

.dropdown {
  position: relative;
}
.dropdown-select {
  padding: 16px 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: fit-content;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #bdbdbd;
  width: 100%;
}
.dropdown-select:hover {
  border-color: #0049FF;
}
.dropdown-select::after {
  content: "\f107";
  font-family: "FontAwesome";
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-select.active {
  border-color: #0049FF;
}
.dropdown-select.error {
  border-color: red;
}
.dropdown-value {
  font-size: 16px;
  font-weight: 500;
  min-width: 150px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  max-width: 150px;
  overflow: hidden;
}
.dropdown-value.default {
  color: #868686;
}
.dropdown-value.selected {
  color: #4F4F4F;
}
.dropdown-list {
  padding: 12px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  width: fit-content;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 99;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-list.show {
  display: block;
}
.dropdown-item {
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
  min-width: 150px;
  cursor: pointer;
}
.dropdown-item:hover {
  background-color: #eee;
  color: #0049FF;
}

/*------------------------------------------------
** Paging
**------------------------------------------------*/
.pagination {
  margin: 60px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  overflow: hidden;
}
.pagination li span,
.pagination li a {
  width: 32px;
  height: 32px;
  color: #4F4F4F;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5EDFF;
  border: 1px solid #C5C5C5;
}
.pagination li a:hover {
  color: #fff;
  background-color: #0049FF;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  font-weight: 600;
  background-color: #0049FF;
  color: #fff;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

/*------------------------------------------------
** Typo
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #0049FF;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.box_action {
  position: fixed;
  bottom: 100px;
  right: 29px;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414c5b;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box_action.gotop {
  display: none;
}
.box_action:hover {
  color: #ffffff;
  background: #414c5b;
}
.box_action.active {
  display: flex;
}

.contact-fixed {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  float: left;
  align-items: left;
  justify-content: left;
}
.contact-fixed .inner .phone {
  position: relative;
  padding-right: 10px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
}
.contact-fixed .inner .phone .fa {
  color: #fff;
  background: rgba(69, 162, 216, 0.6);
  border-radius: 50%;
  padding: 6px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  animation: 1s ease-in-out 0s normal none infinite running ring;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background: rgba(69, 162, 216, 0.6);
  border-radius: 100%;
  height: 70px;
  left: -10px;
  opacity: 0.15;
  position: absolute;
  top: -10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.contact-fixed .inner .phone:hover .fa,
.contact-fixed .inner .phone:hover .ring {
  background: #45a2d8;
}
.contact-fixed .inner .phone.quick .fa {
  padding: 15px;
  font-size: 25px;
  background: rgba(255, 0, 0, 0.6);
}
.contact-fixed .inner .phone.quick .ring {
  background: rgba(255, 0, 0, 0.6);
}
.contact-fixed .inner .phone.quick:hover .fa,
.contact-fixed .inner .phone.quick:hover .ring {
  background: red;
}

@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
/* Mbile & Tablet */
@media (max-width: 1023px) {
  .order-last {
    order: 9999;
  }
  body {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .hide-on-mobile-tablet {
    display: none !important;
  }
  .no-wrap {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  header.header {
    display: none;
  }
  .rd-panel {
    display: block;
  }
  .rd-panel .container-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rd-panel .btn {
    float: right;
    padding: 6px 16px;
  }
  .rd-panel .container-wrapper .toggle__wrap {
    justify-content: flex-start;
  }
  .page {
    margin-top: 0;
  }
  .box-head {
    padding: 20px 0;
  }
  .box-header__title {
    font-size: 24px;
  }
  .box-contact__container {
    padding: 12px !important;
  }
  .box-contact__title h2 {
    font-size: 18px;
  }
  .box-contact__inner {
    background: linear-gradient(180deg, #ffde75 10.01%, rgba(255, 255, 255, 0) 80.58%);
  }
  .rd-panel .container-wrapper .toggle:hover span {
    background-color: #2486FF;
  }
  .rd-panel .container-wrapper .toggle:hover span::after, .rd-panel .container-wrapper .toggle:hover span::before {
    background-color: #2486FF;
  }
  .rd-menu .rd-menu__list li:hover a {
    background-color: #2486FF;
  }
  .box-customer .box-header__title {
    font-size: 32px;
  }
}
/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .box-head__content--title h1 {
    font-size: 40px;
  }
}
/* Mobile */
@media (max-width: 739px) {
  .box-head__content--title h1 {
    font-size: 30px;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .box-head__desc {
    font-size: 16px;
  }
  .section {
    padding: 20px 0;
  }
  .box-testimonial .slick-track {
    min-height: 400px;
  }
}
@media (max-width: 550px) {
  .box-project__head {
    flex-direction: column;
    gap: 10px 0;
  }
  .box-project__head > * {
    width: 100%;
  }
  .box-project__head .box-project__type > li {
    width: 33.3333333333%;
  }
  .box-project__head .box-project__filter .box-project__filter--select {
    width: 100%;
  }
  .box-testimonial .slick-track {
    min-height: 300px;
    padding: 60px 0;
  }
}

/*# sourceMappingURL=app.css.map */
