@keyframes rool_header_animation {
  0% {
    transform: translateY(-50%) translateX(0%);
  }

  100% {
    transform: translateY(-50%) translateX(-63.75%);
  }
}
main {
  margin-top: 60px;
}
.mainPageBody .header1 {
  background-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 103;
  transition: background-color 0.1s linear;
  display: block;
}

.mobile_header_body {
  display: none;
}

.mainPageBody .header1 .leftMenu .leftMenuText:before {
  background-color: var(--white-color);
}

.clf img {
  opacity: 1;
}

.section {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.section.aboutTextSection {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  margin-top: 70px;
}

.background_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.section.bigSection {
  width: 100%;
  /* background-color: #f6f6f6; */
  padding: 0;
}

.secondPagesBoxs .container__layout {
  padding: 0 70px;
}

.section.bigSection.firstBigSection {
  background-image: url("/images/page/about/blue_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.firstSection {
  width: 100%;
  max-width: 1136px;
  height: 820px;
  padding: 0;
  padding: 140px 0px;
}
@media screen and (max-width: 576px) {
  .firstSection {
    height: 480px;
  }
}

.firstUpImg {
  position: absolute;
  bottom: 0px;
  left: 515px;
  height: 630px;
  z-index: 1;
}

.firstBackimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
}

.firstBackimg>.firstBackImgBox {
  position: absolute;
  top: calc(50% + 40px);
  left: 0px;
  width: 400%;
  height: 580px;
  background-image: url("/images/page/about/logos_bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  transform: translateY(-50%);
}

.animation_rool_banner {
  animation-name: rool_header_animation;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.firstSection .firstTextBox {
  padding: 40px;
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 5;
  text-align: left;
  border-radius: 24px;
  background: rgba(40, 40, 40, 0.5);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  width: 500px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .firstSection .firstTextBox {
    width: calc(100% - 40px);
    max-width: 500px;

  }
}

.firstSection .mainTitleText {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
  word-break: break-word;
}
@media screen and (max-width: 576px) {
  .firstSection .mainTitleText {
    margin-bottom: 20px;
  }
}

.firstSection .firstTexts {
  color: var(--white-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.firstSection .firstMoreBtn {
  padding: 0 20px 0px;
  line-height: 2.7em;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.section.bigSection.thirdBigSection {
  margin-bottom: 80px;
  background: none;
}

.thirdSection {
  text-align: left;
  overflow: hidden;
  height: 80px;
}

.thirdTitle {
  margin-bottom: 40px;
}

.thirdSection .thridLogoAniBox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  overflow: hidden;
}

.thirdSection .thridLogoAniBox .thirdLogoFiveBox {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.thirdSection .thridLogoAniBox .thirdLogoFiveBox .thirdLogoImgBox {
  float: left;
  position: relative;
  width: 147px;
  height: 100%;
  opacity: 0;
}

.thirdSection .thridLogoAniBox .thirdLogoFiveBox .thirdLogoImgBox:first-child {
  margin-left: 0;
}

.thirdSection .thridLogoAniBox .thirdLogoFiveBox .thirdLogoImgBox:last-child {
  margin-right: 0;
}

.thirdSection .thridLogoAniBox .thirdLogoFiveBox .thirdLogoImgBox>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section.bigSection.freeBigAccount {
  background-color: #f6f6f6;
  margin: 50px 0 80px;
}

section {
  position: relative;
  margin: 0 auto;
  width: 1055px;
  min-height: 464.5px;
  background: none;
}

.aboutTextSection .aboutTextInfoBox {
  color: var(--dark-black-color);
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 60px;
  flex-wrap: wrap;
  text-align: justify;
}

.aboutTextSection .aboutTextInfoBox .upperCaseText {
  text-transform: uppercase;
}

.aboutTextSection .aboutTextInfoBox_cul {
  color: var(--dark-black-color);
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.aboutTextSection .aboutTextTitle {
  color: var(--dark-black-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  word-break: break-word;
}

.aboutTextSection .aboutTextInfo_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.aboutTextSection .aboutTextInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutTextSection .aboutTextInfo,
.aboutTextSection .aboutTextInfo .desc {
  color: var(--light-black-color);
  font-size: 18px;
  line-height: 24px;
  width: 712px;
  text-align: justify;
}
@media screen and (max-width: 1124px) {
  .aboutTextSection .aboutTextInfo,
  .aboutTextSection .aboutTextInfo .desc {
  width: 100%;    
}
}
.aboutTextSection .aboutTextInfo .link {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.aboutTextSection .aboutTextInfo .link:hover .text__customers {
  text-decoration: underline;
}

.aboutTextSection .aboutTextInfo .link svg {
  transition: all 0.4s linear;
  transform: translateX(0px);
}

.aboutTextSection .aboutTextInfo .link svg:hover,
.aboutTextSection .aboutTextInfo .link:hover svg {
  transform: translateX(8px);
}

.aboutTextSection .aboutSlideBox {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 5px;
}

.aboutTextSection .aboutSlideBox2 {
  margin-bottom: 80px;
}

.aboutTextSection .aboutSlide {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 4750px;
}

.aboutTextSection .aboutSlide2 {
  left: auto;
  right: 0px;
}

.aboutTextSection .aboutSlide>img {
  height: 100%;
  float: left;
  margin-right: 5px;
}

.aboutTextSection .aboutSlide2>img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.aboutTextSection .aboutMainSecondImg {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.aboutMapSection {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1060px;
  height: 468px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  margin: 30px auto 40px;
}

.aboutMapSection .aboutMapImg {
  width: 100%;
}

.mapMarekrBox {
  position: absolute;
  border-radius: 100%;
  transform: scale(1);
  transition: transform 0.1s linear;
  z-index: 1;
}

.mapMarekrBox:before {
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mapMarekrBox.blueMarkerBox {
  height: 40px;
  width: 40px;
  background-color: rgba(6, 146, 252, 0.3);
}

.mapMarekrBox.blueMarkerBox:before {
  background-color: #0692fc;
  border: 2px solid #027fdc;
}

.mapMarekrBox.greenMarkerBox {
  height: 25px;
  width: 25px;
  background-color: rgba(12, 172, 64, 0.3);
}

.mapMarekrBox.greenMarkerBox:before {
  background-color: #0cac40;
  border: 1px solid #039432;
}

.markerTextBox {
  position: absolute;
  top: -59px;
  white-space: nowrap;
  color: var(--white-color);
  opacity: 0;
  display: none;
  z-index: 4;
  padding: 5px 10px;
}

.markerTextBox>img {
  display: inline-block;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.blueMarkerBox .markerTextBox {
  left: 17px;
  background-color: #0692fc;
}

.greenMarkerBox .markerTextBox {
  left: 10px;
  background-color: #0cac40;
}

.markerUpline {
  position: absolute;
  display: none;
  z-index: 5;
}

.blueMarkerBox .markerUpline {
  left: 17px;
  bottom: 36px;
  border-right: 5px solid #0692fc;
}

.greenMarkerBox .markerUpline {
  left: 10px;
  bottom: 22px;
  border-right: 5px solid #0cac40;
}

.markerRightline {
  position: absolute;
  top: -29px;
  display: none;
  z-index: 2;
}

.blueMarkerBox .markerRightline {
  left: 17px;
  border-bottom: 5px solid #0692fc;
}

.greenMarkerBox .markerRightline {
  left: 10px;
  border-bottom: 5px solid #0cac40;
}

.clf img {
  opacity: 1;
}

.abLocaAreaTp {
  margin: 0 auto;
  width: 100%;
  height: 530px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding-top: 30px;
}

.abLocaAreaTp h2 {
  font-size: 22px;
  line-height: 1.4em;
  color: var(--dark-black-color);
  text-align: left;
  font-weight: bold;
}

.abLocaAreaTp h3 {
  font-size: 30px;
  color: #9fa0a0;
}

.clf:after {
  content: "";
  display: block;
  clear: both;
}

.worldMapArea {
  position: relative;
  text-align: center;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.title_for_section3 {
  color: var(--dark-black-color);
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.maplayer {
  width: 556px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: var(--white-color);
  height: 640px;
}
@media screen and (max-width: 1236px) {
  .maplayer {
    width: 100%;
  }
}

.maplayer:nth-child(1) {
  width: 100%;
  gap: 32px;
  max-width: 1136px;
}

#header,
#content,
#footer {
  margin: 0 auto;
}

#header,
#content,
#footer {}

#content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding: 70px 0px 70px;
}

.abLocaArea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.abLocaArea h2 {
  font-size: 19px;
  line-height: 1.4em;
  color: var(--dark-black-color);
  font-weight: normal;
  text-align: left;
}

.abLocaArea .abExamDiv {
  width: 100%;
  /* padding: 50px 0px 30px 0px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.abLocaArea .abExamDiv h2 {
  font-size: 16px;
  color: var(--dark-black-color);
  line-height: 1.6em;
  text-align: left;
  height: auto;
  margin: 0px 0px 10px;
}

.abLocaArea .abExamDiv .hBorder {
  margin-top: 20px;
}

.abLocaArea .abExamDiv .hBorder a {
  user-select: text;
}

.clf .fr {
  display: inline-block;
  float: right;
}

.clf.split>.fl,
.clf.split>.fr {
  width: 100px;
  margin-left: 2%;
}

.clf.split>.fl.r3,
.clf.split>.fr.r3 {
  width: 28%;
}

.clf.split>.fl.r4,
.clf.split>.fr.r4 {
  width: 38%;
}

.clf.split>.fl.r4.fix i,
.clf.split>.fr.r4.fix i {
  margin-right: 5px;
}

.clf.split>.fl.r5,
.clf.split>.fr.r5 {
  width: 48%;
}

.clf.split>.fl.r6,
.clf.split>.fr.r6 {
  width: 58%;
}

.clf.split>.fl.r7,
.clf.split>.fr.r7 {
  width: 68%;
}

.clf.split>.fl:first-child,
.clf.split>.fr:first-child {
  margin-left: 0;
}

.clf.split>.fr1 {
  width: 35%;
  margin-left: 2%;
}

.clf.split>.fr1.r3 {
  width: 28%;
}

.clf.split>.fr1.r4 {
  width: 38%;
}

.clf.split>.fr1.r4.fix i {
  margin-right: 5px;
}

.clf.split>.fr1.r5 {
  width: 48%;
}

.clf.split>.fr1.r6 {
  width: 58%;
}

.clf.split>.fr1.r7 {
  width: 68%;
}

.clf.split>.fr1:first-child {
  margin-left: 0;
}

.clf.x3 {
  width: 33.33333%;
  text-align: center;
  margin: 0;
}

.clf .fl,
.clf .fr {
  box-sizing: border-box;
  float: right;
}

.clf .fl {
  display: inline-block;
  float: left;
  width: auto !important;
}

.nextIco {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px !important;
  position: absolute;
  right: 14px;
  top: 12px;
}

.nextIco.next {
  cursor: pointer;
  width: 10px;
  height: 15px;
  background: url("img/next.png") no-repeat center;
}

.nextIco.nexton {
  cursor: pointer;
  width: 10px;
  height: 15px;
  background: url("/images/img/nexton.png") no-repeat center;
  top: 15px;
  right: 20px;
}

.nextIco.next1 {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("/images/img/next1.png") no-repeat center;
}

.nextIco.next1on {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("/images/img/next1on.png") no-repeat center;
}

.nextIco.before1 {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("/images/img/before1.png") no-repeat center;
  left: 14px;
}

.nextIco.before1on {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("/images/img/before1on.png") no-repeat center;
  left: 6px;
}

.nextIco.doteIco {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  background: url("img/dote.png") no-repeat center;
}

.CTBtnMorSmall {
  position: relative;
  margin: 0 auto;
  width: 130px !important;
  padding: 10px 10px;
  background: #ff5f14;
  border-radius: 12px;
  cursor: pointer;
  top: 20px;
  color: var(--white-color);
  font-weight: 600;
  /* background: -webkit-linear-gradient(145deg, #373644 50%, #09A3E4 50%); */
  /* background: -webkit-linear-gradient(right, #373644 50%, #09A3E4 50%); */
  background: -webkit-linear-gradient(-65deg, #ff5f14 57%, var(--white-color) 43%) no-repeat;
  background: -moz-linear-gradient(-65deg, #ff5f14 57%, var(--white-color) 43%) no-repeat;
  background: -o-linear-gradient(-65deg, #ff5f14 57%, var(--white-color) 43%) no-repeat;
  background: linear-gradient(-65deg, #ff5f14 57%, var(--white-color) 43%) no-repeat;
  background-size: 200% 200%;
  border: 2px solid transparent;
  background-position: 98% 96%;
  transition: all 0.1s;
}

.CTBtnMorSmall a {
  border-radius: 2px;
  color: var(--white-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 0 11px 0 0;
  line-height: 1.5rem;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.CTBtnMorSmall:hover {
  color: #ff5f14;
  /* background-position: left top; */
  border: 2px solid #ff5f14;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.27, 0.26);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.27, 0.26);
  background-position: -16% 0%;
}

.CTBtnMorSmall:hover a,
i {
  color: #ff5f14;
}

.wid333 {
  width: 333px !important;
}

.util_fl {
  float: left !important;
}

.util_fr {
  float: right !important;
}

#map_us {
  height: 404px !important;
  width: 100% !important;
  border-radius: 16px;
}

#map_korea {
  height: 404px !important;
  width: 100% !important;
  border-radius: 16px;
}

#map_vitnam {
  height: 404px !important;
  width: 100% !important;
  border-radius: 16px;
}

.gm-fullscreen-control {
  display: none;
}

.aboutMapTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.aboutMapTitle>p {
  color: var(--dark-black-color);
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 4px;
}

.aboutMapTitle>span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

.aboutMapAddress>p {
  color: var(--light-black-color);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  line-height: 24px;
}

#map_indonesia {
  height: 490px !important;
  width: 100% !important;
}

.section_video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  min-height: 600px;
  /* max-height: 100vh; */
  /* background-color: #000; */
  background: linear-gradient(to bottom, transparent, transparent, #000);
  overflow: hidden;
  position: relative;
}

.section_video_container {
  position: relative;
  width: 100%;
  z-index: -1;
  height: 100%;
  margin: 0px auto;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, transparent, #000);
  background-color: black;
}

.section_video_text_container {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1136px;
  height: 100%;
  margin-left: -568px;
  color: var(--white-color);
}

.section_video_text_container>.center_box {
  position: absolute;
  top: 150px;
  left: 0%;
  max-width: 600px;
  height: 500px;
}

.section_video_text_container>.center_box>.top_text {
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  color: var(--white-color);
  margin-bottom: 48px;
  width: 630px;
}

.section_video_text_container>.center_box>.bottom_text {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  min-width: 710px;
}

.newMainVideo {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  /* transform: translate(-50%,-50%); */
}

.video_image .newMainVideo {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.main_innorix_video_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.main_innorix_video_wrapper_height_auto>.video_image {
  margin-top: 20px;
}

.main_innorix_video_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: auto;
  height: 392px;
}

.logo_box_exacoola {
  display: block;
  background-image: url("/images/innorix_homepage/homepage_new/exacoola.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 222px;
  height: 20px;
  min-height: 20px;
}

.logo_box_exabyter {
  display: block;
  background-image: url("/images/innorix_homepage/homepage_new/exabyter_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 224px;
  height: 20px;
  min-height: 20px;
}

.logo_box_costomi {
  display: block;
  background-image: url("/images/innorix_homepage/homepage_new/costomi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 146px;
  height: 30px;
  min-height: 30px;
}

.logo_box_albert {
  display: block;
  background-image: url("/images/innorix_homepage/homepage_new/albert.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 30px;
  min-height: 30px;
}

.main_innorix_video_text_wrapper>p:nth-child(2) {
  color: var(--dark-black-color);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}

.main_innorix_video_text_wrapper>p:nth-child(3) {
  color: var(--dark-black-color);
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.main_innorix_video_text_wrapper .title {
  font-size: 28px;
  line-height: normal;
  font-weight: 450;
}

.video_image {
  position: relative;
  width: 672px;
  min-width: 672px;
  height: 392px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  overflow: hidden;
  border-radius: 24px;
  /* border: 2px solid transparent; */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.video_image:hover {
  /* border: 2px solid #006ABA; */
  background-size: 115%;
}

.video_image:hover .playVideoBtn {
  background-image: url("/images/innorix_exacoola/youtube-hover.png");
}

.video_image:hover .industries_card_playBtn {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 40px solid var(--white-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: translate(-50%, -50%) rotate(90deg);
}

.video_image:hover .industries_card_playBtn>div {
  box-sizing: border-box;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  border-bottom: 37px solid #fb5151;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  transform: translate(-50%, 2px);
}

.main_innorix_video_text_wrapper>.whiteBtn {
  margin-top: auto;
}

.playVideoBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-image: url("/images/innorix_exacoola/youtube-nothover.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newMainVideo_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  /* z-index: 1; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.scroll_bottom_animation {
  z-index: 4;
  position: absolute;
  bottom: 4.9vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  transition: opacity 0.85s cubic-bezier(0.47, 0.42, 0, 0.99);
}

.scroll_bottom_animation_center_wrapper {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.mouse_object {
  position: relative;
  width: 26px;
  height: 38px;
  border-radius: 20px;
  border: 1px solid var(--white-color);
}

.mouse_object>div {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 11px;
  /* background-color: var(--white-color); */
  border: 1px solid var(--white-color);
  border-radius: 20px;
  transform: translateX(-50%);
}

.mouse_animation_arrow {
  display: block;
  animation: arrow_scroll_animation 2.4s forwards infinite;
}

.mouse_animation_arrow::after {
  content: "";
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--white-color);
  border-right: 0;
  border-bottom: 0;
  transform-origin: center;
  transform: rotate(-135deg);
}

.section_innorix {
  width: 100%;
  position: relative;
  padding: 80px 0px;
}

.title_main_page {
  width: fit-content;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  color: var(--dark-black-color);
  margin-bottom: 48px;
}

.main_innorix_container {
  position: relative;
  max-width: 1220px;
  width: 100%;
  padding: 0 40px;
  margin: 0px auto;
}

.main_innorix_video_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.main_innorix_video_wrapper_height_auto>.video_image {
  margin-top: 20px;
}

.main_innorix_video_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: auto;
  height: 392px;
}

.secondSection {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  width: 100% !important;
}

.secondSection .secondNumberCountBox {
  float: left;
  width: 556px;
  height: 318px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 24px;
  background: var(--white-color);
  box-sizing: border-box;
  padding: 40px;
}

.secondSection .secondNumberCountBox:nth-child(3),
.secondSection .secondNumberCountBox:nth-child(4),
.secondSection .secondNumberCountBox:nth-child(5) {
  width: 362px;
  height: 318px;
}

.secondSection .secondImgBox {
  width: 80px;
  height: 80px;
  background-image: url("/images/main/230627_webicons.svg");
  background-repeat: no-repeat;
}

.secondSection .secondNumbers {
  position: relative;
  height: auto;
}

.secondSection .secondNumAnis {
  white-space: nowrap;
  /* line-height:1em; */
}

.secondSection .secondNumAnis .plusNumAni {
  opacity: 0;
  display: inline-block;
  color: var(--dark-black-color);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.secondSection .secondNumAnis>span {
  display: inline-block;
  color: var(--dark-black-color);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
}

.secondSection .secondTexts {
  color: var(--dark-black-color);
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.secondPageBoxs.values.partner .aboutTextSection {
  margin-top: 60px;
}

.secondPageBoxs.values.partner {
  padding-bottom: 70px;
}

@media screen and (max-width: 990px) {
  .main_innorix_container {
    width: 100%;
    padding: 0 20px;
  }

  .firstUpImg {
    display: none;
  }

  .firstSection .firstTextBox {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .firstSection .mainTitleText {
    font-size: 18px;
    line-height: 24px;
  }

  .firstSection .firstTexts {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutTextSection .aboutTextInfoBox {
    flex-direction: column;
  }

  .aboutTextSection .aboutTextInfo_wrapper {
    width: 100%;
    gap: 20px;
  }

  .aboutTextSection .aboutTextInfo,
  .aboutTextSection .aboutTextInfo .desc {
    width: 100%;
  }

  .aboutTextSection .aboutTextInfoBox {
    gap: 30px;
  }

  .thirdSection {
    margin-top: calc(80px - 30px);
  }

  .thirdSection .thridLogoAniBox .thirdLogoFiveBox .thirdLogoImgBox {
    width: calc(20% - 20px);
  }

  .aboutMapSection {
    width: 100%;
  }

  .mapMarekrBox {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .aboutTextSection .aboutTextTitle {
    font-size: 18px;
    line-height: 24px;
  }

  .aboutTextSection .aboutTextInfo,
  .aboutTextSection .aboutTextInfo .desc {
    font-size: 16px;
    line-height: 24px;
  }

  .aboutTextSection .aboutTextInfo .link {
    font-size: 16px;
    line-height: 22px;
  }


  .title_for_section3 {
    font-size: 18px;
    line-height: 24px;
  }

  .aboutMapTitle>span {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutMapTitle>p {
    font-size: 18px;
    line-height: 24px;
  }

  .aboutMapAddress>p {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutTextSection .aboutTextTitle {
    width: 100%;
  }

  .background_cover,
  .firstSection {
    /* height: 540px; */
  }

  .firstSection .firstTextBox {
    padding: 20px;
    border-radius: 12px;
    min-height: 262px;
  }

  .firstBackimg>.firstBackImgBox {
    background-size: 120%;
    top: 0;
    top: 50%;
    height: 100%;
  }


  .firstTextTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .thirdSection {
    width: 100vw;
    position: relative;
    left: -20px;
  }

  .aboutMapSection {
    height: fit-content;
  }

  .maplayer {
    padding: 24px;
    border-radius: 10px;
    height: unset;
  }

  #map_us,
  #map_vitnam,
  #map_korea {
    height: 240px !important;
  }
}