/**
 * auto load css for this area
 */


body {
    color: #818C9D;
    font-family: 'Quicksand', -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.loading {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width:100%;
}

#loading {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #818C9D;
}
a:hover, a:focus {
    text-decoration: none;
    color: #39B683;
}

nav {
    margin-bottom: 0px !important;
}
nav img.logo {
    height: 24px;
    display: inline-block;
}
nav .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
}
nav .company-name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 10px;
    color: #47535d;
}
nav .navbar-right > li > a {
    margin: 25px 30px;
    padding: 2px 0px;
    color: #818C9D !important;
    font-weight: 500;
}
nav .navbar-right > li svg {
    vertical-align: middle;
    margin-right: 15px;
}
nav .navbar-right > li > a:hover {
    color: #333C46 !important;
    background-color: transparent !important;
}
nav .navbar-right > li > a:focus {
    background-color: transparent !important;
}
nav .navbar-right > li > a.active > span {
    position: relative;
    text-transform: uppercase;
    color: #39B683 !important;
    font-weight: 600;
}
nav .navbar-right > li > a.active > span::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    background-color: #39B683;
}
nav .navbar-toggle {
    margin-right: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
nav .menu.closex {
    display: none;
}
nav svg {
    display: none;
}
nav svg path, nav svg rect, nav svg circle {
    stroke: #818C9D;
}
nav .active svg path, nav .active svg rect, nav .active svg circle {
    stroke: #39B683;
}
nav.ontop {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
nav.zero {
    opacity: 0;
}
nav .lang a {
    display: inline-block;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
nav .lang a img {
    height: 16px;
}

#content > .rowx:nth-child(odd) {
    /*background: linear-gradient(rgba(57, 182, 131, 0.03), rgba(57, 182, 131, 0.03));*/
    background: #f8f9fa;
    /*border-top: 1px solid rgba(57, 182, 131, 0.1);
    border-bottom: 1px solid rgba(57, 182, 131, 0.1);*/
}
#content > .rowx:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
}

#top {
    margin-top: 140px;
    text-align: center;
}
.lang-ja #top, .lang-vi #top {
    margin-top: 120px;
}
#top .hi {
    color: #47535D;
    font-size: 44px;
}
#top .hi span {
    color: #39B683;
}
#top .talk {
    color: #818C9D;
    max-width: 90%;
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
#top .illustration {
    margin: 80px auto 0px;
    display: block;
    max-width: 700px;
    width: 100%;
}

#service .row {
    margin-left: 0px;
    margin-right: 0px;
}

/*#service .description:nth-child(odd) {
    padding-left: 8%;
}
#service .description:nth-child(even) {
    padding-right: 8%;
}*/
#service .description {
    line-height: 28px;
}
#service .description ul {
    padding-top: 5px;
    padding-left: 15px;
}
#service .description ul li {
    margin-top: 5px;
}
#service .system.integration .description ul li {
    margin-bottom: 14px;
}
#service .description h4 {
    color: #47535D;
    margin-top: 20px;
    font-weight: 700;
}
#service .description h5 {
    font-weight: 400;
    color: #47535D;
}
#service .description span {
    margin-top: 15px;
}
#service .illustration {
    max-width: 100%;
}
#service .illustration.left {
    display: none;
}
#service .subtitle {
    position: relative;
    font-size: 26px;
    color: #39b683;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
#service .subtitle .number {
    margin-right: 10px;
    color: #39b683;
    font-size: 50px;
    font-weight: 400;
    bottom: -8px;
    z-index: -1;
}
.lang-ja #service .subtitle {
    font-weight: 700;
}
#service .items {
    margin-top: 15px;
    margin-bottom: 15px;
}
#service .items .item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 82px;
    display: inline-block;
}
#service .items .item img {
    display: block;
    height: 32px;
    width: auto;
}
#service .items .item span {
    margin-top: 10px;
    display: block;
}

#service .separator {
    margin: 30px auto 40px;
    height: 1px;
    width: 100%;
    background-color: #dddddd;
}

#quote {
    padding-bottom: 20px;
}
#quote .container {
    position: relative;
}
#quote .shape {
    position: absolute;
}
#quote .half-circle {
    left: 15%;
    top: 10%;
}
#quote .rectangle {
    left: 2%;
    top: 50%;
}
#quote .triangle {
    left: 10%;
    bottom: 20%;
}
#quote .star {
    right: 10%;
    top: 8%;
}
#quote .circle {
    right: 2%;
    top: 40%;
}
#quote .plus {
    right: 15%;
    bottom: 22%;
}
#quote .text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    color: #47535D;
}
#quote .text .author {
    color: #39B683;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}
#quote .text.small {
    font-size: 24px;
}
#quote .text.small .author {
    font-size: 16px;
}
#quote .text .author span {
    color: #818C9D;
}
#quote .swiper-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}

#message .message {
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
#message .quote-start {
    margin-right: 10px;
}
#message .quote-end {
    margin-left: 10px;
}
#message .description {
    display: flex;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    color: #47535D;
    /*font-size: 15px;*/
    line-height: 28px;
    text-align: center;
    border-radius: 10px;
    background-color: #EBF8F2;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    min-height: 220px;
    align-items: center;
}
#message .description::after {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    border-radius: 5px;
    background-color: #EBF8F2;
    transform: rotate(45deg);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.06);
}
#message .description .wrap {
    z-index: 1;
}
#message .user {
    margin-top: 40px;
    text-align: center;
}
#message .user .avatar {
    width: 160px;
    height: 160px;
    border-radius: 500rem;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
#message .user .name {
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
}
#message .user .position {
    font-size: 12px;
    color: #818C9D;
    margin-top: 5px;
}
#message .message.red .description,
#message .message.red .description::after {
    background-color: #FEEFF2;
}
#message .message.red svg path {
    fill: #F95E7E;
}
#message .message.red .name {
    color: #F95E7E;
}
#message .message.green .description,
#message .message.green .description::after {
    background-color: #EBF7F2;
}
#message .message.green svg path {
    fill: #39B683;
}
#message .message.green .name {
    color: #39B683;
}
#message .message.yellow .description,
#message .message.yellow .description::after {
    background-color: #FFFAEF;
}
#message .message.yellow svg path {
    fill: #FEC333;
}
#message .message.yellow .name {
    color: #FEC333;
}
#message .message.blue .description,
#message .message.blue .description::after {
    background-color: #DFEFFD;
}
#message .message.blue svg path {
    fill: #399df2;
}
#message .message.blue .name {
    color: #399df2;
}
#message .message.purple .description,
#message .message.purple .description::after {
    background-color: #E3DEF2;
}
#message .message.purple svg path {
    fill: #7459BD;
}
#message .message.purple .name {
    color: #7459BD;
}

#partner .company {
    text-align: center;
}
#partner .company .name {
    margin-top: 20px;
}
#partner .row.two {
    margin-top: 50px;
}

#about .swiper-container img {
    width: 100%;
    border-radius: 5px;
}
#about .subtitle {
    margin-top: 50px;
    position: relative;
    font-size: 26px;
    color: #47535D;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
#about .subtitle::after {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #39B683;
}
#about .cultures {
    margin-top: 20px;
    margin-bottom: 10px;
}
#about .illustration {
    text-align: center;
}
#about .illustration img {
    height: 48px;
}
#about .description {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}
#about .separator {
    display: none;
    width: 80%;
    height: 1px;
    background-color: #eee;
    margin: 40px auto;
}

#about .wrap {
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
}
#about .imgwrap {
    display: table-cell;
    width: 25px;
    text-align: center;
}
#about .info {
    margin-bottom: 20px;
}
#about .info .line {
    display: table-cell;
    width: 130px;
}
#about .info ul {
    padding-left: 15px;
}
#about .info ul li {
    margin-top: 5px;
}
#about .labelx {
    color: #47535D;
    margin-left: 10px;
    vertical-align: top;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#about .detail {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}
#about .company-name {
    font-size: 18px;
    font-weight: 600;
}

#contact .forms .row > div {
    padding-left: 10%;
    padding-right: 10%;
}
#contact .forms .input {
    color: #47535d;
    font-weight: 400;
    border: 0px;
    border-bottom: 1px solid #D5DBDF;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: transparent;
}
#contact .forms .input:focus {
    border-bottom: 1px solid #39B683;
}
#contact .forms textarea {
    color: #47535d;
    font-weight: 400;
    resize: vertical;
    min-height: 40px;
    margin-bottom: 20px;
}
#contact .forms button {
    margin-top: 20px;
    margin-bottom: 30px;
}
#contact .info .icon {
    display: table-cell;
    width: 50px;
}
#contact .info .content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 25px;
    font-size: 16px;
}
#contact svg .green {
    stroke: #39B683;
}
#contact svg .gray {
    stroke: #818C9D;
}
#contact .illustration {
    max-width: 100%;
}
#contact .alert {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    padding: 10px;
}
#contact .alert-info {
    color: #00a7f3;
}
#contact .alert-success {
    color: #39B683;
}

#activity .article {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
}
#activity .article .thumb {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
#activity .article .info {
    margin-top: 15px;
}
#activity .article .name {
    width: calc(100% - 100px);
    display: inline-block;
    color: #39B683;
    font-size: 16px;
    font-weight: 600;
}
#activity .article .time {
    width: 100px;
    text-align: right;
    display: inline-block;
    float: right;
}
#activity .article .description {
    margin-top: 10px;
}
#activity .row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
#activity .activity {
    display: flex;
    flex-direction: column;
}

footer {
    background: url('/asset/footer_bg.svg') center bottom no-repeat;
    min-height: 340px;
}
footer .container > div {
    padding-top: 120px;
}
footer .nav {
    float: none;
    display: inline-block;
    margin-top: 20px !important;
}
footer .nav li a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 30px;
    margin-right: 30px;
    color: #818C9D;
    font-weight: 600;
}
footer .nav li a:focus,
footer .nav li a:hover {
    background-color: transparent !important;
}
footer .nav-contact {
    margin-top: 5px !important;
}
footer .nav-contact li a {
    font-weight: 400;
    color: #9EA8B5;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .separator {
    height: 1px;
    width: 190px;
    background-color: #89d8b5;
    margin: 20px auto;
}

/* Common */
.scrollto:focus {
    outline: none;
}
.nopad {
    padding: 0 !important;
}
.rowx {
    padding-top: 60px;
    padding-bottom: 60px;
}
.rowx.normal {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-green {
    color: #fff;
    background-color: #39B683;
    border-radius: 500rem;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0px 10px 20px 0px rgba(57, 182, 131, 0.35);
}
.btn-green:hover {
    background-color: #4CBD8F;
    color: #fff;
}

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

.title {
    text-align: center;
}
.title .text {
    font-size: 48px;
    font-weight: 400;
    color: #39B683;
}
.title .sub {
    color: #9EA8B5;
    font-size: 15px;
}
.title .line {
    margin: 30px auto 60px;
    width: 80px;
    height: 1px;
    border-radius: 1px;
    background-color: #39B683;
}

.swiper-pagination-bullet-active {
    background-color: #39B683;
}
.swiper-pagination.outside {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.swiper-pagination.outside .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}

/** Responsive */
@media screen and (max-width: 991px) {
    #top .hi br {
        display: block !important;
    }

    #service .illustration.left {
        display: inline-block;
    }
    #service .illustration.right {
        display: none;
    }
    #service .separator {
        margin: 30px auto;
    }
    #service .subtitle {
        margin-top: 30px;
        text-align: center;
    }
    #service .subtitle::after {
        right: 0;
        margin: auto;
    }
    #service .description {
        text-align: center;
        margin: 0 auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #service .description .detail {
        text-align: center;
    }
    #service .items {
        text-align: center;
    }
    #service .items .item img {
        margin: 0 auto;
    }
    #service .description ul {
        list-style: none;
    }

    #partner .company img {
        width: 100%;
    }
    #partner .row.two {
        margin-top: 40px;
    }

    #contact .forms .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    #about .wrap {
        padding-left: 170px;
        padding-right: 170px;
    }
    #about .vietnam {
        border-right: 0px solid #fff;
    }
    #about .separator {
        display: block;
    }

    #activity .article {
        padding-left: 10px;
        padding-right: 10px;
    }
    #activity .article .time {
        display: none;
    }
    #activity .article .name {
        width: 100%;
    }
    #activity .activity:last-child {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .rowx {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title .line {
        margin: 30px auto;
    }

    nav .navbar-brand {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    nav.open {
        background-color: #fff;
        border-bottom: 1px solid #E9F7F1;
    }
    nav.open .menu.closex {
        display: inline-block;
    }
    nav.open .menu.open {
        display: none;
    }
    nav svg {
        display: inline-block;
    }
    nav .lang a {
        width: 33.33%;
        text-align: center;
        padding: 0px 0px 10px !important;
        margin: -2px !important;
    }

    #top {
        margin-top: 80px !important;
    }
    #top .hi {
        font-size: 35px;
    }
    #top .talk {
        margin: 30px auto;
    }
    #top .talk .line2 {
        display: none;
    }
    #top .illustration {
        margin: 40px auto 0px;
    }

    #service .description h4.empty {
        display: none;
    }
    #service .description ul {
        padding-left: 0px;
    }
    #service .system.integration .description ul li {
        margin-bottom: 0px;
    }

    #quote .swiper-wrapper {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #partner .company .name {
        display: none;
    }
    #partner .row.two {
        margin-top: 0px;
    }
    #partner .company {
        margin-bottom: 40px;
    }
    #partner .company img {
        max-width: 200px;
    }

    #contact .forms .row > div {
        padding-left: 10%;
        padding-right: 10%;
    }
    #contact form {
        margin-top: 30px;
    }

    #about .wrap {
        padding-left: 20%;
        padding-right: 10%;
    }
    #about .labelx {
        width: 65px;
    }
    #about .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .nav li {
        display: inline-block !important;
    }
}

@media screen and (max-width: 639px) {
    #message .message {
        width: 100%;
    }
    #message .message .description {
        min-height: 150px;
    }
}

@media screen and (max-width: 479px) {
    .rowx {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title .text {
        font-size: 36px;
    }

    #quote .text {
        font-size: 28px;
    }
    #quote .half-circle, #quote .plus {
        display: none;
    }

    #message .message .description {
        min-height: 220px;
    }

    #contact .forms .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    #about .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    #about .info .line {
        width: 100px;
    }

    #activity .article {
        padding-left: 0px;
        padding-right: 0px;
    }
    #activity .article .description {
        margin-top: 10px;
    }
    #activity .article {
        margin-bottom: 35px;
    }

    footer .container > div {
        padding-top: 50px;
    }
}

@media screen and (max-width: 320px) {
    #service .subtitle .number {
        display: none;
    }

    #activity .activity {
        width: 100%;
    }
}

.sk-folding-cube {
  margin: auto auto;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39B683;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
