* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

* p {
  font-size: 14px;
}

html {
  overflow-y: scroll;
}

select,
option,
input {
  -webkit-appearance: none;
  color: #333;
  background-color: white;
}

.btgrid .col {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.style-toc > ul > li {
  list-style-type: decimal;
}

a[aria-expanded="true"] .bi-chevron-down {
  display: none;
}

a[aria-expanded="false"] .bi-chevron-up {
  display: none;
}

b,
strong {
  font-weight: 600 !important;
}

.toc-box a {
  text-decoration: none;
}

.toc-box a:hover {
  color: #333;
}

.style-toc {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.style-toc ul {
  padding-left: 20px;
}

.style-toc li {
  padding: 5px;
}

header .nav {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: absolute;
  top: 0px;
  padding: 25px;
  width: 100%;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.seemore-news {
  padding: 10px 50px;
  border: 1px solid;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 30px;
}

.seemore-news:hover {
  color: #333;
}

.lg-backdrop.in {
  opacity: 0.9 !important;
}

.video-box:hover {
  cursor: pointer;
}

.title-news {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.title-news-2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.search-box {
  text-decoration: none;
}

.btn-style-1 {
  background-color: #d3a455;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 15px 10px 15px;
  color: white;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #d3a455;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 24px 14px 16px;
}

.btn-style-1:hover {
  color: white;
  cursor: pointer;
}

.btn-style-2 {
  font-weight: 600;
  border-radius: 30px;
  padding: 10px;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 32px 14px 32px;
}

.btn-style-2:hover {
  color: white;
  cursor: pointer;
}

.btn-style-3 {
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
  color: #333;
  border: 1px solid #313133;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}

.btn-style-3:hover {
  background-color: #d3a455;
  border: 1px solid #d3a455;
  color: white;
  cursor: pointer;
}

.font-weight-600 {
  font-weight: 600;
}

.btn-style-4 {
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 15px 10px 15px;
  color: #333;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  padding: 14px 32px 14px 32px;
}

.btn-style-4:hover {
  cursor: pointer;
}

.logo span {
  color: white;
  font-size: 1em;
}

.nav-menu ul {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  line-height: 26px;
  color: white;
}

body {
  padding-right: 0px !important;
  background-color: #f8f8f8;
}

.banner {
  position: static;
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 588px;
  margin-top: -88px;
  -ms-grid-rows: (min-content)[11] 1fr;
      grid-template-rows: repeat(11, -webkit-min-content) 1fr;
      grid-template-rows: repeat(11, min-content) 1fr;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner img {
  max-width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d3a455;
}

.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .current,
.pagination .other-page,
.pagination .next-page,
.pagination .pre-page,
.pagination b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}

.pagination .current:hover,
.pagination .other-page:hover,
.pagination .next-page:hover,
.pagination .pre-page:hover,
.pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}

.pagination .current {
  background: #313133;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

.home {
  padding-bottom: 80px;
}

.next-slide-project-home:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  color: #d3a455;
}

.project-item {
  position: relative;
}

.project-item .next-slide-project-home {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.download-box {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 600px;
  background-color: #f8f8f8;
}

.download-box .left {
  padding-left: 45px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-box .left .summary {
  width: 70%;
}

.download-box .right {
  width: 50%;
}

.download-box .right img {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-2 {
  max-width: 1152px;
  margin: auto;
  padding-bottom: 80px;
  padding-top: 80px;
}

.change-language {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.logo-footer {
  padding-left: 40px;
  padding-right: 40px;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-item {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}

.news-item .summary-news {
  padding-top: 16px;
}

.news-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item:hover {
  text-decoration: none;
  color: #333;
}

.news-item:hover .created-time-news {
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-item .new-news {
  background-color: white;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0px 7px;
  font-size: 11px;
  border-radius: 3px;
}

.category-news {
  font-size: 10px !important;
  background-color: #d3a455;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}

.create-time-news {
  font-size: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40404060;
  font-weight: 500;
}

.play-btn {
  width: 60px;
  height: 60px;
}

.play-btn:hover {
  cursor: pointer;
}

.play-btn-2 {
  width: 30px;
  height: 30px;
}

.play-btn-2:hover {
  cursor: pointer;
}

.play-btn,
.play-btn-2 {
  background: #d3a455;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid white;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn-2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0;
  height: 0;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid white;
}

/* pulse wave */
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.fw-semibold {
  font-weight: 600;
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

a:hover {
  cursor: pointer;
}

.dropdown-menu {
  z-index: 10000;
}

.choose-language-header-box {
  background-color: #424245;
  color: white;
}

.dropdown-menu-language {
  width: 300px;
}

.dropdown-language {
  margin-left: 15px;
  margin-right: 10px;
}

.dropdown-language .dropdown-toggle {
  background-color: transparent;
  color: white;
  width: 300px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
}

.dropdown-language .dropdown-toggle::after {
  display: none;
}

.continue-language {
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  margin-left: 15px;
}

.continue-language:hover {
  color: white;
  cursor: pointer;
}

video::-webkit-media-controls-panel {
  background-image: none !important;
}

@media screen and (min-width: 1200px) {
  .intro-partner img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .intro-partner img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .home {
    width: 1360px;
    margin: auto;
  }
  .container {
    max-width: 1086px;
  }
}

@media screen and (min-width: 1900px) {
  .home-2 {
    max-width: 1640px;
  }
  .download-box h4 {
    font-size: 30px !important;
  }
  .home-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .text-ikay-group {
    max-width: 8%;
  }
  .home {
    width: 1806px;
  }
  .home .left-box {
    width: 15%;
    min-width: 270px;
  }
  .download-box .left {
    padding-left: 180px;
  }
  .category-news {
    font-size: 12px !important;
  }
  .create-time-news {
    font-size: 12px !important;
  }
  .logo {
    width: 8% !important;
  }
  footer p,
  footer span {
    font-size: 14px;
  }
  .category-news,
  .create-time-news {
    font-size: 14px !important;
  }
  header .nav .logo span {
    font-size: 14px;
  }
  header .nav ul li > a {
    font-size: 14px;
  }
  .container {
    max-width: 1645px;
  }
  .news-item img {
    height: 260px;
  }
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.carousel-cell .summary-banner {
  z-index: 10;
}

.lg-on {
  overflow: hidden;
}

.label_error {
  color: red;
}

input:focus {
  outline: 2px solid #d3a455;
}

textarea:focus {
  outline: 2px solid #d3a455;
}

@media screen and (max-width: 900px) {
  .news-item img {
    height: 260px;
  }
  .footer-info {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-info p {
    width: 100% !important;
  }
  .download-box h4 {
    text-align: center;
    font-size: 27px;
  }
  .download-box .summary p {
    text-align: center;
    margin-bottom: 30px;
  }
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  a:hover * {
    color: #333 !important;
  }
  .flickity-button {
    border: 1px solid #e3e3e3 !important;
  }
  .nav-mobile svg {
    fill: white;
  }
  .nav-mobile-2 .text-logo-mobile {
    color: #333;
  }
  .nav-mobile-2 svg {
    fill: black !important;
  }
  .nav-mobile-2 svg path {
    fill: #333;
  }
  .nav-mobile-2 {
    height: 52px;
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 100;
    width: 100%;
  }
  .choose-language-header-box {
    display: none;
  }
  .block-home .left .summary {
    font-size: 16px !important;
  }
  * p {
    font-size: 16px;
  }
  h1 {
    font-size: 26px !important;
  }
  .download-box {
    max-height: unset;
  }
  .download-box .right {
    margin-top: 40px;
  }
  .carousel-cell-project-mobile img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-2-home h2 {
    margin-bottom: 20px;
  }
  .block-home:not(:nth-child(4)) .left {
    border-bottom: 1px solid #ccc;
  }
  .language-box {
    display: none;
  }
  .address-footer {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .logo {
    display: none;
  }
  .menu-mobile {
    display: none;
  }
  .box-img-w538 {
    height: auto !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .download-box {
    padding-bottom: 30px;
    width: unset;
  }
  .download-box .left {
    padding-left: 0px !important;
    width: unset;
  }
  .download-box .left .summary {
    width: 100%;
  }
  .download-box .right {
    width: 100%;
  }
  .download-box .right img {
    width: 100%;
  }
  header .nav {
    display: none;
  }
  .summary-banner {
    left: 0% !important;
  }
  .logo-mobile {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 10px;
    z-index: 10;
    width: 93% !important;
  }
  .logo-mobile .btn-style-1 {
    padding: 14px;
    height: 28px !important;
    font-size: 11px;
    margin-right: 19px !important;
  }
  .carousel-cell .summary-banner {
    width: 100vw !important;
  }
  .content-banner-summary {
    width: 85% !important;
  }
  .left-box {
    display: none;
  }
  .logo-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .menu-footer {
    display: none;
  }
  footer {
    padding-top: 20px;
  }
}

@media screen and (min-width: 900px) {
  .footer .home .col-md-2 {
    max-width: 8.33333333% !important;
  }
  .choose-language-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
  .language-box {
    display: block;
  }
  .logo-mobile {
    display: none;
  }
  .nav-mobile {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */