:root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #BF382C;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: 25px;
}

.page-main {
  position: relative;
  z-index: 1;
}
.page-main .marquee-slogan {
  z-index: -1;
}
.page-main .marquee-slogan .slogan {
  font-size: 200px;
}

@media screen and (max-width: 991px) {
  .company .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .company .page-top .img {
    height: 228.61px;
  }
}
.company .page-main {
  padding-top: 70px;
  padding-bottom: 100px;
  overflow-x: clip;
}
@media screen and (max-width: 991px) {
  .company .page-main {
    padding-top: 11px;
    padding-bottom: 94px;
  }
}
.company .page-main .container {
  padding-left: 112px;
  padding-right: 112px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container {
    padding-left: 8.533333333vw;
    padding-right: 8.533333333vw;
  }
}
@media screen and (max-width: 991px) {
  .company .page-main .container p {
    font-size: 1em;
    color: #483232;
    line-height: 40px;
    margin-bottom: 0px;
  }
}
.company .page-main .container ul {
  padding-inline-start: 30px;
  margin-inline-start: 0px;
}
@media screen and (max-width: 1199px) {
  .company .page-main .container ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.company .page-main .container ul li {
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 1199px) {
  .company .page-main .container ul li {
    font-size: 1em;
    line-height: 40px;
    word-break: break-word;
    white-space: normal;
  }
}
.company .page-main .container .box1 {
  position: absolute;
  top: 159px;
  right: -57px;
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .box1 {
    display: none;
  }
}
.company .page-main .container .box2 {
  position: absolute;
  top: 244px;
  right: -65px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .box2 {
    display: none;
  }
}
.company .page-main .container .feature-list {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list {
    margin-top: 30px;
    flex-wrap: wrap;
    margin-left: -8.533333333vw;
    margin-right: -8.533333333vw;
  }
}
.company .page-main .container .feature-list .feature-item {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 264px;
  box-shadow: inset 1px 2px 4.7px rgba(0, 0, 0, 0.09);
  margin: 0 30px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item {
    width: 140px;
    height: 140px;
    min-width: 140px;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 575px) {
  .company .page-main .container .feature-list .feature-item {
    margin: 0 15px 30px;
  }
}
.company .page-main .container .feature-list .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-icon {
    width: 48px;
    height: 48px;
    margin-top: 16px;
  }
  .company .page-main .container .feature-list .feature-item .feature-icon svg {
    width: inherit;
    height: inherit;
  }
}
.company .page-main .container .feature-list .feature-item .feature-icon img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company .page-main .container .feature-list .feature-item .feature-value {
  color: #483232;
  font-size: 3.125em;
  line-height: 27.5px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  height: 65px;
  margin: 0 auto;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-value {
    max-width: 100%;
  }
}
.company .page-main .container .feature-list .feature-item .feature-value > span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 65px;
  width: 1px;
  position: absolute;
  right: 0;
  line-height: 65px;
  transition: all 2s ease;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-value > span {
    flex-basis: 34px;
    line-height: 34px;
  }
}
.company .page-main .container .feature-list .feature-item .feature-value > span.visible {
  position: static;
  /*width: 28px;*/
  max-width: 28px;
  opacity: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-value > span.visible {
    max-width: 15px;
  }
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-value {
    color: #483232;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 5px;
    height: 34px;
    /*padding-bottom: 15px;*/
  }
}
.company .page-main .container .feature-list .feature-item .feature-unit {
  color: #483232;
  /*line-height: 40px;*/
  font-size: 1.125em;
  /*padding-top: 15px;*/
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .company .page-main .container .feature-list .feature-item .feature-unit {
    color: #483232;
    font-size: 1em;
    /*margin-top: -20px;*/
  }
}
.company .page-main .company-video {
  margin-top: 134px;
  margin-left: 9.236111111vw;
  padding-right: 2.2222222vw;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video {
    margin-top: 40px;
    padding-left: 8.533333333vw;
    padding-right: 8.533333333vw;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0px;
  }
}
.company .page-main .company-video .box1 {
  position: absolute;
  top: 1425px;
  right: -75px;
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .box1 {
    display: none;
  }
}
.company .page-main .company-video .box2 {
  position: absolute;
  top: 1304px;
  right: -54px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .box2 {
    display: none;
  }
}
.company .page-main .company-video::before {
  content: "";
  position: absolute;
  top: 1787px;
  left: -117px;
  width: 194px;
  height: 194px;
  border-radius: 10px;
  border: 2px solid #BF382C;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video::before {
    display: none;
  }
}
.company .page-main .company-video::after {
  content: "";
  position: absolute;
  top: 1740px;
  left: 43px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background-color: #BF382C;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video::after {
    display: none;
  }
}
.company .page-main .company-video .video-title {
  font-size: 3em;
  line-height: 110%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .video-title {
    position: relative;
    font-size: 2em;
    line-height: 130%;
    transform: unset;
    left: 0%;
    padding-top: 40px;
  }
}
.company .page-main .company-video .video-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 8.8888888888vw;
  padding-right: 15.902777777vw;
  width: 63.75vw;
  position: relative;
  height: 35.859375vw;
  display: inline-block;
  margin-bottom: 134px;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .video-wrapper {
    padding-top: 12px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 169px;
    width: 82.93333333vw;
    display: inline-flex;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company .page-main .company-video .video-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 573px) {
  .company .page-main .company-video .video-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 390px) {
  .company .page-main .company-video .video-wrapper {
    margin-bottom: 65px;
  }
}
.company .page-main .company-video .video-wrapper video {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .video-wrapper video {
    border-radius: 4px 4px;
    min-height: 169px;
    height: 100%;
  }
}
.company .page-main .company-video .video-wrapper video .has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.company .page-main .company-video .video-wrapper .video-overlay-play-button {
  box-sizing: border-box;
  width: 63.75vw;
  height: -webkit-fill-available;
  height: 35.859375vw;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 150ms;
  margin-left: 8.88888888vw;
  margin-right: 15.902777777vw;
  padding-left: calc(50% - (50% - 29.9305555vw));
  padding-right: calc(50% - (50% - 29.9305555vw));
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 10px 10px;
}
@media screen and (max-width: 991px) {
  .company .page-main .company-video .video-wrapper .video-overlay-play-button {
    box-sizing: border-box;
    width: 82.93333333vw;
    height: calc(100% - 51.8px);
    min-height: 169px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 150ms;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: calc(50% - (50% - 34.93333333vw));
    padding-right: calc(50% - (50% - 35.2vw));
    margin-top: 12px;
    margin-bottom: 40px;
    border-radius: 4px 4px;
  }
}
.company .page-main .company-video .video-wrapper .video-overlay-play-button:hover {
  opacity: 1;
}
.company .page-main .company-video .video-wrapper .video-overlay-play-button.is-hidden {
  display: none;
}
.company .page-main .property-management-overview {
  margin-top: 135px;
  padding-left: 11.4583333333vw;
  margin-right: 14.5833333vw;
  max-height: 720px;
  min-height: 690px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview {
    padding-left: 8.533333333vw;
    padding-right: 8.533333333vw;
    margin-right: 0px;
    margin-top: 30px;
    height: auto;
    padding-bottom: 20px;
    max-height: unset;
    min-height: unset;
  }
}
.company .page-main .property-management-overview .swiper-buttons {
  position: absolute;
  width: 118px;
  top: -134px;
  right: -0.972222222vw;
  display: none;
}
@media screen and (max-width: 1289px) {
  .company .page-main .property-management-overview .swiper-buttons {
    top: -174px;
  }
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev {
  transition: all 0.2 ease-in;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev::before {
  content: "";
  transition: all 0.2 ease-in;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev::after {
  background-image: url(../img/icon/gallery_slider_left_button.svg);
  content: "";
  color: #483232;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: inherit;
  height: inherit;
  z-index: 51;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev:hover::after {
  background-image: url(../img/icon/gallery_slider_left_button_hover.svg);
  background-size: cover;
  width: 19px;
  height: 31px;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev:hover::before {
  content: "";
  transition: all 0.2 ease-in;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-prev:hover::before {
  content: "";
  width: 70px;
  height: 70px;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  background-color: #BF382C;
  background-size: 70px 70px;
  border-radius: 90px 90px;
  color: #ffffff;
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .swiper-buttons .swiper-button-prev {
    display: none;
  }
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-next::before {
  content: "";
  transition: all 0.2 ease-in;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-next::after {
  content: "";
  color: #483232;
  position: absolute;
  background-image: url(../img/icon/gallery_slider_right_button.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: inherit;
  height: inherit;
  z-index: 51;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-next:hover::after {
  background-image: url(../img/icon/gallery_slider_right_button_hover.svg);
  background-size: cover;
  width: 19px;
  height: 31px;
}
.company .page-main .property-management-overview .swiper-buttons .swiper-button-next:hover::before {
  content: "";
  width: 70px;
  height: 70px;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  background-color: #BF382C;
  background-size: 70px 70px;
  border-radius: 90px 90px;
  color: #ffffff;
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .swiper-buttons .swiper-button-next {
    display: none;
  }
}
.company .page-main .property-management-overview .overview-title {
  font-size: 3em;
  line-height: 110%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-title {
    position: relative;
    font-size: 2em;
    line-height: 130%;
    transform: unset;
    left: 0%;
    padding-top: 40px;
  }
}
.company .page-main .property-management-overview .overview-wrapper {
  padding-top: 79px;
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper {
    padding-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: unset;
  }
}
.company .page-main .property-management-overview .overview-wrapper .overview-description {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  color: #483232;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .overview-description {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper {
    position: relative;
  }
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper::before {
    content: "";
    background: linear-gradient(to right, #E9F1FA 50%, transparent);
    width: 100vw;
    height: 26px;
    z-index: 1;
    display: block;
    position: absolute;
    bottom: -46px;
    left: -20vw;
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .swiper-pagination {
  /* (07/10/24) UAT Comment */
  /*display: none;*/
  /*bottom:-48px;*/
  bottom: 100px;
  width: 100%;
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -50px;
    transform: translateX(-50%);
    left: 50%;
    width: unset;
    /* (07/10/24) UAT Comment */
    /*
    bottom: -48px;
    */
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper {
  position: relative;
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item {
  height: 474px;
  width: 300px;
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item.is-hover .property-title {
  padding-left: 10px;
  color: #BF382C;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item.is-hover .property-image {
  clip-path: inset(10px 10px round 16px);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item.is-hover .property-image {
    height: 250px;
    clip-path: inset(5px 5px round 8px);
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item.is-hover .property-image img {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item {
    /*height: 298px;*/
    height: auto;
    width: 177px;
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-image {
  height: 418px;
  width: inherit;
  clip-path: inset(5px 5px round 8px);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-image {
    height: 250px;
    clip-path: inset(0px 0px round 4px);
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-image img {
    border-radius: 4px 4px;
  }
}
.company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-title {
  padding-top: 16px;
  font-size: 1.5em;
  color: #483232;
  line-height: 138.5%;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .company .page-main .property-management-overview .overview-wrapper .property-overview-wrapper .property-swiper .swiper-wrapper .swiper-slide .property-item .property-title {
    padding-top: 8px;
    font-size: 1.25em;
    color: #483232;
    line-height: 200%;
  }
}

@media screen and (max-width: 991px) {
  .corporate-philosophy .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-top .img {
    height: 228.61px;
  }
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main {
    padding-bottom: 70px;
  }
}
.corporate-philosophy .page-main .container {
  padding-left: 112px;
  padding-right: 112px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container {
    padding-left: 32px;
    padding-right: 32px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container p {
    font-size: 1em;
    margin-bottom: 0px;
  }
}
.corporate-philosophy .page-main .container .box1 {
  position: absolute;
  top: 159px;
  right: calc(-1 * (100vw - 100%) / 2 - 56px);
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .box1 {
    display: none;
  }
}
.corporate-philosophy .page-main .container .box2 {
  position: absolute;
  top: 224px;
  right: calc(-1 * (100vw - 100%) / 2 - 50px);
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #BF382C;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .box2 {
    display: none;
  }
}
.corporate-philosophy .page-main .container .box3 {
  position: absolute;
  top: 1504px;
  left: calc(-1 * (100vw - 100%) / 2 - 120px);
  width: 194px;
  height: 194px;
  background-color: transparent;
  border: 1px solid #BF382C;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .box3 {
    display: none;
  }
}
.corporate-philosophy .page-main .container .box4 {
  position: absolute;
  top: 1652px;
  left: calc(-1 * (100vw - 100%) / 2 + 41px);
  width: 65px;
  height: 65px;
  background-color: #bf382c;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .box4 {
    display: none;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper {
  padding-top: 20px;
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item {
  height: 360px;
  width: 100%;
  display: flex;
  z-index: 3;
  position: relative;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  /*
  &:before {
      content: "";
      background: $white;
      z-index: 2;
      position: absolute;
      height: calc(100% - 120px);
      //width: calc(100vw - 35.625vw);
      width: 64.4444444444vw;
      margin-top: 120px;
      left: calc(-50vw + 50%);

      @media screen and (max-width: $breakpoint_md - 1) {
          margin-top: 0px;
          height: 100%;
          width: 100vw;
      }
  }*/
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item.is-hover .concept-image {
  clip-path: inset(10px 10px round 16px);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item.is-hover .concept-image img {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item {
    flex-direction: column;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:last-child {
    margin-bottom: 32px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:not(:first-child) .concept-background {
  margin-top: 120px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:not(:first-child) .concept-background {
    margin-top: 0px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) {
  flex-direction: row-reverse;
  /*
  &:before {
      content: "";
      background: $white;
      z-index: 2;
      position: absolute;
      height: calc(100% - 120px);
      //width: calc(100vw - 35.625vw);
      width: 61.52777777vw;
      margin-top: 120px;
      right: calc(-50vw + 50%);
      left: unset;

      @media screen and (max-width: $breakpoint_md - 1) {
          width: 100vw;
          height: 100%;
          margin-top: 0px;
      }
  }*/
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) .concept-background {
  content: "";
  background: #ffffff;
  z-index: -1;
  position: absolute;
  height: calc(100% - 120px);
  width: 61.52777777vw;
  margin-top: 120px;
  right: calc(-50vw + 50%);
  left: unset;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) .concept-background {
    width: 100vw;
    height: 100%;
    margin-top: 0px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) .concept-body {
  padding-left: 60.37px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) .concept-body {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even) {
    flex-direction: column;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even):after {
  left: unset;
  right: 0px;
  background: linear-gradient(270deg, transparent, #BF382C);
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:nth-child(even):after {
    display: none;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-background {
  content: "";
  background: #ffffff;
  z-index: 2;
  position: absolute;
  height: calc(100% - 120px);
  width: 64.4444444444vw;
  margin-top: 120px;
  left: calc(-50vw + 50%);
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-background {
    margin-top: 0px;
    height: 100%;
    width: 100vw;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item:after {
  content: "";
  position: absolute;
  right: calc(-50vw + 50%);
  width: 88.61111111vw;
  height: 3px;
  background: linear-gradient(90deg, transparent 5%, #BF382C);
  z-index: 2;
  bottom: 54px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item:after {
    display: none;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body {
  padding-top: 160px;
  padding-bottom: 95px;
  margin-left: 0;
  width: 41.66666666vw;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body {
    padding-top: 40px;
    width: unset;
    padding-bottom: 8px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body:nth-child(odd) {
  padding-right: 4.236111111vw;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body:nth-child(odd) {
    padding-right: 0px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .sub-watermark {
  font-size: 128px;
  line-height: 138.5%;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 400;
  font-family: "PT Sans";
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: -22px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .sub-watermark {
    display: none;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .concept-title {
  font-size: 3em;
  font-weight: bold;
  line-height: 110%;
  color: #483232;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .concept-title {
    font-size: 2em;
    font-weight: bold;
    line-height: 130%;
    padding-bottom: 8px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .concept-description {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-body .concept-description {
    font-size: 1em;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 8px;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-image {
  height: 365px;
  z-index: 3;
  clip-path: inset(5px 5px round 8px);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  /* (14/08/2024) Comments, need to set the width */
  width: 449px;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-image {
    height: 228px;
    padding-left: 0px;
    padding-right: 0px;
    width: 82.93333333vw;
    margin-bottom: 40px;
    height: 60.799999999vw;
    clip-path: inset(0px 0px round 8px);
    margin-left: auto;
    margin-right: auto;
  }
}
.corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .container .concepts-wrapper .concept-item .concept-image img {
    border-radius: 4px 4px;
  }
}
.corporate-philosophy .page-main .hightlight-container {
  padding-left: 11.493055555vw;
  padding-right: 11.493055555vw;
  display: flex;
  place-content: center;
}
.corporate-philosophy .page-main .hightlight-container::before {
  content: "";
  position: absolute;
  top: 2223px;
  left: -120px;
  width: 194px;
  height: 194px;
  border-radius: 10px;
  border: 2px solid #BF382C;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .hightlight-container::before {
    display: none;
  }
}
.corporate-philosophy .page-main .hightlight-container::after {
  content: "";
  position: absolute;
  top: 2375px;
  left: 45px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background-color: #BF382C;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .hightlight-container::after {
    display: none;
  }
}
@media screen and (max-width: 1324px) {
  .corporate-philosophy .page-main .hightlight-container {
    padding-left: 8.53333333vw;
    padding-right: 8.53333333vw;
  }
}
.corporate-philosophy .page-main .hightlight-container .hightlight {
  padding-top: 0px;
}
@media screen and (max-width: 1324px) {
  .corporate-philosophy .page-main .hightlight-container .hightlight .outer-box {
    margin-top: 0px;
    background: linear-gradient(to top, #BF382C, #e5675c);
  }
}
.corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text {
  margin-left: 7.222222222vw;
  margin-right: 7.291666666vw;
  place-content: center;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text {
    display: none;
  }
}
@media screen and (max-width: 1324px) {
  .corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text br {
    display: none;
  }
}
.corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text.mobile {
  display: none;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-left: 2.66666666vw;
  margin-right: 2.66666666vw;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 40px;
}
.corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text.mobile br {
  display: block;
}
@media screen and (max-width: 991px) {
  .corporate-philosophy .page-main .hightlight-container .hightlight .outer-box .inner-box .text.mobile {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .associates .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .associates .page-top .img {
    height: 228.61px;
  }
}
.associates .page-main .container {
  width: 1131px;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container {
    width: 82.93vw;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}
.associates .page-main .container .box1 {
  position: absolute;
  top: 161px;
  right: -57px;
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .box1 {
    display: none;
  }
}
.associates .page-main .container .box2 {
  position: absolute;
  top: 246px;
  right: -65px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .box2 {
    display: none;
  }
}
.associates .page-main .container .box3 {
  content: "";
  position: absolute;
  top: 498px;
  left: -104px;
  width: 194px;
  height: 194px;
  border-radius: 10px;
  z-index: 2;
  border: 2px solid #BF382C;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .box3 {
    display: none;
  }
}
.associates .page-main .container .box4 {
  content: "";
  position: absolute;
  top: 656px;
  left: 60px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  z-index: 2;
  background-color: #BF382C;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .box4 {
    display: none;
  }
}
.associates .page-main .container .company-list-title {
  font-size: 2em;
  line-height: 113%;
  color: #BF382C;
  padding-bottom: 21px;
  display: none;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-title {
    display: block;
  }
}
.associates .page-main .container .company-list-container {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 42px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container {
    grid-template-columns: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    justify-content: unset;
  }
}
.associates .page-main .container .company-list-container .company-wrapper {
  background-color: #ffffff;
  width: 350px;
  /*height: 296px*/
  height: auto;
  min-height: 296px;
  border-radius: 10px 10px;
  display: table-cell;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper {
    min-height: unset;
  }
}
.associates .page-main .container .company-list-container .company-wrapper::before {
  content: "";
  width: 245px;
  height: 207.2px;
  border-radius: 10px 10px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 52.5px;
  margin-right: 52.5px;
  margin-top: 44.4px;
  margin-bottom: 44.4px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.associates .page-main .container .company-list-container .company-wrapper:hover {
  background-color: rgb(200, 200, 200);
}
.associates .page-main .container .company-list-container .company-wrapper:hover::before {
  content: "";
  width: 315px;
  height: 90%;
  margin-left: 17.5px;
  margin-right: 17.5px;
  margin-top: 14.8px;
  margin-bottom: 14.8px;
  z-index: -1;
}
.associates .page-main .container .company-list-container .company-wrapper:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  border-radius: 10px 10px;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper:hover::after {
    height: 100%;
  }
}
.associates .page-main .container .company-list-container .company-wrapper:hover a .company-img img {
  transform: scale(1.5);
  filter: grayscale(0.2);
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper:hover a .company-img img {
    transform: scale(1.4);
    filter: grayscale(0.2);
  }
}
.associates .page-main .container .company-list-container .company-wrapper:hover a .mouse-enter-icon {
  z-index: 6;
}
@media screen and (max-width: 1399px) {
  .associates .page-main .container .company-list-container .company-wrapper {
    width: 300px;
  }
  .associates .page-main .container .company-list-container .company-wrapper::before {
    content: "";
    width: 210px;
    height: 177.59999999px;
    border-radius: 10px 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .associates .page-main .container .company-list-container .company-wrapper:hover::before {
    content: "";
    width: 270px;
    height: 228.34285713px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper {
    width: 38.4vw;
    height: auto;
  }
  .associates .page-main .container .company-list-container .company-wrapper::before {
    content: "";
    width: 26.88vw;
    height: 70%;
    border-radius: 10px 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .associates .page-main .container .company-list-container .company-wrapper:hover::before {
    content: "";
    width: 34.56vw;
    height: 90%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.associates .page-main .container .company-list-container .company-wrapper a {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper a {
    padding-top: 60px;
  }
}
.associates .page-main .container .company-list-container .company-wrapper a .company-img {
  height: 120px;
  max-height: 120px;
  width: 120px;
  max-width: 120px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper a .company-img {
    height: 60px;
    max-height: 60px;
    margin-bottom: 0px;
  }
}
.associates .page-main .container .company-list-container .company-wrapper a .company-img.rect {
  width: 160px;
  max-width: 160px;
}
.associates .page-main .container .company-list-container .company-wrapper a .company-img img {
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper a .company-img img {
    height: 110%;
  }
}
.associates .page-main .container .company-list-container .company-wrapper a .company-name {
  font-size: 1.5em;
  /*
  (08/10/2024) UAT Comment
  max-width: 192px;
  */
  max-width: 250px;
  line-height: 140%;
  text-align: center;
  text-wrap: pretty;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .associates .page-main .container .company-list-container .company-wrapper a .company-name {
    padding-bottom: 2.17vh;
    line-height: 30px;
    max-width: 30.6vw;
    font-size: 1em;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .awards-recognitions .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-top .img {
    height: 228.61px;
  }
}
.awards-recognitions .page-main {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main {
    padding: 20px 0;
  }
}
.awards-recognitions .page-main .container {
  width: 77.083333333vw;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
.awards-recognitions .page-main .container .box1 {
  position: absolute;
  top: 159px;
  right: -57px;
  width: 130px;
  height: 130px;
  background-color: #bf382c;
  z-index: 3;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .box1 {
    display: none;
  }
}
.awards-recognitions .page-main .container .box2 {
  position: absolute;
  top: 244px;
  right: -65px;
  width: 179px;
  height: 179px;
  background-color: transparent;
  border: 1px solid #E71F1E;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .box2 {
    display: none;
  }
}
.awards-recognitions .page-main .container .year-option-container {
  margin: 0 auto;
  display: flex;
  place-content: center;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .year-option-container {
    place-content: unset;
    display: block;
  }
}
.awards-recognitions .page-main .container .year-option-container .title {
  width: 54px;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
  margin: auto 0;
  margin-right: 20px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .year-option-container .title {
    font-size: 1em;
  }
}
.awards-recognitions .page-main .container .year-option-container .select2-container {
  width: 18.472222222vw !important;
  line-height: 40px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .year-option-container .select2-container {
    width: 100% !important;
  }
}
.awards-recognitions .page-main .container .year-option-container .select2-container .select2-selection--single {
  height: inherit;
  border: 0px;
}
.awards-recognitions .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__rendered {
  /*padding: 5px 12.08333333vw 5px 1.38888888vw;*/
  padding: 5px 0px 5px 20px;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 67.73333333vw 5px 4.2666666666vw;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1em;
  }
}
.awards-recognitions .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow {
  top: 15px;
}
.awards-recognitions .page-main .container .year-option-container .select2-container .select2-selection--single .select2-selection__arrow b {
  content: "";
  background-image: url(../img/icon/dropdown-arow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 12px;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  margin-left: -23px;
  margin-top: -4px;
}
.awards-recognitions .page-main .container .view-more-btn {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.awards-recognitions .page-main .container .view-more-btn .btn-text {
  border: 1px solid #C3B5AC;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 84px 20px 44px;
  border-radius: 105px 105px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #483232;
  background-color: #ffffff;
}
.awards-recognitions .page-main .container .view-more-btn .btn-text::after {
  content: "";
  background-image: url(../img/icon/circle-arrow-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing {
  background: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing {
    margin-top: 16px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table {
  margin-top: 31px;
  margin-left: 3.05555555vw;
  margin-right: 3.6805555555vw;
  margin-bottom: 49px;
  border-collapse: collapse;
  width: calc(100% - 3.05555555vw - 3.6805555555vw);
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)) {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)):first-child td:first-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)):not(:last-child)::after {
    content: "";
    height: 1px;
    width: calc(100% - 21px - 25px);
    display: block;
    height: 1px;
    border: 0;
    border-top: 0.5px solid RGB(72, 50, 50, 0.5);
    margin: 1em auto;
    padding: 0;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)):hover {
  background: #FDF4ED;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)):hover {
    background: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)) td:last-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:not(:has(th)) td:first-child {
    border-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:has(th) {
    border-bottom: 0.5px solid RGB(72, 50, 50, 0.5);
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:last-child td {
  border-bottom: 49px solid transparent;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr:last-child td {
    border-bottom: 0px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #BF382C;
  padding-left: 38px;
  text-align: left;
  padding-top: 31px;
  padding-bottom: 20px;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.desktop {
  display: table-cell;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.desktop {
    display: none;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.mobile {
    display: table-cell;
    font-size: 1em;
    line-height: 40px;
    padding-left: 4.2666666666vw;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 500;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.year::before {
  content: "";
  background-image: url(../img/icon/awards-year.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -38px;
  background-position: center;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.award::before {
  content: "";
  background-image: url(../img/icon/awards.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -38px;
  background-position: center;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.unit::before {
  content: "";
  background-image: url(../img/icon/awards-unit.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -38px;
  background-position: center;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.organization {
  padding-left: 78px;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr th.organization::before {
  content: "";
  background-image: url(../img/icon/awards-organization.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -38px;
  background-position: center;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td {
  border-top: 1px solid #483232;
  height: 88px;
  font-size: 1.125em;
  color: #483232;
  font-weight: 400;
  word-break: keep-all;
  white-space: break-spaces;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td {
    border-top: unset;
    display: flex;
    text-align: left;
    padding-left: 21px;
    padding-right: 24px;
    height: 100%;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 12px;
    word-break: normal;
  }
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td::before {
    content: "";
    float: left;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #414042 !important;
    text-align: left;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td::before {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .val {
    text-align: left;
    padding-left: 34px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link {
  height: 40px;
  white-space: normal;
  float: right;
  position: absolute;
  right: 8px;
  bottom: 16px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link {
    margin-top: 0px;
    bottom: 0px;
    right: 22px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container {
  align-items: center;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  height: 40px;
  transition: all 1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper::after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .know-more {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  padding-right: 13px;
  color: #BF382C;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .know-more {
    font-size: 1em;
    font-weight: 400;
    padding-right: 13px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .icon {
  background-color: #BF382C;
  width: 30px;
  height: 30px;
  border-radius: 45px 45px;
  overflow-x: hidden;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
  overflow-y: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .icon {
    width: 30px;
    height: 30px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .icon .symbol {
  background-image: url("../img/icon/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  transition: transform 0.1s ease-in-out;
  position: absolute;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a .btn-container .btn-wrapper .underline {
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  background-color: #C3B5AC;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper::after {
    background: transparent;
    width: 0px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper .know-more {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper .know-more {
    font-size: 1em;
    font-weight: 400;
    padding-right: 13px;
    color: #BF382C;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper .icon {
  background-color: #C3B5AC;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper .icon {
    background-color: #C3B5AC;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td .link a:hover .btn-container .btn-wrapper .icon::before {
    transform: translateX(0%);
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td:first-child {
  border-left: 0.555555555vw solid transparent;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td:last-child {
  border-right: 0.555555555vw solid transparent;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.year-col {
  width: 12.4305555555vw;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.year-col::before {
  background-image: url(../img/icon/awards-year.svg);
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.year-col {
    width: 100%;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.award-col {
  width: 23.402777777vw;
  text-align: justify;
  word-break: auto-phrase;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.award-col::before {
  background-image: url(../img/icon/awards.svg);
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.award-col {
    width: 100%;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.award-col .val {
  width: 12.5vw;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.award-col .val {
    width: 100%;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.unit-col {
  width: 16.38888888vw;
  text-align: justify;
  position: relative;
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.unit-col::before {
  background-image: url(../img/icon/awards-unit.svg);
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.unit-col {
    width: 100%;
  }
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.unit-col .val {
    margin-bottom: 60px;
  }
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.org-col {
  /*(07/10/2024) UAT Comments */
  width: 14.5vw;
  /* (07/10/2024) UAT Comments - Padding*/
  padding-left: 40px;
  position: relative;
  /* (07/10/2024) UAT Comments */
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.org-col::before {
  background-image: url(../img/icon/awards-organization.svg);
}
.awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.org-col .val {
  width: 14.5vw;
  word-wrap: break-word;
  margin-bottom: 60px;
  max-width: 85%;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.org-col .val {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .awards-recognitions .page-main .container .awards-listing-container .awards-listing .awards-table tr td.org-col {
    width: 100%;
    padding-left: 21px;
  }
}
.awards-recognitions .select2-container .select2-dropdown li {
  /*padding: 5px 12.08333333vw 5px 1.38888888vw;*/
  padding: 5px 0px 5px 20px;
}
@media screen and (max-width: 991px) {
  .awards-recognitions .select2-container .select2-dropdown li {
    padding: 5px 67.73333333vw 5px 4.2666666666vw;
    text-wrap: nowrap;
    font-size: 1em;
  }
}

.company-detail {
  position: relative;
  background: #fff;
  margin: 0 auto;
  width: 881px;
  border-radius: 10px 10px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
  padding-bottom: 64px;
  overflow-y: scroll;
  max-height: 90vh;
  scrollbar-width: none;
  /*
  .view-more {

      display: block;
      padding-bottom: 64px;

      @media screen and (max-width: $breakpoint_md - 1) {
          width: 170px;
          height: 56px;
          margin-top: 44px;
          margin-left: calc((100% - 170px) / 2);
          margin-right: calc((100% - 170px) / 2);
          padding-bottom: 96px;
      }

  }

  .view-more-btn {
      border: 1px solid #C3B5AC;
      border-radius: 105px;
      width: 216px;
      height: 64px;
      margin-left: 5vw;
      align-content: center;
      cursor: pointer;
      margin-bottom: 64px;
      font-size: 1em;
      font-weight: bold;
      letter-spacing: 3%;
      color: $black1;
      padding-left: 57px;


      @media screen and (max-width: $breakpoint_md - 1) {
          margin-left: unset;
          width: 170px;
          height: 56px;
          padding-left: 32px;
      }


      &::after {
          content: "";
          width: 31px;
          height: 31px;
          background-image: url(../img/icon/go-to.svg);
          background-repeat: no-repeat;
          position: absolute;
          transform: translateY(-25%);
          background-size: contain;
          margin-left: 43px;


          @media screen and (max-width: $breakpoint_md - 1) {
              transform: translateY(0%);
              margin-left: 16px;
              width: 24px;
              height: 24px;
          }


          @media screen and (max-width: $breakpoint_md - 1) {
              padding-left: 32px;
              letter-spacing: 3%;
              font-size: 1em;

          }
      }

  }
  */
}
@media screen and (max-width: 991px) {
  .company-detail {
    border-radius: 0px 0px;
    margin-left: 1.6vw;
    margin-right: 1.6vw;
    margin-top: 5%;
    width: 93.6vw;
    scrollbar-width: none;
    max-height: 80vh;
  }
}
.company-detail .header {
  height: 481px;
}
@media screen and (max-width: 991px) {
  .company-detail .header {
    height: 185px;
  }
}
.company-detail .header .logo {
  width: 250px;
  height: 250px;
  top: 164px;
  left: 72px;
  bottom: 67px;
  z-index: 3;
  position: absolute;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .company-detail .header .logo {
    width: 102px;
    height: 102px;
    bottom: 18px;
    left: 12vw;
    top: 65px;
  }
}
.company-detail .header .logo img {
  width: 100%;
  height: 100%;
  padding: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-detail .header .key-visual {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 655px;
  height: 436px;
}
@media screen and (max-width: 991px) {
  .company-detail .header .key-visual {
    width: 65.066666666vw;
    height: 164px;
  }
}
.company-detail .header .key-visual img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*
  (08/10/24) UAt Comment
  object-fit: contain;
  object-position: right;*/
}
@media screen and (max-width: 991px) {
  .company-detail .header .key-visual img {
    border-top-right-radius: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.company-detail .header::before {
  content: "";
  height: 386px;
  width: 506.69px;
  background-color: #BF382C;
  display: block;
  position: absolute;
  top: 95px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .company-detail .header::before {
    top: 47px;
    height: 138px;
    width: 44.266666666vw;
  }
}
.company-detail .image-popup-filter {
  display: none;
  position: static;
  top: 12.5vh;
  width: 100%;
  height: 450px;
  align-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .company-detail .image-popup-filter {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .company-detail .image-popup-filter {
    height: 267px;
  }
}
.company-detail .image-popup-filter img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-detail .content {
  padding-top: 40px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .company-detail .content {
    padding-top: 35px;
    padding-left: 5.333333333vw;
    padding-right: 5.333333333vw;
    padding-bottom: 29px;
  }
}
.company-detail .content .title {
  font-size: 3em;
  color: #483232;
  padding-bottom: 11px;
  line-height: 110%;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .company-detail .content .title {
    font-size: 1.5em;
    line-height: 140%;
    font-weight: bold;
    padding-bottom: 12px;
  }
}
.company-detail .content .description {
  color: #483232;
  font-size: 1.125em;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 14px;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .company-detail .content .description {
    font-size: 1em;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 26px;
  }
}
.company-detail .content .contact {
  color: #483232;
  font-size: 1.125em;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact {
    line-height: 28px;
    font-size: 1em;
  }
}
.company-detail .content .contact .address {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .address {
    max-width: 68.266666666vw;
    padding-left: 23px;
  }
}
.company-detail .content .contact .address::before {
  content: "";
  width: 13px;
  height: 18px;
  background-image: url(../img/icon/location.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(80%);
  left: 72px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .address::before {
    width: 16px;
    height: 23px;
    left: 5.066666666vw;
    transform: translateY(35%);
  }
}
.company-detail .content .contact .phone {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .phone {
    max-width: 68.266666666vw;
  }
}
.company-detail .content .contact .phone::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/phone.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(80%);
  left: 72px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .phone::before {
    left: 5.066666666vw;
    transform: translateY(35%);
  }
}
.company-detail .content .contact .email {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .email {
    max-width: 68.266666666vw;
  }
}
.company-detail .content .contact .email::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/email2.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(70%);
  left: 70px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .email::before {
    left: 5.066666666vw;
    transform: translateY(35%);
  }
}
.company-detail .content .contact .fax {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .fax {
    max-width: 68.266666666vw;
  }
}
.company-detail .content .contact .fax::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/email.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(70%);
  left: 70px;
}
@media screen and (max-width: 991px) {
  .company-detail .content .contact .fax::before {
    left: 4.7vw;
    transform: translateY(35%);
  }
}
.company-detail .gallery-swiper {
  overflow: hidden;
}
.company-detail .gallery-swiper .swiper-wrapper .swiper-slide {
  height: 206px;
  width: 309px !important;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 35.7333333333vw !important;
    margin-right: 16px !important;
  }
}
.company-detail .gallery-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-left: -70px;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-left: 0px;
  }
}
.company-detail .gallery-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-left: -70px;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-left: 0px;
  }
}
.company-detail .gallery-swiper .swiper-wrapper .swiper-slide .gallery-image {
  height: inherit;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-wrapper .swiper-slide .gallery-image {
    margin-bottom: 0px;
  }
}
.company-detail .gallery-swiper .swiper-wrapper .swiper-slide .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-wrapper .swiper-slide .gallery-image img {
    border-radius: 0px 0px;
  }
}
.company-detail .gallery-swiper .swiper-buttons {
  padding-top: 32px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-buttons {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 44px;
    position: relative;
  }
}
.company-detail .gallery-swiper .swiper-buttons .swiper-pagination {
  display: none;
  --swiper-pagination-bullet-inactive-color: #C3B5AC;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-buttons .swiper-pagination {
    display: block;
    bottom: 0;
    transform: translateY(-50%);
  }
}
.company-detail .gallery-swiper .swiper-buttons .swiper-button-prev {
  color: #483232;
  position: relative;
  float: right;
  margin-right: 9.236111111vw;
  content-visibility: hidden;
  background-image: url(../img/icon/gallery_slider_left_button.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-buttons .swiper-button-prev {
    display: none;
  }
}
.company-detail .gallery-swiper .swiper-buttons .swiper-button-next {
  color: #483232;
  position: relative;
  float: right;
  margin-right: -7.9305555556vw;
  content-visibility: hidden;
  background-image: url(../img/icon/gallery_slider_right_button.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .company-detail .gallery-swiper .swiper-buttons .swiper-button-next {
    display: none;
  }
}
.company-detail .view-more {
  margin-left: 72px;
  border: 1px solid #C3B5AC;
  border-radius: 105px;
  width: 216px;
  height: 64px;
  align-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .company-detail .view-more {
    width: 170px;
    height: 56px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.company-detail .view-more::before {
  content: "";
  width: 31px;
  height: 31px;
  background-image: url(../img/icon/circle-arrow-right-hover.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(50%) translateX(-250%);
  transition: all 0.4s ease-in-out;
  left: 44px;
  background-size: cover;
  top: 0;
}
@media screen and (max-width: 991px) {
  .company-detail .view-more::before {
    background-image: url(../img/icon/go-to.svg);
    left: 32px;
    transform: translateY(65%) translateX(-250%);
    top: 0;
    width: 24px;
    height: 24px;
  }
}
.company-detail .view-more::after {
  content: "";
  width: 31px;
  height: 31px;
  background-image: url(../img/icon/go-to-desktop.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(50%);
  transition: all 0.4s ease-in-out;
  right: 44px;
  background-size: cover;
  top: 0;
}
@media screen and (max-width: 991px) {
  .company-detail .view-more::after {
    background-image: url(../img/icon/go-to.svg);
    right: 32px;
    transform: translateY(65%);
    top: 0;
    width: 24px;
    height: 24px;
  }
}
.company-detail .view-more:hover {
  background-color: #C3B5AC;
}
.company-detail .view-more:hover::after {
  transform: translateX(250%) translateY(50%);
}
@media screen and (max-width: 991px) {
  .company-detail .view-more:hover::after {
    transform: translateX(250%) translateY(65%);
  }
}
.company-detail .view-more:hover::before {
  transform: translateX(0%) translateY(50%);
}
@media screen and (max-width: 991px) {
  .company-detail .view-more:hover::before {
    background-image: url(../img/icon/circle-arrow-right-hover.svg);
    transform: translateX(0%) translateY(65%);
  }
}
.company-detail .view-more:hover .view-more-btn {
  padding: 20px 0px 20px 95px;
}
@media screen and (max-width: 991px) {
  .company-detail .view-more:hover .view-more-btn {
    padding: 20px 0px 20px 72px;
  }
}
.company-detail .view-more:hover .view-more-btn .letter {
  will-change: opacity;
  animation-name: btnFlashAnimation;
  animation-delay: var(--btnTextDelay);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.6, 1);
}
.company-detail .view-more .view-more-btn {
  padding-left: 55px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.company-detail .view-more .view-more-btn .letter {
  font-size: 1em;
  margin-right: 0px;
  letter-spacing: -3px;
  color: #483232;
}
@media screen and (max-width: 991px) {
  .company-detail .view-more .view-more-btn {
    padding-left: 32px;
    letter-spacing: 3%;
    font-size: 1em;
    font-weight: bold;
  }
}
.company-detail .mfp-close {
  background-color: #ffffff;
  border-radius: 45px 45px;
  margin-top: 16px;
  margin-right: 0.76388888vw;
  width: 66px;
  height: 66px;
  opacity: 1;
  content-visibility: hidden;
  background-image: url(../img/icon/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .company-detail .mfp-close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-top: 8px;
    background-image: url(../img/icon/cross_mobile.svg);
    margin-right: 2.133333333vw;
  }
}

.hightlight {
  padding-top: 28px;
  display: inline;
}
@media screen and (max-width: 991px) {
  .hightlight {
    padding-top: 38px;
  }
}
.hightlight .outer-box {
  background: linear-gradient(#BF382C, #E5675C);
  height: 260px;
  width: 100%;
  border-radius: 10px 10px;
  display: inline-table;
}
@media screen and (max-width: 991px) {
  .hightlight .outer-box {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 38px;
  }
}
.hightlight .outer-box .inner-box {
  background: transparent;
  margin: auto auto;
  height: calc(100% - 16px - 16px);
  border-radius: 5px 5px;
  margin: 16px 16px;
  position: relative;
  z-index: 2;
  max-width: 1110px;
}
@media screen and (max-width: 991px) {
  .hightlight .outer-box .inner-box {
    margin: 10px 10px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.hightlight .outer-box .inner-box .text {
  font-size: 2.25em;
  line-height: 170%;
  color: #ffffff;
  text-align: center;
  margin-left: 6.111111111vw;
  max-width: 62.5vw;
  margin-right: 6.111111111vw;
  padding-top: 24px;
  padding-bottom: 24px;
  display: inline-flex;
  max-width: 900px;
}
@media screen and (max-width: 1199px) {
  .hightlight .outer-box .inner-box .text {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 88px;
    margin-right: 88px;
  }
}
@media screen and (max-width: 991px) {
  .hightlight .outer-box .inner-box .text {
    font-size: 1.25em;
    line-height: 200%;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.hightlight .outer-box .inner-box:before {
  content: "";
  background-image: url(../img/icon/right-top-corner.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 115.73px;
  width: 114px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hightlight .outer-box .inner-box:before {
    width: 67.59px;
    height: 67px;
    background-size: cover;
  }
}
.hightlight .outer-box .inner-box:after {
  content: "";
  background-image: url(../img/icon/left-bottom-corner.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 115.73px;
  width: 114px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hightlight .outer-box .inner-box:after {
    width: 61px;
    height: 61px;
    background-size: cover;
  }
}/*# sourceMappingURL=about.css.map */