	html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.header {
  background: #faf8f7;
  position: relative;
}
.header:before {
  content: "";
  background-image: url(/files_upload/Dont_touch/header-bg-shep.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse ul.navbar-nav li a {
  font-size: 14px;
}
.poster {
  background: #faf8f7;
  padding: 100px 0 50px;
}
.poster .exsc-container {
  padding-left: 20px;
  padding-right: 20px;
}
.poster .exsc-container .row {
  margin: 0;
}
.build-brand {
  display: flex;
}
.large-title {
  width: 65%;
  padding-top: 65px;
}
.large-title h2 {
  font-size: 85px;
  line-height: 1.3;
      font-weight: 900;
    text-transform: uppercase;
}
.large-title p {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  font-family: "Kanit", sans-serif;
  color: #555;
  padding: 18px 0 52px 0;
}
.list-items {
  padding: 0;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  transition: color 0.3s;
}
.building {
  width: 35%;
  padding-top: 90px;
}
.building .list-item {
  margin-bottom: 5px;
}
.btn-hover-cross {
  border-radius: 15px;
  background-color: #feda1f;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3em;
  fill: #000;
  color: #000;
  padding: 29px 56px 28px 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 0;
}
.btn-hover-cross:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #1c1d20;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: #555;
  color: #fff;
  fill: #fff;
}
.btn-hover-cross:hover:after {
  height: 120%;
  opacity: 1;
  background-color: #000;
}

.langol-img {
  padding: 50px 0 80px 0;
}
.brand-face {
  position: relative;
}
.brand-face > img {
  position: absolute;
  width: 190px;
  right: -4px;
  bottom: 172px;
  z-index: 1;
}
.brand-img img {
  width: 850px;
  height: 750px;
}
.globe {
  text-align: center;
}
.globe h2 {
  color: #000;
  font-family: "Kanit", Sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 95px;
}
.globe p {
  width: 65%;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  margin: auto;
  padding-top: 24px;
}
.vision {
  padding-top: 115px;
}
.profile {
  background: #121212;
  padding-top: 150px;
}
.profile-list {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-between;
}
.profile-list .profile-item:nth-child(even) {
  margin-top: 150px;
}
.profile-item a {
    color: #FFF;
}
.profile-title {
  margin-top: 20px;
}
.profile-item p {
  color: #999;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.profile-item h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}
.cursor.hover,
.cursor-border.hover {
  opacity: 1;
  border: none;
}

.cursor-border.hover {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: yellow;
  box-shadow: none;
}

.cursor-border.hover::after {
  content: "Xem thêm";
  color: black;
  font-weight: 400;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}

.profile-item {
  cursor: none;
}
.profile-button {
  text-align: center;
  margin-top: 50px;
}
.profile-button .btn-hover-cross {
  background: #121212;
  border: 1px solid #ffffff1f;
  color: #fff;
}
.profile-img img {
  border-radius: 12px;
}
.profile-button .btn-hover-cross:hover {
  color: #121212;
}
.profile-button .btn-hover-cross:after {
  background-color: #fff;
}
.couter {
  display: grid;
  grid-template-columns: repeat(4, 15%);
  justify-content: space-around;
  padding-top: 140px;
}
.couter-item h2 {
  color: #000;
  font-size: 62px;
  font-weight: 500;
  text-align: center;
}
.couter-item p {
  text-align: center;
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.services-profile {
  background: #faf8f7;
  padding-top: 80px;
}
.services__profile-list {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.services-profile-title {
  display: grid;
  grid-template-columns: repeat(2, 35%);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.services-profile-title h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 95px;
}
.services__profile-item {
  border-right: 1px solid #ece7e4;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 30px;
}
.services__profile-info h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333em;
  color: #020101;
  margin: 30px 0;
}

.services__profile-info ul {
  padding-left: 15px;
}
.services__profile-info ul li {
  list-style-type: disc;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78em;
  color: #555;
  transition: color 0.3s;
}
.trust {
  padding-top: 120px;
  padding-bottom: 80px;
  color: #fff;
  background-image: url("/files_upload/Dont_touch/bg-award.jpg");
}
.trust-top h2 {
  width: 75%;
  color: #fff;
  font-family: "Kanit", Sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 95px;
  margin: auto;
}
#m_s_121642 {
  row-gap: 30px;
}
.trust-title {
  display: flex;
}
.wcf--title h2 {
  color: #fff;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.elementor-divider-separator {
  width: 100px;
}
.elementor-divider {
  padding: 14px 0 0 20px;
}
.trust-info p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999;
}
.bp-news-button-action {
  display: none;
}
.bp_number_count {
  display: none;
}
.cls_content_hot_news a {
  font-family: "Kanit", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  color: #121212;
}
.blog-profile {
  padding-top: 100px;
}
.blog-profile .order-md-1 {
  padding-left: 0;
}
.blog-profile .cls_img_hot_news img {
  height: 300px;
  object-fit: cover;
}
.blog__profile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.blog__profile-top h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.3em;
}
.blog__profile-top a {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  fill: #121212;
  color: #121212;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 5px;
}
.wcf-btn-underline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #1c1d20;
  transition: all 0.3s;
}
.wcf-btn-underline:hover::after {
  width: 0%;
}
#m_s2_122212 {
  padding-bottom: 70px;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 992px) {
  .brand-face > img {
    width: 100px;
  }
  .large-title h2 {
    font-size: 52px;
  }
  .large-title p {
    font-size: 16px;
  }
  .brand-img img {
    width: auto;
    height: auto;
  }
  .large-title {
    padding-top: 0;
  }
  .building {
    padding-top: 0;
  }
  .btn-hover-cross {
    padding: 20px 30px;
  }
  .services-profile-title h2 {
    line-height: 1.2;
    font-size: 50px;
  }
  .services__profile-list {
    grid-template-columns: repeat(2, 50%);
    row-gap: 40px;
  }
  .trust-top h2 {
    width: 100%;
    font-size: 58px;
    line-height: normal;
  }
  .profile-item h2 {
      font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .trust-top h2 {
    font-size: 42px;
  }
  .profile-list .profile-item {
    margin-bottom: 60px;
  }
  .profile-list .profile-item:nth-child(even) {
    margin-top: 0;
  }
  .profile-list {
    display: block;
  }
  .building {
    display: none;
  }
  .brand-face {
    margin-top: 40px;
  }
  .globe p {
    width: 100%;
  }
  .globe h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .couter {
    grid-template-columns: repeat(2, 50%);
    padding-top: 50px;
    row-gap: 30px;
  }
  .couter-item h2 {
    font-size: 50px;
  }
  .couter-item p {
    font-size: 16px;
  }
  .services-profile-title {
    display: block;
  }
  .cls_content_hot_news a {
      font-size: 20px;
  }
  .blog-profile .bp_block_item  {
      margin-bottom: 30px;
  }
  .large-title p {
      padding: 18px 0 30px 0;
  }
  .profile-item h2 {
      font-size: 20px;
  }
}
@media screen and (max-width: 567px) {
  .services__profile-list {
    grid-template-columns: repeat(1, auto);
    row-gap: 40px;
  }
  .large-title {
      width: 100%;
  }
  .blog__profile-top h2 {
      font-size: 58px;
  }
  .brand-face > img {
      width: 70px;
              right: 0;
        bottom: 43%;
  }
}
@media screen and (max-width: 456px) {
  .couter {
    grid-template-columns: repeat(1, auto);
  }

}
@media screen and (min-width: 768px) {
  .trust-top {
    width: 100%;
    padding-bottom: 40px;
  }
  .trust-title {
    width: 34%;
  }
  .trust-info {
    width: 50%;
  }
}

