@import "../font/font.css";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  padding-bottom: 80px;
  overflow-x: hidden;
}
body,
a {
  background: #000;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
a {
  color: #ccc;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
svg {
  width: 100%;
  overflow: inherit !important;
}
svg image {
  width: 100%;
}

body {
  min-height: 200vh;
  margin: 0;
}

.fp-tableCell {
  height: auto !important;
  display: block !important;
}
.fp-section,
.fp-table {
  height: auto !important;
}
#fp-nav {
  display: none !important;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000;
}

.popup .popup-body {
  margin: 4%;
  padding: 0;
  height: 84%;
  display: flow-root;
  border-radius: 10px;
  position: relative;
}
.popup .popup-body .close-popup {
  text-align: center;
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
}
.popup .popup-body video,
.popup .popup-body iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.popup button {
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Eurocine-Medium";
  background: transparent;
}

/*.modal .modal-dialog{ background: #00000096; width: 70%; border-radius: 10px; }*/
.modal-header {
  padding: 0 15px;
  color: #fff;
  border: 0;
}
.modal-header button {
  color: #fff;
}
/*.modal-backdrop.in{ display: none; }*/

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 4.5%;
  left: 0;
  margin: auto;
  width: 24px;
  height: 40px;
  height: 39px;
}
.mousey {
  width: 3px;
  padding: 0px 6px;
  height: 24px;
  border: 2px solid #ffcc00;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 7px;
  border-radius: 25%;
  background-color: #ffcc00;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.main-wrapper .wrapper {
  z-index: 9;
  position: relative;
}

.text-around-circle {
  width: 320px;
  height: 320px;
}
.image11 {
  /*border-radius: 120px;*/
  object-fit: cover;
}

.wrapper {
  position: relative;
}
.star-top-left,
.star-top-right,
.star-bottom-left,
.star-bottom-right {
  z-index: 5;
  background: #000;
  width: 2.5%;
}
.wrapper .imagea img {
  width: 100%;
  height: 100%;
}
.imagea {
  position: relative;
  height: 100%;
}
.imagea .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* border-radius: 120px;*/
  box-shadow: inset 0px 0px 40px rgb(0 0 0 / 50%),
    inset 0px 0px 80px rgb(0 0 0 / 50%);
}
.wrapper .vertical-line:before {
  position: absolute;
  content: "";
  top: 33.333333%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0.2;
}
.wrapper .vertical-line:after {
  position: absolute;
  content: "";
  top: 66.666666%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0.2;
}
.wrapper .horizontal-line:before {
  position: absolute;
  content: "";
  left: 33.333333%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.wrapper .horizontal-line:after {
  position: absolute;
  content: "";
  left: 66.666666%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.text-around {
  position: absolute;
  top: 0;
  left: 0;
}
.star-top-left {
  position: absolute;
  top: 4.2%;
  left: 2.4%;
  padding: 0 10px 10px 0;
}
.star-top-right {
  position: absolute;
  top: 4.2%;
  right: 2.4%;
  padding: 0 0 10px 10px;
}
.star-bottom-left {
  position: absolute;
  bottom: 3.8%;
  left: 2.2%;
  padding: 10px 10px 0 0;
}
.star-bottom-right {
  position: absolute;
  bottom: 3.8%;
  right: 2.4%;
  padding: 10px 0 0 10px;
}
svg.text-around {
  fill: none;
  background: url("../image/background.png") center;
}
.tspan-bold {
  font-family: "Eurocine-Bold";
}
.tspan-logo {
  letter-spacing: 2.4px;
}
.image-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.image-logo textPath {
  font-size: 0.8rem;
}
.icon {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}
.icon .pin {
  animation-name: scroll;
  height: 5px;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
text {
  fill: #ffcc00;
}
textPath {
  font-family: "Eurocine-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 0.4rem;
  text-transform: uppercase;
  color: #ffcc00;
}
svg.text-around-circle {
  animation: rotating 20s linear infinite;
}
.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 177px;
}
textPath::selection {
  background: none;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  10% {
    transform: translateY(5px);
    opacity: 1;
  }
  90% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 565px) {
  /*.wrapper {padding: 8.5%; }*/
  .wrapper .imagea img {
    min-height: 571px;
    object-fit: cover;
    border-radius: 56px;
  }
  .star-top-left {
    top: 2.5%;
    left: 3.2%;
  }
  .star-top-right {
    top: 2.5%;
    right: 3.2%;
  }
  .star-bottom-left {
    left: 3.2%;
    bottom: 2.5%;
  }
  .star-bottom-right {
    bottom: 2.5%;
    right: 3.2%;
  }
  .star-top-left,
  .star-top-right,
  .star-bottom-left,
  .star-bottom-right {
    padding: 0;
  }
  textPath {
    font-size: 0.8rem;
  }
  svg.text-around-circle {
    width: 175px !important;
  }
  .circle img {
    width: 71px;
    height: 39.6px;
  }
  .w-outclient-m {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.col-2 {
  padding: 0;
  border-top: 1px solid #222;
}
.box-ourClient .col-2 {
  padding: 0;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
.vertical-scrolling .box-title {
  position: relative;
}
.vertical-scrolling .button-link {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
}
.vertical-scrolling .button-link:hover {
  cursor: pointer;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.sticky .list-menu {
  overflow-y: scroll;
  margin-top: 112px;
}
.sticky .list-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.sticky .list-menu::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}
.sticky .list-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.sticky .first-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px !important;
  padding: 0 !important;
}
.sticky.box-menu li.first-menu image {
  width: 101%;
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.modal::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.main-wrapper {
  flex-flow: wrap;
}

.box-menu {
  width: 240px;
  background: #111;
  max-width: 100%;
  float: left;
  border-top: 1px solid #ffcc00;
}
.box-menu li.first-menu {
  padding: 0 !important;
  opacity: 1 !important;
  border: 0;
  background: #ffcc00;
}

.box-menu li.first-menu {
  padding-bottom: 24px !important;
}

.box-menu li.first-menu image {
  background: #ffcc00;
}
.box-menu li.first-menu svg {
  width: 100%;
  overflow: inherit;
}
.box-menu li {
  max-width: 100%;
  padding: 24px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #222;
}
.box-menu li.active {
  color: white;
  background-color: #000;
  position: relative;
}
.box-menu li.active a {
  color: #ffcc00;
}
.box-menu .arrow:before {
  position: absolute;
  content: "";
  background: url("../image/arrow.png") no-repeat center;
  width: 30px;
  height: 30px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background-size: 100%;
}
.box-menu li a {
  background: none;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-family: "Frontage-Regular";
  color: #ccc;
  letter-spacing: -0.2em;
}
.box-menu li a:hover {
  color: #fff;
}
.box-menu li.menu-copyRight {
  font-size: 12px;
  padding: 16px;
  color: #666;
  font-family: "IBM Plex Mono", monospace;
}

.main-wrapper .wrapper-info {
  float: right;
  background: #000;
  z-index: 10000;
  border-left: 1px solid #ffcc00;
  border-top: 1px solid #ffcc00;
  width: calc(100% - 240px);
  display: block;
  max-width: 100%;
  position: absolute;
  right: 0;
  padding-bottom: 80px;
}
.main-wrapper .wrapper-info.active {
  position: absolute;
  right: 0;
  width: 83.202%;
}

.main-wrapper .wrapper-info .box-aboutUs {
  width: 100%;
}
.main-wrapper .wrapper-info .box-aboutUs .box-title .title {
  padding: 40px;
  color: #ffcc00;
  font-size: 40px;
  line-height: 40px;
  font-family: "Frontage-Regular";
  border-bottom: 1px solid #222;
  max-width: 100%;
  font-weight: 400px;
  letter-spacing: -0.2rem;
}
.main-wrapper .wrapper-info .box-aboutUs .box-content {
  /* background: url("../image/about.jpg") no-repeat right center; */
  overflow: hidden;
  background-size: cover;
}
.main-wrapper .wrapper-info .box-aboutUs .box-content .content {
  width: 560px;
  font-family: "IBM Plex Mono";
  margin: 40px 0 120px 40px;
  /* padding-right: 40px; */
  /* line-height: 22px; */
  font-size: 18px;
}
.main-wrapper .wrapper-info .box-aboutUs .box-content .content .text {
  /* padding-top: 30px; */
  color: #ccc;
  /* line-height: 20px; */
  font-size: 16px;
  /* white-space: nowrap; */
}
.main-wrapper .wrapper-info .box-aboutUs .box-content .content .text-r-2 {
  white-space: nowrap;
}
.main-wrapper .wrapper-info .box-team .box-content .mission .content .text {
  line-height: 16px;
  font-size: 14px;
}

.main-wrapper .wrapper-info .box-team {
  display: flow-root;
}
.main-wrapper .wrapper-info .box-team .box-title {
  border-top: 1px solid #222;
  display: flex;
}
.main-wrapper .wrapper-info .box-team .box-title .title {
  /* width: calc(50% - 1px); */
  color: #fff;
  position: relative;
  float: left;
  border-right: 1px solid #222;
  padding: 40px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper .wrapper-info .box-team .box-title .title.active,
.main-wrapper .wrapper-info .box-partner .desc .active {
  background: #ffcc00;
  color: #000;
}
.main-wrapper .wrapper-info .box-team .box-title .title:hover {
  cursor: pointer;
}
.main-wrapper .wrapper-info .box-team .box-title .title:before {
  position: absolute;
  content: "";
  float: right;
  transition: all 0.5s;
  height: 15px;
  width: 15px;
  background: url("../image/arrow-right2.png") no-repeat center;
  top: 40%;
  right: 40px;
  background-size: 100%;
}
/*.main-wrapper .wrapper-info .box-team .box-title .title.active:before {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }*/
.main-wrapper .wrapper-info .box-team .box-content .mission {
  padding: 40px;
  padding-left: 64px;
  /* background: url("../image/mission.png") no-repeat center bottom; */
  /* width: calc(50% - 1px); */
  float: left;
  height: 800px;
  font-size: 20px;
  line-height: 25px;
  font-family: "IBM Plex Mono";
  background-size: 100%;
  background-color: #000;
  border-right: 1px solid #222;
}
.main-wrapper .wrapper-info .box-team .box-content .mission .content {
  color: #ccc;
}
.main-wrapper .wrapper-info .box-team .box-content .mission.vision {
  background: url("../image/vision.png") no-repeat center bottom;
  background-size: 100%;
  background-color: #000;
}
.main-wrapper .wrapper-info .box-team .box-content .mission .mission-title {
  font-size: 56px;
  line-height: 56px;
  color: #ffcc00;
  padding-bottom: 24px;
  font-weight: 400;
}
/*.main-wrapper .wrapper-info .box-team .box-content .content-team .left-content{ border-right: 1px solid #222; }*/
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title {
  padding: 40px 40px 0 40px;
  font-size: 32px;
  line-height: 32px;
  color: #ffcc00;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .desc {
  color: #ccc;
  padding: 10px 40px 40px 40px;
  font-size: 18px;
  line-height: 22px;
  font-family: "IBM Plex Mono";
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title-core,
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title-crew,
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title-post {
  width: 100%;
  max-width: 100%;
  background: url("../image/title.jpg") top left;
  height: 40px;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title-crew {
  background: url("../image/Titles.jpg") top left !important;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .title-post {
  background: url("../image/Titles (1).jpg") top left !important;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item.list-post {
  border-bottom: 1px solid #222;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item
  .item
  img {
  width: 100%;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item
  .item
  .info {
  padding: 16px;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item
  .item
  .info
  .name {
  line-height: 17px;
  color: #ffcc00;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .left-content
  .list-item
  .item
  .info
  .position {
  color: #ccc;
  padding-top: 5px;
  font-size: 13px;
  line-height: 16px;
  font-family: "IBM Plex Mono";
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .right-content
  img {
  width: 100%;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .right-content
  .info {
  padding: 24px;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .right-content
  .info
  .name {
  font-size: 28px;
  line-height: 34px;
  color: #ffcc00;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .right-content
  .info
  .position {
  color: #ccc;
  font-size: 26px;
  line-height: 34px;
  font-family: "IBM Plex Mono";
}
.main-wrapper .wrapper-info .box-team .col-still {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-family: "IBM Plex Mono";
  padding: 135px 0;
}
/*.main-wrapper .wrapper-info .box-team .box-content .content-team .left-content .col-2{ border-bottom: 1px solid #222; border-right: 1px solid #222; border-left: 0; border-top: 0; }*/
.main-wrapper
  .wrapper-info
  .box-team
  .box-content
  .content-team
  .right-content {
  padding: 0;
}

.main-wrapper .wrapper-info .box-partner {
  display: flow-root;
  border-bottom: 1px solid #222;
}
.main-wrapper .wrapper-info .box-partner .box-title .title {
  text-transform: uppercase;
  font-size: 48px;
  /* line-height: 40px; */
  padding: 40px;
  color: #ffcc00;
  font-family: "Frontage-Regular";
  /* letter-spacing: -0.2em; */
  font-weight: 400;
  border-top: 1px solid #ffcc00;
}
.main-wrapper .wrapper-info .box-partner .desc {
  font-size: 20px;
  line-height: 28px;
  font-family: "IBM Plex Mono";
  display: flex;
  border-bottom: 1px solid #ffcc00;
  justify-content: center;
  align-items: center;
  padding: 130px 0;
  gap: 150px;
  padding-top: 80px;
}
.main-wrapper .wrapper-info .box-partner .desc .note {
  aspect-ratio: 1 / 1;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffcc00;
  border-radius: 50%;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
  /* width: calc(100% / 2); */
}
.main-wrapper .wrapper-info .box-partner .desc .text {
  line-height: 22px;
  font-size: 18px;
  padding-top: 10px;
  color: #ccc;
}
.main-wrapper .wrapper-info .box-partner .list-item {
  border-right: 1px solid #222;
  display: flex;
  flex-flow: wrap;
  color: #ccc;
  background: #000;
}
.main-wrapper .wrapper-info .box-partner .list-item .item {
  min-width: 50px;
  float: left;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  display: block;
  width: calc(100% / 5);
}
.main-wrapper .wrapper-info .box-partner .list-item .item .info {
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
  padding: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #ffcc00;
}
.main-wrapper .wrapper-info .box-partner .list-item .item .info .position {
  font-size: 13px;
  line-height: 16px;
  color: #ccc;
  font-family: "IBM Plex Mono";
  padding-top: 5px;
}
.main-wrapper .wrapper-info .box-partner .list-item .item image {
  display: block;
}
.main-wrapper .wrapper-info .box-partner .item-still {
  display: flow-root;
  text-align: center;
  font-size: 13px;
  line-height: 125px;
  color: #fff;
  font-family: "IBM Plex Mono";
  padding: 135px 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}

.main-wrapper .wrapper-info .box-ourClient {
  display: flow-root;
  border-bottom: 1px solid #ffcc00;
}
.main-wrapper .wrapper-info .box-ourClient img {
  width: 100%;
}
.main-wrapper .wrapper-info .box-ourClient .box-content {
  display: flow-root;
}
.main-wrapper .wrapper-info .box-ourClient .box-title {
  padding: 40px;
  font-family: "IBM Plex Mono";
  font-size: 20px;
  line-height: 24px;
}
.main-wrapper .wrapper-info .box-ourClient .box-title .title {
  line-height: 28px;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
  padding-bottom: 8px;
}
.main-wrapper .wrapper-info .box-ourClient .box-title .desc {
  color: #ccc;
  font-size: 18px;
  line-height: 22px;
}

.main-wrapper .wrapper-info .box-ourWorks {
  position: relative;
  padding-bottom: 80px;
  display: flow-root;
}
.main-wrapper .wrapper-info .box-ourWorks .box-title .title {
  height: auto;
  width: auto;
  padding: 100px;
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  color: #ffcc00;
  background: url("../image/our-works.jpg") no-repeat center center;
  background-size: cover;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper .wrapper-info .box-ourWorks .box-content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #222;
}
.main-wrapper .wrapper-info .box-ourWorks .col-2 {
  display: none;
}
.main-wrapper .wrapper-info .box-ourWorks .item img {
  width: 100%;
  border: 1px solid #333333;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* .main-wrapper .wrapper-info .box-ourWorks .item {
    padding: 24px;
  } */

.main-wrapper .wrapper-info .box-ourWorks .item:hover {
  background: #111;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.main-wrapper .wrapper-info .box-ourWorks .item:hover .image .play {
  opacity: 1;
}

.main-wrapper .wrapper-info .box-ourWorks .item .image {
  position: relative;
  border-radius: 40px;
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.5),
    inset 0px 0px 80px rgba(0, 0, 0, 0.5) !important;
}

.main-wrapper .wrapper-info .box-ourWorks .item .image .play {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 64px;
  height: 64px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  z-index: 12000;
}
.main-wrapper .wrapper-info .box-ourWorks .item .info {
  padding: 32px 32px 40px 32px;
}
.main-wrapper .wrapper-info .box-ourWorks .item .info {
  font-size: 20px;
  line-height: 24px;
  font-family: "IBM Plex Mono";
}
.main-wrapper .wrapper-info .box-ourWorks .item .info .title {
  padding-bottom: 5px;
  line-height: 28px;
  font-family: "Archivo-Bold";
  text-transform: uppercase;
}
.main-wrapper .wrapper-info .box-ourWorks .item .info .client {
  color: #ccc;
  height: 24px;
  font-size: 18px;
}
.main-wrapper .wrapper-info .box-ourWorks .item .info .client span {
  font-size: 12px;
  color: #999;
}
.main-wrapper .wrapper-info .box-ourWorks .view-more {
  z-index: 100;
  color: #ccc;
  max-width: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  background: #111;
  bottom: 0;
  right: 0;
  padding: 28px;
  font-size: 20px;
  line-height: 24px;
  font-family: "IBM Plex Mono";
}
.main-wrapper .wrapper-info .box-ourWorks .view-more:hover {
  cursor: pointer;
}
.main-wrapper .wrapper-info .box-ourWorks .view-more span {
  padding: 0 5px;
}

.main-wrapper .wrapper-info .box-contact {
  border-top: 1px solid #ffcc00;
}
.main-wrapper .wrapper-info .box-contact .box-content {
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #ffcc00;
}
.main-wrapper .wrapper-info .box-contact .box-content > div {
  display: flex;
}
.main-wrapper .wrapper-info .box-contact .box-title .title {
  padding: 52px 40px 26px 80px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #ffcc00;
}
.main-wrapper .wrapper-info .box-contact .box-content .item {
  padding: 40px;
  padding-left: 65px;
  font-size: 20px;
  line-height: 28px;
  font-family: "IBM Plex Mono";
}
.main-wrapper .wrapper-info .box-contact .box-content .item .title {
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
  margin-left: -5px;
}
.main-wrapper .wrapper-info .box-contact .box-content .item .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  color: #ccc;
}
.main-wrapper .wrapper-info .box-ourteam .item {
  width: calc(100% / 3);
  padding: 6px;
}

.main-wrapper .wrapper-info .box-ourteam .wrap-item {
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ffcc00;
  height: 100%;
}

.main-wrapper .wrapper-info .box-contact .box-content .col-2 {
  border-right: 0;
}
.main-wrapper .wrapper-info.active .box-contact {
  margin-bottom: 80px;
}
.main-wrapper .around-img {
  width: 320px;
}

.main-wrapper .around-img {
  width: 320px;

  animation: around 15s linear 0s infinite;
}

@keyframes around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.scroll-to-top {
  color: #ccc;
  position: absolute;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: #000;
  bottom: 0;
  right: 0;
  padding: 28px;
  font-size: 20px;
  line-height: 24px;
  font-family: "IBM Plex Mono";
  border-top: 1px solid #ffcc00;
  border-left: 1px solid #ffcc00;
}
.scroll-to-top:hover {
  cursor: pointer;
}
.scroll-to-top span {
  padding: 0 5px;
}

.accordion-title.active-title {
  background-color: #04b8d8;
  color: #fff;
}

.accordion-content {
  display: none;
  height: auto;
}
.modal-our-team {
  height: auto;
}

@media screen and (min-width: 1281px) {
  .col-still {
    display: flow-root;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .col-md-2 {
    min-width: 200px;
    flex: 1 0 14.2%;
  }
}

@media screen and (max-width: 1600px) {
  .sticky .list-menu {
    margin-top: 133px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info {
    min-height: 150px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .box-title .title {
    background-size: 125%;
  }
}

@media screen and (max-width: 1440px) {
  .sticky .list-menu {
    margin-top: 128px;
  }
  .main-wrapper .box-menu li {
    padding: 15px;
  }
  .main-wrapper .box-menu li.active:before {
    right: 10px;
  }

  .main-wrapper .wrapper-info .box-partner .item-still {
    padding: 115px 0;
  }
}

@media screen and (max-width: 1250px) {
  .sticky .list-menu {
    margin-top: 128px;
  }
}

@media screen and (max-width: 1140px) {
  .main-wrapper .box-menu li.active:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .still-pd {
    padding: 20px;
  }
  /*.wrapper{ padding: 9%; }*/
  /*.circle img{ width: 80px; }*/
  svg.text-around-circle {
    width: 200px;
    height: 200px;
  }
  textPath {
    letter-spacing: 1px;
  }

  .main-wrapper .wrapper-info .box-ourteam .item {
    width: calc(100% / 3);
  }

  .page-section .button-link {
    width: 40px;
    height: 40px;
    right: 20px;
    margin-top: -20px;
  }
  .page-section .button-link img {
    width: 100%;
  }

  .main-wrapper {
    display: flow-root;
  }
  .main-wrapper .wrapper-info {
    border: 0;
  }

  .main-wrapper .box-menu,
  .main-wrapper .wrapper-info,
  .main-wrapper .wrapper-info.active {
    width: 100%;
  }

  /*.main-wrapper .wrapper-info .box-team .box-content .accordion-content{padding: 8px; }*/
  .main-wrapper .wrapper-info .box-team .box-content .mission {
    width: 100%;
    height: 480px;
    font-size: 14px;
    line-height: 20px;
    padding: 24px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 0;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    border-top: 1px solid #222;
  }

  .main-wrapper .wrapper-info .box-team .box-content .vision {
    border-right: 1px solid #222 !important;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .main-wrapper .wrapper-info .box-team .box-content .mission .mission-title {
    font-size: 20px;
    line-height: 20px;
  }
  /*.main-wrapper .wrapper-info .box-team .box-content .content-team .left-content{ border: 1px solid #222; border-radius: 0 0 5px 5px ; }*/
  /*.main-wrapper .wrapper-info .box-team .box-content .content-team .right-content{ border: 1px solid #222; border-radius: 5px 5px 0 0; }*/
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .title {
    padding: 24px 16px 0 16px;
    font-size: 20px;
    line-height: 20px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .desc {
    padding: 10px 16px 24px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content,
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .right-content {
    width: 100%;
    float: none;
    background-color: #000;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item {
    display: flex;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .item
    .info {
    padding: 11px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .item
    .info
    .name {
    font-size: 11px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .item
    .info
    .position {
    font-size: 10px;
  }
  .main-wrapper .wrapper-info .box-team .col-still {
    padding: 106px 0;
  }

  .main-wrapper .wrapper-info .box-aboutUs {
    padding-bottom: 40px;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-title .title {
    border-top: 1px solid #ffcc00;
    padding: 28px;
    height: auto;
    line-height: 32px;
    font-size: 32px;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-content {
    background: none;
    height: auto;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-content .image img {
    width: 100%;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-content .content {
    width: 100%;
    padding: 15px;
    margin: 0;
  }

  .main-wrapper .wrapper-info .box-partner .box-title .title {
    padding: 24px 16px;
    font-size: 32px;
    line-height: 32px;
    border-top: 1px solid #ffcc00;
  }
  .main-wrapper .wrapper-info .box-partner .desc {
    /* padding: 24px 16px; */
    font-size: 16px;
    line-height: 16px;
  }
  .main-wrapper .wrapper-info .box-partner .desc .text {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item {
    min-width: calc(33.33333333333333% - 1px);
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item .info .name {
    font-size: 11px;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item .info .position {
    font-size: 10px;
  }

  .main-wrapper .wrapper-info .box-ourClient .box-title {
    padding: 24px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .wrapper-info .box-ourClient .title {
    font-size: 16px;
    line-height: 16px;
  }

  .main-wrapper .wrapper-info .box-ourWorks .box-title .title {
    font-size: 40px;
    line-height: 40px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .box-content {
    display: block;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item {
    padding: 16px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info {
    padding: 20px 4px 4px 4px;
    font-size: 16px;
    line-height: 16px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info .client {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info .client span {
    font-size: 10px;
    line-height: 10px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .view-more {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    border-left: 0;
  }

  .main-wrapper .wrapper-info .box-contact .box-title .title {
    font-size: 32px;
    line-height: 32px;
    padding: 28px 16px;
  }
  .main-wrapper .wrapper-info .box-contact .box-content .item {
    padding: 16px 8px;
    font-size: 16px;
    line-height: 16px;
  }
  .main-wrapper .wrapper-info .box-contact .box-content .item .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .main-wrapper .wrapper-info .scroll-to-top,
  .main-wrapper .wrapper-info .box-ourWorks .view-more {
    width: 100%;
  }

  /*.accordion-content{ background: #000; width: 95%; left: 2.5%; top: 10%; border-radius: 5px; }*/
  .accordion-content {
    background: #000;
    width: 95%;
    left: 2.5%;
    border-radius: 5px;
  }

  .close-popup {
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
  }
  .close-popup svg {
    display: inline-block;
    text-align: center;
    width: 80px;
  }
  .close-popup svg image {
    width: 80px;
  }
  .close-popup:hover {
    cursor: pointer;
  }

 

  .modal {
    z-index: 100000;
  }
  /*
      .main-wrapper .wrapper-info .box-team .box-content .mission .content {
        font-size: 18px;
        line-height: 22px;
      }*/
}

@media screen and (max-width: 565px) {
  .col-still,
  .item-still {
    font-size: 6px !important;
    line-height: 7.5px !important;
    padding: 112px 0;
  }
  .col-still {
    padding: 75px 0 !important;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-content .content .text,
  .main-wrapper .wrapper-info .box-team .box-content .mission .content .text {
    /* font-size: 14px; */
    /* line-height: 20px; */
  }
  .main-wrapper
    .wrapper-info
    .box-aboutUs
    .box-content
    .content
    .text:first-child {
    padding-top: 0;
  }

  .main-wrapper .wrapper-info .box-ourWorks .box-title .title {
    padding: 60px 0;
    height: 240px;
    background-size: cover;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info .title {
    font-size: 16px;
    line-height: 16px;
  }
  .main-wrapper .wrapper-info .box-ourWorks .item .info .client span {
    font-size: 8px;
    line-height: 10px;
  }

  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .item
    .info
    .name {
    font-size: 11px;
    line-height: 18px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .left-content
    .list-item
    .item
    .info
    .position {
    font-size: 6px;
    line-height: 7px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .right-content
    .info
    .name {
    font-size: 13px;
    line-height: 16px;
  }
  .main-wrapper
    .wrapper-info
    .box-team
    .box-content
    .content-team
    .right-content
    .info
    .position {
    font-size: 12px;
    line-height: 16px;
  }

  .main-wrapper .wrapper-info .box-team .box-title .title {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }

  .main-wrapper .wrapper-info .box-ourteam .item {
    width: calc(100% / 3);
    overflow: hidden;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item .info {
    padding: 10px;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item .name {
    font-size: 14px;
    line-height: 15px;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item .info .position {
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 5px 0;
    margin-bottom: 5px;
  }
  .main-wrapper .wrapper-info .box-ourteam .last-right-border {
    border-right: 0;
  }
  .main-wrapper .wrapper-info .box-ourteam .last-bottom-border {
    border-bottom: 0;
  }
  .our-team .col-2 {
    border-right: 0;
  }
  /*  .last-right-border {
        border-right: 0 !important;
      }*/

  .box-content #content-mission,
  .box-content .modal-our-team {
    display: block;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
  }

  .light-box-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .light-box {
    height: 155%;
    display: block;
    box-shadow: rgb(0 0 0 / 20%) 0 0 30px;
    padding: 0;
    position: relative;
    border-radius: 6px;
  }

  .ct-main {
    border-radius: 0;
    padding: 40px 20px;
    height: 125%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 360px) {
  .main-wrapper .wrapper-info .box-partner .list-item .item .info {
    padding: 10px;
  }
}

@media screen and (max-width: 450px) {
  .main-wrapper .wrapper-info .box-partner .item-still {
    padding: 75px 0;
  }

  .main-wrapper .wrapper-info .box-team .box-title .title {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }
  .main-wrapper .wrapper-info .box-team .box-title .title:before {
    right: 20px;
  }
}

.list-item .list-core {
  display: flex;
  flex-wrap: wrap;
}

.main-wrapper .marquee-inner.to-left {
  animation: marqueeLeft 37s linear infinite;
}

.overlay-mb,
.overlay-mb2,
.overlay-kol {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000bd;
  z-index: 9999;
}

.box-content .modal,
.modal {
  background: #000000bd;
  /*border: 1px solid #222;
      border-radius: 5px;*/
  top: 40%;
}

.box-content .modal-our-team .ct-main {
  height: 100%;
}

.box-content .modal-our-team .our-team {
  /*border: 1px solid #222;*/
  border-radius: 5px;
}

/*.box-content .modal-our-team .last-right-border{
    border-right: 0;
  }*/

.view-more img,
.up img {
  width: 16px;
  justify-content: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .box-menu-mobile .show-up.show .menu-item {
    border-radius: 5px;
  }

  .view-more img,
  .up img {
    margin-bottom: 0;
  }

  .main-wrapper .wrapper-info .box-ourWorks .item .info {
    min-height: auto;
  }
}

.marquee-inner .tspan-light {
  font-family: "Eurocine-Light";
}

.box-content .modal .mission:not(.vision) {
  margin: 0;
}

.first-menu .svg-image {
  width: 100%;
  height: auto;
}

.come-in {
  /*transform: translateY(100px);*/
  transform: translate3d(0, 200px, 0);
  animation: come-in 0.8s ease forwards;
}

@keyframes come-in {
  to {
    transform: translate3d(0, 0, 0);
  }
}

.modal-backdrop {
  display: none;
}

.box-content .modal-mission {
  top: 50%;
  height: 100%;
}

.main-wrapper .wrapper-info .box-team .box-content .mission {
  height: 600px;
  border: 1px solid #333333;
  border-radius: 5px 0 0 5px;
}

.main-wrapper .wrapper-info .box-team .box-content .mission.vision {
  border-right: 0;
  height: 600px;
  border: 1px solid #333333;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.box-content .light-box-content {
  max-width: 1248px;
  margin: auto;
  padding-top: 80px;
}

.box-content #ourTeamModal {
  height: 100%;
  top: 50%;
}

.box-content #ourTeamModal .left-content {
  background: #000;
  border: 1px solid #333333;
  border-radius: 5px;
}

.main-wrapper .wrapper-info .box-team .left-content .title {
  padding: 40px 40px 0 40px;
  font-size: 32px;
  /* line-height: 32px; */
  color: #ffcc00;
  font-family: "Frontage-Regular";
  letter-spacing: -0.2em;
  font-weight: 400;
}
.main-wrapper .wrapper-info .box-team .left-content .desc {
  color: #ccc;
  padding: 10px 40px 40px 40px;
  font-size: 16px;
  line-height: 22px;
  font-family: "IBM Plex Mono";
}
.main-wrapper .wrapper-info .box-team .left-content .title-core,
.main-wrapper .wrapper-info .box-team .left-content .title-crew,
.main-wrapper .wrapper-info .box-team .left-content .title-post {
  width: 100%;
  max-width: 100%;
  background: url("../image/title.jpg") top left;
  height: 40px;
}
.main-wrapper .wrapper-info .box-team .left-content .title-crew {
  background: url("../image/Titles.jpg") top left !important;
}
.main-wrapper .wrapper-info .box-team .left-content .title-post {
  background: url("../image/Titles (1).jpg") top left !important;
}
.main-wrapper .wrapper-info .box-team .left-content .list-item {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .wrapper-info .box-team .left-content .list-item.list-post {
  border-bottom: 1px solid #222;
}
.main-wrapper .wrapper-info .box-team .left-content .list-item .item img {
  width: 100%;
}
.main-wrapper .wrapper-info .box-team .left-content .list-item .item .info {
  /* padding: 24px; */
  padding: 4px 0;
  padding-top: 10px;
}
.main-wrapper
  .wrapper-info
  .box-team
  .left-content
  .list-item
  .item
  .info
  .name {
  line-height: 17px;
  color: #ffcc00;
  font-weight: 400;
  font-size: 14px;
  /* height: 20px; */
}
.main-wrapper
  .wrapper-info
  .box-team
  .left-content
  .list-item
  .item
  .info
  .position {
  color: #ccc;
  padding-top: 5px;
  font-size: 13px;
  line-height: 16px;
  font-family: "IBM Plex Mono";
}

.phone-number:hover {
  text-decoration: none;
  /* color: #fff; */
}

.name-position {
  font-family: "IBM Plex Mono";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
}

.location:hover {
  text-decoration: none;
  /* color: #fff; */
}

.modal-kol .image img,
.modal-client .image img {
  width: 100%;
}

.modal-kol,
.modal-client {
  width: 100%;
  height: 100%;
}

.modal-kol .left-content,
.modal-client .left-content {
  width: 1248px;
  height: 100%;
  overflow-y: auto;
  margin-top: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}

.modal-kol .left-content::-webkit-scrollbar {
  display: none;
}

.modal-kol .left-content .box-content,
.modal-client .left-content .box-content {
  /* overflow: auto;
      height: 548px;*/
  background: #000;
  border: 1px solid #333333;
  border-radius: 5px;
}
.modal-kol .list-item .item,
.modal-client .list-item .item {
  width: calc(100% / 5);
}

.text-kol {
  font-size: 48px;
  line-height: 48px;
  font-family: "Frontage-Regular";
  color: #ffcc00;
  padding-bottom: 15px;
  font-weight: 400;
}

.sm-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Frontage-Regular";
  color: #ccc;
  letter-spacing: -0.2em;
}

.text-info {
  padding: 40px;
  letter-spacing: -0.2em;
}

/* .modal-client .left-content .box-content {
    background: #fff;
  } */

.modal-client .left-content .box-content .list-item {
  background: #fff;
  border-radius: 5px;
}

.modal-client .left-content .box-content .list-item .item {
  border: 0;
  width: calc(100% / 3);
  border-radius: 5px;
}

.desc .note {
  padding: 40px;
}

.main-wrapper .wrapper-info .box-partner .desc .note:hover {
  cursor: pointer;
}
/* 
  .desc .show-kol:before {
    position: relative;
    content: "";
    float: right;
    transition: all 0.5s;
    height: 15px;
    width: 15px;
    background: url("../image/arrow-right2.png") no-repeat center;
    top: 5px;
    background-size: 100%;
  } */

@media screen and (max-width: 450px) {
  /*.desc .show-our-client:before{ right: 20px; } */
  .main-wrapper .wrapper-info .box-partner .desc {
    padding: 0;
  }
  .desc .show-our-client:before {
    top: 26.4%;
  }
  .desc .show-kol:before {
    top: 24.75%;
  }
  .desc .note {
    padding: 19px 16px;
  }

  .main-wrapper .wrapper-info .box-team .box-title,
  .main-wrapper .wrapper-info .box-partner .desc {
    display: block;
  }

  .main-wrapper .wrapper-info .box-team .box-title .title,
  .main-wrapper .wrapper-info .box-partner .desc .note {
    /* height: 56px; */
    /* width: 100% !important; */
    border-top: 1px solid #333333;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.modal {
  overflow-y: auto;
}

.kol-text {
  line-height: 20px;
  font-size: 14px;
  color: #ccc;
  font-family: "IBM Plex Mono";
  letter-spacing: 0;
}

.svg-image-close {
  width: 56px;
  margin-right: 30px;
}

/*.modal-client .left-content {
    margin-top: 0;
  }*/

@media screen and (max-width: 991px) {
  .right-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper .wrapper-info .box-team .box-content .mission.vision {
    border: 1px solid #333;
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }

  .main-wrapper .wrapper-info .box-team .box-content .mission {
    border-radius: 5px 5px 0 0;
  }

  .box-content .light-box-content {
    padding-top: 0;
  }

  .modal-kol .left-content .box-content,
  .modal-client .left-content .box-content {
    margin-top: 80px;
  }

  .box-content #ourTeamModal {
    top: 0;
  }

  .right-content {
    padding: 0;
  }

  /*.box-content #ourTeamModal .left-content {
        border-radius: 5px 5px 0 0;
        border-bottom:0;
    }*/

  .box-content #ourTeamModal .left-content {
    border-radius: 0 0 5px 5px;
  }

  .box-content #ourTeamModal .right-tex {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 565px) {
  .main-wrapper .wrapper-info .box-team .box-content .mission.vision {
    border: 1px solid #333;
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }

  .main-wrapper .wrapper-info .box-team .box-content .mission {
    border-radius: 5px 5px 0 0;
  }

  .box-content .light-box-content {
    padding-top: 0;
  }

  .modal-kol .left-content .box-content,
  .modal-client .left-content .box-content {
    margin-top: 60px;
  }

  .box-content #ourTeamModal {
    top: 0;
  }

  .right-content {
    padding: 0;
  }

  /*.box-content #ourTeamModal .left-content {
        border-radius: 5px 5px 0 0;
        border-bottom:0;
    }*/

  .box-content #ourTeamModal .left-content {
    border-radius: 0 0 5px 5px;
  }

  .box-content #ourTeamModal .right-tex {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
  }

  .kol-text {
    font-size: 14px;
  }

  .main-wrapper .wrapper-info .box-team .left-content .desc {
    font-size: 16px;
    line-height: 20px;
  }

  .text-info {
    padding: 16px;
  }

  .main-wrapper .wrapper-info .box-team .left-content .title,
  .main-wrapper .wrapper-info .box-team .left-content .desc {
    padding: 16px;
  }
  .main-wrapper .wrapper-info .box-team .left-content .title {
    padding-bottom: 0;
  }

  .main-wrapper .wrapper-info .box-team .left-content .title,
  .text-kol {
    font-size: 20px;
    line-height: 20px;
  }

  .main-wrapper .wrapper-info .box-team .left-content .list-item .item .info {
    /* padding: 12px; */
  }

  .main-wrapper
    .wrapper-info
    .box-team
    .left-content
    .list-item
    .item
    .info
    .name {
    font-size: 13px;
  }
}

.ft-3 {
  font-family: "IBM Plex Mono";
}

.row-footer {
  width: 50%;
}

@media screen and (max-width: 565px) {
  .row-footer {
    width: 100%;
  }

  .main-wrapper .wrapper-info .box-contact .box-content .item {
    padding-left: 16px !important;
  }
}

.slick-slider {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.slick-slide {
  width: 100%;
  transition: transform 0.3s ease;
}

.slick-prev,
.slick-next {
  display: none;
}

.slick-slide:not(.slick-center) {
  filter: blur(2px);
  transform: scaleX(0.85);
  transform-origin: center center;
  opacity: 0.7;
}

.circle-container {
  position: relative;
  width: 300px; /* Điều chỉnh kích thước của vùng chữ viết theo đường tròn */
  height: 300px;
  /* border: 1px solid #ffcc00; */
  border-radius: 50%;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #000; /* Màu và độ rộng của đường viền */
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 9s linear infinite; /* Thiết lập hoạt động quay */
  z-index: -1;
  display: none;
}

.circle-container:hover .circle {
  display: block;
}

.circle-container .text {
  position: absolute;
  top: 50%; /* Đặt vị trí theo chiều dọc giữa div */
  left: 50%; /* Đặt vị trí theo chiều ngang giữa div */
  transform: translate(
    -50%,
    -50%
  ); /* Dịch chuyển div đi 50% của chính nó để căn giữa */
  text-align: center; /* Canh lề chữ theo giữa */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.circle .char-1 {
  transform: rotate(-45deg);
  margin-left: 8px;
  width: max-content;
}
.circle .char-2 {
  transform: rotate(-65deg);
  margin-left: -12px;
  width: max-content;
}
.circle .char-3 {
  transform: rotate(-85deg);
  width: max-content;
  margin-left: -18px;
}
.circle .char-4 {
  transform: rotate(-88deg);
  width: max-content;
  margin-left: -20px;
}
.circle .char-5 {
  transform: rotate(-100deg);
  margin-left: -20px;

  width: max-content;
}
.circle .char-6 {
  transform: rotate(-115deg);
  width: max-content;
  margin-left: -6px;
}

.text-desc-kol {
  font-size: 14px;
  /* line-height: 32px; */
  font-family: "Frontage-Regular";
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: -0.2em;
  font-weight: 400;
  letter-spacing: -0.2em;
}

@media screen and (max-width: 565px) {
  .text-r-1 {
    font-size: 48px !important;
  }
  .text-r-2 {
    font-size: 48px !important;
  }
  .c-r-1 {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .c-r-2 {
    /* padding: 0 !important; */
    overflow-x: auto;
    justify-content: flex-start !important;
    gap: 40px !important;
    padding: 10px !important;
    flex-direction: column !important;
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }
  .s-a-a-arsaedae {
    display: block !important;
  }
  .s-c-r-2 {
    flex-wrap: wrap;
  }
  .c-r-3 {
    display: flex !important;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .c-r-4 {
    flex-direction: column !important;
  }
  .text-r-3 {
    white-space: nowrap;
  }
  .c-r-5 {
    padding: 0 !important;
    flex-direction: column !important;
    margin: 0 !important  ;
  }
  .c-r-5 .text-kol {
    line-height: 40px !important;
  }
  .c-r-6 {
    margin: 10px !important;
  }

  .c-r-6 {
    width: 100% !important  ;
  }
  .c-r-7 {
    flex-direction: column !important ;
  }
  .c-r-8 .item {
    width: 50% !important ;
  }
  /* .c-r-8 .item .name {
      white-space: nowrap !important;
    } */
  .c-r-8 .item .name-position {
    line-height: 1.15;
    height: 40px !important;
    display: inline-block !important ;
  }
  .p-s-2 {
    display: block !important;
    width: 50% !important ;
    padding: 8px !important;
  }
  .p-s-1 {
    display: none !important;
  }
}

.id-about-us *,
.text-p {
  font-family: "IBM Plex Mono", sans-serif;
}

.id-about-us .text-p {
  font-family: "Fira Sans", sans-serif;
}

.text-p,
.title-1k,
.text-p-1 {
  font-family: "IBM Plex Mono", sans-serif !important;
}

.text-p-1,
.info .title,
.info .clientm,
.me-3,
#s-ak-1,
.show-our-client {
  font-family: "Inconsolata", monospace !important;
}

#s-ak-1 {
  line-height: 40px;
}

.img-ak {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.img-ak-2 {
  padding: 10px;
  object-fit: contain;
  overflow: hidden;
}

.image-transition img {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out; /* Chỉnh sửa hiệu ứng transition tại đây */
}

.image-transition img.active {
  opacity: 1;
}

#img-round-a {
  animation: around 15s linear 0s infinite;
}

#list-container {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin; /* Cho Firefox */
  scrollbar-color: transparent transparent; /* Cho Firefox */
}

#list-container::-webkit-scrollbar {
  width: 6px; /* Cho các trình duyệt dựa trên WebKit như Chrome và Safari */
}

#list-container::-webkit-scrollbar-thumb {
  background-color: transparent; /* Màu của thanh cuộn */
}

#list-container .name {
  white-space: initial;
}

#list-container .item {
  pointer-events: none;
}

#list-container .image {
  pointer-events: none;
  width: 140px;
}

#list-container .item {
  border-radius: 10px;
  border-color: #ffcc00;
  margin: 4px;
  border: 1px solid #ffcc00;
}

#list-container .item .info {
  padding: 0;
}

/* Thêm hiệu ứng cho nút active */
.filter-button.active {
  background-color: #ffcc00; /* Thay đổi màu sắc nền của nút active theo ý muốn */
  color: #000; /* Thay đổi màu chữ của nút active theo ý muốn */
  /* Thêm các thuộc tính CSS khác nếu cần */
}
.filter-button.active span {
  color: #000 !important;
}

.filter-button {
  cursor: pointer;
}

#list-container {
  transition: scroll 0.5s ease-in-out; /* Thêm hiệu ứng transition */
}

#list-container::-webkit-scrollbar {
  width: 6px;
}

#list-container::-webkit-scrollbar-thumb {
  background-color: transparent;
}

#list-container.scrolling {
  transition: scroll 0.5s ease-in-out; /* Thêm hiệu ứng transition khi có lớp scrolling */
}

#brand-item img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  width: 100px;
}

@media screen and (max-width: 565px) {
  .m-d-b {
    display: none !important;
  }
  .m-sa-aw-e-a-aw {
    max-width: 360px !important;
  }
  #wrap-about-us {
    flex-direction: column !important;
  }
  #wrap-about-us video {
    width: 100% !important;
  }
  .image-about-us {
    aspect-ratio: 1 / 1 !important;
  }
  .c-r-5 {
    justify-content: center !important;
    align-items: center !important;
  }
  .desc.c-r-3 {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
  .c-r-6 {
    max-width: 96%;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item {
    min-width: auto !important;
  }
  .box-content.box-ourteam.d-flex {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 360px) {
  .m-sa-aw-e-a-aw {
    max-width: 90% !important;
  }
  .modal-kol .left-content {
    max-width: 90% !important;
  }
}

.circle-container:hover .text-artist-round {
  display: block !important;
}
@media screen and (min-width: 720px) {
  .d-mission {
    padding-left: 64px !important;
  }
  .m-text-info {
    padding-left: 64px !important;
  }
  .main-wrapper .wrapper-info .box-aboutUs .box-content .content {
    margin-left: 80px !important;
  }
  .l-out-team {
    width: 350px;
  }
  #wrap-our-team {
    flex: 1 !important;
  }
  
  .mission-content {
    flex: 1;
  }
  .c-r-4 {
    gap: 25px;
  }
  .w-trusted-1 .title-1k {
    padding-top: 80px !important;
  }
}

/* .w-trusted-partners {
    padding: 60px 0
  } */

.me-3,
.lh-1rem {
  letter-spacing: 0.2px;
  font-size: 36px;
  padding: 0;
}
.show-our-client {
  letter-spacing: 0 !important;
}

.new-bar {
  width: 100%;
}

.c-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-and-vision:hover span {
  color: #ffcc00 !important;
}

.linkedin-open:hover {
  color: #ffcc00 !important;
}

.out-clients-text,
.misvis {
  font-weight: 700;
}

.email-open-link:hover .desc {
  color: #ffcc00 !important;
}

.item .location {
  text-decoration: none;
}

a:visited {
  color: unset;
}

.c-p-w {
  color: #cccccc !important;
}

.btn-h:hover {
  color: #ffcc00 !important;
}

.btns-h:hover {
  fill: #fc0 !important;
  cursor: pointer;
}

.c-flex-ac {
  display: flex;
  align-items: center;
}

.lh-70 {
  line-height: 70px !important;
}

#list-container .item .info {
  min-height: 40px;
}

@media screen and (min-width: 480px) and (max-width: 1000px) {
  #wrap-about-us {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1340px) {
  #wrap-about-us {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1300px) {
  .box-content .light-box-content {
    max-width: 1024px !important;
  }
  .modal-kol .left-content {
    max-width: 1024px !important;
  }
  .modal-client .left-content {
    max-width: 1024px !important;
  }
}
@media screen and (min-width: 565px) and (max-width: 800px) {
  .c-r-4 {
    flex-direction: column !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1060px) {
  .main-wrapper .wrapper-info .box-team .box-content .mission {
    flex-direction: column !important;
  }
  .modal-client .left-content .box-content {
    flex-direction: column !important;
  }
  .c-r-6 {
    margin-left: 0 !important;
  }
  .d-mission {
    height: auto !important;
  }
  .m-mission-content {
    width: 100% !important;
  }
  .m-lf-ss {
    flex-direction: column !important;
  }
  .l-out-team {
    width: 100% !important;
  }
  .modal-kol .left-content .box-content {
    flex-direction: column !important;
  }
  .modal-kol .left-content {
    width: 90% !important;
  }
  .modal-client .left-content {
    width: 90% !important;
  }
  .m1-sp {
    width: 100% !important;
  }
  .modal-kol .left-content .box-content {
    height: auto !important;
  }
  .m-text-info {
    width: 100% !important;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item {
    min-width: auto;
  }
}

@media screen and (min-width: 565px) and (max-width: 800px) {
  /* .modal-kol .left-content {
    width: 90% !important;
  }
  .modal-client .left-content {
    width: 90% !important;
  }
  .modal-client .left-content .box-content {
    flex-direction: column !important;
  }
  .modal-kol .left-content .box-content {
    flex-direction: column !important;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item {
    min-width: auto;
  }
  .c-r-6 {
    margin: 0 !important;
  }
  .m1-sp {
    width: 100% !important;
  } */
  .m-mission-content.mission-content {
    width: 100% !important;
  }
  .m-lf-ss {
    flex-direction: column !important;
  }
  .box-content.box-ourteam.box-artist {
    flex-direction: column !important;
  }
  #list-container .item {
    width: max-content !important;
  }
  .main-wrapper .wrapper-info .box-partner .list-item .item {
    min-width: max-content !important;
  }
  .box-content.box-ourteam.d-flex.c-r-5 {
    flex-direction: column !important;
  }
}

@media screen and (min-width: 1248px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (max-width: 1248px) {
  .d-md-none {
    display: block !important;
  }
  .m-sa-aw-e-a-aw {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1400px) {
  .ft-3.text-r-3 {
    white-space: nowrap !important;
  }
}
.svg-icon-nav {
  width: 36px !important;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .box-artist {
    flex-direction: column !important;
  }
  .m-text-info {
    min-width: 100% !important;
    
  }
  .s-c-r-2 .g-10 {
    justify-content: center;
    align-items: center;
    gap: 10px !important
  }
  .m-d-nf {
    display: flex !important;
  }
  .m-text-info {
    padding-top: 0 !important;
  }
}