@charset "UTF-8";
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun/Sarabun-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "FS-PFBeauSansPro";
  src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "FS-PFBeauSansPro";
  src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "FS-PFBeauSansPro";
  src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "FS-PFBeauSansPro";
  src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "FS-Magistral";
  src: url("../fonts/FS-Magistral/FS-Magistral-Medium.ttf") format("truetype");
  font-weight: 600;
}
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

label {
  font-weight: normal;
}

input[type=text], input[type=email], input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
  cursor: pointer;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a, button:hover, button:active, button:focus {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1650px) {
  html {
    font-size: 51%;
  }
}

body {
  font-size: 16px;
  font-family: "Sarabun", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  background-color: #020207;
}
@media (max-width: 1650px) {
  body {
    font-size: 13px;
  }
}
.aps-loading > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.container {
  padding-left: 13px;
  padding-right: 13px;
}

.row {
  margin-right: -13px;
  margin-left: -13px;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 13px;
  padding-left: 13px;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1226px;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media all and (min-width: 1650px) {
  .container-ld {
    max-width: 85.72%;
  }
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .row > .col,
  .row > [class*=col-] {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

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

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.col-mar-0 [class*=col-], .col-mar-0 .col {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-mar-5 [class*=col-], .col-mar-5 .col {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-7 {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.col-mar-7 [class*=col-], .col-mar-7 .col {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.col-mar-8 [class*=col-], .col-mar-8 .col {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-mar-10 [class*=col-], .col-mar-10 .col {
  padding-left: 10px;
  padding-right: 10px;
}

.col-mar-11 {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}
.col-mar-11 [class*=col-], .col-mar-11 .col {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

@media (min-width: 1200px) {
  .col-mar-33 {
    margin-left: -3.3rem;
    margin-right: -3.3rem;
  }
  .col-mar-33 [class*=col-], .col-mar-33 .col {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
  .col-mar-60 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .col-mar-60 [class*=col-], .col-mar-60 .col {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .col-mar-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .col-mar-20 [class*=col-], .col-mar-20 .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  .col-mar-20 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .col-mar-20 [class*=col-], .col-mar-20 .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.fx-mid {
  align-items: center;
}

.ifx-top {
  align-self: start;
}

.ifx-bot {
  align-self: end;
}

.ifx-mid {
  align-self: center;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px;
  }
  .md-pad-7 > [class^=col-] {
    padding: 0 7px;
  }
  .md-pad-5 {
    margin: 0 -5px;
  }
  .md-pad-5 > [class^=col-] {
    padding: 0 5px;
  }
}
@media all and (max-width: 767px) {
  .sm-pad-7 {
    margin: 0 -7px;
  }
  .sm-pad-7 > [class^=col-] {
    padding: 0 7px;
  }
  .sm-pad-5 {
    margin: 0 -5px;
  }
  .sm-pad-5 > [class^=col-] {
    padding: 0 5px;
  }
  .tb-responsive {
    display: block;
  }
  .tb-responsive tbody, .tb-responsive tfoot, .tb-responsive tr, .tb-responsive th, .tb-responsive td {
    display: block;
  }
  .tb-responsive thead {
    display: none;
  }
  .tb-responsive tr:nth-child(2n) {
    background: #f5f5f5;
  }
  .tb-responsive td {
    position: relative;
    padding: 10px 10px 10px 50%;
  }
  .tb-responsive td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 15px;
  }
}
@media all and (max-width: 575px) {
  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7 > [class^=col-] {
    padding: 0 7px;
  }
  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5 > [class^=col-] {
    padding: 0 5px;
  }
}
.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  margin: 0 15px;
}

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}

.slick-dots {
  text-align: center;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #666;
}

.i-select {
  position: relative;
}
.i-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
}

.s-content {
  word-break: break-word;
}
.s-content a[href] {
  color: #007bff;
}
.s-content a[href]:hover {
  text-decoration: underline;
}
.s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
  text-decoration: underline;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  object_fit: initial;
}
.s-content .alignleft, .s-content img.alignleft {
  margin-right: 1.5rem;
  display: inline;
  float: left;
}
.s-content .alignright, .s-content img.alignright {
  margin-left: 1.5rem;
  display: inline;
  float: right;
}
.s-content .aligncenter, .s-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.s-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.s-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.s-content table, .s-content iframe {
  max-width: 100%;
  max-width: calc(100vw - 30px);
  margin: auto;
}
/*
.s-content iframe {
  display: block;
}
*/

.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-weight: bold;
}
.s-content h1 {
  font-size: 2rem;
  margin-top: 0.67rem;
  margin-bottom: 0.67rem;
}
.s-content h2 {
  font-size: 1.5rem;
  margin-top: 0.83rem;
  margin-bottom: 0.83rem;
}
.s-content h3 {
  font-size: 1.17rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.s-content h4 {
  font-size: 1rem;
  margin-top: 1.33rem;
  margin-bottom: 1.33rem;
}
.s-content h5 {
  font-size: 0.83rem;
  margin-top: 1.67rem;
  margin-bottom: 1.67rem;
}
.s-content h6 {
  font-size: 0.67rem;
  margin-top: 2.33rem;
  margin-bottom: 2.33rem;
}

.hc-upload {
  position: relative;
}
.hc-upload .hc-del {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
.hc-upload .hc-del:hover {
  background: rgba(0, 0, 0, 0.85);
}

html {
  font-size: 62.5%;
}
@media (max-width: 1650px) {
  html {
    font-size: 51%;
  }
}

body {
  font-size: 16px;
  font-family: "Sarabun", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  background-color: #020207;
}
@media (max-width: 1650px) {
  body {
    font-size: 13px;
  }
}
.aps-loading > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.wrap {
  overflow: hidden;
  position: relative;
}
.wrap.page {
  padding-top: 132px;
}
@media (max-width: 1650px) {
  .wrap.page {
    padding-top: 102px;
  }
}
@media (max-width: 1199px) {
  .wrap.page {
    padding-top: 110px;
  }
}
@media (max-width: 575px) {
  .wrap.page {
    padding-top: 70px;
  }
}

a:hover {
  color: rgb(238, 0, 51);
}

.color-red {
  color: rgb(238, 0, 51);
}

.view-detail .btn-title {
  color: rgb(238, 0, 51);
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}
.view-detail .btn-title i {
  margin-left: 10px;
  transition: 0.3s;
  margin-top: 4px;
}
.view-detail .btn-title:hover {
  color: #fff;
}
.view-detail .btn-title:hover i {
  transform: translateX(6px);
}

.view-pri {
  position: relative;
}
.view-pri .title {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 30px;
  border-radius: 28px;
  font-weight: 500;
  color: rgb(238, 0, 51);
  white-space: nowrap;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.view-pri .title span {
  position: relative;
}
.view-pri .title i {
  position: relative;
  margin-left: 25px;
  width: 47px;
  height: 47px;
  color: #fff;
  background-color: rgb(238, 0, 51);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1650px) {
  .view-pri .title i {
    width: 36px;
    height: 36px;
  }
}
.view-pri .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(238, 0, 51);
  transition: 0.3s ease-in-out;
}
.view-pri .title:hover {
  color: #fff;
}
.view-pri .title:hover:before {
  width: 100%;
}
.view-pri .title:hover i {
  color: rgb(238, 0, 51);
  background-color: #fff;
}
@media (max-width: 991px) {
  .view-pri .title {
    padding: 3px 3px 3px 20px;
  }
  .view-pri .title i {
    width: 30px;
    height: 30px;
  }
}

.fz12 {
  font-size: 12px;
}
@media (max-width: 1650px) {
  .fz12 {
    font-size: 10px;
  }
}

.fz14 {
  font-size: 14px;
}
@media (max-width: 1650px) {
  .fz14 {
    font-size: 11px;
  }
}

.fz15 {
  font-size: 15px;
}
@media (max-width: 1650px) {
  .fz15 {
    font-size: 12px;
  }
}

.fz16 {
  font-size: 16px;
}
@media (max-width: 1650px) {
  .fz16 {
    font-size: 12.5px;
  }
}

.fz17 {
  font-size: 17px;
}
@media (max-width: 1650px) {
  .fz17 {
    font-size: 13px;
  }
}

.fz18 {
  font-size: 18px;
}
@media (max-width: 1650px) {
  .fz18 {
    font-size: 14px;
  }
}

.fz20 {
  font-size: 20px;
}
@media (max-width: 1650px) {
  .fz20 {
    font-size: 16px;
  }
}

.fz22 {
  font-size: 22px;
}
@media (max-width: 1650px) {
  .fz22 {
    font-size: 17px;
  }
}

.fz24 {
  font-size: 24px;
}
@media (max-width: 1650px) {
  .fz24 {
    font-size: 19px;
  }
}

.fz26 {
  font-size: 26px;
}
@media (max-width: 1650px) {
  .fz26 {
    font-size: 20px;
  }
}

.fz28 {
  font-size: 28px;
}
@media (max-width: 1650px) {
  .fz28 {
    font-size: 22px;
  }
}

.fz30 {
  font-size: 30px;
}
@media (max-width: 1650px) {
  .fz30 {
    font-size: 23px;
  }
}

.fz32 {
  font-size: 32px;
}
@media (max-width: 1650px) {
  .fz32 {
    font-size: 25px;
  }
}

.fz36 {
  font-size: 36px;
}
@media (max-width: 1650px) {
  .fz36 {
    font-size: 28px;
  }
}

.fz40 {
  font-size: 40px;
}
@media (max-width: 1650px) {
  .fz40 {
    font-size: 31px;
  }
}

.fz42 {
  font-size: 42px;
}
@media (max-width: 1650px) {
  .fz42 {
    font-size: 32px;
  }
}

.fz46 {
  font-size: 46px;
}
@media (max-width: 1650px) {
  .fz46 {
    font-size: 35px;
  }
}

.fz48 {
  font-size: 48px;
}
@media (max-width: 1650px) {
  .fz48 {
    font-size: 37px;
  }
}

.fz50 {
  font-size: 50px;
}
@media (max-width: 1650px) {
  .fz50 {
    font-size: 38px;
  }
}

.fz52 {
  font-size: 52px;
}
@media (max-width: 1650px) {
  .fz52 {
    font-size: 40px;
  }
}

.fz58 {
  font-size: 58px;
}
@media (max-width: 1650px) {
  .fz58 {
    font-size: 45px;
  }
}

.fz60 {
  font-size: 60px;
}
@media (max-width: 1650px) {
  .fz60 {
    font-size: 46px;
  }
}

.fz65 {
  font-size: 65px;
}
@media (max-width: 1650px) {
  .fz65 {
    font-size: 51px;
  }
}

.fz72 {
  font-size: 72px;
}
@media (max-width: 1650px) {
  .fz72 {
    font-size: 48px;
  }
}

.fz177 {
  font-size: 177px;
}
@media (max-width: 1650px) {
  .fz177 {
    font-size: 138px;
  }
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delay01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animated.Tzoom {
  animation-name: Tzoom;
  animation-duration: 6s;
}

h2.head-title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
h2.head-title.text-while {
  color: #fff;
}
@media (max-width: 1199px) {
  h2.head-title {
    font-size: 28px;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  h2.head-title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}

@keyframes Tzoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.head-pri {
  color: rgb(238, 0, 51);
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.3;
  font-family: "FS-PFBeauSansPro", sans-serif;
}
.head-pri span {
  display: block;
  font-size: 3.2rem;
}
.head-pri .title {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 5.4rem;
}
@media (max-width: 1650px) {
  .head-pri .fz36 {
    font-size: 23px;
  }
  .head-pri .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .head-pri {
    margin-bottom: 20px;
  }
  .head-pri span {
    font-size: 22px;
  }
  .head-pri .title {
    font-size: 30px;
  }
}
.head-pri.page {
  color: rgb(238, 0, 51);
  text-align: left;
}

@media (max-width: 767px) {
  .wrap-head-pri .fz26 {
    font-size: 18px;
  }
}
.breadcrumb-v2 {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  padding-top: 16px;
}
.breadcrumb-v2 .breadcrumb {
  padding-left: 0;
  background-color: transparent;
}
.breadcrumb-v2 .breadcrumb .breadcrumb-item {
  color: rgb(108, 108, 108);
}
.breadcrumb-v2 .breadcrumb .breadcrumb-item.active {
  font-weight: 500;
  color: #000;
}
.breadcrumb-v2 .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
@media (max-width: 575px) {
  .breadcrumb-v2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.acd-drop:after {
  content: "\f107";
}
.acd-drop.active:after {
  content: "\f106";
}

@media all and (min-width: 1200px) {
  .m-nav, .m-nav-over {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  .m-nav-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease-in-out;
  }
  .m-nav-over.active {
    width: 100%;
  }
  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #ffffff;
    background-color: #020207;
    transition: all 0.4s ease-in-out;
    right: -280px;
  }
  .m-nav.active {
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    right: 0;
  }
  .m-nav.active .m-nav-close {
    visibility: visible;
    opacity: 1;
  }
  .m-nav .m-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    outline: none;
    color: rgb(143, 146, 148) !important;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }
  .m-nav .nav-ct {
    height: 100%;
    overflow: auto;
  }
  .m-nav .nav-ct .logo {
    position: relative;
    text-align: left;
    left: 50%;
    top: inherit;
    height: auto;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-bottom: none;
    opacity: 1;
    visibility: visible;
    max-width: inherit;
  }
  .m-nav .nav-ct .logo img {
    max-height: 30px !important;
  }
  .m-nav .nav-ct .logo.black {
    display: none;
  }
  .m-nav .nav-ct .control-header {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-nav .nav-ct .control-header li {
    margin: 0 5px;
  }
  .m-nav .nav-ct .control-header li a {
    white-space: nowrap;
    padding: 8px 16px !important;
  }
  .m-nav a {
    font-family: "Sarabun", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1000000015px;
    text-align: left;
    display: block;
    padding: 10px 15px 10px 18px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    color: #fff;
  }
  .m-nav ul ul {
    background: rgba(255, 255, 255, 0.1);
    display: none;
  }
  .m-nav ul ul a {
    text-transform: none;
    padding-left: 38px;
  }
  .m-nav ul ul ul {
    padding-left: 40px;
  }
  .m-nav ul ul ul li:last-child a {
    border-bottom: none;
  }
  .m-nav ul ul ul a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1000000015px;
    text-transform: none;
    padding-left: 20px;
  }
  .m-nav .acd-drop {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    outline: none;
    cursor: pointer;
    /* border-left: solid 1px #f5eeee; */
    background: rgba(255, 255, 255, 0.1);
  }
  .m-nav ul li ul li .acd-drop {
    float: left;
    margin-left: 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  .m-nav {
    top: 20px;
    width: 90%;
    bottom: 20px;
    right: -90%;
  }
  .m-nav.active {
    right: 5%;
  }
}
header {
  padding: 40px 0 20px 0;
  position: fixed;
  z-index: 98;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: 0.4s;
}
header .logo.black {
  display: none;
}
header .logo img {
  height: 31.5px;
  width: 87px;
  max-width: none;
  /*filter: brightness(0) invert(1);*/
}
@media (max-width: 1199px) {
  header .logo img {
    height: 30px;
    width: auto;
  }
}
header.scroll {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px 0 20px 0;
}
header.scroll .logo-abs img {
  max-height: 40px;
}
@media (max-width: 1650px) {
  header.scroll .logo-abs img {
    max-height: 36px;
  }
}
header.scroll .d-nav > ul > li > ul {
  top: 100%;
}
header.scroll .search-header .box-search {
  top: calc(100% + 1.4rem);
}
header.page .logo img {
  filter: brightness(1) invert(0);
}
header .container.container-head {
  background-color: #fff;
  padding: 0px 24px 0px 24px;
}

.logo img {
  max-height: 48px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1650px) {
  .logo img {
    max-height: 44px;
  }
}

.wrap-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
}

.right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.control-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-left: 1px solid rgb(204, 204, 204);
  padding-left: 10px;
}
.control-header .item {
  margin: 0 1.6rem;
  position: relative;
  transition: 0.3s ease-in-out;
}
.control-header .item:last-child {
  margin-right: 0;
}

.search-header {
  position: initial !important;
}
.search-header .box-search {
  position: absolute;
  width: 43.4rem;
  right: -5px;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  display: none;
  top: calc(100% + 1.6rem);
  background: #fff;
  padding: 0;
  /* &:before{
       content: '';
       position: absolute;
       bottom: 100%;
       width: 0;
       height: 0;
       right: 6.6rem;
       border-left: 1rem solid transparent;
       border-right: 1rem solid transparent;
       border-bottom: 1rem solid #fff;
   }*/
}
.search-header .box-search:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1rem);
  width: 1.6rem;
  height: 1.6rem;
  right: 6.6rem;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
.search-header .search-fr {
  position: relative;
  z-index: 1;
}
.search-header .search-fr input {
  background-color: #fff;
  width: 100%;
  height: 5rem;
  color: #020207;
  border: none;
  padding-right: 8rem;
  padding-left: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
.search-header .search-fr input::-webkit-input-placeholder {
  color: #ffffff;
}
.search-header .search-fr input:-moz-placeholder {
  color: #ffffff;
}
.search-header .search-fr input::-moz-placeholder {
  color: #ffffff;
}
.search-header .search-fr input:-ms-input-placeholder {
  color: #ffffff;
}
.search-header .search-fr input::placeholder {
  color: #262525;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.search-header .search-fr button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  color: rgb(238, 0, 51);
  font-size: 2.2rem;
}
.search-header .search-fr .clear-text-search {
  right: 5rem;
  font-size: 1.5rem;
}
.search-header .search-fr .clear-text-search i {
  font-weight: bold;
  color: #D1D1D1;
}
.search-header .search-fr .clear-text-search:hover i {
  color: red !important;
  cursor: pointer;
}

.form-search-head {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
}
.form-search-head .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: 50px;
}
.form-search-head .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.form-search-head .btn-search {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.form-search-head .btn-search:hover {
  color: rgb(238, 0, 51);
}
@media (max-width: 767px) {
  .form-search-head {
    max-width: 100%;
  }
}

.lang-header {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.lang-header .label {
  cursor: pointer;
  border-radius: 50%;
}
.lang-header .label img {
  border-radius: 50%;
}
.lang-header ul {
  display: none;
  position: absolute;
  border-radius: 4px;
  left: -5px;
  width: auto;
  top: calc(100% + 10px);
}
.lang-header ul li {
  display: block;
  margin-bottom: 5px;
}
.lang-header ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media (max-width: 1650px) {
  .lang-header ul li a {
    width: 28px;
    height: 28px;
  }
}
.lang-header ul li a img {
  border-radius: 50%;
}
.lang-header ul.vtsolution-version-2-language {
  background: rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.32);
  padding: 5px;
  left: -10px;
  height: 75px;
}
.lang-header ul.vtsolution-version-2-language li a {
  font-weight: bold;
  font-size: 16px;
}
.lang-header ul.vtsolution-version-2-language li a.active {
  color: rgb(238, 0, 51);
}

.d-nav {
  flex-grow: 1;
  height: 66px;
}
.d-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.d-nav > ul > li {
  display: inline-flex;
  margin-right: 24px;
  height: 100%;
  align-items: center;
}
.d-nav > ul > li.active {
  box-shadow: 0px -3px 0px 0px rgb(238, 0, 51) inset;
}
.d-nav > ul > li.active > a {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li > a {
  color: #020207;
  text-transform: uppercase;
  position: relative;
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.d-nav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 40px;
}
.d-nav > ul > li > a:hover {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li:hover > a {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li:hover > ul {
  transform: scale(1);
  opacity: 1;
}
.d-nav > ul > li > ul {
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  border-radius: 0 0 0 2rem;
  z-index: 1;
  top: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: 0% 0%;
}
.d-nav > ul > li > ul > li {
  position: relative;
}
.d-nav > ul > li > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  white-space: nowrap;
  color: #020207;
}
.d-nav > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 0;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(238, 0, 51);
  transition: 0.2s;
}
.d-nav > ul > li > ul > li.active > a {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.d-nav > ul > li > ul > li:hover > a {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li > ul > li > ul {
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  z-index: 1;
  top: 2rem;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  transition: 0.3s ease-in-out;
}
.d-nav > ul > li > ul > li > ul > li > a {
  color: #020207;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  white-space: nowrap;
}
.d-nav > ul > li > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 0;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(238, 0, 51);
  transition: 0.2s;
}
.d-nav > ul > li > ul > li > ul > li.active > a {
  color: rgb(238, 0, 51);
}
.d-nav > ul > li > ul > li > ul > li:hover > a {
  color: rgb(238, 0, 51);
}
.icon-menu {
  display: none;
}

@media (max-width: 1650px) {
  .logo {
    max-width: 212px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 20px 0;
  }
  header.scroll {
    padding: 10px 0;
  }
  header.scroll .logo-abs img {
    max-height: 26px;
  }
  header > div.container.container-head {
    height: 48px;
    max-width: calc(100% - 38px);
  }
  header > div.container.container-head > div.wrap-header {
    height: 100%;
  }
  .right-header > .control-header {
    border: none;
  }
  .logo-abs img {
    max-height: 30px;
  }
  .logo {
    max-width: 90px;
  }
  .d-nav {
    display: none;
  }
  .icon-menu {
    display: block;
    width: 24px;
    position: relative;
    margin-left: 15px;
  }
  .icon-menu span {
    display: block;
    background-color: #020207;
    width: 100%;
    margin: 1.5px 0;
    border-radius: 3px;
    height: 2px;
    float: right;
  }
  .icon-menu span:first-child {
    margin-top: 0;
  }
  .icon-menu span:last-child {
    width: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .logo-abs {
    width: 33%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .logo-mb img {
    max-width: 50px;
  }
  header > div.container.container-head {
    max-width: calc(100% - 26px);
  }
  .search-header .box-search {
    width: 41rem;
    right: -61px;
  }
  .search-header .box-search:before {
    right: 12.5rem;
  }
  .control-header .item {
    margin: 0 10px;
  }
}
@media (max-width: 375px) {
  .search-header .box-search {
    width: 30rem;
    right: -38px;
  }
  .search-header .box-search:before {
    right: 10rem;
  }
  .control-header .item {
    margin: 0 10px;
  }
}
footer {
  box-shadow: 0px 3px 0px 0px rgb(238, 0, 51) inset;
  background: #0b0c11;
  background-size: 100% 100%;
}
footer.page {
  background-color: #17191e;
}
@media (min-width: 992px) {
  footer .footer-info-left {
    padding-right: 12rem !important;
  }
}
footer .footer-info-right ul a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
}
@media (max-width: 575px) {
  footer .footer-info-right ul a {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .logo-footer {
  margin-bottom: 30px;
}
footer .logo-footer .logo-img {
  display: none;
}
footer .logo-footer .logo-img.black {
  display: block;
}
footer .logo-footer .logo-img img {
  height: 50px;
}
@media (max-width: 991px) {
  footer .logo-footer .logo-img img {
    height: 40px;
  }
}
footer .info-company {
  margin-bottom: 15px;
}
footer .info-company h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
@media (max-width: 575px) {
  footer .info-company h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .info-company p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
@media (max-width: 575px) {
  footer .info-company p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .contact-chanel li a.not-hover {
  display: block;
}
footer .contact-chanel li a.hover {
  display: none;
}
footer .contact-chanel li:hover a.not-hover {
  display: none;
}
footer .contact-chanel li:hover a.hover {
  display: block;
}
footer .link-footer-bottom {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(102, 102, 102);
}
@media (max-width: 991px) {
  footer .link-footer-bottom {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  footer .link-footer-bottom {
    margin-bottom: 2rem;
    font-size: 14px;
  }
}
footer .link-footer-bottom li {
  padding: 0 10px;
  border-right: 1px solid rgb(102, 102, 102);
}
footer .link-footer-bottom li:first-child {
  padding-left: 0;
}
footer .link-footer-bottom li:last-child {
  border: none;
}

.light-mode footer .logo-footer .logo-img {
  display: block;
  width: fit-content;
}
.light-mode footer .logo-footer .logo-img.black {
  display: none;
}

.head-footer {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}

.top-footer {
  padding: 5.5rem 0 2rem 0;
}

.logo-ft {
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 1650px) {
  .logo-ft {
    max-width: 198px;
  }
}

.ft-item.v2, .ft-item.v5, .ft-item.v3, .ft-item.v4 {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1601px) {
  .ft-item.v5 {
    margin-left: -15px;
  }
}
.ft-item .title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.ft-item .title i {
  display: none;
}
.ft-item .info .phone {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  word-break: break-all;
}
@media (min-width: 1200px) {
  .ft-item .info {
    padding-right: 80px;
  }
}
@media (min-width: 1650px) {
  .ft-item .info {
    padding-right: 58px;
  }
}
.ft-item .info li {
  display: block;
  margin-bottom: 1.2rem;
}
.ft-item .info li i {
  flex: 0 0 25px;
  margin-right: 5px;
  margin-top: 0.6rem;
}
@media (max-width: 1650px) {
  .ft-item .info li i {
    flex: 0 0 20px;
  }
}
.ft-item .info li:hover i {
  color: rgb(238, 0, 51);
}
.ft-item .info li:hover .phone {
  color: rgb(238, 0, 51);
}
.ft-item .link-ft li {
  padding-bottom: 15px;
}
.ft-item .link-ft li a {
  display: block;
  transition: 0.2s ease-in-out;
}
.ft-item .bottom {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.ft-item .bottom .certificate {
  margin-right: 12px;
}
@media (max-width: 1650px) {
  .ft-item .bottom .certificate {
    max-width: 139px;
  }
}
.ft-item .social-ft {
  margin-bottom: -5px;
}
.ft-item .social-ft li {
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 1650px) {
  .ft-item .social-ft li {
    margin: 0 6px;
  }
}
.ft-item .social-ft li a {
  transition: 0.2s ease-in-out;
}
.ft-item .social-ft li:hover:nth-child(1) a {
  color: #3b5998;
}
.ft-item .social-ft li:hover:nth-child(2) a {
  color: #00b2ff;
}
.ft-item .social-ft li:hover:nth-child(3) a {
  color: #de0000;
}

.copyright {
  font-size: 16px;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .copyright {
    max-width: 60%;
  }
}

.ft-item .ic-bottom {
  margin: 0 0 2rem;
}

.ft-item .ic-bottom li {
  margin-right: 1.2rem;
  margin-bottom: 0;
  flex: 0 0 4rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

.ft-item .ic-bottom li a {
  display: block;
}

.ft-item .ic-bottom li img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .ft-item {
    margin-bottom: 20px;
  }
  .top-footer {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  footer {
    background-size: cover;
  }
  .ft-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ft-item .title i {
    display: block;
    font-size: 20px;
  }
  .ft-item .link-ft {
    display: none;
  }
}
@media (max-width: 575px) {
  .copyright {
    text-align: left;
  }
  .copyright p {
    margin-bottom: 5px;
  }
}
.fix-right {
  position: fixed;
  right: 8px;
  bottom: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.fix-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  color: #fff;
  margin: 1rem 0;
  transition: 0.3s;
  position: relative;
  background-color: rgb(238, 0, 51);
  border-radius: 2rem 2rem 0 2rem;
  transition: 0.3s;
}
.fix-right a:hover {
  background-color: #bb0028;
}
.fix-right a i {
  font-size: 2.4rem;
}
.fix-right a .text {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 2rem;
  color: #262525;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  z-index: -1;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.81);
  letter-spacing: 0.02rem;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .fix-right a {
    width: 32px;
    height: 32px;
  }
  .fix-right a i {
    font-size: 16px;
  }
}
.fix-right a i {
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.fix-right a:hover .text {
  opacity: 1;
  visibility: visible;
  right: 0.2rem;
  padding-right: 8rem;
  padding-left: 2rem;
  transition: 0.2s;
}
.fix-right a:hover .text:hover {
  color: rgb(238, 0, 51);
}
@media (max-width: 1199px) {
  .fix-right a {
    width: 6rem;
    height: 3.6rem;
    font-size: 1.8rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }
  .fix-right a i {
    font-size: 2rem;
  }
  .fix-right a:hover .text {
    padding-right: 7rem;
  }
}
@media (max-width: 575px) {
  .fix-right a .text {
    display: none;
  }
  .fix-right.scroll {
    right: inherit;
    left: 13px;
    bottom: 5px;
    flex-direction: row;
    transform: translateY(0);
  }
  .fix-right.scroll a {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.8rem;
    border-radius: 50%;
    margin: 0 1rem 0 0;
  }
}

.link-pri {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.slick-list .slick-slide {
  outline: none !important;
}

.home-banner {
  position: relative;
}

.wrap-new-banner {
  position: absolute;
  background-size: cover !important;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.wrap-new-banner .hot-new-banner {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-right: 30px;
  white-space: nowrap;
  font-size: 3.6rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
}
.wrap-new-banner .new-banner {
  position: relative;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.wrap-new-banner .new-banner::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  background: rgba(183, 181, 181, 0.16);
}
.wrap-new-banner .cas-new-banner {
  flex-grow: 1;
}
.wrap-new-banner .cas-new-banner .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: calc(1.5em * 2);
  display: flex;
  align-items: center;
}
.wrap-new-banner .cas-new-banner .desc:hover {
  color: inherit;
}

@media (max-width: 1499px) {
  .wrap-new-banner .hot-new-banner {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .social-new-banner {
    bottom: 120px;
  }
  .wrap-new-banner {
    bottom: 0px;
  }
  .wrap-new-banner .hot-new-banner {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .wrap-new-banner .new-banner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 0;
  }
  .wrap-new-banner .cas-new-banner .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: calc(1.5em * 2);
  }
  .social-banner li a {
    margin-right: 1rem;
  }
}
.cas-home {
  position: relative;
}
.cas-home .slick-dots {
  position: absolute;
  height: 200px;
  top: 50%;
  transform: translateY(calc(-50% - 20px));
  display: flex;
  flex-direction: column;
}
.cas-home .slick-dots::after, .cas-home .slick-dots::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -3px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.cas-home .slick-dots::after {
  top: calc(100% + 25px);
}
.cas-home .slick-dots::before {
  bottom: calc(100% + 25px);
}
.cas-home .slick-dots li {
  display: block;
  flex-grow: 1;
  border: none;
  margin: 0;
  background: #3a3b43;
  width: 2px;
  border-radius: 0;
  transition: 0.5s;
}
.cas-home .slick-dots li.slick-active {
  background: rgb(238, 0, 51);
}
.cas-home .img img {
  height: 100vh;
  width: 100%;
}
.cas-home .ct {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cas-home .ct .desc {
  max-width: 30%;
  position: relative;
  margin-top: 30px;
  margin-left: 3em;
}
.cas-home .ct .desc::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 2em;
  background: rgb(238, 0, 51);
  right: calc(100% + 1em);
  top: 0.8em;
}
.cas-home .ct .dc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 26%;
  background-color: #020207;
}
@media (min-width: 1650px) {
  .cas-home .ct .dc {
    width: 28%;
  }
}
.cas-home .head-banner {
  position: relative;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  font-family: "FS-PFBeauSansPro", sans-serif;
}
.cas-home .head-banner b {
  font-weight: 900;
}
.cas-home .head-banner span {
  font-weight: 900;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-left: 10px;
  letter-spacing: -0.075em;
  line-height: 1.2;
}
.cas-home .head-banner .text1,
.cas-home .head-banner .text2 {
  transition: 0.3s;
}
.cas-home .head-banner .text1 {
  text-transform: initial;
  color: rgb(238, 0, 51);
  font-size: 52px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.cas-home .head-banner .text2 {
  font-family: "FS-Magistral", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  text-transform: initial;
  color: black;
}
.cas-home .img {
  position: relative;
}
.cas-home .img::before, .cas-home .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.cas-home .img::before {
  background: none;
}
.cas-home .img::after {
  background: none;
}

@media (max-width: 1849px) {
  .cas-home .slick-dots {
    display: none !important;
  }
}
.social-new-banner {
  position: absolute;
  display: flex;
  left: 8px;
  padding-left: 0;
  bottom: 12rem;
  z-index: 2;
  align-items: flex-end;
  width: fit-content;
}
@media (max-width: 1226px) {
  .social-new-banner {
    left: 0;
    padding-left: 13px;
  }
}

.social-banner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-banner li {
  display: inline-flex;
}
.social-banner li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .social-banner li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.social-banner li a {
  transition: 0.3s ease-in-out;
  display: block;
  background-color: rgb(238, 0, 51);
  border-radius: 2rem 2rem 2rem 0;
  color: #fff;
}
.social-banner li a i {
  width: 52px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1191px) {
  .social-banner li a i {
    width: 6rem;
    height: 3.6rem;
  }
}
.social-banner li:hover:nth-child(1) a {
  background-color: #3b5998;
}
.social-banner li:hover:nth-child(2) a {
  background-color: #00b2ff;
}
.social-banner li:hover:nth-child(3) a {
  background-color: #de0000;
}
@media (max-width: 1650px) {
  .social-banner {
    bottom: 30px;
  }
}

.home-block {
  padding: 45px 0;
}

.home-partner {
  position: relative;
  padding-bottom: 20px;
}
.home-partner .head-title.partner-1 {
  margin-bottom: 0;
}

.cas-new-home {
  position: relative;
}
.cas-new-home .slick-arrow {
  position: absolute;
  top: 10rem;
  width: 50px;
  height: 50px;
  border: none;
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 4rem;
}
.cas-new-home .slick-arrow.next {
  left: calc(100% + 2rem);
}
.cas-new-home .slick-arrow.prev {
  right: calc(100% + 2rem);
}
.cas-new-home .slick-arrow:hover {
  background: rgb(238, 0, 51);
}

.item-news-home {
  margin-bottom: 20px;
  position: relative;
}
.item-news-home .img {
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
  padding-top: 69.7%;
}
.item-news-home .img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 2, 7, 0.8) 0%, rgba(2, 2, 7, 0.6) 30%, rgba(2, 2, 7, 0) 100%);
}
.item-news-home .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.4s ease-in-out;
  border-radius: 12px;
}
.item-news-home .ct .time {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.item-news-home .ct .title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 2rem;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: calc(1.5em * 2);
  transition: 0.3s ease-in-out;
}
.item-news-home .ct .desc {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
  padding-right: 50px;
  display: none;
}
.item-news-home .ct .view-detail {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  right: 30px;
  display: none;
}
.item-news-home .ct .view-detail .btn-title {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.item-news-home:hover .img img {
  transform: scale(1.05);
}
.item-news-home:hover .ct .title {
  color: #fff;
}
.item-news-home:hover .ct .view-detail .btn-title {
  color: rgb(238, 0, 51);
}

.home-about {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem;
  /*&::after {
  	position: absolute;
  	content: "";
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: $c2 url("../images/Wave.png") no-repeat top;
  	opacity: 0.04;
  	z-index: -1;
  }*/
}
.home-about .view-pri {
  margin-top: 40px;
  padding-bottom: 10px;
}

.list-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.div-item-number {
  display: flex;
  align-items: center;
  margin: 0 36px;
}
@media (max-width: 1650px) {
  .div-item-number {
    margin: 0 30px;
  }
}
@media (max-width: 1499px) {
  .div-item-number {
    margin: 0;
  }
}

.item-number {
  display: flex;
  align-items: center;
  flex: 0 0 calc(33% - 15px);
  margin-bottom: 8rem;
}
.item-number .ct {
  display: flex;
  flex-direction: column;
}
.item-number .img img {
  flex: 0 0 9rem;
  max-width: 9rem;
  margin-right: 2rem;
}
.item-number .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.item-number .top .number {
  font-weight: 700;
  line-height: 1;
  margin: 0 15px 0 0;
  font-size: 5rem;
}
.item-number .top .desc {
  color: rgb(238, 0, 51);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
.item-number .title {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: calc(1.4em * 2);
}
@media (max-width: 1199px) {
  .item-number {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .item-number .top .number {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .item-number {
    flex: 0 0 100%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .item-number .top .number {
    font-size: 25px;
  }
  .item-number .img img {
    max-width: 50px;
  }
}

.home-solutions {
  padding-bottom: 15rem;
}
.home-solutions .head-title {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .home-solutions {
    padding-bottom: 5rem;
  }
  .home-solutions .head-title {
    margin-top: 0rem;
  }
}

.home-news {
  padding: 90px 0;
}

.home-partner .head-pri,
.home-solutions .head-pri,
.home-news .head-pri,
.home-about .head-pri {
  text-align: left;
}

.wrap-head-pri {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.wrap-head-pri .head-pri {
  margin-bottom: 0;
}

.c-project-page {
  max-height: 650px;
  display: flex;
}
.c-project-page .item {
  margin-right: 10px;
  height: 349px;
  width: 20%;
  flex: 0 0 20%;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.c-project-page .item:last-child {
  margin-right: 0;
}
.c-project-page .item .img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .c-project-page .item .img {
    height: 349px;
  }
}
.c-project-page .item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(0deg, rgb(2, 2, 7) 0%, rgba(2, 2, 7, 0) 80%);
}
.c-project-page .item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(2, 2, 7, 0.5) 0%, rgba(2, 2, 7, 0) 30%);
}
.c-project-page .item .info {
  padding: 0 10px 45px 10px;
  position: absolute;
  margin-top: 20px;
  z-index: 1;
  left: 0;
  right: 0;
}
.c-project-page .item .title {
  position: relative;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.4545454545;
  color: #fff;
  font-weight: 600;
  min-height: 64px;
  transition: all 0.5s ease-in-out;
}
.c-project-page .item .title a:hover {
  color: rgb(238, 0, 51);
}
.c-project-page .item .num {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1;
  background-image: url(../images/bg-num.png);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-project-page .item .content-abs {
  position: absolute;
  padding: 0 3rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(0);
  transition: 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.c-project-page .item .content-abs .title-abs {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.c-project-page .item .content-abs .ct-abs {
  font-size: 2rem;
  display: none !important;
}
@media (min-width: 992px) {
  .c-project-page .item:hover .title {
    transform: scale(0);
  }
  .c-project-page .item:hover .content-abs {
    transform: scale(1);
  }
}
@media all and (min-width: 768px) {
  .c-project-page.on-focus .item {
    flex: 0 0 18%;
  }
  .c-project-page .item:hover {
    flex: 0 0 28%;
  }
}
@media all and (max-height: 900px) {
  .c-project-page {
    max-height: 550px;
  }
  .c-project-page .item .title {
    font-size: 14px;
  }
}
@media all and (max-height: 700px) {
  .c-project-page {
    max-height: 400px;
  }
  .c-project-page .item .info {
    padding-bottom: 0;
  }
  .c-project-page .item .num {
    bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .c-project-page .item {
    height: 400px;
  }
  .c-project-page .item .title {
    font-size: 20px;
  }
  .c-project-page .item .info {
    margin-top: 15px;
  }
  .c-project-page .item .num {
    bottom: 40%;
  }
}
@media all and (max-width: 767px) {
  .c-project-page {
    display: block;
    height: auto;
    max-height: initial;
  }
  .c-project-page .item {
    height: 400px;
    width: 100%;
    min-height: 200px;
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .c-project-page .item .title {
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
  }
  .c-project-page .item .info {
    padding-bottom: 25px;
  }
}

#morphing-content, #morphing-form {
  display: none;
}

.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  transition: color 0.3s 0s, width 0.2s 0s !important;
  white-space: nowrap;
  box-sizing: border-box;
}

.morphing-btn_circle {
  color: transparent !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding-left: 0;
  padding-right: 0;
  width: 40px !important;
  height: 40px !important;
  /* Override inline style rule */
  transition: color 0.2s 0s, width 0.3s 0s !important;
}

.fix-right .morphing-btn-clone {
  transition: all 0.3s ease-in-out;
}

.morphing-btn-clone {
  position: fixed;
  background: #020207;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: #020207;
  opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}
@media (max-width: 767px) {
  .fancybox-morphing .fancybox-toolbar {
    top: 10px;
    right: 10px;
  }
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
  height: 1.55px;
  width: 22px;
  left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */
#morphing-content, #morphing-form {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 30px;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  #morphing-content, #morphing-form {
    padding: 15px;
  }
}

#morphing-content a {
  color: #fff;
}

.home-partner .nav-tabs {
  border-bottom: none;
}
.home-partner .nav-tabs .nav-item {
  position: relative;
  /*&:not(:last-child) {
  	&::after {
  		position: absolute;
  		content: "/";
  		top: 0;
  		right: -0.25em;
  		font-size: 1em;
  	}
  }*/
}
.home-partner .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.home-partner .nav-tabs .nav-item:last-child {
  padding-right: 0;
  margin-left: -17px;
}
.home-partner .nav-tabs .nav-item:has(.active) {
  z-index: 2;
}
@media (max-width: 1199px) {
  .home-partner .nav-tabs .nav-item:last-child {
    margin-left: -17px;
  }
}
.home-partner .nav-link {
  padding: 11px 24px 11px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  border: 1px solid rgb(202, 208, 214) !important;
  border-radius: 12px;
  color: rgb(99, 99, 99);
  background: rgb(215, 215, 215);
  min-width: 170px;
}
.home-partner .nav-link.active {
  color: #000;
}
@media (max-width: 1199px) {
  .home-partner .nav-link {
    font-size: 18px;
    line-height: 23px;
  }
}

.cas-partner.light {
  display: none;
}
.cas-partner .item-partner {
  background: #14151a;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  filter: grayscale(1);
}
.cas-partner .item-partner:hover {
  filter: grayscale(0);
}
.cas-partner .item-partner img {
  max-height: 50px;
  max-width: 70%;
}
.cas-partner .item-partner.v2 {
  flex-direction: column;
}
.cas-partner .item-partner.v2 .img {
  text-align: center;
}
.cas-partner .item-partner.v2 .img img {
  filter: brightness(1) invert(0);
  max-width: 100%;
  display: inline-block;
}
.cas-partner .item-partner.v2 .text {
  color: #ffff12;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100%;
}
.cas-partner .item-partner.v3 {
  flex-direction: column;
}
.cas-partner .item-partner.v3 .img {
  text-align: center;
}
.cas-partner .item-partner.v3 .img img {
  filter: brightness(1) invert(0);
  max-width: 100%;
  display: inline-block;
}
.cas-partner .item-partner.v3 .text {
  color: #ffff12;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
  text-align: center;
  padding: 0 5px;
}

.contact-form {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 3rem 1.5rem;
  transform-origin: 100% 50%;
  transition: all 0.5s ease-in-out;
  background: #020207;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 999999;
}
.contact-form.hidden {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.contact-form .btn-close {
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  font-size: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  transition: 0.3s;
  right: 6rem;
}
@media (max-width: 767px) {
  .contact-form {
    padding-top: 5rem;
  }
  .contact-form .btn-close {
    right: 0.8rem;
    top: 0.8rem;
  }
}

.form-contact {
  margin-left: -16px;
  margin-right: -16px;
}
.form-contact .head-form {
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
.form-contact .btn-pri {
  margin: 3.5rem 0;
}
.form-contact .btn-pri .title {
  height: 6rem;
  width: 30rem;
  justify-content: center;
}
.form-contact .form-group {
  margin-bottom: 2.5rem;
  position: relative;
}
.form-contact .form-group .btn-clear {
  position: absolute;
  color: #fff;
  top: 4.8rem;
  right: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.form-contact .form-group .btn-clear:hover {
  color: #fff;
}
.form-contact .form-group .control-label {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.form-contact .form-group .control-label.required:after {
  content: "•";
  font-size: 1.75rem;
  margin-left: 6px;
  color: #ee0033;
}
.form-contact .form-group .select-wrapper {
  position: relative;
}
.form-contact .form-group .select-wrapper::before {
  color: #dcd8d8 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0d7";
  font-size: 1.8rem;
  position: absolute;
  top: 2.8rem;
  right: 25px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 5px;
}
@media (max-width: 1600px) {
  .form-contact .form-group .select-wrapper::before {
    top: 2rem;
  }
}
.form-contact .form-group .select-wrapper .form-control {
  appearance: none;
}
.form-contact .form-group .form-control {
  height: 6rem !important;
  border-radius: 0 !important;
  background-color: #232323 !important;
  color: #aaaaaa !important;
  border: 1px solid rgba(238, 0, 51, 0) !important;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.75rem 2.5rem;
  transition: 0.2s;
  box-shadow: none !important;
  padding: 1rem 2.5rem;
}
.form-contact .form-group .form-control::placeholder {
  color: #aaaaaa !important;
}
.form-contact .form-group .form-control:focus {
  border: 1px solid #ee0033 !important;
}
.form-contact .form-group .form-control:focus + .btn-clear {
  opacity: 1;
  visibility: visible;
}
.form-contact .form-group textarea {
  resize: none;
  padding-top: 1.6rem !important;
}
.form-contact .form-group textarea.form-control {
  height: auto !important;
  padding-right: 5rem !important;
}
.form-contact .form-group .form-file {
  display: none;
}
.form-contact .form-group .file-custom {
  display: block;
  height: 6rem;
  background-color: #898989;
  border: 2px solid #c6c6c6;
  padding: 1.25rem 2.5rem;
  width: 23rem;
  cursor: pointer;
  color: #FFF;
  font-family: "Sarabun", sans-serif;
  font-size: 1.6rem;
}

.item-product {
  font-size: 33.56px;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-weight: 500;
  color: rgb(150, 150, 150);
  padding-right: 5rem;
}
@media (max-width: 1199px) {
  .item-product {
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .item-product {
    padding-left: 2rem;
    padding-right: 0;
    font-size: 24px;
  }
}

@media (max-width: 1499px) {
  .item-news-home .ct .desc {
    padding-right: 35px;
  }
  .item-news-home .ct .view-detail .btn-title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .cas-home .head-banner .text .text1 {
    font-size: 36px;
    line-height: 1;
  }
  .cas-home .head-banner .text .text2 {
    font-size: 50px;
    line-height: 1;
  }
  .cas-home .head-banner span {
    font-size: 120px;
  }
  .cas-home .img img {
    height: calc(100vh - 126px);
  }
}
@media (max-width: 991px) {
  .cas-home .ct {
    padding-top: 0;
  }
  .cas-home .ct .dc {
    width: 33%;
  }
  .cas-home .ct .desc {
    max-width: 40%;
    margin-bottom: 15px;
  }
  .cas-home .slick-dots {
    bottom: 10px;
    left: 33%;
    width: 67%;
  }
  .cas-home .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .social-banner {
    bottom: 10px;
  }
  .wrap-head-pri {
    margin-bottom: 25px;
  }
  .item-news-home .ct {
    position: relative;
    padding: 0;
  }
  .cas-new-home .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -70px;
  }
  .cas-new-home .slick-arrow.prev {
    right: 55px;
  }
  .item-news-home .ct .view-detail {
    bottom: 12px;
    right: 5px;
  }
  .c-project-page .item .content-abs {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .home-block {
    padding: 30px 0;
  }
  .home-about {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .cas-home .ct {
    padding-bottom: 20px;
  }
  .cas-home .ct .desc {
    display: none;
  }
  .cas-home .head-banner {
    margin-bottom: 40px;
  }
  .cas-home .head-banner .text .text1 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .cas-home .head-banner .text .text2 {
    font-size: 32px;
    line-height: 1;
  }
  .cas-home .head-banner span {
    margin-left: 2px;
    font-size: 50px;
    -webkit-text-stroke: 1px #fff;
  }
  .cas-home .slick-dots {
    bottom: 10px;
    left: 33%;
    width: 67%;
  }
  .cas-home .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .social-banner {
    flex-direction: row;
    margin-left: -10px;
  }
  .social-banner li:last-child {
    margin-bottom: 10px;
  }
  .social-new-banner {
    flex-direction: column;
    align-items: flex-start;
    bottom: 15rem;
    left: 15px !important;
  }
  .list-number {
    margin-bottom: -20px;
  }
  .cas-partner .item-partner {
    height: 80px;
  }
  .cas-partner .item-partner img {
    max-height: 35px;
  }
  .home-partner {
    padding-bottom: 10px;
    background-size: cover;
  }
  .home-partner .wrap-head-pri {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-partner .nav-tabs .nav-item {
    margin-top: 15px;
  }
  .item-partner {
    margin-bottom: 25px;
  }
  .item-news-home {
    margin-bottom: 30px;
  }
  .item-news-home .ct .title {
    margin-bottom: 8px;
  }
  .item-news-home .ct .desc {
    margin-bottom: 5px;
  }
  .home-solutions {
    padding-top: 50px;
  }
  .home-solutions .head-title {
    margin-top: 0;
  }
  .home-news {
    padding: 45px 0;
  }
  /*.c-project-page .item {
  	.num{
  		bottom: 20px;
  	}
  	.content-abs{
  		transform: scale(1);
  	}
  	.info{
  		display: none;
  	}
  }*/
}
@media (max-width: 575px) {
  .home-solutions {
    padding-bottom: 0;
  }
}
@media (max-width: 470px) {
  .cas-new-home {
    margin-left: -25px;
  }
  .cas-new-home .item-news-home {
    margin: 0 10px;
  }
}
#loadMore {
  margin-top: 2rem;
  border: 1px solid rgb(163, 163, 163);
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgb(102, 102, 102);
  border-radius: 6px;
  padding: 9px;
  width: 100%;
  text-align: center;
}

.job-list-empty {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5rem;
}

.job-list-empty-mobile {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .job-list-empty-mobile {
    display: none !important;
  }
}

.loaderUi {
  /*margin: 20rem auto;*/
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid red;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.link-pri {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-page {
  position: relative;
}
.banner-page.not-overlay:before {
  display: none;
}
@media (max-width: 1199px) {
  .banner-page {
    margin-top: 0;
  }
}
.banner-page .img img {
  width: 100%;
  max-height: 41.7rem;
}
.banner-page .ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.banner-page .ct .title {
  text-align: center;
  font-family: "FS-Magistral", sans-serif;
  margin-bottom: 6rem;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0.1000000015px;
}
.banner-page .ct .breadcrumb {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0;
  justify-content: center;
}
.banner-page .ct .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.banner-page .ct .breadcrumb-item a {
  transition: 0.2s;
}
.banner-page .ct .breadcrumb-item i {
  font-size: 2rem;
}
.banner-page .ct .breadcrumb-item.active {
  color: #fff;
}
.banner-page .ct .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  padding-right: 1.7rem;
  font-size: 1.6rem;
  margin-top: 0.3rem;
}
.banner-page .ct .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.7rem;
}
.banner-page.imprint .ct .title {
  font-size: 4rem;
}
.banner-page.imprint .img img {
  max-height: 15rem;
  min-height: 15rem !important;
  /*@media (min-width: 1366px) {

  }*/
}
.banner-page.solution {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #000;
}
@media (min-width: 1200px) {
  .banner-page.solution {
    margin-top: 2rem;
  }
}
.banner-page.solution:before {
  display: none;
}
.banner-page.solution .ct {
  position: relative;
  display: block;
}
.banner-page.solution .ct .title {
  text-align: left;
  font-weight: 800;
  font-size: 6.6rem;
  line-height: 1.05;
  margin-bottom: 3rem;
  letter-spacing: -0.01rem;
  font-family: "Sarabun", sans-serif;
}
.banner-page.solution .ct .breadcrumb {
  justify-content: start;
}
.banner-page.solution .ct .desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  padding-top: 2rem;
  padding-right: 8rem;
  text-align: justify;
}
.banner-page.solution .ct .desc p {
  margin-bottom: 3rem;
}
.banner-page.solution .img-special {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60%;
  height: 100%;
  transform: translateY(-50%);
  padding-right: 2%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner-page.solution .img-special img {
  max-height: 90%;
}
.banner-page.solution .img-special .block-img {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-page.solution .img-special .img1 {
  z-index: 1;
  animation: img1 5s linear infinite;
  transform-origin: 50% 70%;
}
.banner-page.solution .img-special .img1 img {
  width: 100%;
}
.banner-page.solution .img-special .img2 {
  position: absolute;
  width: 42.5%;
  right: 14%;
  top: 0%;
  z-index: -1;
  transform-origin: 100% 50%;
  animation: img2 5s linear infinite;
}
.banner-page.solution .col-ct {
  padding-right: 6rem;
  color: #000;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .banner-page.solution .col-ct {
    margin-bottom: 0;
  }
}
.banner-page.solution .col-ct .page-title {
  margin-bottom: 2rem;
}
.banner-page.solution .col-ct .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.banner-page.search {
  padding-top: 5rem;
}
.banner-page.search:before {
  display: none;
}
.banner-page.search .title-search {
  text-transform: uppercase;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-page.search .title-search .keyword {
  color: rgb(238, 0, 51);
}

.page-404 {
  padding: 8rem 0;
}
.page-404 .ct {
  text-align: center;
  padding: 9rem 0;
}
.page-404 .ct .title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 20rem;
  color: rgba(238, 0, 51, 0.8);
  font-weight: 700;
  line-height: 1;
}
.page-404 .ct .desc {
  font-size: 1.7rem;
  margin: 2rem 0 3rem 0;
}
.page-404 .ct .desc p {
  font-size: 1.7rem;
  letter-spacing: 0;
}
.page-404 .ct .btn-404 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.7rem;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(238, 0, 51);
  border-radius: 32px;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.page-404 .ct .btn-404:hover {
  background-color: #bb0028;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 5rem 0 4rem 0;
  }
  .page-404 .top {
    margin-bottom: 4rem;
  }
  .page-404 .ct {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .page-404 .ct .title {
    font-size: 16rem;
  }
}

.note-search {
  text-align: center;
}
.note-search .title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.note-search .form-group {
  position: relative;
  display: flex;
  justify-content: center;
}
.note-search .form-group .form-control {
  max-width: 25%;
  height: 4.5rem;
  border-radius: 0;
  font-size: 1.6rem;
  box-shadow: none;
  border: 1px solid #fff;
  transition: 0.2s;
}
.note-search .form-group .form-control:focus {
  border: 1px solid rgb(238, 0, 51);
}
@media (max-width: 1199px) {
  .note-search .form-group .form-control {
    max-width: 280px;
  }
}
.note-search .form-group button {
  position: relative;
  color: #fff;
  height: 4.5rem;
  width: 4.5rem;
  flex: 0 0 4.5rem;
  background-color: rgb(238, 0, 51);
  font-size: 2rem;
  transition: 0.2s;
}
.note-search .form-group button:hover {
  background-color: #bb0028;
}

.solutions.tabs-search .item-news-text {
  text-align: left;
}

.list-solutions-search {
  margin-bottom: 4rem;
}

.light-mode .note-search .form-group .form-control {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.light-mode .note-search .form-group .form-control:focus {
  border: 1px solid rgb(238, 0, 51);
}

@keyframes img1 {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-2deg) translateX(1rem);
  }
  50% {
    transform: rotateZ(-3deg) translateX(2rem);
  }
  75% {
    transform: rotateZ(-2deg) translateX(1rem);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes img2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.page-about {
  position: relative;
}
.page-about:before {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.02;
  z-index: -1;
}
.page-about .ab-intro {
  padding: 2rem 0;
}
.page-about .ab-intro .head-about-div {
  display: flex;
  align-items: center;
}
.page-about .ab-intro .head-about-div .head-about .title {
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 1rem;
}
.page-about .ab-intro .head-about-div .head-about img {
  width: 100%;
  height: auto;
  max-height: 350px;
  border-radius: 20px;
}
.page-about .ab-intro .desc {
  position: relative;
  display: block;
  color: rgb(108, 108, 108);
  padding-bottom: 0.5rem;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  padding-right: 8rem;
}
.page-about .list-number .item-number .div-item-number {
  margin-left: 0;
}
.page-about .list-number .item-number .desc {
  color: rgb(238, 0, 51);
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1000000015px;
  text-align: left;
  text-transform: inherit;
  height: 32px;
}
.page-about .list-number .item-number .title {
  color: rgb(108, 108, 108);
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  text-transform: inherit;
}
.page-about .list-number .item-number .img img {
  filter: none;
}
.page-about .list-number .item-number .top .number {
  color: rgb(238, 0, 51);
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  margin-right: 10px;
}
.page-about .staff-intro {
  margin: 8rem 0 0 0;
  padding: 6rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #17191e;
  position: relative;
}
.page-about .staff-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 100%;
  background: url(../images/about/background_2.svg) no-repeat -15%;
}
.page-about .staff-intro .left {
  align-items: center;
  display: flex;
}
.page-about .staff-intro .right-info {
  padding-left: 10rem;
  color: #fff;
}
.page-about .staff-intro .right-info .desc {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.page-about .staff-intro .right-info .head-title {
  margin-bottom: 1rem;
}
.page-about .staff-intro .right-info .info-staff {
  display: flex;
  margin-top: 2rem;
}
.page-about .staff-intro .right-info .info-staff .item {
  flex: 0 0 50%;
}
.page-about .staff-intro .right-info .info-staff .item .count {
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.page-about .staff-intro .right-info .info-staff .item .info {
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.page-about .staff-intro .right-info .info-staff .item .info .desc-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-about .staff-intro .right-info .value-intro {
  padding-top: 4rem;
  margin-top: 5rem;
  border-top: 1px dashed;
}
.page-about .staff-intro .right-info .value-intro .desc {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.page-about .staff-intro .right-info .value-intro .value-trademark {
  margin-top: 2rem;
}
.page-about .staff-intro .right-info .value-intro .value-trademark strong {
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.page-about .staff-intro .right-info .value-intro .value-trademark span {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  color: #fff;
}
.page-about .staff-intro .right-info .value-intro .value-trademark .note {
  color: #fff;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.page-about .value-support-intro {
  height: 584px;
  padding: 6rem 0;
  position: relative;
}
.page-about .value-support-intro .img-background {
  position: absolute;
  top: 0;
  left: 0;
}
.page-about .value-support-intro .img-background img {
  height: 584px;
}
@media (min-width: 1921px) {
  .page-about .value-support-intro .img-background {
    width: 100%;
  }
  .page-about .value-support-intro .img-background img {
    width: 100%;
  }
}
.page-about .value-support-intro .left .head-title {
  margin-bottom: 0;
}
.page-about .value-support-intro .left .company-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: rgb(108, 108, 108);
}
.page-about .value-support-intro .left .company-contact {
  max-width: 400px;
}
.page-about .value-support-intro .left .company-contact .info {
  margin-top: 5rem;
}
.page-about .value-support-intro .left .company-contact .info h3 {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.1px;
}
.page-about .value-support-intro .left .company-contact .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.page-about .value-support-intro .left .company-contact .contact {
  margin-top: 2rem;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li {
  margin-bottom: 1.5rem;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li a img {
  border-radius: 50%;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li a img.hover {
  display: none;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li a img.not-hover {
  display: inline-block;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li:hover a img.hover {
  display: inline-block;
}
.page-about .value-support-intro .left .company-contact .contact .contact-chanel li:hover a img.not-hover {
  display: none;
}
.page-about .value-support-intro .right .support-customer {
  text-align: center;
  background: linear-gradient(180deg, #F0F5F7 0%, rgba(255, 255, 255, 0) 100%);
  max-width: 322px;
  padding-top: 3.5rem;
}
.page-about .value-support-intro .right .support-customer .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
}
.page-about .value-support-intro .right .support-customer .phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin: 1rem 0;
  color: rgb(238, 0, 51);
}
.page-about .value-support-intro .right .support-customer .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media (max-width: 1199px) {
  .page-about .value-support-intro {
    height: 500px;
  }
  .page-about .value-support-intro .img-background img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .page-about .value-support-intro {
    height: fit-content;
  }
  .page-about .value-support-intro .img-background {
    position: absolute;
    bottom: 0;
    left: 0;
    top: inherit;
  }
  .page-about .value-support-intro .img-background img {
    height: 400px;
  }
  .page-about .value-support-intro .right .support-customer {
    text-align: center;
    background: linear-gradient(180deg, #F0F5F7 0%, rgba(255, 255, 255, 0) 100%);
    max-width: 240px;
    padding-top: 3.5rem;
  }
  .page-about .value-support-intro .right .support-customer .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 1rem;
  }
  .page-about .value-support-intro .right .support-customer .phone {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin: 1rem 0;
    color: rgb(238, 0, 51);
  }
  .page-about .value-support-intro .right .support-customer .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
  .page-about .ab-intro {
    padding: 2rem 0;
  }
  .page-about .ab-intro .head-about-div {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .page-about .ab-intro .desc {
    padding-right: inherit;
  }
  .page-about .list-number .item-number {
    flex: 0 0 50%;
    margin-bottom: 3rem;
  }
  .page-about .list-number .item-number .desc {
    font-size: 22px;
  }
  .page-about .list-number .item-number .title {
    font-size: 18px;
  }
  .page-about .list-number .item-number .top .number {
    font-size: 40px;
  }
  .page-about .staff-intro:before {
    background-position-x: left;
    background-position-y: 20%;
  }
  .page-about .staff-intro .left {
    margin-top: 15px;
    text-align: center;
    display: block;
  }
  .page-about .staff-intro .left img {
    width: 100%;
    height: auto;
  }
  .page-about .staff-intro .right-info {
    padding-left: 13px;
    margin-top: 20px;
  }
  .page-about .staff-intro .right-info .desc {
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1000000015px;
    text-align: left;
  }
  .page-about .staff-intro .right-info .head-title {
    margin-bottom: 1rem;
  }
  .page-about .staff-intro .right-info .info-staff {
    display: block;
  }
  .page-about .staff-intro .right-info .info-staff .item .count {
    font-size: 40px;
  }
  .page-about .staff-intro .right-info .info-staff .item .info {
    font-size: 18px;
  }
  .page-about .staff-intro .right-info .info-staff .item .info .desc-info {
    font-size: 14px;
  }
  .page-about .staff-intro .right-info .value-intro .desc {
    font-size: 18px;
  }
  .page-about .staff-intro .right-info .value-intro .value-trademark {
    margin-top: 2rem;
  }
  .page-about .staff-intro .right-info .value-intro .value-trademark strong {
    font-size: 40px;
  }
  .page-about .staff-intro .right-info .value-intro .value-trademark span {
    font-size: 21px;
  }
  .page-about .staff-intro .right-info .value-intro .value-trademark .note {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-about .list-number .item-number {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
  .page-about .list-number .item-number .top {
    margin-bottom: 0;
  }
  .page-about .value-support-intro {
    height: auto;
  }
  .page-about .value-support-intro .img-background img {
    height: 200px;
    object-position: 63%;
  }
  .page-about .value-support-intro .left .company-name {
    font-size: 18px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .info h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .info p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .contact .contact-chanel li a {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .right .support-customer {
    margin: 0 auto;
    margin-bottom: 8rem;
  }
}
@media (max-width: 575px) {
  .page-about .value-support-intro {
    padding: 3rem 0;
  }
  .page-about .value-support-intro .left .company-name {
    font-size: 18px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .info h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .info p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .left .company-contact .contact .contact-chanel li a {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about .value-support-intro .right .support-customer a image {
    width: 48px;
  }
  .page-about .ab-intro {
    padding-top: 0;
  }
  .page-about .list-number .item-number {
    flex: 0 0 100%;
  }
  .page-about .list-number .item-number .img img {
    max-width: none;
  }
}

.numbers-intro .head {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 5.4rem;
  text-align: center;
  color: rgb(238, 0, 51);
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .cas-number .slick-list {
    margin: 0 -10rem;
  }
}
.cas-number .slick-arrow {
  font-size: 2.6rem;
  position: absolute;
  top: 3rem;
}
.cas-number .slick-arrow.prev {
  right: calc(100% + 3rem);
}
.cas-number .slick-arrow.next {
  left: calc(100% + 3rem);
}
.cas-number .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: inherit;
}
.cas-number .item {
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) {
  .cas-number .item {
    margin: 0 10rem;
  }
}
.cas-number .item .ct {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cas-number .item .ct strong {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
  color: transparent;
  line-height: 1;
  font-family: "Sarabun", sans-serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-align: left;
}
@media (max-width: 991px) {
  .cas-number .item .ct strong {
    font-size: 70px;
  }
}
.cas-number .item .ct .num-abs {
  position: absolute;
  left: 1.5rem;
  top: 55%;
  width: 100%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
}
.cas-number .item .ct .num-abs .num {
  color: #fff;
  margin-right: 0.5rem;
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.cas-number .item .ct .num-abs .head {
  margin-bottom: 0.5rem;
}
.cas-number .item .ct .num-abs .head b {
  font-size: 1.6rem;
  color: rgb(238, 0, 51);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.cas-number .item .desc {
  font-weight: 500;
  margin-top: 1rem;
  font-size: 20px;
  text-transform: inherit;
  padding-left: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: calc(1.5em * 2);
}
@media (max-width: 575px) {
  .cas-number .item .desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cas-number .slick-slide {
    margin: 0 8rem;
  }
}

.direct-link {
  padding: 7rem 0;
}
.direct-link .div-item .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 23rem;
  transition: 0.3s ease-in-out;
  padding: 1rem;
  min-height: 340px;
  width: 280px;
  margin: 0 auto;
}
.direct-link .div-item .item .icon {
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.direct-link .div-item .item .icon img {
  max-height: 100%;
}
.direct-link .div-item .item .title {
  margin-top: 3rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.direct-link .div-item .item:hover {
  /*.icon{
      filter: brightness(1) invert(1);
  }*/
}
@media (max-width: 1199px) {
  .direct-link .div-item .item {
    min-height: 280px;
    width: 240px;
  }
  .direct-link .div-item .item .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .direct-link .div-item .item {
    min-height: 240px;
    width: 100%;
  }
  .direct-link .div-item .item .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .direct-link .div-item .item {
    justify-content: initial;
    padding-top: 5rem;
    min-height: 240px;
    width: 100%;
  }
  .direct-link .div-item .item .title {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .direct-link .div-item .item {
    padding: 0;
    padding-top: 4rem;
    min-height: 180px;
    width: 100%;
  }
  .direct-link .div-item .item .icon {
    height: 64px;
  }
  .direct-link .div-item .item .title {
    margin-top: 1.5rem;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

.page-prize {
  position: relative;
}
.page-prize .wrap-head-pri .head-title {
  margin-bottom: 0;
}
.page-prize .wrap-head-pri .nav-tabs {
  border-bottom: none;
}
.page-prize .wrap-head-pri .nav-tabs .nav-item {
  position: relative;
  /*&:not(:last-child) {
      &::after {
          position: absolute;
          content: "/";
          top: 0;
          right: -0.25em;
          font-size: 1em;
      }
  }*/
}
.page-prize .wrap-head-pri .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.page-prize .wrap-head-pri .nav-tabs .nav-item:last-child {
  padding-right: 0;
  margin-left: -17px;
}
.page-prize .wrap-head-pri .nav-tabs .nav-item:has(.active) {
  z-index: 2;
}
@media (max-width: 1199px) {
  .page-prize .wrap-head-pri .nav-tabs .nav-item:last-child {
    margin-left: -17px;
  }
}
.page-prize .wrap-head-pri .nav-link {
  padding: 11px 24px 11px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  border: 1px solid rgb(202, 208, 214) !important;
  border-radius: 12px;
  color: rgb(99, 99, 99);
  background: rgb(215, 215, 215);
  min-width: 170px;
}
.page-prize .wrap-head-pri .nav-link.active {
  color: #000;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-prize .wrap-head-pri .nav-link {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .page-prize .wrap-head-pri {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-prize .wrap-head-pri .head-title {
    margin-bottom: 1.5rem;
  }
  .page-prize .wrap-head-pri .nav-tabs {
    width: 100%;
  }
  .page-prize .wrap-head-pri .nav-tabs .nav-item {
    width: 53%;
  }
  .page-prize .wrap-head-pri .nav-tabs .nav-item:last-child {
    margin-left: -6%;
  }
}
.page-prize .tabs-prize > .nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 5.5rem;
}
.page-prize .tabs-prize > .nav-tabs .nav-item {
  margin: 0 8rem;
}
.page-prize .tabs-prize > .nav-tabs .nav-link {
  position: relative;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.page-prize .tabs-prize > .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  left: 50%;
  background-color: #e01a2d;
  transition: 0.3s;
}
.page-prize .tabs-prize > .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51);
}
.page-prize .tabs-prize > .nav-tabs .nav-link.active:before {
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .page-prize .tabs-prize > .nav-tabs {
    display: block;
    white-space: nowrap;
    text-align: center;
    overflow-x: auto;
  }
  .page-prize .tabs-prize > .nav-tabs .nav-item {
    display: inline-block;
    margin: 0 1.2em;
  }
  .page-prize .tabs-prize > .nav-tabs .nav-item:first-child {
    margin-left: 0;
  }
  .page-prize .tabs-prize > .nav-tabs .nav-item:last-child {
    margin-right: 0;
  }
}
.page-prize .item-prize-primary {
  margin-bottom: 4.5rem;
}
.page-prize .item-prize-primary .img {
  margin-bottom: 2rem;
}
.page-prize .item-prize-primary .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.page-prize .item-prize-primary .ct .title {
  margin-bottom: 0.6rem;
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-prize .item-prize-primary .ct .desc {
  display: block;
  color: black;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-prize .item-prize-primary .ct .desc b {
  font-weight: 600;
}
.page-prize .item-prize-primary .ct .desc ul {
  list-style-type: none;
  padding-left: 0.5rem;
}
.page-prize .item-prize-primary .ct .desc ul li:before {
  content: "•";
  margin-right: 0.5em;
}
@media (max-width: 575px) {
  .page-prize .item-prize-primary {
    margin-bottom: 2.5rem;
  }
  .page-prize .item-prize-primary .img {
    margin-bottom: 1rem;
  }
  .page-prize .item-prize-primary .ct .title {
    font-size: 18px;
  }
  .page-prize .item-prize-primary .ct .desc {
    font-size: 14px;
  }
}
.page-prize .tabs-prize-world .tab-content {
  padding-top: 2.5rem;
}
.page-prize .tabs-prize-world .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.page-prize .tabs-prize-world .nav-tabs:before {
  content: "";
  position: absolute;
  bottom: 17px;
  height: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.page-prize .tabs-prize-world .nav-tabs .slick-track {
  margin: auto;
}
.page-prize .tabs-prize-world .nav-tabs .nav-item {
  display: block;
}
.page-prize .tabs-prize-world .nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  transition: 0.2s ease-in-out;
  display: block;
  padding: 2.5rem 0 4rem 0;
  text-transform: uppercase;
  position: relative;
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.1px;
  color: rgb(102, 102, 102);
  height: 100%;
  text-align: center;
}
.page-prize .tabs-prize-world .nav-tabs .nav-link:before, .page-prize .tabs-prize-world .nav-tabs .nav-link:after, .page-prize .tabs-prize-world .nav-tabs .nav-link span.point {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 13px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: rgb(181, 180, 180);
}
.page-prize .tabs-prize-world .nav-tabs .nav-link.active {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: rgb(238, 0, 51);
}
.page-prize .tabs-prize-world .nav-tabs .nav-link.active:before, .page-prize .tabs-prize-world .nav-tabs .nav-link.active:after, .page-prize .tabs-prize-world .nav-tabs .nav-link.active span.point {
  background: red;
}
.page-prize .tabs-prize-world .nav-tabs .nav-link.active:before, .page-prize .tabs-prize-world .nav-tabs .nav-link.active:after {
  animation: pulse 3s infinite linear forwards;
}
.page-prize .tabs-prize-world .nav-tabs .nav-link.active:before {
  animation-delay: 0.5s;
}
.page-prize .tabs-prize-world .nav-tabs .nav-link.active:after {
  animation-delay: 1.5s;
}
@media (max-width: 575px) {
  .page-prize .tabs-prize-world .nav-tabs:before {
    bottom: 18px;
    height: 2px;
  }
  .page-prize .tabs-prize-world .nav-tabs .nav-link {
    font-size: 16px;
    padding-bottom: 5rem;
  }
  .page-prize .tabs-prize-world .nav-tabs .nav-link.active {
    font-size: 16px;
  }
}
.page-prize .title-prize {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.page-prize .title-prize span {
  display: block;
}
.page-prize .item-prize {
  color: inherit;
  margin-bottom: 4.5rem;
  display: block;
}
.page-prize .item-prize .img {
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 12px;
  border: 1px solid rgb(228, 228, 228);
}
.page-prize .item-prize .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.page-prize .item-prize .title {
  margin-bottom: 1rem;
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-prize .item-prize .desc {
  display: block;
  color: black;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-prize .item-prize .desc b {
  font-weight: 600;
}
@media (max-width: 575px) {
  .page-prize .item-prize {
    margin-bottom: 2.5rem;
  }
  .page-prize .item-prize .img {
    margin-bottom: 1rem;
  }
  .page-prize .item-prize .title {
    font-size: 18px;
  }
  .page-prize .item-prize .desc {
    font-size: 14px;
  }
}
.page-prize .item-prize:hover .desc {
  color: black;
}

.page-global-network .head-title {
  margin-bottom: 2rem;
}
.page-global-network .title-global {
  text-align: center;
  padding: 0 0 7rem 0;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
}
.page-global-network .wrap-map-global {
  margin-bottom: 7rem;
  width: 100rem;
  margin: auto;
  position: relative;
  transform-origin: 0 50%;
}
.page-global-network .wrap-map-global img {
  width: 100%;
}
.page-global-network .wrap-map-global .item-location {
  position: absolute;
}
.page-global-network .wrap-map-global .item-location.not-boxshadow .ic {
  box-shadow: none;
}
.page-global-network .wrap-map-global .item-location .content {
  position: relative;
}
.page-global-network .wrap-map-global .item-location .ic {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(238, 0, 51);
  animation: scaleAni2 2s linear forwards infinite;
  position: relative;
  box-shadow: 0 0 4rem 1.5rem rgba(255, 255, 255, 0.6);
}
.page-global-network .wrap-map-global .item-location .ic:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  border: 1px solid rgb(238, 0, 51);
  border-radius: 50%;
  transition: 0.3s;
}
.page-global-network .wrap-map-global .item-location .text {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  font-family: "Sarabun", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.1px;
  color: rgb(238, 0, 51);
  top: 50%;
}
.page-global-network .wrap-map-global .item-location.peru {
  left: 24.5%;
  top: 73.5%;
}
.page-global-network .wrap-map-global .item-location.peru .text {
  left: -4.4rem;
}
.page-global-network .wrap-map-global .item-location.vietnam {
  left: 80.5%;
  top: 44%;
}
.page-global-network .wrap-map-global .item-location.vietnam .text {
  left: calc(100% + 1rem);
}
.page-global-network .wrap-map-global .item-location.mozambique {
  left: 59.1%;
  top: 71%;
}
.page-global-network .wrap-map-global .item-location.mozambique .text {
  left: calc(100% + 1rem);
}
.page-global-network .wrap-map-global .item-location.tanzania {
  left: 61.5%;
  top: 55%;
}
.page-global-network .wrap-map-global .item-location.tanzania .text {
  left: calc(100% + 1rem);
}
.page-global-network .wrap-map-global .item-location.haiti {
  left: 27%;
  top: 47.5%;
}
.page-global-network .wrap-map-global .item-location.haiti .text {
  right: 4.2rem;
  top: 60%;
}
.page-global-network .wrap-map-global .item-location.cameroon {
  left: 52.4%;
  top: 53%;
}
.page-global-network .wrap-map-global .item-location.cameroon .text {
  left: -8.4rem;
}
.page-global-network .wrap-map-global .item-location.cambodia {
  left: 80%;
  top: 58.5%;
}
.page-global-network .wrap-map-global .item-location.cambodia .text {
  right: 8rem;
}
.page-global-network .wrap-map-global .item-location.timor-leste {
  left: 85.5%;
  top: 73.5%;
}
.page-global-network .wrap-map-global .item-location.timor-leste .text {
  left: calc(100% + 1rem);
}
.page-global-network .wrap-map-global .item-location.laos {
  left: 79.8%;
  top: 46.5%;
}
.page-global-network .wrap-map-global .item-location.laos .text {
  right: 4rem;
}
.page-global-network .wrap-map-global .item-location.myanmar {
  left: 75.2%;
  top: 41%;
}
.page-global-network .wrap-map-global .item-location.myanmar .text {
  right: 7.4rem;
}
.page-global-network .wrap-map-global .item-location.burundi {
  left: 57%;
  top: 45%;
}
.page-global-network .wrap-map-global .item-location.burundi .text {
  right: 6.2rem;
}
@media (max-width: 991px) {
  .page-global-network .wrap-map-global {
    transform: scale(0.84);
  }
}
@media (max-width: 767px) {
  .page-global-network .wrap-map-global {
    transform: scale(0.64);
  }
}
@media (max-width: 575px) {
  .page-global-network .wrap-map-global {
    transform: scale(1);
    width: 100%;
  }
  .page-global-network .wrap-map-global .item-location .ic {
    width: 3.2px;
    height: 3.2px;
  }
  .page-global-network .wrap-map-global .item-location .text {
    font-size: 8px;
  }
  .page-global-network .wrap-map-global .item-location.peru .text {
    left: -2.6rem;
  }
  .page-global-network .wrap-map-global .item-location.vietnam .text {
    left: calc(100% + 0.5rem);
  }
  .page-global-network .wrap-map-global .item-location.mozambique {
    left: 59.1%;
    top: 68%;
  }
  .page-global-network .wrap-map-global .item-location.mozambique .text {
    left: calc(100% + 0.5rem);
  }
  .page-global-network .wrap-map-global .item-location.tanzania {
    left: 61.5%;
    top: 52%;
  }
  .page-global-network .wrap-map-global .item-location.tanzania .text {
    left: calc(100% + 0.5rem);
  }
  .page-global-network .wrap-map-global .item-location.haiti {
    left: 27%;
    top: 44%;
  }
  .page-global-network .wrap-map-global .item-location.haiti .text {
    right: 2.8rem;
  }
  .page-global-network .wrap-map-global .item-location.cameroon {
    left: 52.9%;
    top: 51%;
  }
  .page-global-network .wrap-map-global .item-location.cameroon .text {
    left: -5.4rem;
  }
  .page-global-network .wrap-map-global .item-location.cambodia {
    left: 80%;
    top: 58.5%;
  }
  .page-global-network .wrap-map-global .item-location.cambodia .text {
    right: 5rem;
    top: 60%;
  }
  .page-global-network .wrap-map-global .item-location.timor-leste {
    left: 85.5%;
    top: 70.5%;
  }
  .page-global-network .wrap-map-global .item-location.timor-leste .text {
    left: calc(100% + 0.5rem);
  }
  .page-global-network .wrap-map-global .item-location.laos {
    left: 79.8%;
    top: 46.5%;
  }
  .page-global-network .wrap-map-global .item-location.laos .text {
    right: 2.5rem;
    top: 65%;
  }
  .page-global-network .wrap-map-global .item-location.myanmar {
    left: 75.2%;
    top: 41%;
  }
  .page-global-network .wrap-map-global .item-location.myanmar .text {
    right: 4.6rem;
  }
  .page-global-network .wrap-map-global .item-location.burundi {
    left: 57%;
    top: 45%;
  }
  .page-global-network .wrap-map-global .item-location.burundi .text {
    right: 4.2rem;
  }
}
@media (max-width: 991px) {
  .page-global-network .title-global {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .page-global-network .head-title {
    margin-bottom: 1rem;
  }
  .page-global-network .title-global {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: rgb(108, 108, 108);
    padding-bottom: 2rem;
  }
}

.member-group {
  padding-bottom: 10rem;
}
.member-group .item-member-group {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  margin-bottom: 4rem;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.member-group .item-member-group img {
  max-height: 80%;
  max-width: 80%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.member-group .item-member-group:hover {
  background-color: #24272f;
}
.member-group .item-member-group:hover img {
  filter: none;
  -webkit-filter: none;
}
@media (max-width: 1199px) {
  .member-group {
    padding-bottom: 7rem;
  }
  .member-group .item-member-group {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .member-group {
    padding-bottom: 5rem;
  }
  .member-group .item-member-group {
    margin-bottom: 15px;
  }
}

@keyframes scaleAni {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleAni2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1.5);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.page-services {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-services {
    padding-top: 5rem;
  }
}
.page-services .pagination {
  margin-top: 0;
}

.page-resources {
  position: relative;
  padding-bottom: 10rem;
}
.page-resources .desktop-file {
  display: none;
}
@media (min-width: 991px) {
  .page-resources .desktop-file {
    display: flex;
  }
}
.page-resources .mobile-file {
  display: block;
}
@media (min-width: 991px) {
  .page-resources .mobile-file {
    display: none;
  }
}
.page-resources .mobile-file .file-category-container .file-category {
  border: solid 1px #B5B4B4;
  margin: 1.5rem 0;
  border-radius: 3px;
}
.page-resources .mobile-file .file-category-container .file-header {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 1rem 0.5rem;
  transition: 0.2s;
}
.page-resources .mobile-file .file-category-container .file-header .header-name {
  display: flex;
  align-items: center;
}
.page-resources .mobile-file .file-category-container .file-header .header-name i {
  margin-left: auto;
  margin-right: 1rem;
  color: #B5B4B4;
  transition: 0.2s;
}
.page-resources .mobile-file .file-category-container .file-header.head-active {
  color: #fff;
  font-weight: 600;
  background: #EE0033;
}
.page-resources .mobile-file .file-category-container .file-header.head-active i {
  color: #fff;
  transform: rotateX(180deg);
}
.page-resources .mobile-file .file-category-container .file-list-body {
  padding: 1rem 2rem;
}
.page-resources .mobile-file .file-category-container .file-list-body .list-resources .item-file:last-child {
  border-bottom: 0;
}
.page-resources:before {
  position: absolute;
  content: "";
  top: -5%;
  left: 0;
  width: 100%;
  height: 105%;
  background: url(../images/Wave.png) no-repeat center;
  opacity: 0.03;
  z-index: -1;
}
.page-resources .sidebar-resources {
  min-height: 67.5rem;
  margin-right: -3rem;
  background-color: #14161c;
  padding: 3rem;
}
.page-resources .nav-tabs {
  display: block;
  border-bottom: none;
  max-height: 61.5rem;
  overflow-y: auto;
  margin-right: -2rem;
  padding-right: 2rem;
  /* width */
  /* Track */
  /* Handle */
}
.page-resources .nav-tabs::-webkit-scrollbar {
  width: 3px;
}
.page-resources .nav-tabs::-webkit-scrollbar-track {
  background: transparent;
}
.page-resources .nav-tabs::-webkit-scrollbar-thumb {
  background: #999;
}
.page-resources .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 1.5rem;
}
.page-resources .nav-tabs .nav-item:has(a.active) {
  background: rgb(238, 0, 51);
}
.page-resources .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  display: block;
  transition: 0.2s;
}
.page-resources .nav-tabs .nav-link.active {
  color: #fff;
}
.page-resources .page-title {
  font-weight: 700;
  font-family: FS-PFBeauSansPro, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
@media (min-width: 768px) {
  .page-resources .page-title {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .tabs-primary .tab-content {
    padding-left: 12.2rem;
  }
}
.tabs-primary .nav-tabs {
  display: block;
  border-bottom: none;
}
.tabs-primary .nav-tabs .nav-item {
  margin-bottom: 2rem;
}
.tabs-primary .nav-tabs .nav-link {
  position: relative;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  border-radius: 0;
  padding: 2.1rem 2.5rem;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.tabs-primary .nav-tabs .nav-link.active {
  background-color: #e31439;
  color: #fff;
}
.tabs-primary .nav-tabs .nav-link.active:before {
  right: 0;
}
.tabs-primary .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  right: -2rem;
  width: 0;
  height: 0;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-right: 1.2rem solid #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  transition-delay: 0.3s;
}

.item-file {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #353539;
}
.item-file .icon {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  background-size: 100% 100% !important;
}
.item-file .icon.pdf {
  background: url("../images/ic-pdf.png") no-repeat center;
}
.item-file .icon.doc {
  background: url("../images/ic-doc-2.png") no-repeat center;
}
.item-file .icon.ppt {
  background: url("../images/ic-ppt.png") no-repeat center;
}
.item-file .icon.excel {
  background: url("../images/ic-excel.png") no-repeat center;
}
.item-file .ct {
  flex-grow: 1;
  padding-left: 2rem;
}
.item-file .ct .title a {
  display: block;
  padding-right: 6rem;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #666;
  transition: 0.2s;
}
.item-file .ct .title a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-file .ct .title a:hover {
  color: #e31439;
}

.page-faq {
  padding: 8rem 0;
  position: relative;
}
.page-faq:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 100%;
  height: 105%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.03;
  z-index: -1;
}
.page-faq .sb-faq {
  background-color: #14161c;
}
@media (min-width: 991px) {
  .page-faq .sb-faq {
    width: calc(100% - 9.3rem);
  }
}
.page-faq .search-faq {
  padding: 3.5rem 3rem 1rem 3rem;
}
.page-faq .search-faq .form-group {
  position: relative;
}
.page-faq .search-faq .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #919295;
  height: 5.8rem;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 5rem;
  font-weight: 300;
}
.page-faq .search-faq .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-weight: 300;
}
.page-faq .search-faq button {
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
  color: #fff;
  font-size: 2.3rem;
}
.page-faq .pagination {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .page-faq .pagination {
    margin-top: 4rem;
  }
}

.list-cate-sb .card {
  border-radius: 0;
  border: none;
  background-color: #21242d;
}
.list-cate-sb .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.list-cate-sb .card-link {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2.5rem 5.5rem 2.5rem 3rem;
  position: relative;
  color: rgb(238, 0, 51);
  letter-spacing: -0.024em;
  text-transform: uppercase;
  transition: 0.3s;
}
.list-cate-sb .card-link:after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: calc(50% - 1.65rem);
  right: 3rem;
  font-size: 2.2rem;
  color: rgb(238, 0, 51);
  font-weight: 900;
  transition: 0.2s;
}
.list-cate-sb .card-link.collapsed {
  color: #ffffff;
  background-color: #14161c;
}
.list-cate-sb .card-link.collapsed:after {
  content: "\f0d7";
  color: #fff;
}
.list-cate-sb .card-link:hover {
  color: rgb(238, 0, 51);
}
.list-cate-sb .card-link:hover:after {
  color: rgb(238, 0, 51);
}
.list-cate-sb .card-body {
  padding-left: 0;
  padding-top: 0;
  font-size: 1.8rem;
  padding-bottom: 2.5rem;
  padding: 0 3rem 2.5rem 3rem;
  font-weight: 300;
}
.list-cate-sb .card-body ul li {
  margin-bottom: 1.5rem;
}
.list-cate-sb .card-body ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.2s;
  display: block;
}
.list-cate-sb .card-body ul li a:hover {
  color: rgb(238, 0, 51);
}

@media (min-width: 991px) {
  .list-faq {
    margin-left: -3rem;
  }
}
.list-faq .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #4e4e52;
  background-color: transparent;
  padding-left: 0.5rem;
}
.list-faq .show .card-body {
  color: rgba(255, 255, 255, 0.8);
}
.list-faq .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.list-faq .card-link {
  display: block;
  font-size: 2.2rem;
  padding: 2.5rem 5rem 2.5rem 0;
  position: relative;
  color: rgb(238, 0, 51);
  letter-spacing: -0.024em;
  transition: 0.3s;
}
.list-faq .card-link:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: calc(50% - 1.65rem);
  right: 1.5rem;
  font-size: 2.2rem;
  color: #fff;
}
.list-faq .card-link.collapsed {
  color: #ffffff;
}
.list-faq .card-link.collapsed:after {
  content: "\f067";
}
.list-faq .card-link:hover {
  color: rgb(238, 0, 51);
}
.list-faq .card-body {
  padding-left: 0;
  padding-right: 10rem;
  padding-top: 0;
  font-size: 1.6rem;
  padding-bottom: 2.5rem;
  font-style: italic;
  font-weight: 300;
}
.list-faq .card-body p {
  margin-bottom: 2rem;
}
.list-faq .card-body p:last-child {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .list-faq .card-body {
    padding-right: 1rem;
  }
}

.contact-info {
  padding: 8rem 0 7rem 0;
  position: relative;
}
.contact-info:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.03;
  z-index: -1;
}
.contact-info .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.025em;
}
.contact-info .info {
  font-size: 1.8rem;
}
.contact-info .info li {
  display: flex;
  padding-bottom: 1.8rem;
}
.contact-info .info li .phone {
  color: rgb(238, 0, 51);
  text-decoration: underline;
}
.contact-info .info li a {
  color: rgb(238, 0, 51);
  text-decoration: underline;
}
.contact-info .info li i {
  color: rgb(238, 0, 51);
  flex: 0 0 2.5rem;
  margin-right: 1.2rem;
  margin-top: 0.6rem;
  font-size: 1.6rem;
}
@media (max-width: 1650px) {
  .contact-info .info li i {
    flex: 0 0 20px;
  }
}

.page-imprint {
  padding: 1rem 0 0 0;
  position: relative;
}
.page-imprint:before {
  position: absolute;
  content: "";
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.07;
  z-index: -1;
}
.page-imprint .cas-imprint-img {
  padding-left: 40rem;
  position: relative;
  margin-top: -14.5rem;
}
.page-imprint .cas-imprint-img .cas-arrow {
  width: 4.2rem;
  height: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  font-size: 3rem;
  color: rgb(114, 114, 114);
  transition: 0.3s ease-in-out;
}
.page-imprint .cas-imprint-img .cas-arrow.next {
  left: calc(100% + 1.6rem);
}
.page-imprint .cas-imprint-img .cas-arrow.prev {
  right: calc(100% + 1.6rem);
}
.page-imprint .cas-imprint-img:before {
  content: "";
  position: absolute;
  height: 6.5rem;
  top: -1rem;
  width: calc(100% + 14.2rem);
  left: -7.1rem;
  background: url(../images/about/background_6.svg) no-repeat center;
}
.page-imprint .cas-imprint-img .slick-list {
  margin: 0;
}
.page-imprint .cas-imprint-img .slick-list .slick-current {
  display: none;
}
.page-imprint .cas-imprint-img .item {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-bottom: 11rem;
}
.page-imprint .cas-imprint-img .item:before {
  content: "";
  position: absolute;
  height: 4rem;
  width: 1px;
  left: 33%;
  top: 5.5rem;
  z-index: -1;
  background-color: #9a9a9c;
}
.page-imprint .cas-imprint-img .item:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #e7e7e7;
  left: 33%;
  top: 1.1rem;
  transform: translateX(-50%);
}
.page-imprint .cas-imprint-img .item .img {
  margin-top: 6rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.page-imprint .cas-imprint-img .item .img img {
  height: auto;
  width: 100%;
  border-radius: 6px;
  max-width: 180px;
  max-height: 104px;
  filter: grayscale(1);
}
.page-imprint .cas-imprint-img .item .img img:hover {
  filter: none;
}
.page-imprint .cas-imprint-img .item .title {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  /*-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.7);
  color: transparent;*/
}
.page-imprint .cas-imprint-content {
  position: relative;
  z-index: 2;
  margin-bottom: 10rem;
}
.page-imprint .cas-imprint-content .item .img {
  height: 25rem;
  position: relative;
}
.page-imprint .cas-imprint-content .item .img img {
  width: 100%;
  height: 22.4rem;
  border-radius: 12px;
}
.page-imprint .cas-imprint-content .item .div-year {
  position: relative;
  height: 10rem;
}
.page-imprint .cas-imprint-content .item .div-year:before {
  content: "";
  position: absolute;
  height: 7rem;
  width: 1px;
  left: 38%;
  top: -2.5rem;
  background-color: #9a9a9c;
}
.page-imprint .cas-imprint-content .item .div-year .year {
  color: rgb(238, 0, 51);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  margin-top: 6.1rem;
}
.page-imprint .cas-imprint-content .item .div-year .dc-ani {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ea1b30;
  position: absolute;
  border-radius: 50%;
  left: 38%;
  top: 3rem;
  transform: translateX(-50%) translateY(3.8rem);
}
.page-imprint .cas-imprint-content .item .div-year .dc-ani:before, .page-imprint .cas-imprint-content .item .div-year .dc-ani:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
  opacity: 0;
  background-color: #ea1b30;
  animation: pulse 3s infinite linear forwards;
}
.page-imprint .cas-imprint-content .item .div-year .dc-ani:before {
  animation-delay: 0.5s;
}
.page-imprint .cas-imprint-content .item .div-year .dc-ani:after {
  animation-delay: 1.5s;
}
.page-imprint .cas-imprint-content .item .ct {
  padding-left: 13rem;
  padding-right: 10rem;
  padding-top: 5rem;
  height: 25rem;
}
.page-imprint .cas-imprint-content .item .ct ul {
  margin-left: -2.5rem;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 240px;
}
.page-imprint .cas-imprint-content .item .ct ul li {
  position: relative;
  padding-left: 2.5rem;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: left;
}
.page-imprint .cas-imprint-content .item .ct ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #020207;
}
@media (max-width: 1650px) {
  .page-imprint .cas-imprint-content .item .img {
    height: 30rem;
  }
  .page-imprint .cas-imprint-content .item .img img {
    height: 25rem;
  }
  .page-imprint .cas-imprint-content .item .div-year:before {
    height: 9.5rem;
    top: -5rem;
  }
  .page-imprint .cas-imprint-content .item .ct {
    height: 30rem;
  }
}
@media (max-width: 1199px) {
  .page-imprint .cas-imprint-img .cas-arrow.next {
    left: calc(100% + 0.5rem);
  }
  .page-imprint .cas-imprint-img .cas-arrow.prev {
    right: calc(100% + 0.5rem);
  }
  .page-imprint .cas-imprint-img:before {
    width: calc(100% + 12rem);
    left: -6rem;
  }
  .page-imprint .cas-imprint-content .item .img {
    height: 30rem;
  }
  .page-imprint .cas-imprint-content .item .img img {
    height: 25rem;
  }
  .page-imprint .cas-imprint-content .item .div-year:before {
    height: 9.5rem;
    top: -5rem;
  }
  .page-imprint .cas-imprint-content .item .ct {
    padding-left: 13rem;
    padding-right: 10rem;
    padding-top: 2rem;
    height: 30rem;
  }
  .page-imprint .cas-imprint-content .item .ct ul {
    margin-left: -2.5rem;
  }
  .page-imprint .cas-imprint-content .item .ct ul li {
    position: relative;
    padding-left: 2.5rem;
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: left;
  }
  .page-imprint .cas-imprint-content .item .ct ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #020207;
  }
}
@media (max-width: 991px) {
  .page-imprint .cas-imprint-img .cas-arrow.next {
    left: calc(100% + 1rem);
  }
  .page-imprint .cas-imprint-img .cas-arrow.prev {
    right: calc(100% + 1rem);
  }
  .page-imprint .cas-imprint-content .item .ct {
    padding-left: 5rem;
    padding-right: 0;
  }
  .page-imprint .cas-imprint-content .item .ct ul li {
    font-size: 14px;
  }
  .page-imprint .cas-imprint-content .item .div-year:before {
    left: 33%;
  }
  .page-imprint .cas-imprint-content .item .div-year .dc-ani {
    left: 33%;
  }
}
@media (max-width: 767px) {
  .page-imprint .cas-imprint-content .item .img {
    height: fit-content;
  }
  .page-imprint .cas-imprint-content .item .img img {
    height: auto;
    max-height: 30rem;
  }
  .page-imprint .cas-imprint-content .item .ct {
    padding-left: 5rem;
    padding-right: 0;
    height: fit-content;
  }
  .page-imprint .cas-imprint-content .item .ct ul li {
    font-size: 14px;
  }
  .page-imprint .cas-imprint-content .item .div-year:before {
    left: 30%;
    height: 3.5rem;
    top: 1rem;
  }
  .page-imprint .cas-imprint-content .item .div-year .dc-ani {
    left: 30%;
  }
  .page-imprint .cas-imprint-content .item .div-year .year {
    font-size: 18px;
  }
  .page-imprint .cas-imprint-img {
    padding-left: 33%;
  }
  .page-imprint .cas-imprint-img .cas-arrow {
    display: none !important;
  }
  .page-imprint .cas-imprint-img .item:after {
    top: 1.4rem;
  }
  .page-imprint .cas-imprint-img .item .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-imprint .cas-imprint-content .item .img {
    height: fit-content;
  }
  .page-imprint .cas-imprint-content .item .img img {
    height: auto;
    max-height: 30rem;
  }
  .page-imprint .cas-imprint-content .item .ct {
    padding-left: 5rem;
    padding-right: 0;
    height: fit-content;
  }
  .page-imprint .cas-imprint-content .item .ct ul li {
    font-size: 14px;
  }
  .page-imprint .cas-imprint-content .item .div-year:before {
    left: 28%;
  }
  .page-imprint .cas-imprint-content .item .div-year .dc-ani {
    top: 3.3rem;
    left: 28%;
    width: 8px;
    height: 8px;
  }
  .page-imprint .cas-imprint-content .item .div-year .dc-ani:before, .page-imprint .cas-imprint-content .item .div-year .dc-ani:after {
    width: 8px;
    height: 8px;
  }
  .page-imprint .cas-imprint-content .item .div-year .year {
    font-size: 16px;
  }
  .page-imprint .cas-imprint-img {
    padding-left: 10rem;
  }
  .page-imprint .cas-imprint-img .cas-arrow {
    display: none !important;
  }
  .page-imprint .cas-imprint-img .item:after {
    left: 30%;
    top: 1.6rem;
    width: 8px;
    height: 8px;
  }
  .page-imprint .cas-imprint-img .item:before {
    left: 30%;
  }
  .page-imprint .cas-imprint-img .item .title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .page-imprint .cas-imprint-img {
    padding-left: 32%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
.page-title {
  font-weight: 700;
  font-family: FS-PFBeauSansPro, sans-serif;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 32px;
    line-height: 45px;
  }
}

.page-static {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.page-static:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.03;
  z-index: -1;
}

@media (min-width: 992px) {
  .list-policy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}

.item-policy {
  display: flex;
  margin-bottom: 7rem;
}
.item-policy:last-child {
  margin-bottom: 2rem;
}
.item-policy .number {
  display: inline-table;
  font-size: 80px;
  line-height: 54px;
  font-weight: 500;
  -webkit-text-stroke: 1px rgb(218, 218, 218);
  color: transparent;
  letter-spacing: -0.025em;
  margin-right: 3rem;
}
.item-policy .ct {
  border-left: 1px solid rgba(162, 176, 187, 0.8);
  padding-left: 3rem;
  height: fit-content;
}
.item-policy .ct .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: FS-PFBeauSansPro, sans-serif;
}
.item-policy .ct .desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.policy-center {
  background: rgb(242, 242, 242);
  padding: 3rem 1rem;
  color: #000;
}
.policy-center .center-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .policy-center .center-info {
    flex-direction: row;
  }
}
.policy-center .center-info .center-img {
  width: 343px;
  height: 188px;
  max-width: 100%;
  border-radius: 12px;
}
.policy-center .center-info .center-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.policy-center .center-info .center-content {
  flex: 1;
}
.policy-center .center-info .center-content .content-title {
  font-weight: 500;
  font-family: FS-PFBeauSansPro, sans-serif;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .policy-center .center-info .center-content .content-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.policy-center .center-info .center-content .content-info {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .policy-center .center-info .center-content .content-info {
    display: flex;
    gap: 0.5rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.policy-center .center-info .center-content .content-info .info-name {
  font-weight: 600;
  text-wrap: nowrap;
}
.policy-center .center-info .center-content .content-info .info {
  font-weight: 400;
}

.policy-committed {
  padding: 4rem 0 2rem 0;
  color: #000;
}
@media (min-width: 768px) {
  .policy-committed .head-committed {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
  }
}
.policy-committed .head-committed .head-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .policy-committed .head-committed .head-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.policy-committed .head-committed .head-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .policy-committed .head-committed .head-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.policy-committed .body-committed {
  margin-top: 3rem;
  padding: 2rem;
  background: rgb(242, 242, 242);
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .policy-committed .body-committed {
    flex-direction: row;
    gap: 3rem;
  }
}
.policy-committed .body-committed .body-part p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .policy-committed .body-committed .body-part p {
    font-size: 16px;
    line-height: 24px;
  }
}
.policy-committed .body-committed .body-part p:before {
  content: "• ";
}
.policy-committed .foot-committed {
  color: #000;
  margin-top: 3rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .policy-committed .foot-committed {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}

.terms-of-use {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .terms-of-use {
    font-size: 16px;
    line-height: 24px;
  }
}
.terms-of-use p {
  margin-bottom: 2rem;
  text-align: justify;
}
.terms-of-use .dot:before {
  content: " ";
}
.terms-of-use .title {
  font-size: 18px;
  line-height: 22px;
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .terms-of-use .title {
    font-size: 24px;
    line-height: 29px;
  }
}
.terms-of-use .background-red {
  background: #EE0033;
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
}

.page-protect-policy {
  padding-bottom: 8rem;
  color: #000;
}
.page-protect-policy .protect-policy {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .page-protect-policy .protect-policy {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-protect-policy .protect-policy .introduce {
  margin-bottom: 4rem;
}
.page-protect-policy .protect-policy p {
  margin-bottom: 1rem;
  text-align: justify;
}
.page-protect-policy .protect-policy .item-policy {
  margin-bottom: 4rem;
}
.page-protect-policy .protect-policy .item-policy .title {
  margin-bottom: 0;
}
.page-protect-policy .protect-policy .item-policy b {
  font-weight: 600;
}

#map {
  height: 60rem;
  position: relative;
  background-color: #000;
}
@media (max-width: 767px) {
  #map {
    height: 50rem;
  }
}
#map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, #020207, rgba(2, 2, 7, 0));
  z-index: 1;
  pointer-events: none;
}
#map .brand {
  color: rgb(238, 0, 51);
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#map .brand img {
  max-width: 12.5rem;
}
#map .infor {
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  color: rgb(238, 0, 51);
  display: none;
}
#map .gm-style .gm-style-iw-c {
  border-radius: 2rem;
  padding-left: 2.5rem;
  padding-top: 1.5rem;
}
#map .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  opacity: 0;
  visibility: hidden;
  top: -3px !important;
  right: -3px !important;
  transition: 0.2s;
}
#map .gm-style .gm-style-iw-c:hover .gm-ui-hover-effect {
  opacity: 1;
  visibility: visible;
}
#map .gm-style .gm-style-iw-d {
  padding-right: 1.2rem;
  padding-bottom: 0.02rem;
}
#map .gm-style .gm-style-iw-t::after {
  height: 1.2rem;
  width: 1.2rem;
}

:focus {
  outline: none !important;
}

@media (max-width: 1440px) {
  .cas-imprint-img:before {
    left: 0;
    width: 100%;
  }
  .cas-imprint-img .cas-arrow.next {
    left: 100%;
  }
  .cas-imprint-img .cas-arrow.prev {
    right: 100%;
  }
}
@media (max-width: 1199px) {
  .cas-number .slick-arrow {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(238, 0, 51);
    font-size: 1.8rem;
    top: calc(100% + 20px);
  }
  .cas-number .slick-arrow.prev {
    right: calc(50% + 10px);
  }
  .cas-number .slick-arrow.next {
    left: calc(50% + 10px);
  }
  .banner-page.solution {
    height: auto;
    display: block;
    padding: 10rem 0;
  }
  .banner-page.solution .ct {
    padding: 0;
  }
  .banner-page.solution .ct .desc {
    padding-right: 0;
  }
  .banner-page.solution .img-special {
    position: relative;
    top: inherit;
    right: inherit;
    transform: translateY(0);
    padding-right: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
  }
  .banner-page.solution .img-special img {
    max-width: 60%;
    display: inline-block;
    max-height: inherit;
  }
}
@media (max-width: 991px) {
  .page-resources .sidebar-resources {
    min-height: auto;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .page-faq {
    padding-top: 6rem;
  }
  .page-faq .sb-faq {
    margin-bottom: 2rem;
  }
  .banner-page .ct .title {
    font-size: 40px;
  }
  .page-resources {
    padding-bottom: 8rem;
  }
  .tabs-resources .nav-tabs {
    padding-bottom: 2rem;
  }
  .item-policy .number {
    font-size: 48px;
    line-height: 54px;
    margin-right: 5rem;
  }
  .banner-page.solution .ct .title {
    font-size: 5rem;
  }
  .banner-page.solution .img-special img {
    max-width: 90%;
  }
  .banner-page.special:before {
    display: none;
  }
  .banner-page.special .ct {
    position: relative;
    padding: 3rem 0 4rem 0;
  }
  .banner-page.special .ct .breadcrumb {
    margin-bottom: 0;
  }
  .banner-page.special .ct .breadcrumb .breadcrumb-item.active {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-page.special .ct {
    padding: 2rem 0 3rem 0;
  }
  .banner-page.special .ct .title {
    text-align: left;
    font-size: 2.6rem;
  }
  .banner-page.special .ct .breadcrumb {
    justify-content: flex-start;
  }
  .banner-page.special .ct .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 1.2rem;
  }
  .banner-page.special .ct .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 1.2rem;
  }
  .banner-page .img img {
    min-height: 25rem;
  }
  .banner-page .ct .title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .banner-page.solution {
    padding: 5rem 0;
  }
  .banner-page.solution .ct .title {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .direct-link {
    padding: 4rem 0;
  }
  .direct-link .item {
    margin-bottom: 2rem;
  }
  .tabs-resources .nav-tabs .nav-link {
    padding: 1.5rem;
  }
  .item-file .ct {
    padding-left: 1.5rem;
  }
  .contact-info {
    padding: 6rem 0;
  }
  .contact-info .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .page-static {
    padding-top: 0;
  }
  .item-policy {
    display: block;
    margin-bottom: 3rem;
  }
  .item-policy .number {
    border-right: none;
    border-bottom: none;
    margin-bottom: 3rem;
  }
  .item-policy .ct {
    border-left: solid 1px rgb(181, 180, 180);
    padding-left: 1rem;
  }
  .item-policy .ct .title {
    font-size: 18px;
    line-height: 22px;
  }
  .item-policy .ct .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .numbers-intro .head {
    font-size: 4rem;
  }
  .cas-number .slick-arrow {
    top: 3rem;
    background-color: transparent;
    font-size: 25px;
  }
  .cas-number .slick-arrow.prev {
    right: calc(100% - 25px);
  }
  .cas-number .slick-arrow.next {
    left: calc(100% - 25px);
  }
}
@media (max-width: 479px) {
  .cas-number .item .desc {
    padding-left: 0;
  }
  .cas-number .item .desc {
    padding-left: 0;
  }
  .item-prize .img {
    height: 16rem;
  }
  .item-prize .desc {
    max-width: 100%;
  }
  .tabs-prize-world .nav-tabs .nav-link {
    padding: 1.8rem 0;
  }
}
.page-news {
  padding: 6.5rem 0;
}

figcaption[itemprop=description] {
  margin-top: -1.2rem;
}

figure.image {
  margin-bottom: 2rem;
}
figure.image figcaption {
  margin-top: -1.2rem;
}

.block-hot-news {
  margin-bottom: 3.6rem;
}

.item-news-page {
  position: relative;
  margin-bottom: 1.4rem;
}
.item-news-page.hot {
  margin-right: 5rem;
}
.item-news-page.hot .img {
  padding-top: 76%;
  position: relative;
}
.item-news-page.hot .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1650px) {
  .item-news-page.hot .img {
    padding-top: 58%;
  }
}
.item-news-page.hot .ct {
  padding-bottom: 4rem;
}
.item-news-page.hot .ct .title a {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.item-news-page.v2 .ct .title a {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.item-news-page.v2 .img {
  padding-top: 43%;
}
@media (max-width: 1650px) {
  .item-news-page.v2 .img {
    padding-top: 34%;
  }
}
.item-news-page .img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 93.8%;
}
@media (max-width: 1650px) {
  .item-news-page .img {
    padding-top: 70%;
  }
}
.item-news-page .img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.item-news-page .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.item-news-page .ct {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 3rem 2rem;
}
.item-news-page .ct .cate {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.3rem 1.05rem 0.5rem 1.05rem;
  min-width: 9.6rem;
  color: rgb(238, 0, 51);
  border-radius: 2rem 2rem 2rem 0;
  transition: 0.3s;
}
.item-news-page .ct .cate:hover {
  background-color: #fff;
}
.item-news-page .ct .title {
  margin-top: 0.5rem;
}
.item-news-page .ct .title a {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  max-height: calc(1.3em * 3);
}
.item-news-page:hover .img img {
  transform: scale(1.03);
}
.item-news-page:hover .ct .title a {
  color: #fff;
}

.wrap-news-normal {
  margin-left: -6.8rem;
}

.tabs-news .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4.5rem;
}
.tabs-news .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 6.5rem;
}
.tabs-news .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  padding: 0;
  padding-bottom: 1.5rem;
}
.tabs-news .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.tabs-news .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.tabs-news .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51) !important;
  font-weight: 700;
}
.tabs-news .nav-tabs .nav-link.active:before {
  width: 100%;
  background-color: rgb(238, 0, 51);
}

.item-news-text {
  display: flex;
  margin-bottom: 5rem;
}
.item-news-text .time {
  text-align: center;
  margin-right: 4rem;
  flex: 0 0 7rem;
}
.item-news-text .time span {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
.item-news-text .time .day {
  font-size: 8rem;
  color: rgb(238, 0, 51);
  line-height: 1;
}
.item-news-text .time .month {
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}
.item-news-text .ct {
  margin-top: 0.8rem;
}
.item-news-text .ct .title a {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  transition: 0.2s;
  letter-spacing: -0.024em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
}
.item-news-text .ct .desc {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
}

.item-news-img {
  display: flex;
  margin-bottom: 5rem;
}
.item-news-img.v2 {
  display: flex;
}
.item-news-img.v2 .img {
  flex: 0 0 28%;
  margin-right: 2rem;
}
.item-news-img.v2 .time {
  margin-bottom: 1.5rem;
}
.item-news-img.v2 .time span {
  width: 10rem;
  height: 3rem;
}
.item-news-img.v2 .ct .title a {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .item-news-img.v2 .time {
    margin-bottom: 1rem;
  }
  .item-news-img.v2 .img {
    flex: 0 0 36%;
  }
  .item-news-img.v2 .ct .title a {
    font-size: 1.8rem;
  }
}
.item-news-img.v3 {
  display: flex !important;
  margin-bottom: 3rem;
}
.item-news-img.v3 .img {
  flex: 0 0 20rem;
  margin-right: 2.5rem !important;
}
.item-news-img.v3 .ct {
  text-align: left;
  flex-grow: 1;
}
.item-news-img.v3 .ct .time span {
  font-size: 1.4rem;
  width: auto;
  height: 3rem;
  padding: 0 1rem;
}
.item-news-img.v3 .ct .title a {
  font-size: 1.8rem;
}
.item-news-img .time {
  margin-bottom: 2rem;
}
.item-news-img .time span {
  display: inline-flex;
  background-color: #fff;
  color: rgb(238, 0, 51);
  font-size: 1.6rem;
  font-weight: 500;
  width: 11.6rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem 1.9rem 1.9rem 0rem;
}
.item-news-img .img {
  display: block;
  position: relative;
  flex: 0 0 23%;
  margin-right: 3rem;
  overflow: hidden;
}
.item-news-img .img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.item-news-img .img:hover img {
  transform: scale(1.02);
}
.item-news-img .ct {
  padding-top: 0.5rem;
}
.item-news-img .ct .title {
  margin-bottom: 2rem;
}
.item-news-img .ct .title a {
  font-size: 2.4rem;
  font-weight: 700;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.25em;
  max-height: calc(1.25em * 2);
}
.item-news-img .ct .desc {
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
}

.post-detail {
  padding: 12rem 0 6rem;
}
@media (min-width: 768px) {
  .post-detail {
    padding: 18rem 0 6rem;
  }
}
.post-detail .s-content {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
@media (min-width: 768px) {
  .post-detail .s-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-detail .s-content p {
  margin-bottom: 2rem;
}
.post-detail .s-content img {
  height: auto;
  /*margin: 2rem 0;*/
}

.title-post {
  font-family: FS-PFBeauSansPro, sans-serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 28.8px;
}
@media (min-width: 768px) {
  .title-post {
    font-size: 32px;
    line-height: 38.4px;
  }
}

.time-post {
  color: #666;
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .time-post {
    font-size: 16px;
    line-height: 24px;
  }
}

.slick-arrow-img {
  width: 24px;
  height: 24px;
}

.slick-arrow-right {
  position: absolute;
  top: 45%;
  right: -40px;
}

.slick-arrow-left {
  position: absolute;
  top: 45%;
  left: -40px;
}

#page-news-detail .col-recent-news {
  padding: 4rem 0 6rem 0 !important;
  display: block !important;
}
@media (min-width: 991px) {
  #page-news-detail .col-recent-news {
    padding: 18rem 0 6rem 5rem !important;
    display: block;
  }
}
#page-news-detail .col-recent-news:before {
  content: none;
}
#page-news-detail .col-recent-news .recent-img {
  display: none;
}
@media (min-width: 991px) {
  #page-news-detail .col-recent-news .recent-img {
    display: block;
  }
}

.bg-wawe {
  position: relative;
}
.bg-wawe:before {
  position: absolute;
  content: "";
  top: -2.5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.03;
  z-index: -1;
}

.list-search .item-news-text {
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list-search .item-news-text:last-child {
  border-bottom: none !important;
}

.block-news-related {
  padding-bottom: 7rem;
}
.block-news-related .wrap-head-pri {
  margin-bottom: 4.5rem;
}

.cas-news-related .slick-list {
  margin: 0 -3rem;
  padding-bottom: 1rem;
}
.cas-news-related .item-news-img {
  margin: 0 3rem;
}
@media (max-width: 991px) {
  .cas-news-related .slick-list {
    margin: 0 -2rem;
  }
  .cas-news-related .item-news-img {
    margin: 0 2rem;
  }
}

.cas-related .slick-arrow {
  position: absolute;
  bottom: calc(100% + 4.5rem);
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  transition: 0.3s ease-in-out;
}
.cas-related .slick-arrow.prev {
  right: 6rem;
}
.cas-related .slick-arrow.next {
  right: 0;
}
.cas-related .slick-arrow:hover {
  background-color: rgb(238, 0, 51);
  border: 1px solid rgb(238, 0, 51);
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 2rem 0 0 0;
}
.pagination .page-item {
  list-style-type: none;
  margin: 0 0.6rem;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item.active .page-link {
  background-color: rgb(238, 0, 51);
  border: none !important;
  color: #fff;
}
.pagination .page-item.active:hover .page-link {
  color: #fff;
}
.pagination .page-link {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  transition: color 0.3s, background 0.3s;
  text-align: center;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px !important;
  font-size: 1.8rem;
  color: #fff;
}
.pagination .page-link span {
  font-size: 1.6rem;
}
.pagination .page-link:hover {
  text-decoration: none;
  color: #fff;
  border: none !important;
  background-color: rgb(238, 0, 51);
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 10px;
  }
  .pagination .page-item {
    margin: 0 3px;
  }
  .pagination .page-link {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.6rem;
  }
}

.pagination.pagination2 {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 3rem 0 0 0;
}
.pagination.pagination2 .page-item {
  list-style-type: none;
  margin: 0 0.6rem;
}
.pagination.pagination2 .page-item:last-child {
  margin-right: 0;
}
.pagination.pagination2 .page-item.active .page-link {
  background-color: rgb(238, 0, 51);
  border: none !important;
  color: #fff;
}
.pagination.pagination2 .page-item.active:hover .page-link {
  color: #fff;
}
.pagination.pagination2 .page-link {
  display: block;
  border: none;
  transition: color 0.3s, background 0.3s;
  text-align: center;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  background-color: transparent;
  color: rgb(115, 119, 123);
  border-radius: 6px !important;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.pagination.pagination2 .page-link span {
  font-size: 1.6rem;
}
.pagination.pagination2 .page-link.button-icon i {
  font-size: 24px;
}
.pagination.pagination2 .page-link:hover {
  text-decoration: none;
  color: #000000;
  border: none !important;
  background-color: rgb(238, 238, 239);
}
@media (max-width: 767px) {
  .pagination.pagination2 {
    margin-top: 10px;
  }
  .pagination.pagination2 .page-item {
    margin: 0 3px;
  }
  .pagination.pagination2 .page-link {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
  .pagination.pagination2 .page-link.button-icon i {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .page-news {
    padding: 6rem 0;
  }
  .item-news-page.hot {
    margin-right: 0;
  }
  .wrap-news-normal {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .item-news-img {
    display: block;
    margin-bottom: 5rem;
  }
  .item-news-img .img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .item-news-img .ct .title {
    margin-bottom: 1rem;
  }
  .item-news-img .ct .title a {
    font-size: 2.2rem;
  }
  .item-news-img .ct .desc {
    font-size: 1.6rem;
  }
  .item-news-page .img:before {
    display: none;
  }
  .item-news-page .ct {
    position: relative;
    top: inherit;
    bottom: inherit;
    padding: 3rem 0;
  }
  .item-news-page .ct .cate {
    min-width: auto;
  }
  .item-news-img .img {
    margin-bottom: 1rem;
  }
  .item-news-img .time {
    margin-bottom: 1rem;
  }
  .item-news-img .time span {
    width: auto;
    height: 2.8rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .tabs-news .nav-tabs {
    margin-bottom: 3rem;
  }
  .tabs-news .nav-tabs .nav-item {
    margin-right: 4rem;
  }
  .tabs-news .nav-tabs .nav-item:last-child {
    margin-right: 0;
  }
  .item-news-page .ct {
    padding: 2rem 0;
  }
  .item-news-page .ct .cate {
    font-size: 1.4rem;
  }
  .item-news-page.hot .ct {
    padding-bottom: 2rem;
  }
  .item-news-page.hot .ct .title a {
    font-size: 2.5rem;
  }
  .item-news-text {
    margin-bottom: 4rem;
    align-items: center;
  }
  .item-news-text .time {
    margin-right: 2rem;
  }
  .item-news-text .time .day {
    font-size: 5rem;
  }
  .item-news-text .time .month {
    font-size: 1.8rem;
  }
  .item-news-text .ct {
    margin-top: 0;
  }
  .item-news-text .ct .title a {
    font-size: 2rem;
  }
  .item-news-page.v2 .img {
    padding-top: 38%;
  }
}
@media (max-width: 320px) {
  .tabs-news .nav-tabs .nav-item {
    margin-right: 3rem;
  }
  .tabs-news .nav-tabs .nav-link {
    font-size: 2rem;
  }
  .item-news-page.hot .ct .title a {
    font-size: 2.2rem;
  }
  .item-news-page .ct {
    padding: 1.5rem;
  }
  .item-news-page.v2 .img {
    padding-top: 40%;
  }
  .item-news-page.v2 .ct {
    padding: 1.5rem;
  }
  .item-news-page.v2 .ct .title a {
    font-size: 2rem;
  }
}
.light-mode {
  color: #020207;
  background-color: #ffffff;
  /*.block-news-related{
      background: url('../images/pattern2.png') no-repeat center;
      background-size: auto 100%;
      &.product{
          background: unset;
      }
  }*/
}
.light-mode .aps-loading {
  background: #ffffff;
}
.light-mode .aps-loading .ct span {
  background-color: #000;
}
.light-mode .contact-form {
  background: #ffffff;
}
.light-mode .contact-form .btn-close {
  background: rgba(0, 0, 0, 0.2);
}
.light-mode .contact-form .btn-close:hover {
  background: rgba(0, 0, 0, 0.3);
}
.light-mode .form-contact {
  color: #020207;
}
.light-mode .form-contact .form-group .form-control, .light-mode .form-contact .file-custom {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #495057 !important;
}
.light-mode .form-contact .form-group .form-control::placeholder, .light-mode .form-contact .file-custom::placeholder {
  color: #495057 !important;
}
.light-mode header.scroll {
  background-color: #ffffff;
}
.light-mode header.scroll .wrap-header {
  color: #020207;
}
.light-mode header.scroll .logo img {
  filter: none;
}
.light-mode header.scroll .logo {
  display: none;
}
.light-mode header.scroll .logo.black {
  display: block;
}
.light-mode .home-banner {
  color: #ffffff;
}
.light-mode h2.head-title {
  color: #020207;
}
.light-mode h2.head-title.text-while {
  color: #ffffff;
}
.light-mode .fancybox-morphing .fancybox-bg {
  background: #ffffff;
}
.light-mode .form-search-head .form-control {
  border-bottom-color: #020207;
  color: #020207;
}
.light-mode .form-search-head .form-control::placeholder {
  color: rgba(2, 2, 7, 0.5);
}
.light-mode .form-search-head .btn-search {
  color: #020207;
}
.light-mode .morphing-btn-clone {
  background: #ffffff;
}
.light-mode .d-nav > ul > li > ul {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.light-mode .d-nav > ul > li > ul:before {
  background-color: #ffffff;
}
.light-mode .d-nav > ul > li > .sub-normal > li:hover a {
  color: rgb(238, 0, 51);
}
.light-mode .d-nav > ul > li > .sub-normal > li a {
  color: #020207;
}
.light-mode .d-nav > ul > li > .submenu > li.active > a {
  color: rgb(238, 0, 51);
}
.light-mode .d-nav > ul > li > .submenu > li > a {
  color: #020207;
}
.light-mode .d-nav > ul > li > .submenu > li > ul > li:hover a {
  color: rgb(238, 0, 51);
}
.light-mode .d-nav > ul > li > .submenu > li > ul > li > a {
  color: #020207;
}
.light-mode .d-nav > ul > li > ul > li.active > a {
  color: rgb(238, 0, 51);
}
.light-mode .d-nav > ul > li > ul > li > ul {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.light-mode .m-nav {
  background-color: #ffffff;
}
.light-mode .m-nav a {
  color: #020207;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.light-mode .m-nav ul ul a {
  background: rgb(242, 242, 242);
}
.light-mode .m-nav ul ul ul {
  background: rgb(224, 224, 224);
}
.light-mode .m-nav ul ul ul a {
  background: rgb(224, 224, 224);
  border-bottom: none;
}
.light-mode .m-nav .acd-drop {
  background: none;
  color: #020207;
}
.light-mode .m-nav .nav-ct .logo img {
  filter: brightness(1) invert(0);
}
.light-mode .m-nav .m-nav-close {
  color: #020207;
}
.light-mode .m-nav .nav-ct .logo {
  display: none;
}
.light-mode .m-nav .nav-ct .logo.black {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
}
.light-mode .cas-home .img {
  position: relative;
}
.light-mode .cas-home .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.light-mode .cas-home .ct .dc {
  background-color: #ffffff;
}
.light-mode .wrap-new-banner .new-banner::before {
  background: black;
}
.light-mode .cas-new-banner .desc {
  color: #ffffff !important;
}
.light-mode .page-resources .sidebar-resources {
  background-color: #fff;
}
.light-mode .page-resources .nav-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.light-mode .head-pri .title {
  color: #020207;
}
.light-mode .view-pri .title {
  border: 1px solid rgb(238, 0, 51);
}
.light-mode .view-detail .btn-title:hover {
  color: rgb(238, 0, 51);
}
.light-mode .social-banner li i {
  transition: 0.3s ease-in-out;
}
.light-mode .home-blog {
  background: #ffffff;
}
.light-mode .home-about:after {
  top: 10%;
  background: transparent url(../images/Wave-light.png) no-repeat center top;
  opacity: 1;
}
.light-mode .item-number .desc {
  color: rgb(238, 0, 51);
}
.light-mode .item-number .title {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .item-number .img img {
  filter: brightness(5%);
}
.light-mode .item-number .top .number {
  color: rgb(238, 0, 51);
}
.light-mode .home-partner {
  padding-bottom: 45px;
}
.light-mode .cas-partner .slick-list {
  padding: 1rem 0 1.4rem 0;
}
.light-mode .cas-partner .item-partner {
  background: #ffffff;
}
.light-mode .cas-partner .item-partner:hover {
  box-shadow: 0 0.4rem 1.4rem 0 #c2c2c2;
}
.light-mode .item-partner img {
  filter: brightness(1) invert(0);
}
.light-mode .item-partner.v2 .text {
  color: #020207;
}
.light-mode .item-news-home .ct {
  color: #ffffff;
}
.light-mode footer {
  background: none;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .light-mode footer {
    background-size: cover !important;
  }
}
.light-mode .head-footer {
  color: #020207;
}
.light-mode .ft-item {
  color: #020207;
}
.light-mode .ft-item .title {
  color: #020207;
}
.light-mode .copyright {
  color: #111;
}
.light-mode .btn-about {
  color: #020207;
}
.light-mode .btn-about rect {
  stroke: #020207;
}
.light-mode header.page {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.light-mode header.page .wrap-header {
  color: #020207;
}
.light-mode header.page .logo {
  display: none;
}
.light-mode header.page .logo.black {
  display: block;
}
.light-mode #price-solution .striped tr:nth-child(2n+1) td {
  background-color: #e4e4e4;
}
.light-mode .banner-page .ct .title, .light-mode .banner-page .ct .breadcrumb-item {
  color: #000;
}
@media (min-width: 1200px) {
  .light-mode .list-number {
    background: url("../images/about/background.svg") no-repeat 25%;
    background-size: 250% auto;
  }
}
@media (min-width: 1200px) {
  .light-mode .page-faq,
  .light-mode .member-group {
    background: url("../images/about/background_5.svg") no-repeat center top;
    background-size: 100% auto;
  }
}
.light-mode .home-about {
  position: relative;
}
.light-mode .home-about:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_about_background.svg") no-repeat center;
  background-size: cover;
  opacity: 0.7;
  z-index: -3;
}
.light-mode .home-solutions {
  position: relative;
  background: linear-gradient(90deg, #D10E28 -9.58%, #EE0033 99.92%);
}
.light-mode .contact-info {
  background: url("../images/pattern3.png") no-repeat right bottom;
  background-size: auto 100%;
}
.light-mode .page-imprint {
  position: relative;
}
.light-mode .direct-link {
  background: url("../images/about/background_4.png") no-repeat center bottom;
  background-size: cover;
}
.light-mode .ld-procedure, .light-mode .home-news {
  position: relative;
}
.light-mode .ld-procedure:before, .light-mode .home-news:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: cover;
  z-index: -3;
  background: url(../images/news_background.png) no-repeat bottom rgb(20, 24, 27);
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
}
.light-mode .page-404 {
  background: url("../images/pattern3.png") no-repeat right bottom;
  background-size: auto 50%;
}
.light-mode .page-news {
  background: url("../images/pattern1.jpg") no-repeat center;
  background-size: cover;
}
.light-mode .detail-solution {
  padding-top: 5rem;
  margin-bottom: 5rem;
}
.light-mode .detail-solution:after {
  position: absolute;
  content: "";
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/pattern10.png) no-repeat right bottom;
  background-size: 70% auto;
  z-index: -1;
}
.light-mode .price-solution {
  position: relative;
}
.light-mode .banner-page.solution .ct .breadcrumb-item + .breadcrumb-item:before {
  color: #020207;
}
.light-mode .ab-intro .desc {
  color: rgb(108, 108, 108);
}
.light-mode .ab-intro .head-about .title {
  color: #020207;
}
.light-mode .cas-number .item .ct strong {
  -webkit-text-stroke: 1px rgba(2, 2, 7, 0.3);
}
.light-mode .cas-number .item .ct .num-abs .num {
  color: rgb(238, 0, 51);
}
.light-mode .cas-number .item .desc {
  color: rgb(108, 108, 108);
}
.light-mode .staff-intro {
  background: linear-gradient(90deg, #D10E28 -9.58%, #EE0033 99.92%);
}
.light-mode .staff-intro .left .desc {
  color: #020207;
}
.light-mode .value-intro .desc {
  color: #020207;
}
.light-mode .value-intro .value-trademark strong {
  -webkit-text-stroke: 2px rgb(238, 0, 51);
}
.light-mode .value-intro .value-trademark .note {
  color: rgba(2, 2, 7, 0.6);
}
.light-mode .direct-link .item {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 52.6%, rgba(0, 0, 0, 0.18) 100%);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
}
.light-mode .direct-link .item .title {
  color: rgb(238, 0, 51);
}
.light-mode .item-member-group {
  background-color: transparent;
}
.light-mode .item-member-group:hover {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.light-mode .item-location .ic {
  box-shadow: 0 0 4rem 1.5rem rgba(238, 0, 51, 0.2);
}
.light-mode .cas-imprint-content .item .ct .year {
  color: rgb(238, 0, 51);
}
.light-mode .cas-imprint-img .item:after {
  background-color: rgb(238, 0, 51);
}
.light-mode .cas-imprint-img .item .title {
  color: #020207;
}
.light-mode .tabs-list-solution .nav-tabs .nav-link {
  color: #020207;
}
.light-mode .tabs-list-solution .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.light-mode .tabs-list-solution .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51);
}
.light-mode .tabs-list-solution .nav-tabs .nav-link.active:before {
  background-color: rgb(238, 0, 51);
}
.light-mode .item-product-page .ct .desc {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .cas-related .slick-arrow {
  border-color: #020207;
  transition: 0.2s;
}
.light-mode .cas-related .slick-arrow:hover {
  color: #ffffff;
  border-color: rgb(238, 0, 51);
}
.light-mode .item-news-text .time .month {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .page-faq .sb-faq {
  background-color: #f2f2f2;
}
.light-mode .list-cate-sb .card-link.collapsed {
  background-color: #f2f2f2;
  color: #020207;
}
.light-mode .list-cate-sb .card-link.collapsed:after {
  color: #020207;
}
.light-mode .list-cate-sb .card-link.collapsed:hover {
  color: rgb(238, 0, 51);
}
.light-mode .list-cate-sb .card-link.collapsed:hover:after {
  color: rgb(238, 0, 51);
}
.light-mode .list-cate-sb .card {
  background-color: #e3e3e3;
}
.light-mode .list-cate-sb .card-body ul li a {
  color: #020207;
}
.light-mode .list-cate-sb .card-body ul li a:hover {
  color: rgb(238, 0, 51);
}
.light-mode .page-faq .search-faq .form-control {
  color: #020207;
}
.light-mode .page-faq .search-faq .form-control::placeholder {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .page-faq .search-faq .form-control:focus {
  border-color: rgb(238, 0, 51);
}
.light-mode .page-faq .search-faq button {
  color: #020207;
}
.light-mode .page-faq .search-faq button:hover {
  color: rgb(238, 0, 51);
}
.light-mode .item-file {
  border-color: rgba(2, 2, 7, 0.3);
}
.light-mode .item-file:before {
  background-color: #020207;
}
.light-mode .item-file .ct .title a {
  color: #020207;
}
.light-mode .item-file .ct .title a:hover {
  color: rgb(238, 0, 51);
}
.light-mode .list-faq .card {
  border-color: rgba(2, 2, 7, 0.3);
}
.light-mode .list-faq .card-link.collapsed {
  color: #020207;
}
.light-mode .list-faq .card-link:after {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .list-faq .card-link:hover {
  color: rgb(238, 0, 51);
}
.light-mode .list-faq .show .card-body {
  color: #020207;
}
.light-mode .item-policy .number {
  -webkit-text-stroke: 1px rgba(2, 2, 7, 0.8);
}
.light-mode .item-news-page .ct .title a,
.light-mode .item-news-page.hot .ct .title a,
.light-mode .item-news-page.v2 .ct .title a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .light-mode .item-news-page .ct .title a,
  .light-mode .item-news-page.hot .ct .title a,
  .light-mode .item-news-page.v2 .ct .title a {
    color: #020207;
  }
}
.light-mode .list-detail-solution .item .icon {
  color: #ffffff;
  background-color: #EE0033;
}
.light-mode .list-detail-solution .item .ct .title {
  color: #000;
}
.light-mode .tabs-detail-solution .nav-tabs .nav-link {
  color: rgba(2, 2, 7, 0.6);
}
.light-mode .tabs-detail-solution .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.light-mode .tabs-detail-solution .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51);
}
.light-mode .wrap-price-detail {
  background-color: #f2f2f2;
}
.light-mode .wrap-price-detail .desc {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .tb-price tr td {
  border-color: rgba(0, 0, 0, 0.2);
}
.light-mode .tb-price tr td:first-child {
  color: #020207;
}
.light-mode .tb-price tr td:first-child, .light-mode .tb-price tr td:nth-child(2) {
  color: rgba(2, 2, 7, 0.8);
}
.light-mode .tabs-news .nav-tabs {
  border-color: #4e4e52;
}
.light-mode .tabs-news .nav-tabs .nav-link {
  color: #020207;
}
.light-mode .tabs-news .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.light-mode .tb-price.v2 tr td {
  color: #020207;
}
.light-mode .tb-price.v2 tr td:first-child {
  color: #020207;
}
.light-mode .tb-price.v2 tr td.price {
  color: rgb(238, 0, 51);
}
.light-mode .item-news-text .ct .desc {
  color: rgba(0, 0, 0, 0.8);
}
.light-mode .list-search .item-news-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.light-mode .banner-page.search .title-search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.light-mode .solutions .nav-pills {
  background: #d7d7d7;
}
.light-mode .tabs-detail-solution.price .nav-tabs .nav-link {
  color: #020207;
}
.light-mode .wrap-price-detail .note .custom-checkbox .checkbox-container .checkmark:after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
.light-mode .item-location .text {
  color: #000000;
}
.light-mode .item-location .ic {
  background-color: rgb(238, 0, 51);
}
.light-mode .form-contact .form-group .btn-clear {
  color: #495057;
}
.light-mode .item-news-img .time span {
  background-color: rgb(238, 0, 51);
  color: #ffffff;
}
.light-mode .page-global-network {
  padding-bottom: 7rem;
}
@media (max-width: 575px) {
  .light-mode .page-global-network {
    padding-bottom: 5rem;
  }
}
@media (max-width: 1499px) {
  .light-mode .list-number {
    margin-bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .light-mode header .wrap-header {
    color: #020207;
  }
  .light-mode header .logo {
    display: none;
  }
  .light-mode header .logo img {
    filter: unset;
  }
  .light-mode header .logo.black {
    display: block;
  }
  .light-mode header.page .logo img {
    filter: unset;
  }
  .light-mode .cas-number .slick-arrow {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .light-mode .item-news-home .ct .desc, .light-mode .item-news-home .ct .view-detail .btn-title {
    color: rgba(28, 29, 35, 0.8);
  }
}
@media (max-width: 767px) {
  .light-mode .home-partner {
    padding-bottom: 30px;
  }
  .light-mode .list-number {
    margin-bottom: 0px;
  }
  .light-mode .item-news-page .ct .cate {
    background-color: rgb(238, 0, 51);
    color: #ffffff;
  }
}
@media (max-width: 575px) {
  .light-mode .cas-number .slick-arrow {
    color: rgb(114, 114, 114);
  }
}

.aps-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.aps-loading.active {
  opacity: 1;
  visibility: visible;
}
.aps-loading > img {
  width: 160px;
  zoom: 1.4;
  animation: light 1.5s linear infinite;
}
.aps-loading .ct {
  width: 90px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -45px;
}
.aps-loading .ct span {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.aps-loading .ct span:first-child {
  bottom: 0;
  left: 0;
  animation: hcload1 1.75s linear infinite;
}
.aps-loading .ct span:nth-child(2) {
  left: calc(50% - 5px);
  bottom: 0;
  animation: hcload2 1.75s linear infinite;
}
.aps-loading .ct span:nth-child(3) {
  bottom: 0;
  right: 0;
  animation: hcload3 1.75s linear infinite;
}

@keyframes light {
  0% {
    filter: brightness(100%);
  }
  50% {
    opacity: 0.5;
    filter: brightness(50%);
  }
  100% {
    opacity: 1;
    filter: brightness(0%);
  }
}
@keyframes hcload1 {
  33.33% {
    transform: translate(0, 10px);
  }
  66.66% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hcload2 {
  33.33% {
    transform: translate(0, 5px);
  }
  66.66% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hcload3 {
  33.33% {
    transform: translate(0, 10px);
  }
  66.66% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.video-youtube-solution iframe {
  border-radius: 12px;
}

.btn-pri {
  text-align: center;
}
.btn-pri .title {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background-color: rgb(238, 0, 51);
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 2rem;
  height: 6.6rem;
  padding: 0 5.5rem;
  border-radius: 3.3rem 3.3rem 3.3rem 0.8rem;
}
.btn-pri .title:hover {
  background-color: #bb0028;
}

.page-solution {
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .page-solution {
    margin-top: 10rem;
  }
}
.page-solution .page-title {
  word-break: break-word;
}
@media (min-width: 768px) {
  .page-solution .page-title {
    margin-bottom: 2rem;
  }
}

.intro-solution {
  padding-bottom: 5rem;
}
.intro-solution iframe {
  max-width: 100%;
  width: 100%;
}
.intro-solution .title {
  margin-bottom: 2rem;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .intro-solution .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.intro-solution .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .intro-solution .info {
    flex-direction: row;
    font-size: 16px;
    line-height: 24px;
  }
}
.intro-solution .info .item {
  display: flex;
  flex: 0 0 50%;
  word-break: break-word;
}
.intro-solution .info .item .icon {
  margin-right: 1rem;
  min-width: 20px;
}
.intro-solution .info .item .ct {
  color: #000;
  display: flex;
  gap: 0.5rem;
}
.intro-solution .info .item .ct .ct-label {
  word-break: normal;
}
.intro-solution .info .item .ct a {
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 2);
}
.intro-solution .info .item .ct b {
  font-weight: 600;
  letter-spacing: 0.025em;
  color: rgb(238, 0, 51);
}
@media (min-width: 768px) {
  .intro-solution .info .item .ct b {
    color: #000;
  }
}
.intro-solution .col-video {
  margin-top: 4rem;
}
.intro-solution .col-video video {
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 991px) {
  .intro-solution .col-video {
    margin-top: 0;
    text-align: center;
  }
}

.detail-solution {
  position: relative;
  background: #F2F2F2;
}

.tabs-detail-solution {
  padding-bottom: 6.5rem;
}
.tabs-detail-solution.price .nav-tabs {
  margin-top: 0;
  justify-content: center;
  position: relative;
  gap: 7rem;
}
.tabs-detail-solution.price .nav-tabs .nav-item {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}
.tabs-detail-solution.price .nav-tabs .nav-link {
  position: relative;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 0.5rem 1.5rem 0.5rem;
  transition: 0.3s;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}
.tabs-detail-solution.price .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 50%;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.tabs-detail-solution.price .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51) !important;
}
.tabs-detail-solution.price .nav-tabs .nav-link.active:before {
  height: 2px;
  width: 100%;
  left: 0;
  background-color: rgb(238, 0, 51);
}
.tabs-detail-solution.price .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.tabs-detail-solution .nav-tabs {
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 7rem;
}
.tabs-detail-solution .nav-tabs .nav-item {
  margin-bottom: 0;
}
.tabs-detail-solution .nav-tabs .nav-link {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0 0 1.5rem;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tabs-detail-solution .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 26px;
  }
}
.tabs-detail-solution .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #EE0033;
  transition: 0.2s ease-in-out;
}
.tabs-detail-solution .nav-tabs .nav-link:hover {
  color: #EE0033;
}
.tabs-detail-solution .nav-tabs .nav-link.active {
  color: #EE0033;
}
.tabs-detail-solution .nav-tabs .nav-link.active:before {
  left: 0;
  width: 100%;
}

.solution-detail-img {
  text-align: center;
  margin: 4rem 0;
}

.list-detail-solution .head-solution {
  color: rgb(238, 0, 51);
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .list-detail-solution .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.list-detail-solution .slick-track {
  display: flex !important;
}
.list-detail-solution .slick-slide {
  height: auto !important;
}
.list-detail-solution .item-solution-container:not(:first-child) {
  margin-top: 4rem;
}
.list-detail-solution .item-solution-container.single-item .slick-list {
  padding: 0 !important;
}
@media (min-width: 400px) {
  .list-detail-solution .item-solution-container.single-item .slick-track {
    min-width: 400px;
  }
}
@media (min-width: 769px) {
  .list-detail-solution .item-solution-container.double-item .slick-track {
    min-width: 694px;
  }
}
@media (min-width: 992px) {
  .list-detail-solution .item-solution-container.double-item .slick-track {
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  .list-detail-solution .item-solution-container.double-item .slick-track {
    min-width: 1200px;
  }
}
.list-detail-solution .item-solution-container.slick-slider {
  display: flex !important;
  justify-content: center;
}
.list-detail-solution .item-solution-container .slick-track {
  word-break: break-word;
}
.list-detail-solution .item {
  flex: 1 1 0;
  background: #fff;
  border-radius: 12px;
  padding: 4rem 1rem;
}
.list-detail-solution .item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: #EE0033;
  margin-bottom: 1.2rem;
}
.list-detail-solution .item .icon img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
}
.list-detail-solution .item .ct .title {
  color: rgb(238, 0, 51);
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list-detail-solution .item .ct .title {
    font-size: 24px;
    line-height: 29px;
  }
}
.list-detail-solution .item .ct .desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .list-detail-solution .item .ct .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.list-detail-solution .item .ct .desc ul {
  text-align: left;
  margin-top: 0.5rem;
}
.list-detail-solution .item .ct .desc ul li {
  margin-bottom: 1rem;
}
.list-detail-solution .item .ct .desc ul li span, .list-detail-solution .item .ct .desc ul li b, .list-detail-solution .item .ct .desc ul li strong {
  font-weight: 700;
  color: rgb(238, 0, 51) !important;
}
.list-detail-solution .item .ct .desc ul li:before {
  content: "• ";
  display: inline;
  margin-right: 5px;
}
.list-detail-solution .item .ct .desc ul li > ul {
  padding-left: 2rem;
}
.list-detail-solution .item .ct .desc ul li > ul > li:before {
  content: "• ";
  font-weight: 900;
  transform: scale(0.4);
  display: inline-block;
  margin-right: 2px;
}

.wrap-price-detail {
  padding: 3rem 12rem 3rem 12rem;
  background-color: #17191e;
}
.wrap-price-detail.no1 {
  margin-top: -5.5rem;
  padding-top: 0;
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .wrap-price-detail {
    margin-top: -2.5rem;
  }
  .wrap-price-detail.v2 {
    margin-top: 0;
  }
}
.wrap-price-detail .btn-pri {
  position: relative !important;
  bottom: inherit !important;
}
.wrap-price-detail .note {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.wrap-price-detail .note i {
  margin-right: 1rem;
  margin-top: 0.7rem;
  color: rgb(238, 0, 51);
}
.wrap-price-detail .note .custom-checkbox .checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  user-select: none;
}
.wrap-price-detail .note .custom-checkbox .checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.wrap-price-detail .note .custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  transform: translateY(-50%);
  border-radius: 0.25rem;
  cursor: pointer;
}
.wrap-price-detail .note .custom-checkbox .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.wrap-price-detail .note .custom-checkbox .checkbox-container input:checked ~ .checkmark {
  background-color: #ee0033;
}
.wrap-price-detail .note .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wrap-price-detail .note .custom-checkbox .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.wrap-price-detail .note .custom-checkbox .checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #17191e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.wrap-price-detail .desc {
  font-style: italic;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}
.wrap-price-detail ul li:before {
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  position: relative;
  content: "\f00c";
  font-size: 1.6rem;
  padding-right: 1rem;
  display: inline;
}

.head-price {
  text-align: center;
  margin-bottom: 5rem;
}
.head-price .title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.head-price .desc-price {
  font-size: 2.2rem;
  font-style: italic;
}

.tb-price {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.tb-price table {
  margin-bottom: 2rem;
}
.tb-price tr th, .tb-price tr td {
  vertical-align: middle;
}
.tb-price tr th {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.tb-price tr th {
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(238, 0, 51);
  white-space: nowrap;
}
.tb-price tr td {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tb-price tr td:nth-child(1), .tb-price tr td:nth-child(2) {
  padding-left: 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.tb-price.v1 {
  overflow-x: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tb-price.v1::-webkit-scrollbar {
  width: 10px;
  height: 0.6rem;
  border-radius: 5rem;
}
.tb-price.v1::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5rem;
}
.tb-price.v1::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5rem;
}
.tb-price.v1::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tb-price.v1 table {
  min-width: 12.06rem;
}
.tb-price.v1 tr td:not(.tb-price.v1 tr td:nth-child(1)), .tb-price.v1 tr td:not(.tb-price.v1 tr td:nth-child(2)) {
  white-space: nowrap;
}
.tb-price.v2 {
  color: rgba(255, 255, 255, 0.8);
}
.tb-price.v2 tr td {
  font-weight: 500;
}
.tb-price.v2 tr td:first-child {
  color: #fff;
}
.tb-price.v2 tr td i {
  font-size: 3rem;
}
.tb-price.v2 tr td .fa-check {
  color: #10e016;
}
.tb-price.v2 tr td .fa-times {
  color: rgb(238, 0, 51);
}
.tb-price.v2 tr td.price {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.cas-product-related .slick-list {
  margin: 0 -1.5rem;
}
.cas-product-related .slick-list .slick-slide {
  margin: 0 1.5rem;
}

.item-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem 14rem;
}
@media (min-width: 768px) {
  .item-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .item-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.item-product-page {
  position: relative;
}
.item-product-page .img {
  display: block;
  overflow: hidden;
  padding-top: 60.67%;
  position: relative;
  border-radius: 12px;
}
.item-product-page .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  border-radius: 12px;
}
.item-product-page .ct {
  margin-top: 2.5rem;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.item-product-page .ct .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.item-product-page .ct .title a {
  transition: 0.2s;
  display: block;
}
.item-product-page .ct .desc {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 2);
}
.item-product-page:hover .img img {
  transform: scale(1.05);
}
.item-product-page:hover .ct .title a {
  color: rgb(238, 0, 51);
}
.item-product-page.search {
  display: flex;
  text-align: left;
  margin-bottom: 3rem;
}
.item-product-page.search .img {
  flex: 0 0 20rem;
  margin-right: 2.5rem;
  padding-top: 0;
}
@media (max-width: 480px) {
  .item-product-page.search .img {
    flex: 0 0 18rem;
    margin-right: 2rem;
  }
}
.item-product-page.search .img img {
  position: relative;
}
.item-product-page.search .ct {
  flex-grow: 1;
  margin-top: 0;
}
.item-product-page.search .ct .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
}

.solutions {
  margin-bottom: 6.5rem;
}
.solutions .decor {
  display: inline-block;
  width: 30px;
  height: 100%;
  border-radius: 12px;
  background-color: #FFF;
  position: absolute;
  z-index: 1;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.solutions .nav-pills {
  position: relative;
  margin-bottom: 6rem;
  display: inline-flex;
  overflow: hidden;
  border-radius: 12px;
  border: solid 1px #D7D7D7;
  background: #15171D;
}
.solutions .nav-pills .nav-item {
  margin: 0;
  position: relative;
  z-index: 2;
}
.solutions .nav-pills .nav-link {
  color: #636363;
  font-family: "Sarabun", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.5rem;
  min-width: 22rem;
  height: 6rem;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.solutions .nav-pills .nav-link.active {
  color: #000;
  background-color: #FFF;
}
.solutions .nav {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
  color: #000;
}
.solutions .nav:not(.solutions .nav.nav-pills) .nav-item {
  padding: 1rem 2rem;
}
.solutions .nav:not(.solutions .nav.nav-pills) .nav-item:has(.nav-link.active) {
  border-bottom: solid 3px #EE0033;
}
.solutions .nav:not(.solutions .nav.nav-pills) .nav-item .nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .solutions .nav:not(.solutions .nav.nav-pills) .nav-item .nav-link {
    font-size: 20px;
    line-height: 26px;
  }
}
.solutions .nav:not(.solutions .nav.nav-pills) .nav-item .nav-link.active {
  color: #EE0033;
}

.tabs-list-solution {
  padding-bottom: 6rem;
  position: relative;
}
.tabs-list-solution:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Wave.png) no-repeat top;
  opacity: 0.02;
  z-index: -1;
}
.tabs-list-solution .nav-tabs {
  border: none;
  position: relative;
  margin-bottom: 6rem;
}
.tabs-list-solution .nav-tabs:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e4e52;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tabs-list-solution .nav-tabs .nav-item {
  text-align: center;
  margin-bottom: 0;
}
.tabs-list-solution .nav-tabs .nav-item:not(:last-child) {
  margin-right: 7rem;
}
.tabs-list-solution .nav-tabs .nav-link {
  position: relative;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 0.5rem 1.5rem 0.5rem;
  transition: 0.3s;
}
.tabs-list-solution .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51) !important;
}
.tabs-list-solution .nav-tabs .nav-link.active:before {
  height: 2px;
  width: 100%;
  left: 0;
  background-color: rgb(238, 0, 51);
}
.tabs-list-solution .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}

@media (max-width: 991px) {
  .tabs-detail-solution .nav-tabs {
    justify-content: center;
    margin-bottom: 5rem;
  }
  .tabs-detail-solution .nav-tabs .nav-item {
    margin: 0 5rem;
  }
  .wrap-price-detail {
    padding: 2.5rem;
  }
  .btn-pri .title {
    height: 6rem;
    padding: 0 4rem;
  }
  .tabs-list-solution .nav-tabs {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .tabs-list-solution .nav-tabs .nav-item {
    display: inline-block;
  }
  .tabs-list-solution .nav-tabs .nav-item:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (max-width: 767px) {
  .solutions .nav-pills {
    margin-bottom: 3rem;
  }
  .solutions .nav-pills .nav-link {
    font-size: 1.8rem;
    min-width: 16rem;
    height: 5rem;
    padding: 0 2rem;
  }
  .tb-price {
    overflow-x: auto;
    font-size: 1.8rem;
  }
  .tb-price table {
    min-width: 520px;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .wrap-price-detail .note {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .wrap-price-detail .desc {
    font-size: 1.8rem;
  }
  .tabs-list-solution .nav-tabs {
    margin-bottom: 3rem;
  }
  .tabs-list-solution .nav-tabs:before {
    display: none;
  }
  .tabs-list-solution .nav-tabs .nav-link {
    font-size: 1.8rem;
  }
  .item-product-page.v2 {
    margin-bottom: 4rem;
  }
  .banner-page.solution .ct .desc {
    padding-top: 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .tabs-detail-solution {
    padding-bottom: 4rem;
  }
  .tabs-detail-solution .nav-tabs {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 3rem;
  }
  .tabs-detail-solution .nav-tabs .nav-item {
    display: inline-block;
    margin: 0 2rem;
  }
  .tabs-detail-solution.price .nav-tabs .nav-item:not(:last-child) {
    margin-right: 3rem;
  }
  .wrap-price-detail {
    padding: 3rem 2rem;
  }
  .solutions .decor {
    display: none;
  }
  .solutions .nav-pills {
    background-color: transparent;
    display: block;
    text-align: center;
  }
  .solutions .nav-pills .nav-item {
    display: inline-block;
  }
  .solutions .nav-pills .nav-link {
    border-radius: 12px;
  }
  .solutions .nav-pills .nav-link.active {
    background-color: #FFF;
  }
  .solutions .nav-pills.multi .nav-link {
    min-width: auto;
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
}
.template-default {
  margin-bottom: 2rem;
}

.tb-algin-center {
  margin: auto;
}

.td-b-none td {
  border: none !important;
}

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

.tb-price.v3 tr td:nth-child(1) {
  padding-left: inherit;
}

.price-solution td,
.price-solution th {
  padding: 2rem 1rem;
  vertical-align: top;
}

.col-sm:nth-child(odd) .price_div .product_register_button_only {
  background: #44494d;
}

.product_register_button_price_div {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 5rem;
  line-height: 5rem;
  margin: 0;
}

.product_register_button_price_div a {
  width: 100% !important;
}

.price-solution .price_div {
  background: #17191e;
  position: relative;
  height: 100%;
}

.price-solution .page-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .price-solution .page-title {
    margin-bottom: 6rem;
  }
}

.price-solution .col-sm,
.price-solution .col-md {
  margin-bottom: 3rem;
}

.price-solution .price_div p {
  margin-bottom: 0;
}

.price-solution .col-md .price_div {
  padding: 6rem 2rem 13rem 2rem;
}
@media (max-width: 1199px) {
  .price-solution .col-md .price_div {
    padding: 3rem 2rem 12rem 2rem;
  }
}

.price-solution .col-md-6 .price_div {
  padding: 6rem 3rem 13rem 3rem;
}
@media (max-width: 1199px) {
  .price-solution .col-md-6 .price_div {
    padding: 3rem 2rem 12rem 2rem;
  }
}

.price_div {
  position: relative;
  padding: 6rem 12rem 13rem 12rem;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .price_div {
    padding: 3rem 3rem 12rem 3rem;
  }
}
@media (max-width: 575px) {
  .price_div {
    padding: 3rem 2rem 12rem 2rem;
  }
}
.price_div.col-single {
  padding: 0;
}

.price-solution .btn-pri {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4rem;
}

.price_detail table {
  width: 100% !important;
  margin: 0 auto;
  font-size: 2rem;
}

.price_div .price_header {
  padding-bottom: 2rem;
  position: relative;
  font-size: 3rem;
}

.product_title {
  text-align: left;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.price_div .price_header h1 {
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #000 !important;
}

.price_detail_desc h3,
.price_detail_desc b,
.price_detail_desc strong {
  color: #ff6c00;
  font-weight: 700;
}

.price_div .price_detail {
  display: inherit;
  text-align: left;
}

.price_div .price_detail {
  overflow-x: auto;
}

.price_div .price_detail b,
.price_div .price_detail strong,
.product-detail-info .tab-content b,
.product-detail-info .tab-content strong {
  color: #ea1c2d;
}

.price_div .price_detail li {
  padding: 5px 0;
}

.price_div .price_detail li:before,
.product-detail-info li:before,
.price_detail_desc li:before {
  line-height: 3rem;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  position: relative;
  content: "\f00c";
  font-size: 1.8rem;
  padding-right: 1rem;
}

.price_div .price_detail li ul li:before,
.product-detail-info li ul li:before,
.price_detail_desc li ul li:before {
  line-height: 3rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: #ff6c00;
  position: relative;
  content: "\f111";
  font-size: 11px;
  padding-right: 1rem;
}

.price_detail_desc ul {
  float: none;
  margin: auto;
  display: table;
}

.price-solution .price-table {
  margin-bottom: 20px;
}

.price-solution .price-table .col-sm {
  margin-bottom: 3rem;
}

.um-account-tab-company input[type=email] {
  box-sizing: border-box;
  background: #fff;
}

.price_detail ul {
  display: inline-grid;
  margin-left: 2rem;
  margin-top: 1rem;
}

.price_detail table h1 {
  margin-bottom: 0;
}

.light-mode .price-solution .price_div {
  background: #f2f2f2;
}
.light-mode .price-solution .price_div.col-single {
  background: #fff;
}

@media (max-width: 991px) {
  .price_div .price_header {
    font-size: 2.4rem;
  }
  .price_detail table {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .price_div .price_header {
    font-size: 2.2rem;
  }
  .price_detail table {
    font-size: 13px;
  }
  .price-solution td, .price-solution th {
    min-width: 12rem;
  }
  .price_div .price_detail li {
    padding: 2px 0;
  }
  .price-solution .btn-pri {
    bottom: 2.5rem;
  }
  .price-solution .btn-pri .title {
    height: 5rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .price-solution .col-md .price_div {
    padding-bottom: 10rem;
  }
  .price_detail ul {
    margin-top: 0;
  }
}
.price-detail {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .price-detail {
    font-size: 16px;
    line-height: 24px;
  }
}
.price-detail .red {
  color: #EE0033;
}
.price-detail li:before {
  content: "• ";
}
.price-detail .contact-number {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  transition: 0.2s;
  color: #EE0033;
}
@media (min-width: 768px) {
  .price-detail .contact-number {
    color: #000;
  }
}
.price-detail .contact-number:hover {
  color: #EE0033;
}
.price-detail .btn-register {
  background: #EE0033;
  border-radius: 28px;
  width: 128px;
  height: 52px;
  padding: 8px 16px 12px 16px;
  color: #fff;
  font-weight: 600;
  font-family: Sarabun, serif;
  font-size: 16px;
  line-height: 24px;
}
.price-detail a.btn-register {
  padding: 12px 16px 15px 16px;
}
.price-detail .package-container {
  word-break: break-word;
}
@media (max-width: 991px) {
  .price-detail .package-container .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.price-detail .package-container .slick-track {
  display: flex !important;
}
.price-detail .package-container .slick-slide {
  height: auto !important;
}
.price-detail .package-container .package {
  background: #F2F2F2;
  border-radius: 12px;
  padding: 24px 16px 36px 16px;
  color: #000;
}
@media (min-width: 768px) {
  .price-detail .package-container .package {
    padding: 48px 48px 72px 48px;
  }
}
.price-detail .package-container .package .package-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .price-detail .package-container .package .package-name {
    font-size: 20px;
    line-height: 26px;
  }
}
.price-detail .package-container .package .package-subname {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.price-detail .package-container .package .package-price {
  color: #EE0033;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.price-detail .package-container .package .package-price .price-number {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  font-family: FS-PFBeauSansPro, sans-serif;
}
.price-detail .package-container .package .package-subprice {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.price-detail .package-container .package .package-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.price-detail .package-container .package .package-detail b {
  font-weight: 700;
}
.price-detail .package-container .sub-package {
  margin: 3rem 0;
  padding-bottom: 3rem;
}
.price-detail .package-container .sub-package:not(:last-child) {
  border-bottom: dotted 1px #B5B4B4;
}
.price-detail .package-container .sub-package .sub-package-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 2rem;
}
.price-detail .package-container .sub-package .sub-package-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
}
@media (min-width: 768px) {
  .price-detail .package-container .sub-package .sub-package-items {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2rem), 0.5fr));
  }
}
.price-detail .service-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.price-detail .service-container {
  margin-bottom: 2rem;
}
@media (max-width: 430px) {
  .price-detail .service-container .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.price-detail .service-container .slick-arrow-left, .price-detail .service-container .slick-arrow-right {
  top: 70%;
}
.price-detail .service-container .slick-track {
  display: flex !important;
}
.price-detail .service-container .slick-slide {
  height: auto !important;
}
.price-detail .service-item {
  background: #F2F2F2;
  border-radius: 12px;
  padding: 24px 16px;
  min-height: 186px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .price-detail .service-item {
    padding: 24px;
    min-height: 250px;
  }
}
.price-detail .service-item .service-name {
  color: #EE0033;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .price-detail .service-item .service-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.price-detail .service-item .service-content {
  margin-top: 3rem;
}
.price-detail .service-item .service-content .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .price-detail .service-item .service-content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.price-detail .service-item .service-content .content {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .price-detail .service-item .service-content .content {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .price-detail .grid-template-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 2rem), 0.3333333333fr));
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .price-detail .grid-template-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2rem), 0.5fr));
    grid-gap: 2rem;
  }
}
.price-detail .table-price-solution {
  margin: 2rem 0;
  overflow-x: auto;
  padding-bottom: 2rem;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.price-detail .table-price-solution * {
  scrollbar-width: thin;
  scrollbar-color: #ee0033 #D9D9D9;
}
.price-detail .table-price-solution::-webkit-scrollbar {
  height: 6px;
}
.price-detail .table-price-solution::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 12px;
}
.price-detail .table-price-solution::-webkit-scrollbar-thumb {
  background-color: #ee0033;
  border-radius: 12px;
  border: 1px solid #ee0033;
}
@media (max-width: 1200px) {
  .price-detail .table-price-solution table th {
    min-width: 350px;
  }
}
@media (max-width: 400px) {
  .price-detail .table-price-solution table th {
    min-width: 250px;
  }
}
.price-detail table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .price-detail table {
    font-size: 16px;
    line-height: 24px;
  }
}
.price-detail table th, .price-detail table td {
  padding: 8px 24px 10px 24px;
}
.price-detail table thead tr {
  background: #F2F2F2;
}
.price-detail table thead tr th {
  font-weight: 600;
  background: #F2F2F2;
}
.price-detail table tbody tr td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.price-detail table.td-header-first tbody tr:first-child {
  background: #F2F2F2;
}
.price-detail table.td-header-first tbody tr:first-child td {
  border-bottom: none;
}
@media (min-width: 768px) {
  .price-detail #dieu-kien-ap-dung {
    width: 588px;
    margin: 0 auto;
  }
  .price-detail #dieu-kien-ap-dung .row-center {
    text-align: center;
  }
}
.price-detail .price-template-4 {
  word-break: break-word;
}
@media (max-width: 400px) {
  .price-detail .price-template-4 .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.price-detail .price-template-4 .slick-track {
  display: flex !important;
}
.price-detail .price-template-4 .slick-slide {
  height: auto !important;
}
.price-detail .price-template-4 .col-panel {
  min-height: 530px;
  padding: 24px 16px 48px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .price-detail .price-template-4 .col-panel {
    padding: 48px 24px 72px 24px;
  }
}
.price-detail .price-template-4 .col-info {
  background: #f2f2f2;
  border-radius: 12px;
  flex: 1;
  max-width: 305px;
}
.price-detail .price-template-4 .row-panel {
  padding: 14px 0;
}
.price-detail .price-template-4 .row-panel:not(:last-child):not(:first-child) {
  border-bottom: dotted 1px #B5B4B4;
}
.price-detail .price-template-4 .row-panel-0 {
  height: 100px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: calc(26px * 3);
}
.price-detail .price-template-4 .row-panel-1, .price-detail .price-template-4 .row-panel-2, .price-detail .price-template-4 .row-panel-3, .price-detail .price-template-4 .row-panel-4 {
  height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-detail .price-template-4 .row-panel-5 {
  padding: 32px 0;
}
.price-detail li:before {
  padding: 0 3px;
}

.ld-banner {
  position: relative;
}
.ld-banner .social-new-banner {
  bottom: 1rem;
}

.cas-banner-ld {
  position: relative;
  background-color: #000;
}
.cas-banner-ld .item {
  position: relative;
}
.cas-banner-ld .ct {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15rem;
  left: 0;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}
.cas-banner-ld .ct .head {
  font-weight: 500;
  font-size: 4rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  margin-bottom: 0.5rem;
}
.cas-banner-ld .ct .title {
  max-width: 70%;
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  color: black;
}
.cas-banner-ld .ct .note {
  color: rgb(238, 0, 51);
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
}
.cas-banner-ld .ct .desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  max-width: 70%;
  margin-top: 3rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.cas-banner-ld .ct .view {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  transition: 0.3s;
  color: #fff;
  padding: 8px 16px 12px 16px;
  border-radius: 128px;
  gap: 8px;
  background-color: rgb(238, 0, 51);
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.1000000015px;
  text-align: left;
}
.cas-banner-ld .ct .view i {
  margin-left: 0.6rem;
  margin-top: 0.8rem;
  font-size: 2.6rem;
}
.cas-banner-ld .ct .view:hover {
  color: #fff;
}
.cas-banner-ld .ld-bg {
  width: 100%;
  height: 70vh;
  position: relative;
}
.cas-banner-ld .ld-bg img {
  width: 100%;
  height: 100%;
}
.cas-banner-ld .ld-bg video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cas-banner-ld .ld-bg video::-webkit-media-controls {
  display: none !important;
}
.cas-banner-ld .slick-dots {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.cas-banner-ld .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 0.6rem;
  transition: 0.3s;
  position: relative;
}
.cas-banner-ld .slick-dots li.slick-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgb(238, 0, 51);
}
.cas-banner-ld .slick-dots li.slick-active:before {
  transform: scale(1);
}

.head-ld {
  text-transform: uppercase;
  font-size: 5.4rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
}

.ld-services {
  padding: 0 0 6.5rem 0;
}

.item-service-ld {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.item-service-ld a {
  z-index: -1;
}
.item-service-ld .img {
  width: 100%;
  height: 100%;
  min-height: 461px;
  transition: 0.4s ease-in-out;
  border-radius: 6px 64px 6px 64px;
  padding: 40px 32px 40px 32px;
}
.item-service-ld .img .image-icon {
  width: fit-content;
  padding: 20px;
  border-radius: 128px;
  background: rgb(238, 0, 51);
  box-shadow: 8px -4px 0px 0px rgba(238, 0, 51, 0.2);
}
.item-service-ld .img .image-icon img {
  max-width: 32px;
  height: auto;
}
@media (max-width: 575px) {
  .item-service-ld .img .image-icon {
    padding: 13px;
  }
  .item-service-ld .img .image-icon img {
    max-width: 22px;
    height: auto;
  }
}
.item-service-ld .img .title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1000000015px;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .item-service-ld .img .title {
    font-size: 18px;
  }
}
.item-service-ld .img .desc {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575px) {
  .item-service-ld .img .desc {
    font-size: 14px;
  }
}
.item-service-ld .img .desc ul li {
  position: relative;
  padding-left: 1rem;
}
.item-service-ld .img .desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000;
  border-radius: 50%;
}
.item-service-ld .img ul.link-connect {
  position: relative;
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.item-service-ld .img ul.link-connect li {
  margin-bottom: 1.2rem;
}
.item-service-ld .head {
  padding-bottom: 3.5rem;
  font-size: 4.6rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.291;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 7.5rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1900px) {
  .item-service-ld .head {
    font-size: 4rem;
    padding-left: 6rem;
  }
}
.item-service-ld .ct-abs {
  position: absolute;
  padding: 6rem 4.5rem 1.5rem 7.5rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1900px) {
  .item-service-ld .ct-abs {
    padding-left: 6rem;
  }
}
.item-service-ld .ct-abs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #121212 0%, #121212 71.74%);
  opacity: 0.8;
}
.item-service-ld .ct-abs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.2rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #E60023 0%, rgba(230, 0, 35, 0) 100%);
  opacity: 0.8;
  transform: rotate(180deg);
}
.item-service-ld .ct-abs .title {
  padding-bottom: 3.5rem;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.291;
  position: relative;
  margin-bottom: 3.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1900px) {
  .item-service-ld .ct-abs .title {
    font-size: 4rem;
  }
}
.item-service-ld .ct-abs .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 150%;
  background-color: #fff;
}
.item-service-ld .ct-abs .desc {
  position: relative;
  text-align: justify;
  font-size: 2.2rem;
  letter-spacing: -0.015em;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1900px) {
  .item-service-ld .ct-abs .desc {
    font-size: 2rem;
  }
}
.item-service-ld .ct-abs .desc p {
  margin-bottom: 0.5rem;
}
.item-service-ld .ct-abs .desc ul {
  padding-left: 1rem;
}
.item-service-ld .ct-abs .desc ul li {
  position: relative;
  padding-left: 1.6rem;
}
.item-service-ld .ct-abs .desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
}
.item-service-ld .ct-abs .link-connect {
  position: relative;
  padding-top: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.item-service-ld .ct-abs .link-connect li {
  margin-bottom: 1.2rem;
}
.item-service-ld .ct-abs .link-connect li a {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 2.2rem;
  transition: 0.3s;
}
@media (max-width: 1900px) {
  .item-service-ld .ct-abs .link-connect li a {
    font-size: 2rem;
  }
}
.item-service-ld .ct-abs .link-connect li a i {
  margin-top: 0.4rem;
  margin-right: 1rem;
}
.item-service-ld .ct-abs .link-connect li a:hover {
  color: rgb(238, 0, 51);
}
.item-service-ld:hover .head {
  opacity: 0;
  visibility: hidden;
}
.item-service-ld:hover .img img {
  transform: scale(1.05);
}
.item-service-ld:hover .ct-abs {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 4;
}
.item-service-ld:hover .ct-abs .desc, .item-service-ld:hover .ct-abs .title, .item-service-ld:hover .ct-abs .link-connect {
  opacity: 1;
  visibility: visible;
}

.ld-solutions {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
.ld-solutions .head-title {
  margin-bottom: 0;
}

.ld-agile {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.ld-agile .head-title {
  margin-bottom: 0;
}
.ld-agile .cas-agile-ld .item {
  display: flex;
}
.ld-agile .cas-agile-ld .item .agile-map {
  display: flex;
  justify-content: left;
  position: relative;
  margin-top: 10rem;
}
.ld-agile .cas-agile-ld .item .agile-content {
  position: relative;
  height: 750px;
}
.ld-agile .cas-agile-ld .item .agile-content .ct {
  position: absolute;
  height: fit-content;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(2rem);
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .image-background {
  margin-bottom: 2rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .image-background img {
  max-height: 250px;
  width: auto;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title .highlight {
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgb(238, 0, 51);
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgb(108, 108, 108);
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head {
  margin-bottom: 3.6rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title .highlight {
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgb(238, 0, 51);
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology {
  display: flex;
  margin-bottom: 3.6rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image {
  width: fit-content;
  display: flex;
  align-items: center;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image img {
  width: 128px;
  margin-right: 2.4rem;
  max-width: none;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-head {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 0.8rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication {
  display: flex;
  margin-bottom: 2.4rem;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 10px;
  padding: 10px;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .image {
  width: fit-content;
  display: flex;
  align-items: center;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .image img {
  width: 66px;
  margin-right: 2.4rem;
  max-width: none;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-head {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 0.8rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head {
  margin-bottom: 3.6rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title .highlight {
  font-family: "FS-Magistral", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgb(238, 0, 51);
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .methodology .e-methodology {
  display: flex;
  margin-bottom: 3.6rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .methodology .e-methodology .image {
  width: fit-content;
  display: flex;
  align-items: center;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .methodology .e-methodology .image img {
  width: 128px;
  margin-right: 2.4rem;
  max-width: none;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .methodology .e-methodology .e-head {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .methodology .e-methodology .e-desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 0.8rem;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication {
  display: flex;
  margin-bottom: 2.4rem;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 10px;
  padding: 10px;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .image {
  width: fit-content;
  display: flex;
  align-items: center;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .image img {
  width: 66px;
  margin-right: 2.4rem;
  max-width: none;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-head {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-desc {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 0.8rem;
}
.ld-agile .cas-agile-ld .cas-arrow {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.8rem;
  color: #6e6e6e;
  transition: 0.2s;
}
.ld-agile .cas-agile-ld .cas-arrow:hover {
  color: #fff;
}
.ld-agile .cas-agile-ld .cas-arrow.prev {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .ld-agile .cas-agile-ld .cas-arrow {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .ld-agile .cas-agile-ld .item .agile-map {
    zoom: 0.8;
  }
  .ld-agile .cas-agile-ld .item .agile-content {
    height: 600px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .image-background img {
    width: 100%;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title {
    line-height: 10px;
    font-size: 24px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title .highlight {
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title {
    line-height: 10px;
    font-size: 24px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title .highlight {
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image img {
    width: 80px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .image img {
    width: 40px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title {
    line-height: 10px;
    font-size: 24px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title .highlight {
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .image img {
    width: 40px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .cas-arrow {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8rem;
    color: #6e6e6e;
    transition: 0.2s;
  }
  .ld-agile .cas-agile-ld .cas-arrow:hover {
    color: #fff;
  }
  .ld-agile .cas-agile-ld .cas-arrow.prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .ld-agile .cas-agile-ld .cas-arrow {
    right: 0;
  }
}
@media (max-width: 991px) {
  .ld-agile .cas-agile-ld .item .agile-map {
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding-left: 13px;
  }
  .ld-agile .cas-agile-ld .item .agile-content {
    height: fit-content;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct {
    position: relative;
    height: auto;
    display: none;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.show {
    display: block;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter {
    text-align: center;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .image-background img {
    width: auto;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title {
    line-height: 10px;
    font-size: 24px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title .highlight {
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title {
    line-height: 10px;
    font-size: 24px;
    text-align: center;
    margin-top: 3rem;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .head .title .highlight {
    display: block;
    text-align: center;
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image img {
    width: 80px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .image img {
    width: 40px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title {
    line-height: 10px;
    font-size: 24px;
    text-align: center;
    margin-top: 3rem;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .head .title .highlight {
    display: block;
    text-align: center;
    font-size: 32px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .image img {
    width: 40px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-head {
    font-size: 18px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .cas-arrow {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8rem;
    color: #6e6e6e;
    transition: 0.2s;
  }
  .ld-agile .cas-agile-ld .cas-arrow:hover {
    color: #fff;
  }
  .ld-agile .cas-agile-ld .cas-arrow.prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .ld-agile .cas-agile-ld .cas-arrow {
    right: 0;
  }
}
@media (max-width: 767px) {
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.1px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head .title .highlight {
    font-size: 36px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.1px;
    text-align: left;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .desc {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology {
    display: block;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image {
    width: 100%;
    justify-content: center;
    margin-bottom: 2.4rem;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .image img {
    width: 96px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-head {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.1px;
    text-align: center;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .methodology .e-methodology .e-desc {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1000000015px;
    text-align: center;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication {
    padding: 11px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .image img {
    width: 48px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-head {
    font-family: "Sarabun", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-pri-list .desc .implication .e-implication .e-desc {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication {
    padding: 11px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .image img {
    width: 48px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-head {
    font-family: "Sarabun", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-general .desc .implication .e-implication .e-desc {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ld-agile .cas-agile-ld .item .agile-map {
    zoom: 0.64;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct {
    padding-left: 0;
    padding-right: 0;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .image-background {
    margin-top: 3rem;
  }
  .ld-agile .cas-agile-ld .item .agile-content .ct.ct-agile-letter .head {
    margin-top: 4rem;
  }
  .ld-agile .cas-agile-ld .cas-arrow {
    display: none;
  }
}

.ld-procedure {
  padding: 5rem 0 0 0;
}

.ct-procedure {
  text-align: center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.ct-procedure .note {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 6rem;
  font-size: 2rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #888;
  letter-spacing: -0.015em;
}

@media (min-width: 992px) {
  .item3:last-child .item-procedure .ct {
    left: inherit;
    right: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 4rem;
  }
  .item3:last-child .item-procedure .ct:before {
    left: inherit;
    right: 0;
  }
  .item3:last-child .item-procedure .ct:after {
    left: inherit;
    right: -0.6rem;
  }
  .item4:last-child .item-procedure .ct, .item4:nth-child(3) .item-procedure .ct {
    left: inherit;
    right: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 4rem;
  }
  .item4:last-child .item-procedure .ct:before, .item4:nth-child(3) .item-procedure .ct:before {
    left: inherit;
    right: 0;
  }
  .item4:last-child .item-procedure .ct:after, .item4:nth-child(3) .item-procedure .ct:after {
    left: inherit;
    right: -0.6rem;
  }
  .item6:last-child .item-procedure .ct, .item6:nth-child(5) .item-procedure .ct {
    left: inherit;
    right: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 4rem;
  }
  .item6:last-child .item-procedure .ct:before, .item6:nth-child(5) .item-procedure .ct:before {
    left: inherit;
    right: 0;
  }
  .item6:last-child .item-procedure .ct:after, .item6:nth-child(5) .item-procedure .ct:after {
    left: inherit;
    right: -0.6rem;
  }
}
.item-procedure {
  position: relative;
}
.item-procedure.active .top {
  color: #fff;
}
.item-procedure.active .ic {
  border-color: #fff;
}
.item-procedure.active .ic:before {
  border-top-color: #fff;
}
.item-procedure.active .ic img {
  filter: brightness(1);
}
.item-procedure.active .num {
  border-color: #fff;
}
.item-procedure.active .ct {
  opacity: 1;
  visibility: visible;
}
.item-procedure.active .ct .desc {
  transform: translateY(0);
}
.item-procedure.active .ct:before {
  height: 100%;
}
.item-procedure.active .ct:after {
  transform: scale(1);
}
.item-procedure .top {
  color: #808080;
}
.item-procedure .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 50%;
  border: 0.3rem solid #808080;
  position: relative;
  margin-bottom: 2rem;
  transition: 0.3s ease-in-out;
}
.item-procedure .ic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.5rem solid #808080;
  transition: 0.3s ease-in-out;
}
.item-procedure .ic img {
  max-width: 50%;
  max-height: 50%;
  filter: brightness(0.5);
  transition: 0.3s ease-in-out;
}
.item-procedure .title {
  font-size: 3rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  transition: 0.3s ease-in-out;
}
.item-procedure .time {
  font-size: 2.2rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  margin-bottom: 0.5rem;
}
.item-procedure .num {
  position: relative;
  z-index: 1;
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  font-family: "FS-PFBeauSansPro", sans-serif;
  border: 1px solid #808080;
  border-radius: 50%;
  background-color: #262628;
  transition: 0.3s ease-in-out;
}
.item-procedure .ct {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.25;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52rem;
  height: 18.2rem;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  letter-spacing: -0.04em;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.item-procedure .ct .desc {
  transition: 0.4s ease-in-out;
  transform: translateY(3rem);
  transition-delay: 0.3s;
  width: 100%;
}
.item-procedure .ct:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}
.item-procedure .ct:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  transition-delay: 0.3s;
}

.ld-experts {
  background-color: #121212;
  padding-bottom: 8rem;
}

.cas-ld-experts {
  padding-top: 4.8rem;
}
.cas-ld-experts .slick-list {
  margin: 0 -2rem;
}
.cas-ld-experts .slick-list .slick-slide {
  margin: 0 2rem;
}
.cas-ld-experts .item {
  position: relative;
}
.cas-ld-experts .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.3333%;
  background: linear-gradient(179.82deg, rgba(0, 0, 0, 0) 11.46%, rgba(18, 18, 18, 0.5) 46.16%, #121212 99.84%);
}
.cas-ld-experts .item .ct {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 5rem 4rem;
}
.cas-ld-experts .item .ct .name {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.1944444444;
  margin-bottom: 0.5rem;
}
@media (max-width: 1900px) {
  .cas-ld-experts .item .ct .name {
    font-size: 3rem;
  }
}
.cas-ld-experts .item .ct .location {
  font-size: 2.4rem;
  line-height: 1.2916666667;
}
.cas-ld-experts .item .ct-abs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #262628;
  padding: 5rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.cas-ld-experts .item .ct-abs .avt {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.cas-ld-experts .item .ct-abs .name {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.1944444444;
  margin-bottom: 0.5rem;
}
@media (max-width: 1900px) {
  .cas-ld-experts .item .ct-abs .name {
    font-size: 3rem;
  }
}
.cas-ld-experts .item .ct-abs .location {
  font-size: 2.4rem;
  line-height: 1.2916666667;
}
@media (max-width: 1900px) {
  .cas-ld-experts .item .ct-abs .location {
    font-size: 2rem;
  }
}
.cas-ld-experts .item .ct-abs .top {
  padding-bottom: 3rem;
  margin-bottom: 3.8rem;
  position: relative;
}
.cas-ld-experts .item .ct-abs .top:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 100vw;
}
.cas-ld-experts .item .ct-abs .info {
  position: relative;
  max-height: 58%;
  overflow-x: hidden;
  width: calc(100% + 1rem);
  padding-right: 1rem;
  /* Track */
  /* Handle */
}
.cas-ld-experts .item .ct-abs .info::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 1rem;
}
.cas-ld-experts .item .ct-abs .info::-webkit-scrollbar-track {
  background: transparent;
}
.cas-ld-experts .item .ct-abs .info::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}
.cas-ld-experts .item .ct-abs .info .head {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.1944444444;
  margin-bottom: 3.5rem;
}
@media (max-width: 1900px) {
  .cas-ld-experts .item .ct-abs .info .head {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.cas-ld-experts .item .ct-abs .info ul {
  text-align: justify;
}
.cas-ld-experts .item .ct-abs .info ul li {
  padding-left: 2rem;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  margin-bottom: 1rem;
}
@media (max-width: 1900px) {
  .cas-ld-experts .item .ct-abs .info ul li {
    font-size: 2rem;
  }
}
.cas-ld-experts .item .ct-abs .info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
}
.cas-ld-experts .item:hover .ct-abs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cas-ld-experts .cas-arrow {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  font-size: 2.8rem;
  color: #6e6e6e;
  transition: 0.3s ease-in-out;
}
.cas-ld-experts .cas-arrow:hover {
  color: #fff;
}
.cas-ld-experts .cas-arrow.next {
  right: inherit;
  left: calc(100% + 10px);
}

.home-partner.ld {
  padding: 6rem 0;
}
.home-partner.ld .head-ld {
  line-height: 1;
}
.home-partner.ld .cas-partner .item-partner {
  background-color: #262628;
  border-radius: 0.8rem;
  height: 8rem;
}
.home-partner.ld .cas-partner .item-partner img {
  max-width: 70%;
}
.home-partner.ld .cas-partner .item-partner.v3 .text {
  margin-top: 0.6rem;
  font-size: 12px;
}
@media (max-width: 1650px) {
  .home-partner.ld .cas-partner .item-partner.v3 .text {
    font-size: 10px;
  }
}

.cds-prize.ld {
  background: url("../images/landing/prize_background.svg") no-repeat center bottom -5%;
  background-size: cover;
  padding-bottom: 10rem;
  padding-top: 7rem;
}
.cds-prize.ld .head-title {
  margin-bottom: 1.5rem;
}
.cds-prize.ld .note {
  font-family: "FS-PFBeauSansPro", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 10rem;
  margin-left: -13px;
}
.cds-prize.ld .view {
  text-align: center;
}
.cds-prize.ld .view .title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  transition: 0.3s;
  color: #fff;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
}
.cds-prize.ld .view .title i {
  margin-left: 0.6rem;
  margin-top: 0.8rem;
  font-size: 2.8rem;
}
.cds-prize.ld .cas-number-prize {
  color: #fff;
}
.cds-prize.ld .cas-number-prize .item {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.cds-prize.ld .cas-number-prize .item .ct {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cds-prize.ld .cas-number-prize .item .ct strong {
  color: rgba(255, 255, 255, 0.28);
  text-align: left;
  font-family: "FS-Magistral", sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 1px;
  letter-spacing: 0.1px;
}
.cds-prize.ld .cas-number-prize .item .ct .num-abs {
  position: absolute;
  top: 55%;
  width: 100%;
  transform: translateY(-33%);
  display: inline-flex;
  align-items: center;
}
.cds-prize.ld .cas-number-prize .item .ct .num-abs .num {
  margin-right: 0.5rem;
  text-align: left;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.1px;
}
.cds-prize.ld .cas-number-prize .item .head {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1px;
  text-align: left;
}
.cds-prize.ld .cas-number-prize .item .desc {
  margin-top: 1rem;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 10);
}
@media (max-width: 1226px) {
  .cds-prize.ld .note {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .cds-prize.ld .note {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cds-prize.ld {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .cds-prize.ld .head-title {
    margin-bottom: 0;
  }
  .cds-prize.ld .note {
    font-size: 14px;
  }
  .cds-prize.ld .view .title {
    margin-top: 1rem;
  }
  .cds-prize.ld .cas-number-prize .item {
    margin-bottom: 10rem;
    padding-right: 13px;
    padding-left: 13px;
  }
  .cds-prize.ld .cas-number-prize .item:last-child {
    margin-bottom: 0;
  }
  .cds-prize.ld .cas-number-prize .item .head {
    margin-bottom: 2rem;
  }
}

.ld-solutions .nav-tabs {
  border-bottom: none;
}
.ld-solutions .nav-tabs .nav-item {
  position: relative;
  /*&:not(:last-child) {
      &::after {
          position: absolute;
          content: "/";
          top: 0;
          right: -0.25em;
          font-size: 1em;
      }
  }*/
}
.ld-solutions .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.ld-solutions .nav-tabs .nav-item:last-child {
  padding-right: 0;
  margin-left: -17px;
}
.ld-solutions .nav-tabs .nav-item:has(.active) {
  z-index: 2;
}
@media (max-width: 1199px) {
  .ld-solutions .nav-tabs .nav-item:last-child {
    margin-left: -17px;
  }
}
.ld-solutions .nav-link {
  padding: 11px 24px 11px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  border: 1px solid rgb(202, 208, 214) !important;
  border-radius: 12px;
  color: rgb(99, 99, 99);
  background: rgb(215, 215, 215);
  min-width: 170px;
}
.ld-solutions .nav-link.active {
  color: #000;
}
@media (max-width: 1199px) {
  .ld-solutions .nav-link {
    font-size: 18px;
    line-height: 23px;
  }
}
.ld-solutions .eva-con-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(108, 108, 108);
  margin-bottom: 4rem;
}
.ld-solutions .cas-ld-solution .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ld-solutions .cas-ld-solution .item .img {
  position: relative;
  min-height: 380px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.ld-solutions .cas-ld-solution .item .img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 7.62%, rgba(18, 18, 18, 0.27) 30.86%, #121212 100%);
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: 12px;
}
.ld-solutions .cas-ld-solution .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.ld-solutions .cas-ld-solution .item .item-head {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #fff;
  z-index: 2;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.291;
  width: 100%;
  padding-bottom: 3.5rem;
  transition: 0.4s ease-in-out;
}
.ld-solutions .cas-ld-solution .item .ct-abs-detail {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  height: 50%;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.ld-solutions .cas-ld-solution .item .ct-abs-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.8);
  border-radius: 12px;
}
.ld-solutions .cas-ld-solution .item .ct-abs-detail .title {
  font-size: 24px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.5rem;
  z-index: 2;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 1.291;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.ld-solutions .cas-ld-solution .item .ct-abs-detail .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  padding: 0 3rem;
  padding-top: 3.5rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ld-solutions .cas-ld-solution .item:hover .item-head {
  opacity: 0;
  visibility: hidden;
}
.ld-solutions .cas-ld-solution .item:hover .ct-abs-detail {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 4;
  transition: 0.4s ease-in-out;
}
.ld-solutions .cas-ld-solution .item:hover .ct-abs-detail .desc, .ld-solutions .cas-ld-solution .item:hover .ct-abs-detail .title, .ld-solutions .cas-ld-solution .item:hover .ct-abs-detail .link-connect {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .ld-solutions .wrap-head-pri {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .ld-solutions .eva-con-desc {
    font-size: 14px;
  }
  .ld-solutions .cas-ld-solution {
    margin-left: -5rem;
  }
}

.ld-procedure {
  min-height: 750px;
}
.ld-procedure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 444px;
  height: 1px;
  width: 100%;
  background-color: rgb(83, 83, 83);
}
.ld-procedure .time-may {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: -0.015em;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 4rem;
}
.ld-procedure .tab-ld-procedure {
  margin-top: 3.5rem;
}
.ld-procedure .tab-ld-procedure .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 0 0 33.33333%;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-link {
  font-weight: 500;
  font-family: "FS-PFBeauSansPro", sans-serif;
  border: none;
  padding: 0 8rem;
  transition: 0.3s;
  margin-top: -1.5rem;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  color: rgb(170, 170, 170);
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-link span {
  position: relative;
  display: inline-block;
  padding: 4rem 0;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-link svg {
  margin-right: 10px;
  margin-bottom: 5px;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-link.active {
  display: block;
  color: #ffffff;
  background: #000;
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-item:not(:last-child) svg path {
  fill: rgb(170, 170, 170);
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-item:last-child svg path {
  stroke: rgb(170, 170, 170);
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-item:not(:last-child) .active svg path {
  fill: #ffffff;
}
.ld-procedure .tab-ld-procedure .nav-tabs .nav-item:last-child .active svg path {
  stroke: #ffffff;
}
.ld-procedure .tab-ld-procedure .tab-content .tab-pane.active {
  background: linear-gradient(180deg, #000000 0%, rgba(19, 23, 26, 0) 100%);
}
.ld-procedure .tab-ld-procedure .ct-procedure .col-lg-2 {
  padding: 0;
}
.ld-procedure .tab-ld-procedure .item-procedure .top {
  color: #ffffff;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-title {
  height: 80px;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-title .time {
  font-size: 20px;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-title .time2 {
  min-height: 33px;
  margin-bottom: 0.5rem;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  text-transform: uppercase;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .desc {
  padding: 0 16px;
  font-size: 16px;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-num {
  padding: 20px 0;
}
.ld-procedure .tab-ld-procedure .item-procedure .top .div-num .num {
  color: #000;
}
@media (max-width: 1650px) {
  .ld-procedure {
    min-height: 700px;
  }
  .ld-procedure:after {
    top: 400px;
  }
}
@media (max-width: 1199px) {
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link {
    padding: 0;
    text-align: center;
  }
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link svg {
    margin-top: 15px;
  }
  .ld-procedure:after {
    top: 390px;
  }
}
@media (max-width: 991px) {
  .ld-procedure {
    min-height: auto;
  }
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link svg {
    display: none;
    margin-right: 0;
  }
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link span {
    font-size: 22px;
  }
  .ld-procedure .tab-ld-procedure .tab-content .ct-procedure .col-lg-2 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top {
    flex-direction: row;
    flex: 100%;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title {
    width: 30%;
    padding-right: 10px;
    text-align: right !important;
    height: 100%;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title .title {
    text-align: right !important;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .desc {
    text-align: left;
    width: 70%;
    padding-left: 10% !important;
    height: 100%;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .num {
    top: 10px;
    height: 45px;
    width: 45px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure:before {
    content: "";
    position: absolute;
    left: calc(30% + 22.5px);
    top: 0;
    width: 1px;
    height: 100%;
    margin-top: 10px;
    background-color: rgb(83, 83, 83);
  }
  .ld-procedure .tab-ld-procedure .item-procedure.item-procedure-last:before {
    width: 0;
  }
  .ld-procedure:after {
    width: 0;
  }
}
@media (max-width: 767px) {
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link span {
    font-size: 20px;
    line-height: 24px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title .title {
    font-size: 18px;
    line-height: 24px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .num {
    top: 10px;
    height: 40px;
    width: 40px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure:before {
    left: calc(30% + 20px);
  }
}
@media (max-width: 575px) {
  .ld-procedure .time-may {
    font-size: 14px;
    padding: 0 13px;
  }
  .ld-procedure .tab-ld-procedure .nav-tabs .nav-link span {
    font-size: 14px;
    line-height: 20px;
    padding: 2rem 0;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title {
    width: 130px;
    padding-right: 10px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title .title {
    font-size: 16px;
    line-height: 20px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .div-title .time {
    font-size: 14px;
    line-height: 20px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .desc {
    width: calc(100% - 130px);
    padding-left: 50px !important;
    font-size: 14px;
    line-height: 20px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure .top .num {
    top: 10px;
    height: 40px;
    width: 40px;
  }
  .ld-procedure .tab-ld-procedure .item-procedure:before {
    left: 156.5px;
  }
}

.ld-review {
  background-color: #121212;
  padding: 4rem 0 6rem 0;
  position: relative;
}
.ld-review .cas-ld-review .cas-arrow {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  font-size: 2.8rem;
  color: #6e6e6e;
  transition: 0.3s ease-in-out;
}
.ld-review .cas-ld-review .cas-arrow:hover {
  color: #fff;
}
.ld-review .cas-ld-review .cas-arrow.next {
  right: inherit;
  left: calc(100% + 10px);
}
.ld-review .cas-ld-review .item {
  display: flex;
}
.ld-review .cas-ld-review .item .border-round-1 {
  padding: 45px;
  border-radius: 50%;
  border: 3px solid red;
  height: fit-content;
  width: fit-content;
  align-self: center;
}
.ld-review .cas-ld-review .item .border-round-2 {
  padding: 35px;
  border-radius: 50%;
  border: 1px solid red;
  height: fit-content;
  width: fit-content;
}
.ld-review .cas-ld-review .item .img img {
  border-radius: 50%;
  width: 268px;
  height: 268px;
  max-width: none;
}
.ld-review .cas-ld-review .item .ct {
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 7rem;
  background: #fff;
  border-radius: 33px;
  position: relative;
}
.ld-review .cas-ld-review .item .ct .phay-tren {
  position: absolute;
  top: 20px;
  left: -40px;
}
.ld-review .cas-ld-review .item .ct .phay-duoi {
  position: absolute;
  bottom: -25px;
  right: 30px;
}
.ld-review .cas-ld-review .item .ct .desc {
  padding-left: 30px;
  border-left: 3px solid rgb(182, 182, 182);
  margin-bottom: 4.5rem;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media (max-width: 1199px) {
  .ld-review .cas-ld-review .item .ct .desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.ld-review .cas-ld-review .item .ct .author {
  font-family: "FS-PFBeauSansPro", sans-serif;
  text-align: left;
  letter-spacing: 0.1000000015px;
  padding-left: 30px;
}
.ld-review .cas-ld-review .item .ct .author .name {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0.3rem;
}
.ld-review .cas-ld-review .item .ct .author .location {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1000000015px;
}
@media (max-width: 1199px) {
  .ld-review .cas-ld-review .item .ct .author .name {
    font-size: 20px;
    line-height: 30px;
  }
  .ld-review .cas-ld-review .item .ct .author .location {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .ld-review .cas-ld-review .item .border-round-1 {
    padding: 40px;
  }
  .ld-review .cas-ld-review .item .border-round-2 {
    padding: 30px;
  }
  .ld-review .cas-ld-review .item .img img {
    width: 250px;
    height: 250px;
  }
  .ld-review .cas-ld-review .item .ct {
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 7rem;
  }
  .ld-review .cas-ld-review .item .ct .phay-tren {
    top: 20px;
    left: -25px;
    width: 50px;
  }
  .ld-review .cas-ld-review .item .phay-duoi {
    bottom: -20px;
    right: 20px;
    width: 50px;
  }
  .ld-review .cas-ld-review .item .desc {
    font-size: 20px;
    line-height: 30px;
  }
  .ld-review .cas-ld-review .item .author .name {
    font-size: 20px;
  }
  .ld-review .cas-ld-review .item .author .location {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ld-review .cas-ld-review .cas-arrow {
    right: calc(100% - 80px);
    top: 45%;
    font-size: 24px;
  }
  .ld-review .cas-ld-review .cas-arrow:hover {
    color: #fff;
  }
  .ld-review .cas-ld-review .cas-arrow.next {
    right: inherit;
    left: calc(100% - 80px);
  }
  .ld-review .cas-ld-review .item {
    display: block;
  }
  .ld-review .cas-ld-review .item .border-round-1 {
    margin: 0 auto;
  }
  .ld-review .cas-ld-review .item .border-round-2 {
    padding: 30px;
  }
  .ld-review .cas-ld-review .item .ct {
    margin: 30px;
    padding: 2rem 7rem;
  }
  .ld-review .cas-ld-review .item .ct .phay-tren {
    width: 36px;
    top: 18px;
    left: -18px;
  }
  .ld-review .cas-ld-review .item .ct .phay-duoi {
    width: 36px;
    bottom: -15px;
    right: 20px;
  }
  .ld-review .cas-ld-review .item .ct .desc {
    font-size: 18px;
  }
  .ld-review .cas-ld-review .item .ct .author .name {
    font-size: 18px;
  }
  .ld-review .cas-ld-review .item .ct .author .location {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ld-review .cas-ld-review .cas-arrow {
    right: calc(100% - 50px);
    top: 45%;
  }
  .ld-review .cas-ld-review .cas-arrow.next {
    right: inherit;
    left: calc(100% - 50px);
  }
  .ld-review .cas-ld-review .item .border-round-1 {
    padding: 33px;
  }
  .ld-review .cas-ld-review .item .border-round-2 {
    padding: 25px;
  }
  .ld-review .cas-ld-review .item .img img {
    width: 184px;
    height: 184px;
  }
  .ld-review .cas-ld-review .item .ct {
    margin: 30px 10px;
    padding: 2rem 5rem;
  }
  .ld-review .cas-ld-review .item .ct .phay-tren {
    width: 36px;
    top: 18px;
    left: -18px;
  }
  .ld-review .cas-ld-review .item .ct .phay-duoi {
    width: 36px;
    bottom: -15px;
    right: 20px;
  }
  .ld-review .cas-ld-review .item .ct .desc {
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2.5rem;
  }
  .ld-review .cas-ld-review .item .ct .author {
    padding-left: 15px;
  }
  .ld-review .cas-ld-review .item .ct .author .name {
    font-size: 20px;
  }
  .ld-review .cas-ld-review .item .ct .author .location {
    font-size: 14px;
    line-height: 20px;
  }
}

.ld-contact {
  background-color: #1C1C1D;
  padding: 4rem 0;
}
.ld-contact .container {
  background: url("../images/landing/contact_background.svg") no-repeat center bottom -5%;
  background-size: cover;
  color: #ffffff;
  border-radius: 24px;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (min-width: 1200px) {
  .ld-contact .container {
    max-width: 1200px;
  }
}
.ld-contact .container .contact-title {
  margin: 0 auto;
}
.ld-contact .container .contact-title .head-title {
  text-align: center;
  margin-bottom: 2rem;
}
.ld-contact .container .contact-title .desc {
  text-align: center;
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.1000000015px;
}
.ld-contact .container .ld-contact-form {
  margin: 0 auto;
  margin-top: 3rem;
}
.ld-contact .container .form-ld-contact .invalid-feedback {
  font-size: 100%;
}
.ld-contact .container .form-ld-contact label {
  font-size: 18px;
  font-family: "FS-PFBeauSansPro", sans-serif;
  line-height: 23px;
  margin-bottom: 1rem;
}
.ld-contact .container .form-ld-contact .form-group {
  margin-bottom: 3rem;
  position: relative;
}
.ld-contact .container .form-ld-contact .form-group.sl:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1.5rem;
  top: 4.5rem;
  pointer-events: none;
  font-size: 2rem;
}
.ld-contact .container .form-ld-contact .form-control {
  background-color: #ffffff;
  border: none;
  height: 52px;
  font-size: 16px;
  color: #000;
  box-shadow: none;
  border-color: rgba(60, 60, 60, 0.5);
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  border-radius: 0.4rem;
}
.ld-contact .container .form-ld-contact .form-control:focus {
  border: 1px solid rgb(238, 0, 51);
}
.ld-contact .container .form-ld-contact .form-control::placeholder {
  font-size: 1.6rem;
  color: #6e6e6e;
}
.ld-contact .container .form-ld-contact select {
  height: 5rem !important;
  appearance: none;
}
.ld-contact .container .btn-ld {
  text-align: center;
}
.ld-contact .container .btn-ld .btn-ld-regis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 6rem;
  border-radius: 128px;
  background-color: rgb(238, 0, 51);
  font-family: "Sarabun", sans-serif;
  color: #fff;
  transition: 0.3s;
  margin-top: 3rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.ld-contact .container .btn-ld .btn-ld-regis:hover {
  background-color: #c11220;
}
@media (max-width: 1199px) {
  .ld-contact .container .contact-title .desc {
    font-size: 20px;
    line-height: 28px;
  }
  .ld-contact .container .form-ld-contact .invalid-feedback {
    font-size: 100%;
  }
  .ld-contact .container .form-ld-contact label {
    font-size: 16px;
  }
  .ld-contact .container .form-ld-contact .form-group .select2-container .select2-selection--single,
  .ld-contact .container .form-ld-contact .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    height: 50px !important;
  }
  .ld-contact .container .form-ld-contact .form-control {
    height: 50px;
    font-size: 16px;
  }
  .ld-contact .container .btn-ld {
    text-align: center;
  }
  .ld-contact .container .btn-ld .btn-ld-regis {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .ld-contact .container {
    margin-left: 13px;
    margin-right: 13px !important;
    width: auto;
  }
  .ld-contact .container .contact-title .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .ld-contact .container .form-ld-contact .invalid-feedback {
    font-size: 100%;
  }
  .ld-contact .container .form-ld-contact label {
    font-size: 14px;
    line-height: 18px;
  }
  .ld-contact .container .form-ld-contact .form-group .select2-container .select2-selection--single,
  .ld-contact .container .form-ld-contact .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    height: 44px !important;
  }
  .ld-contact .container .form-ld-contact .form-control {
    height: 44px;
    font-size: 14px;
  }
  .ld-contact .container .btn-ld {
    text-align: center;
  }
  .ld-contact .container .btn-ld .btn-ld-regis {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .cas-banner-ld .ld-bg {
    height: calc(100vh - 55px);
    max-height: 667px;
  }
  .cas-banner-ld .ct .head {
    font-size: 3.6rem;
  }
  .cas-banner-ld .ct .title {
    font-size: 4.6rem;
    max-width: 85%;
    line-height: 40px;
  }
  .cas-banner-ld .ct .desc {
    max-width: 85%;
  }
  .cas-banner-ld .ld-bg video {
    object-fit: contain;
    height: auto;
    transform: translate(0);
    top: inherit;
    bottom: 0;
    left: 0;
  }
  .item-service-ld .head {
    font-size: 3.2rem;
    padding-left: 3rem;
  }
  .item-service-ld .ct-abs {
    padding: 3rem 2rem 2rem 3rem;
  }
  .item-service-ld .ct-abs .title {
    font-size: 3.2rem;
  }
  .item-service-ld .ct-abs .desc {
    font-size: 1.8rem;
  }
  .tab-ld-solutions {
    padding-left: 0;
    padding-top: 0;
  }
  .tab-ld-solutions .nav-tabs {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .tab-ld-procedure .nav-tabs .nav-link {
    font-size: 3.2rem;
    padding: 0 5rem;
  }
  .item-procedure .ic {
    width: 8rem;
    height: 8rem;
  }
  .item-procedure .title {
    font-size: 2.4rem;
  }
  .item-procedure .time {
    font-size: 2rem;
  }
  .item-procedure .num {
    font-size: 2.2rem;
  }
  .item-procedure .ct {
    width: 45rem;
    font-size: 2rem;
  }
  .ct-procedure:after {
    top: 32rem;
  }
  .ld-review .head-ld {
    font-size: 4.4rem;
    margin-left: calc(30% + 5rem);
  }
  .cas-ld-review .item .ct .author {
    font-size: 2.8rem;
  }
  .cas-ld-review .item .ct .author .location {
    font-size: 2.2rem;
  }
  .ld-contact .desc {
    font-size: 2.6rem;
  }
}
@media (max-width: 991px) {
  .ld-services {
    padding-bottom: 8rem;
  }
  .ld-list-services .row {
    margin-right: 0;
    margin-left: 0;
  }
  .ld-list-services .slick-track {
    display: flex;
  }
  .ld-list-services .slick-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .ld-list-services .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    height: auto;
  }
  .ld-list-services .slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .ld-list-services .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 1.2rem;
    transition: 0.3s;
    position: relative;
  }
  .ld-list-services .slick-dots li:before {
    content: "";
    position: absolute;
    width: 180%;
    height: 180%;
    left: -40%;
    top: -40%;
    border: 1px solid rgb(238, 0, 51);
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(0);
  }
  .ld-list-services .slick-dots li.slick-active {
    width: 1.6rem;
    height: 1.6rem;
    background-color: rgb(238, 0, 51);
  }
  .ld-list-services .slick-dots li.slick-active:before {
    transform: scale(1);
  }
  .head-ld {
    font-size: 3.2rem;
  }
  .cas-banner-ld .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 1.2rem;
  }
  .cas-banner-ld .slick-dots li.slick-active {
    width: 1.6rem;
    height: 1.6rem;
  }
  .tab-ld-solutions .nav-tabs .nav-link {
    font-size: 3rem;
  }
  .ct-procedure:after {
    display: none;
  }
  .item-procedure {
    display: flex;
    padding-bottom: 6rem;
  }
  .item-procedure .top {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff !important;
    padding-right: 2rem;
    padding-left: 1rem;
  }
  .item-procedure .ic {
    border-color: #fff;
  }
  .item-procedure .ic img {
    filter: brightness(1) !important;
  }
  .item-procedure .ic:before {
    border-top-color: #fff;
    border-top-width: 1.2rem;
    top: calc(100% + 1px);
  }
  .item-procedure .num {
    position: absolute;
    margin-top: 0;
    border-color: #fff;
  }
  .item-procedure .time {
    margin-bottom: 0;
  }
  .item-procedure .title {
    -webkit-line-clamp: initial;
    height: auto;
  }
  .item-procedure .ct {
    position: relative;
    flex-grow: 1;
    left: inherit;
    height: inherit;
    padding-left: 6rem;
    padding-right: 3rem;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .item-procedure .ct:before {
    height: 100% !important;
  }
  .item-procedure .ct:after {
    display: none;
  }
  .item-procedure .ct .desc {
    transform: translateY(0) !important;
  }
  .tab-ld-procedure .nav-tabs .nav-link {
    padding: 0 3rem;
    font-size: 2.6rem;
  }
  .tab-ld-procedure .nav-tabs .nav-link span {
    padding: 3rem 0;
  }
  .ct-procedure {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }
  .ct-procedure .note {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
  .ld-review .head-ld {
    margin-left: 0;
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .cas-ld-review {
    margin-top: 0;
  }
  .cas-ld-review .item .ct {
    padding-top: 0;
  }
  .ld-contact {
    padding: 6rem 0;
  }
  .ld-contact .head-ld {
    padding-top: 0;
  }
  .ld-contact .desc {
    max-width: 100%;
    font-size: 2.4rem;
  }
  .form-ld-contact {
    margin-top: 4rem;
  }
  .form-ld-contact .form-group {
    margin-bottom: 2rem;
  }
  .btn-ld-regis {
    margin-top: 1rem;
  }
  .cas-ld-experts .item .ct {
    padding: 2.2rem;
  }
  .cas-ld-experts .item .ct-abs {
    padding: 3rem 2.2rem;
  }
  .cas-ld-experts .item .ct-abs .avt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cas-banner-ld .ct .head {
    font-size: 2.4rem;
  }
  .cas-banner-ld .ct .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }
  .cas-banner-ld .ct .desc {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1px;
    text-align: left;
    max-width: 100%;
  }
  .cas-banner-ld .ct .view {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .ld-list-services {
    padding-top: 2rem;
  }
  .home-partner.ld .wrap-head-pri {
    margin-bottom: 3rem;
  }
  .cas-ld-review .item .ct .desc {
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .cas-ld-review .item .ct .author {
    font-size: 2.4rem;
  }
  .cas-ld-review .item .ct .author .location {
    font-size: 2rem;
  }
  .ld-review {
    padding-bottom: 2rem;
  }
  .home-partner.ld {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ld-contact {
    margin-top: 6rem;
  }
  .ld-contact .desc {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
  }
  .tab-ld-solutions .nav-tabs .nav-link {
    font-size: 2.6rem;
  }
  .ld-solutions {
    padding-top: 3rem;
  }
  .cas-ld-experts .item .ct-abs .top {
    margin-bottom: 3rem;
  }
  .cas-ld-experts .item .ct-abs .info .head {
    font-size: 2.6rem;
  }
  .cas-ld-experts .item .ct-abs .name {
    font-size: 2.6rem;
  }
  .cas-ld-experts .item .ct .name {
    font-size: 2.6rem;
  }
  .cas-ld-experts .item .ct .location {
    font-size: 2rem;
  }
  .cas-ld-experts .slick-list {
    margin: 0 -1rem;
    padding-left: 0 !important;
    margin-right: -1.5rem;
  }
  .cas-ld-experts .slick-list .slick-slide {
    margin: 0 1rem;
  }
  .cas-ld-experts .slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  .cas-ld-experts .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 1.2rem;
    transition: 0.3s;
    position: relative;
  }
  .cas-ld-experts .slick-dots li:before {
    content: "";
    position: absolute;
    width: 180%;
    height: 180%;
    left: -40%;
    top: -40%;
    border: 1px solid rgb(238, 0, 51);
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(0);
  }
  .cas-ld-experts .slick-dots li.slick-active {
    width: 1.6rem;
    height: 1.6rem;
    background-color: rgb(238, 0, 51);
  }
  .cas-ld-experts .slick-dots li.slick-active:before {
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .cas-banner-ld .ld-bg video {
    width: 180%;
    left: inherit;
    right: 0;
  }
  .cas-banner-ld .ct {
    padding-bottom: 40%;
    top: 10rem;
  }
  .ld-list-services .row {
    margin-left: -5rem;
    margin-right: -1rem;
  }
  .cas-ld-review .item {
    display: block;
  }
  .cas-ld-review .item .img img {
    display: inline-block;
  }
}
.light-mode .ld-solutions {
  background-color: #f2f2f2;
  padding-bottom: 13rem;
}
.light-mode .ld-experts {
  background-color: #fff;
  padding-top: 6rem;
}
.light-mode .ld-contact {
  background-color: #fff;
  position: relative;
}
.light-mode .home-about.ld {
  background-color: #fff;
}
.light-mode .home-about.ld:before {
  z-index: 0;
}
.light-mode .home-about.ld .container {
  position: relative;
}
.light-mode .ld-review {
  background: linear-gradient(180deg, rgba(201, 201, 201, 0.2) 24.48%, rgba(235, 235, 235, 0) 100%), linear-gradient(0deg, #F2F2F2, #F2F2F2);
  position: relative;
}
.light-mode .item-service-ld .head {
  color: #fff;
  z-index: 2;
}
.light-mode .item-service-ld .img {
  position: relative;
  background-color: rgb(242, 242, 242);
}
.light-mode .item-service-ld .ct-abs:before {
  background: rgba(255, 255, 255, 0.8);
}
.light-mode .item-service-ld .ct-abs .title:after {
  background: #020207;
}
.light-mode .item-service-ld .ct-abs .link-connect li a {
  color: #020207;
}
.light-mode .item-service-ld .ct-abs .link-connect li a:hover {
  color: rgb(238, 0, 51);
}
.light-mode .item-service-ld .ct-abs .desc ul li:before {
  background-color: #020207;
}
.light-mode .cas-ld-solution .item {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 42.91%, rgba(255, 255, 255, 0) 100%);
}
.light-mode .cas-ld-solution .item:before {
  background-color: #fff;
}
.light-mode .cas-ld-solution .item .ic img {
  filter: brightness(0);
}
.light-mode .cas-ld-solution .item .ic:before {
  background-color: #020207;
}
.light-mode .cas-ld-solution .cas-arrow:hover,
.light-mode .cas-ld-experts .cas-arrow:hover,
.light-mode .cas-ld-review .cas-arrow:hover,
.light-mode .cas-agile-ld .cas-arrow:hover {
  color: rgb(238, 0, 51);
}
.light-mode .item-procedure .top {
  color: #888;
}
.light-mode .item-procedure .ic {
  border-color: #888;
}
.light-mode .item-procedure .ic img {
  filter: brightness(0.3);
}
.light-mode .item-procedure .num {
  border-color: #888;
  background-color: #fff;
}
.light-mode .item-procedure .ct:before {
  background-color: #020207;
}
.light-mode .item-procedure .ct:after {
  background-color: #020207;
}
.light-mode .item-procedure .note {
  color: #888;
}
.light-mode .item-procedure.active .top {
  color: #020207;
}
.light-mode .item-procedure.active .ic {
  border-color: #020207;
}
.light-mode .item-procedure.active .ic:before {
  border-top-color: #020207;
}
.light-mode .item-procedure.active .ic img {
  filter: brightness(0);
}
.light-mode .item-procedure.active .num {
  border-color: #020207;
}
.light-mode .ct-procedure:after {
  background-color: #888;
}
.light-mode .cas-ld-experts .item .ct {
  color: #fff;
}
.light-mode .cas-ld-experts .item .ct-abs {
  background-color: #e7e7e7;
}
.light-mode .cas-ld-experts .item .ct-abs .info ul li:before {
  background-color: #020207;
}
.light-mode .cas-ld-experts .item .ct-abs .top:before {
  background-color: #020207;
}
.light-mode .home-about.ld .view .title {
  color: #020207;
}
.light-mode .home-about.ld .view .title:hover {
  color: rgb(238, 0, 51);
}
.light-mode .home-partner.ld .cas-partner {
  margin-top: -1rem;
}
.light-mode .home-partner.ld .cas-partner .slick-list {
  padding: 1rem 0 1.4rem 0;
}
.light-mode .home-partner.ld .cas-partner .item-partner {
  background-color: #fff;
}
.light-mode .home-partner.ld .cas-partner .item-partner:hover {
  box-shadow: 0 0.4rem 1.4rem 0 #c2c2c2;
}
.light-mode .form-ld-contact .form-group.sl:before {
  color: #888;
}
.light-mode .form-ld-contact .form-control {
  background-color: rgba(216, 216, 216, 0.5);
  border-color: rgba(216, 216, 216, 0.5);
  color: #020207;
}
.light-mode .form-ld-contact .form-control::placeholder {
  color: #888;
}
.light-mode .form-ld-contact .form-control:focus {
  border-color: rgb(238, 0, 51);
}
.light-mode .ld-agile {
  background: #fff;
  background-size: cover;
}
.light-mode .ld-agile.light {
  position: relative;
}
.light-mode .agile-map {
  background: none;
}
.light-mode .cas-partner .item-partner.v3 .text {
  color: #020207;
}
.light-mode .cas-partner.dark {
  display: none;
}
.light-mode .cas-partner.light {
  display: block;
}
@media (min-width: 1400px) and (max-width: 1450px) {
  .light-mode .agile-map {
    padding-top: 0;
    padding-left: 4.9%;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .light-mode .ld-agile {
    background: none;
    padding-bottom: 5rem;
  }
  .light-mode .agile-map {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .light-mode .ld-review:before {
    height: 40%;
  }
  .light-mode .ld-contact:before {
    display: none;
  }
  .light-mode .ld-list-services .slick-dots li,
  .light-mode .cas-ld-solution .slick-dots li,
  .light-mode .cas-ld-experts .slick-dots li {
    background-color: rgba(238, 0, 51, 0.5);
  }
  .light-mode .ld-list-services .slick-dots li.slick-active,
  .light-mode .cas-ld-solution .slick-dots li.slick-active,
  .light-mode .cas-ld-experts .slick-dots li.slick-active {
    background-color: rgb(238, 0, 51);
  }
  .light-mode .item-procedure .ic {
    border-color: #020207;
  }
  .light-mode .item-procedure .ic:before {
    border-top-color: #020207;
  }
  .light-mode .item-procedure .ic img {
    filter: brightness(0) !important;
  }
  .light-mode .item-procedure .num {
    border-color: #020207;
  }
}
@media (max-width: 767px) {
  .light-mode .ld-review {
    padding-bottom: 5rem;
  }
  .light-mode .ld-contact {
    position: relative;
    padding-top: 10rem;
    margin-top: 0;
  }
  .light-mode .ld-contact:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5rem;
    width: 100%;
    background-color: #f2f2f2;
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .light-mode .ld-services:before {
    display: none;
  }
  .light-mode .ld-services:after {
    width: 50%;
    height: 50%;
  }
  .light-mode .ld-review:before {
    height: 15rem;
  }
}

.section-news .bg-white {
  background: #fff;
}
.section-news .bg-grey {
  background: #F2F2F2;
}
.section-news .block-latest-news {
  margin: 2rem 0 3rem 0;
}
.section-news .latest-news {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-news .latest-news {
    height: 443px;
    flex-direction: row;
    align-items: center;
  }
}
.section-news .latest-news .latest-news-img {
  height: 257px;
}
@media (min-width: 768px) {
  .section-news .latest-news .latest-news-img {
    height: 100%;
    min-width: 50%;
  }
}
.section-news .latest-news .latest-news-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section-news .latest-news .latest-news-title {
    font-size: 36px;
    line-height: 43.2px;
    margin-top: 0;
  }
}
.section-news .latest-news .latest-news-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 28.8px;
  max-height: calc(28.8px * 4);
}
@media (min-width: 768px) {
  .section-news .latest-news .latest-news-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 43.2px;
    max-height: calc(43.2px * 4);
  }
}
.section-news .latest-news .latest-news-time {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section-news .latest-news .latest-news-time {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-news .latest-news .latest-news-detail {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: calc(20px * 5);
}
@media (min-width: 768px) {
  .section-news .latest-news .latest-news-detail {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: calc(24px * 5);
  }
}
.section-news .to-detail a {
  color: #EE0033;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-news .to-detail a {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-news .to-detail a .icon-arrow {
  margin-left: 8px;
}
.section-news .block-list-news {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .section-news .block-list-news .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.section-news .block-list-news .news-item {
  width: 384px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.section-news .block-list-news .news-item .image-item {
  height: 216px;
  width: 100%;
}
.section-news .block-list-news .news-item .title-item {
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.section-news .block-list-news .news-item .date-item {
  margin-top: 1rem;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-news .block-tab-news {
  padding: 10rem 0;
}
@media (min-width: 1024px) {
  .section-news .block-tab-news .tabs-news {
    padding-right: 10rem;
  }
}
.section-news .block-tab-news .tabs-news .nav-tabs {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 4.5rem;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 3rem;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  padding: 0 0 1.5rem;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-link:hover {
  color: rgb(238, 0, 51);
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-link.active {
  color: rgb(238, 0, 51) !important;
  font-weight: 700;
}
.section-news .block-tab-news .tabs-news .nav-tabs .nav-link.active:before {
  width: 100%;
  background-color: rgb(238, 0, 51);
}
.section-news .block-tab-news .tabs-news .tab-item-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-news .block-tab-news .tabs-news .tab-news-item {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-news .block-tab-news .tabs-news .tab-news-item {
    flex-direction: row;
    min-height: 216px;
  }
}
.section-news .block-tab-news .tabs-news .tab-news-item .tab-news-item-img {
  height: 192px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-news .block-tab-news .tabs-news .tab-news-item .tab-news-item-img {
    height: 100%;
    width: 50%;
    min-width: 50%;
  }
}
.section-news .block-tab-news .tabs-news .tab-news-item .tab-news-item-content .tab-news-item-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.section-news .block-tab-news .tabs-news .tab-news-item .tab-news-item-content .tab-news-item-date {
  margin-top: 1rem;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-news .block-tab-news .tabs-news .tab-news-item .tab-news-item-content .tab-news-item-detail {
  margin-top: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 3);
}

.page-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 44.8px;
}
@media (min-width: 768px) {
  .page-title {
    margin-bottom: 4rem;
    font-size: 32px;
    line-height: 33.6px;
  }
}

.link-img-hover {
  overflow: hidden;
  border-radius: 12px;
}
.link-img-hover img {
  object-fit: cover;
  transition: 0.5s;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.link-img-hover:hover img:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.link-hover a {
  transition: 0.5s;
}
.link-hover a:hover {
  color: rgb(238, 0, 51) !important;
  cursor: pointer;
}

.related-product {
  padding: 5rem 0;
}
.related-product .related-product-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .related-product .related-product-title {
    margin-bottom: 5rem;
    font-size: 32px;
    line-height: 44.8px;
  }
}
.related-product .related-product-box .related-product-item {
  width: 256px;
}
@media (min-width: 768px) {
  .related-product .related-product-box .related-product-item {
    width: 384px;
  }
}
.related-product .related-product-box .related-product-item .product-img {
  border-radius: 12px;
  height: 172px;
  border: solid 1px #B5B4B4;
}
@media (min-width: 768px) {
  .related-product .related-product-box .related-product-item .product-img {
    height: 259px;
  }
}
.related-product .related-product-box .related-product-item .product-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.related-product .related-product-box .related-product-item .product-title {
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .related-product .related-product-box .related-product-item .product-title {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .related-product .related-product-box .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

.related-post {
  background: url("../images/related_bg.png") no-repeat center;
  background-size: cover;
  min-height: 360px;
}
.related-post .main-related {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .related-post .main-related {
    padding: 7rem 0;
  }
}
.related-post .main-related .title-related {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5rem;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .related-post .main-related .title-related {
    font-size: 32px;
    line-height: 44.8px;
    margin-bottom: 7rem;
  }
}
.related-post .main-related .container-related {
  display: flex;
  gap: 6rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .related-post .main-related .container-related {
    gap: 2rem;
    flex-direction: row;
  }
}
.related-post .main-related .container-related .item-related {
  display: flex;
  gap: 1rem;
  width: 50%;
}
.related-post .main-related .container-related .item-related .item-title {
  margin-top: 0.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 23.4px;
}
@media (min-width: 768px) {
  .related-post .main-related .container-related .item-related .item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.related-post .main-related .container-related .item-related .item-title a {
  transition: 0.5s;
}
.related-post .main-related .container-related .item-related .item-title a:hover {
  color: #fff;
}
.related-post .main-related .container-related .item-related .item-date {
  margin-top: 1rem;
  color: #B5B4B4;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .related-post .main-related .container-related .item-related .item-date {
    font-size: 16px;
    line-height: 24px;
  }
}
.related-post .main-related .container-related .img-related {
  height: 101px;
  min-width: 179px;
  border-radius: 6px;
}
.related-post .main-related .container-related .img-related img {
  border-radius: 6px;
}

.col-recent-news {
  display: none;
  border-top: solid 1px #EE0033;
  padding-top: 4rem;
  padding-left: 5rem !important;
  position: relative;
}
.col-recent-news:before {
  content: "";
  position: absolute;
  height: 953px;
  border-left: solid 1px #DEDEDE;
  left: 0;
}
@media (min-width: 1024px) {
  .col-recent-news {
    display: block;
    border-top: 0;
    padding-top: 0;
  }
}
.col-recent-news .recent-news-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.col-recent-news .recent-news-item {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.col-recent-news .recent-news-item:not(:last-child) {
  border-bottom: solid 1px #B5B4B4;
}
.col-recent-news .recent-news-item .recent-img {
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.col-recent-news .recent-news-item .recent-img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.col-recent-news .recent-news-item .recent-item-date {
  color: #666;
  margin-bottom: 0.5rem;
}
.col-recent-news .recent-news-item .recent-item-title {
  color: #000;
}

.ld-banner-recruitment {
  height: 366px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 6rem;
}
.ld-banner-recruitment .banner-text {
  width: 100%;
  color: #000;
  font-family: FS-Magistral, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 768px) {
  .ld-banner-recruitment .banner-text {
    font-size: 44px;
    line-height: 58px;
  }
}

.lang_nghe_viettel {
  background-color: #FFFFFF;
  min-height: 800px;
  padding-bottom: 8rem;
}
.lang_nghe_viettel .lang_nghe-big-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .lang_nghe_viettel .lang_nghe-big-title {
    font-size: 32px;
    line-height: 45px;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (min-width: 1280px) {
  .lang_nghe_viettel .lang_nghe_viettel-main {
    height: 588px;
    flex-direction: row;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main #anh_thang {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  .lang_nghe_viettel .lang_nghe_viettel-main #anh_thang {
    width: 50%;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full {
  font-family: "FS-PFBeauSansPro", sans-serif;
  display: flex;
  justify-content: flex-end;
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full .box-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .lang_nghe_viettel .lang_nghe_viettel-main .text-about-full .box-flex {
    max-width: 484px;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #title_thang {
  font-weight: 700;
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #title_thang {
    font-size: 32px;
    line-height: 44.8px;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #text_thang {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #text_thang {
    font-size: 20px;
    line-height: 32px;
  }
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #title_img {
  width: 4rem;
  height: 3rem;
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #sign_thang {
  font-family: "Sarabun", sans-serif;
  color: #666;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #sign_thang #role_thang {
  font-weight: 400;
}
@media (min-width: 768px) {
  .lang_nghe_viettel .lang_nghe_viettel-main .text-about-full #sign_thang {
    font-size: 16px;
    line-height: 24px;
  }
}

.recruitment-close-i {
  font-weight: bold !important;
  color: #D1D1D1;
  margin-right: 1rem;
}
.recruitment-close-i:hover {
  color: red !important;
  cursor: pointer;
}

.recruitment-guiding-values {
  padding: 6rem 0;
}
.recruitment-guiding-values .head-ld {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .recruitment-guiding-values .head-ld {
    margin-bottom: 6rem;
    font-size: 32px;
    line-height: 45px;
  }
}
.recruitment-guiding-values .item-guide-value {
  position: relative;
  overflow: hidden;
}
.recruitment-guiding-values .item-guide-value .img {
  border-radius: 20px;
}
.recruitment-guiding-values .item-guide-value .img img {
  border-radius: 20px;
}
.recruitment-guiding-values .item-guide-value .head {
  color: #fff;
  font-weight: 500;
  word-break: break-word;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  transition: 1s;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .recruitment-guiding-values .item-guide-value .head {
    font-size: 24px;
    line-height: 29px;
  }
}
.recruitment-guiding-values .item-guide-value:hover .head {
  opacity: 0;
  visibility: hidden;
}
.recruitment-guiding-values .item-guide-value:hover .ct-abs {
  transform: translateY(0);
}
.recruitment-guiding-values .item-guide-value .ct-abs {
  word-break: break-word;
  position: absolute;
  transition: 1s;
  top: 0;
  height: 100%;
  padding: 3rem 3rem 0 2rem;
  color: #000;
  transform: translateY(100%);
}
.recruitment-guiding-values .item-guide-value .ct-abs:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.recruitment-guiding-values .item-guide-value .ct-abs .title {
  font-family: FS-PFBeauSansPro, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
.recruitment-guiding-values .item-guide-value .ct-abs .desc {
  position: relative;
  z-index: 2;
}
.recruitment-guiding-values .item-guide-value .ct-abs .desc div {
  font-family: Sarabun, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.dream-section {
  background: linear-gradient(90deg, #D10E28 -9.58%, #EE0033 99.92%);
  padding: 6rem 0;
}
.dream-section #text_dream {
  font-family: "FS-PFBeauSansPro", sans-serif;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dream-section #text_dream {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 4rem;
  }
}
.dream-section .bd-person-share {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.dream-section .bd-person-share .bd-person-share-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dream-section .bd-person-share .bd-person-share-box:nth-child(2) {
  gap: 3rem;
}
@media (min-width: 1024px) {
  .dream-section .bd-person-share .bd-person-share-box:nth-child(2) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .dream-section .bd-person-share .slick-list {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .dream-section .bd-person-share .slick-track {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .dream-section .bd-person-share .slick-list .slick-slide {
    min-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .dream-section .bd-person-share .slick-list .slick-slide {
    margin: 0;
  }
}
.dream-section .bd-person-share-flex-item {
  display: flex;
}
.dream-section .bd-person-share-flex-item .bd-person-img {
  width: 100%;
  border-radius: 12px;
}
.dream-section .bd-person-share-flex-item .comment-viettel {
  flex-wrap: wrap;
  justify-content: center;
  color: #FFF;
  font-family: Sarabun, serif;
  font-size: 16px;
  line-height: 24px;
}
.dream-section .bd-person-share-flex-item .comment-viettel .comment-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.dream-section .bd-person-share-flex-item .comment-viettel .comment-main {
  font-weight: 400;
  margin-bottom: 2rem;
}
.dream-section .bd-person-share-flex-item .comment-viettel .comment-author {
  font-weight: 600;
  margin-bottom: 1rem;
}
.dream-section .bd-person-share-flex-item .comment-viettel .comment-role {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .dream-section .flex-index-2 {
    padding-right: 2rem;
  }
  .dream-section .flex-index-4 {
    padding: 2rem 2rem 0 2rem;
  }
  .dream-section .flex-index-6 {
    padding-left: 2rem;
  }
}

.search-form-recruitment {
  margin: 3rem 0 5rem;
  padding: 0 10px;
  height: 54px;
}
@media (min-width: 768px) {
  .search-form-recruitment {
    display: flex;
    justify-content: center;
  }
}
.search-form-recruitment .search-form-item {
  min-height: 50px;
  border-radius: 50px;
  background-color: #F2F2F2;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item {
    width: 588px;
  }
}
.search-form-recruitment .search-form-item .work-form {
  display: flex;
  align-items: center;
  padding-left: 5px;
  width: 40%;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item .work-form {
    width: 50%;
    padding-left: 25px;
  }
}
.search-form-recruitment .search-form-item .work-form .search-input-work {
  width: 100%;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: transparent;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item .work-form .search-input-work {
    font-size: 16px;
    line-height: 24px;
  }
}
.search-form-recruitment .search-form-item .area-form {
  display: flex;
  align-items: center;
  padding-left: 5px;
  width: 60%;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item .area-form {
    width: 50%;
    padding-left: 20px;
  }
}
.search-form-recruitment .search-form-item .area-form:before {
  content: "";
  border-left: solid 1px #B5B4B4;
  height: 60%;
  top: 10px;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item .area-form .suffix-icon {
    margin-right: 1rem;
  }
}
.search-form-recruitment .search-form-item .area-form .search-form-icon {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .search-form-recruitment .search-form-item .area-form .search-form-icon {
    margin: 0 2rem;
  }
}
.search-form-recruitment .search-form-item .area-form .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent !important;
  padding: 0 0.5rem;
}
.search-form-recruitment .search-form-item .area-form .select2-selection__arrow {
  right: 0;
}

.search-input-work::placeholder, .search-input-work2::placeholder,
.search-input-work::-ms-input-placeholder, .search-input-work2::-ms-input-placeholder {
  color: #666 !important;
}

.cs-bi-cal {
  cursor: pointer;
  color: #CCCCCC;
  padding-right: 5px;
  font-size: 13px;
}

.area-form .select2-container--below.select2-container--open, .select2-container--focus {
  border: none;
}

.area-form .select2-container.select2-container--focus {
  border: none !important;
}

.area-form .select2-container .select2-selection--single,
.area-form .select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple {
  height: 3rem !important;
  color: black !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  background-color: transparent;
}
@media (min-width: 768px) {
  .area-form .select2-container .select2-selection--single,
  .area-form .select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple {
    font-size: 16px !important;
  }
}

.area-form .select2-selection__placeholder {
  font-size: 16px !important;
  color: #737373 !important;
}

.area-form select {
  border: none;
  width: 60%;
}

.search-item-location {
  width: 25%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  /*font-family: 'PFBeauSansPro' !important;*/
  color: #000000;
  text-align: center;
}

.search-near-location {
  width: 20%;
  color: #EE0033;
  text-align: right;
  font-family: "FS-PFBeauSansPro", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding-right: 14px;
  margin: 0px;
}

.job-list {
  background-color: #FFF;
  padding: 4rem 0;
}
.job-list .position-recruit-head {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .job-list .position-recruit-head {
    display: block;
  }
}
.job-list .catalog-button {
  margin-left: auto;
  display: block;
  cursor: pointer;
  height: 32px;
}
@media (min-width: 768px) {
  .job-list .catalog-button {
    display: none;
  }
}
.job-list .job-search-title {
  font-family: "FS-PFBeauSansPro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .job-list .job-search-title {
    font-size: 32px;
    line-height: 45px;
  }
}
.job-list .job-filter-box {
  display: none;
}
@media (min-width: 768px) {
  .job-list .job-filter-box {
    display: flex;
  }
}
.job-list .job-filter-box .catalog-icon {
  margin-right: 3rem;
}
.job-list .job-filter-box .col-select {
  display: flex;
  align-items: center;
}
.job-list .job-filter-box .col-select .form-control {
  height: 44px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #8F9294;
}
.job-list .job-filter-box .select2-container {
  height: 40px !important;
  border: none !important;
  max-width: 79%;
}
.job-list .job-filter-box .select2-container .select2-selection--single {
  height: 40px !important;
}
.job-list .job-filter-box .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px !important;
  padding: 0 0.5rem;
}
.job-list .job-filter-box .select2-container .select2-container--below.select2-container--open {
  border: none !important;
}
.job-list .job-filter-box .select-container-custom {
  width: 100%;
  display: flex;
  position: relative;
  gap: 1rem;
  align-items: center;
  border: solid 1px #8F9294;
  border-radius: 8px;
  padding: 5px;
  overflow: auto;
}
.job-list .job-filter-box .select-container-custom .select-affix-icon {
  margin-right: 10px;
  cursor: pointer;
}
.job-list .job-filter-box .select-container-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}
.job-list .job-filter-box .select-container-custom .select2-container--default .select2-selection--multiple {
  min-height: 40px !important;
  height: auto !important;
  padding: 0 0 1px 0 !important;
}
.job-list .job-result-box {
  margin-top: 2rem;
}
.job-list .job-result-box #job-result-container-mobile {
  display: block;
}
.job-list .job-result-box #job-result-container-mobile .slick-list {
  padding: 0 20% 0 0 !important;
}
@media (min-width: 768px) {
  .job-list .job-result-box #job-result-container-mobile {
    display: none;
  }
}
.job-list .job-result-box .job-result-desktop {
  display: none;
}
@media (min-width: 768px) {
  .job-list .job-result-box .job-result-desktop {
    display: block;
  }
}
.job-list .job-result-box #job-result-container {
  display: none;
}
@media (min-width: 768px) {
  .job-list .job-result-box #job-result-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
  }
}
.job-list .job-result-box .paginate-div {
  display: none;
}
@media (min-width: 768px) {
  .job-list .job-result-box .paginate-div {
    display: block;
  }
}
.job-list .job-result-box .job-item {
  border: solid 1px #CDCDCD;
  border-radius: 8px;
  min-height: 212px;
  padding: 2rem;
  font-family: Sarabun, serif;
}
.job-list .job-result-box .job-item .job-name {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
.job-list .job-result-box .job-item .job-location {
  font-weight: 600;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.job-list .job-result-box .job-item .job-date {
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1rem;
}
.job-list .job-result-box .job-item .job-go-detail {
  font-weight: 600;
  color: #EE0033;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1rem;
}
.job-list .job-result-box .job-item .job-go-detail .icon-arrow {
  margin-left: 1rem;
}

.mobile-filter-section {
  transition: 0.5s;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  background: #fff;
  z-index: 999;
  left: 100vw;
}
@media (min-width: 768px) {
  .mobile-filter-section {
    display: none;
  }
}
.mobile-filter-section .mobile-filter-drawer {
  padding: 4rem 2rem;
  max-height: 100vh;
  overflow: auto;
}
.mobile-filter-section .mobile-filter-drawer .drawer-title {
  font-family: FS-PFBeauSansPro, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  position: relative;
}
.mobile-filter-section .mobile-filter-drawer .drawer-title .m-nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  outline: none;
  color: rgb(143, 146, 148) !important;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
  transition: inherit;
  z-index: 9;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container {
  margin-top: 6rem;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box {
  font-family: Sarabun, serif;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-head {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 56px;
  cursor: pointer;
  user-select: none;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-head .icon-head {
  margin-right: 1rem;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-head .arrow-head {
  margin-left: auto;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content {
  padding: 1rem 2rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content .input-selected {
  border: solid 1px rgb(143, 146, 148);
  border-radius: 6px;
  height: 40px;
  width: 100%;
  padding: 7px 15px 7px 15px;
  cursor: default;
  margin-bottom: 2rem;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content .input-selected::placeholder {
  color: rgb(115, 119, 122);
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content .input-checkbox {
  height: 40px;
  display: flex;
  align-items: center;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content .input-checkbox input[type=checkbox] {
  margin-right: 1rem;
  width: 16px;
  height: 16px;
  transition: 0.5s;
}
.mobile-filter-section .mobile-filter-drawer .filter-box-container .filter-box .filter-box-content .input-checkbox:not(:last-child) {
  margin-bottom: 2rem;
}

.page-search {
  margin-top: 8rem;
  padding: 4rem 0 6.5rem 0;
}
@media (min-width: 1366px) {
  .page-search {
    min-height: 40vh;
  }
}
.page-search .page-title {
  margin-bottom: 1rem;
}
.page-search .result-count {
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .page-search .result-count {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-search .nav {
  margin-bottom: 4rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-search .nav {
    justify-content: flex-start;
  }
}
.page-search .nav .nav-item {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .page-search .nav .nav-item {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-search .nav .nav-item:has(.nav-link.active) {
  border-bottom: solid 2px #EE0033;
}
.page-search .nav .nav-item .nav-link {
  padding: 0;
}
.page-search .nav .nav-item .nav-link:hover {
  border: none;
  color: #000;
}
.page-search .nav .nav-item .nav-link.active {
  color: #EE0033;
  border: none;
}
.page-search .item-product-page.search, .page-search .item-news-img.v3 {
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .page-search .item-product-page.search, .page-search .item-news-img.v3 {
    flex-direction: row;
  }
}
.page-search .item-product-page.search .img, .page-search .item-news-img.v3 .img {
  margin-right: 0;
  border-radius: 12px;
}
.page-search .item-product-page.search .img img, .page-search .item-news-img.v3 .img img {
  border-radius: 12px;
}
@media (min-width: 768px) {
  .page-search .item-product-page.search .img, .page-search .item-news-img.v3 .img {
    flex: 0 0 282px;
  }
}
.page-search .item-product-page.search .ct, .page-search .item-news-img.v3 .ct {
  color: #000;
}
.page-search .item-product-page.search .ct .title, .page-search .item-news-img.v3 .ct .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.page-search .item-product-page.search .ct .desc, .page-search .item-news-img.v3 .ct .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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