html {
  font-size: 16px;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

button:focus {
  outline: none;
}

.lb-data .lb-close {
  position: fixed;
  right: 5px;
  z-index: 100;
  top: 5px;
}

.carousel .carousel-inner {
  cursor: move;
}

#lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dis-none {
  display: none;
}

.height-0 {
  height: 0 !important;
}

.owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.see-more-text {
  color: black;
  text-decoration: underline;
}

.tax-icon {
  display: inline-block;
  background: url(/modules/sg/images/tax.png) no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 19px;
}

.lazy {
  opacity: 0;
}

.lazy.loaded {
  opacity: 1;
}

.ease-animated,
.lazy,
header,
header .navbar-collapse,
header .navbar,
header .navbar #logo svg,
header .navbar img,
header .btn-menu,
header .navbar-nav .nav-link,
.navbar-light .navbar-toggler,
.bl-video .relative .group-video,
.bl-video .relative .group-video .relative-el img,
.bl-video .relative .left-bar,
.bl-video .relative .left-bar .relative-el .content,
.bl-video .relative .left-bar .relative-el .content1,
.bl-story .detail .item .child-bl,
.bl-structure .cards .card-row .card,
.bl-our-team .item .wrap-image .circle:before,
.bl-our-team .item .wrap-image img,
.bl-core-value .core-values .item .square,
.bl-clients .map .map-box > div > div .location,
.bl-service .gray .service-row .item,
.bl-service .gray .service-row .item .content .title:before {
  transition: all 0.4s ease;
}

.heading-h2 {
  font-weight: bold;
  font-size: 56px;
}

.heading-h3,
.bl-core-value .core-value-content > .d-flex .col-md-6 .title {
  font-weight: bold;
  font-size: 37px;
}

.f-bold {
  font-weight: bold;
}

.f-20 {
  font-size: 20px;
}

.f-20-bold {
  font-weight: bold;
  font-size: 20px;
}

.f-30 {
  font-size: 30px;
}

.f-30-bold {
  font-weight: bold;
  font-size: 30px;
}

.f-80 {
  font-size: 80px;
}

.f-80-bold {
  font-weight: bold;
  font-size: 80px;
}

.regular {
  font-family: "Roboto",sans-serif;
  color: black;
  color: black;
}

.flex-center,
.bl-core-value .core-values .item .bar .number,
.bl-core-value .core-values .item .bar .name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-italic {
  font-style: italic;
}

header {
  z-index: 11;
  background-color: white;
}

header .navbar {
  padding: 1rem 1rem;
  height: 145px;
  background-color: white;
}

header .navbar #logo svg {
  max-height: 81px;
}

header .navbar img {
  max-height: 100px;
}

header .navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 75px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.53);
  background-color: white;
}

header .navbar.fixed #logo svg {
  max-height: 60px;
}

header .btn-menu {
  display: inline-block;
  border-radius: 50%;
  border: none;
  background-color: #fbad1b;
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 298;
}

header .btn-menu:hover {
  background-color: #fb6115;
}

header .navbar-nav {
  padding-right: 60px;
}

header .navbar-nav .nav-link {
  padding-right: 60px !important;
  color: black !important;
  font-size: 18px;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
  color: #ED2130 !important;
}

.navbar-light .navbar-toggler {
  z-index: 10;
}

.ytp-title-text {
  display: none;
}

@media (min-width: 992px) {
  .bl-video {
    height: calc(100vh - 145px);
    min-height: 640px;
    max-height: 840px;
  }
}

.bl-video {
  position: relative;
  display: flex;
  overflow: hidden;
}

.bl-video .relative {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1;
}

.bl-video .relative .group-video {
  height: 100%;
  display: block;
  z-index: 1;
  right: 0;
  position: relative;
}

.bl-video .relative .group-video .relative-el {
  position: relative;
  width: 100%;
  height: 100%;
}

.bl-video .relative .group-video .relative-el img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.bl-video .relative .group-video .relative-el .wrap-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bl-video .relative .group-video .relative-el .wrap-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

.bl-video .relative .group-video .relative-el .wrap-video .width {
  height: 100%;
  width: 100%;
  position: relative;
}

.bl-video .relative .group-video .relative-el .wrap-video .width iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.bl-video .relative .group-video .relative-el .wrap-video .width .videoOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
}

.bl-video .relative .left-bar {
  flex: 0 0 30%;
  height: 100%;
  background-color: #FBAD1B;
  z-index: 2;
}

.bl-video .relative .left-bar .relative-el {
  position: relative;
  width: 100%;
  height: 100%;
}

.bl-video .relative .left-bar .relative-el .button {
  cursor: pointer;
  position: absolute;
  display: block;
  border: none;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 244px;
  height: 273px;
  background-image: url(/modules/sg/images/video-btn.png);
  background-color: transparent;
  z-index: 11;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bl-video .relative .left-bar .relative-el .arrow {
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51px 0 55px 110px;
  border-color: transparent transparent transparent #FBAD1B;
  transform: translateY(-50%);
  z-index: 10;
}

.bl-video .relative .left-bar .relative-el .middle-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 93%;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.bl-video .relative .left-bar .relative-el .content,
.bl-video .relative .left-bar .relative-el .content1 {
  color: white;
  font-size: 43px;
  line-height: 45px;
  opacity: 1;
  margin-left: 30px !important;
}

.bl-video .relative .left-bar .relative-el .mute,
.bl-video .relative .left-bar .relative-el .stop {
  position: absolute;
  font-size: 40px;
  color: #ED2130;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.bl-video .relative .left-bar .relative-el .mute i,
.bl-video .relative .left-bar .relative-el .stop i {
  width: 35px;
  text-align: left;
  margin-right: 10px;
}

.bl-video .relative .left-bar .relative-el .mute {
  top: 25%;
}

.bl-video .relative .left-bar .relative-el .stop {
  top: 75%;
}

.bl-video.open .relative .left-bar .content {
  opacity: 0;
  font-size: 0;
}

.bl-video.open .relative .group-video .relative-el img {
  opacity: 0;
}

.bl-video.open .relative .group-video .wrap-video {
  opacity: 1;
  visibility: visible;
}

.bl-story {
  padding: 80px 0px;
}

.bl-story .overview .big-title {
  padding-right: 70px;
  white-space: nowrap;
}

.bl-story .overview h2 {
  line-height: 40px;
}

.bl-story .detail .item {
  margin-top: 3px;
}

.bl-story .detail .item:nth-child(1) .child-bl:before {
  background-color: #FBAD1B;
}

.bl-story .detail .item:nth-child(2) .child-bl {
  align-items: flex-end;
}

.bl-story .detail .item:nth-child(2) .child-bl:before {
  background-color: #ED2130;
}

.bl-story .detail .item:nth-child(3) .child-bl:before {
  background-color: #FBAD1B;
}

.bl-story .detail .item:nth-child(4) .child-bl {
  align-items: flex-end;
}

.bl-story .detail .item:nth-child(4) .child-bl:before {
  background-color: #ED2130;
}

.bl-story .detail .item .child-bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 162px;
  width: 50%;
}

.bl-story .detail .item .child-bl.show {
  width: 40%;
}

.bl-story .detail .item .child-bl:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.bl-story .detail .item .child-bl > div {
  width: 200px;
  max-height: 100%;
  overflow: hidden;
}

.bl-story .detail .item .child-bl > div .big-character {
  font-size: 100px;
  line-height: 100px;
}

.bl-story .detail .item .child-bl > div .small-text {
  font-size: 18px;
  padding-left: 7px;
}

.bl-story .detail .item .child-bl .shape {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: top left;
}

.bl-story .detail .item .child-bl .shape-1 {
  background-position: 50% 0.01%;
}

.bl-story .detail .item .child-bl .shape-2 {
  background-position: 50% 33%;
}

.bl-story .detail .item .child-bl .shape-3 {
  background-position: 50% 67%;
}

.bl-story .detail .item .child-bl .shape-4 {
  background-position: 50% 100%;
}

.bl-story .detail .item .child-bl .shape-1 {
  background-size: 115%;
}

.bl-story .detail .item .child-bl .shape-2 {
  background-size: 100.01%;
}

.bl-story .detail .item .child-bl .shape-3 {
  background-size: 100.011%;
}

.bl-story .detail .item .child-bl .shape-4 {
  background-size: 115.01%;
}

.bl-story .detail .item .child-bl .shape-1 {
  width: 559px;
  background-image: url(/modules/sg/images/shape.png) !important;
  left: calc(100% - calc(559px / 2));
}

.bl-story .detail .item .child-bl .shape-2 {
  width: 644px;
  background-image: url(/modules/sg/images/shape.png) !important;
  right: calc(100% - calc(644px / 2));
}

.bl-story .detail .item .child-bl .shape-3 {
  width: 644.1px;
  background-image: url(/modules/sg/images/shape.png) !important;
  left: calc(100% - calc(644.1px / 2));
}

.bl-story .detail .item .child-bl .shape-4 {
  width: 559.1px;
  background-image: url(/modules/sg/images/shape.png) !important;
  right: calc(100% - calc(559.1px / 2));
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-story .detail .item .child-bl {
    height: 95px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 330px;
    left: calc(100% - calc(330px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 380px;
    right: calc(100% - calc(380px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 380.1px;
    left: calc(100% - calc(380.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 330.1px;
    right: calc(100% - calc(330.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 37px;
    line-height: 37px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }

  .bl-story .detail .item .child-bl.show {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-story .detail .item .child-bl {
    height: 95px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 330px;
    left: calc(100% - calc(330px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 380px;
    right: calc(100% - calc(380px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 380.1px;
    left: calc(100% - calc(380.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 330.1px;
    right: calc(100% - calc(330.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 40px;
    line-height: 40px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-story .detail .item .child-bl {
    height: 104px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 360px;
    left: calc(100% - calc(360px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 416px;
    right: calc(100% - calc(416px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 416.1px;
    left: calc(100% - calc(416.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 360.1px;
    right: calc(100% - calc(360.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 50px;
    line-height: 50px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-story .detail .item .child-bl {
    height: 115px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 400px;
    left: calc(100% - calc(400px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 464px;
    right: calc(100% - calc(464px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 464.1px;
    left: calc(100% - calc(464.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 400.1px;
    right: calc(100% - calc(400.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 47px;
    line-height: 47px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

.bl-structure {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EBEBEB;
}

.bl-structure .overview .big-title {
  padding-right: 70px;
}

.bl-structure .cards{
  display: flex;
  justify-content: center;
}
.bl-structure .cards .card-row {
  position: relative;
  gap: 30px 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 40px;
  /*!*max-width: 960px; *! For layout 4*/
  @media(max-width: 991px){
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.bl-structure .cards .card-row .cards__wrap {
  min-width: 320px;
  min-height: 500px;
  position: relative;
  margin-left: -40px;
  @media(max-width: 991px){
    margin-left: 0;
    min-height: auto;
  }
}
.bl-structure .cards .card-row .card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
  border-radius: 33px;
  display: flex;
  flex-direction: column;
  text-align: right;
  transform-origin: bottom; 
}


.bl-structure .cards .card-row .card.animated {
  height: 92%;

}

.bl-structure .cards .card-row .card:hover{
  height: 100%;
}

.bl-structure .cards .card-row .card:first-child .logo img {
  margin-left: 0;
}

.bl-structure .cards .card-row .card:first-child .animate-height {
  color: white;
  padding-left: 0;
}

.bl-structure .cards .card-row .card > .content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 40px;
}

.bl-structure .cards .card-row .card .animate-height {
  color: white;
  padding-left: 50px;
  flex: 1;
}

.bl-structure .cards .card-row .card .logo {
  overflow: hidden;
  text-align: right;
}

.bl-structure .cards .card-row .card .logo img {
  max-width: 100%;
  height: 85px;
  width: auto;
  margin-left: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl-structure .cards .card-row .card .link {
  position: relative;
  min-height: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.bl-structure .cards .card-row .card .link .a{
  z-index: 1;
}

.bl-structure .cards .card-row .card .link > span {
  color: white;
  position: relative;
}

.bl-structure .cards .card-row .card .link .circle {
  position: absolute;
  top: 0;
  right: -22%;
  width: 54px;
  height: 100%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: inline-block;
}

.bl-structure .cards .card-row .card .link .circle .before,
.bl-structure .cards .card-row .card .link .circle .after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  right: 17%;
  top: 50%;
  z-index: 10;
  background-color: #fff;
}

.bl-structure .cards .card-row .card .link .circle .before {
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 96% 0%;
}

.bl-structure .cards .card-row .card .link .circle .after {
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: 96% 0%;
}

.bl-investment{
  padding-bottom: 80px;
  background-color: #EBEBEB;
}
.bl-investment__title{
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #8B8B8B;
  margin: 0;
}

.bl-investment .investment-row {
  justify-content: center;
  @media(max-width: 991px){
    margin-top: -15px;
    margin-bottom: -15px;
  }

}
.bl-investment .investment-col {
  @media(max-width: 991px){
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bl-investment .item{
  position: relative;
  border-radius: 30px;
  background: #FFF;
  text-align: center;
  overflow: hidden;
}

.bl-investment .item:before {
  content: '';
  position: absolute;
  width: 210px;
  height: 200px;
  background-color: #F4AF2F;
  border-radius: 50%;
  left: 100%;
  top: 100%;
  transition: all 0.4s ease;
}

.bl-investment .item:hover.item:before {
  left: 49%;
  top: 54%;
}

.bl-investment .item .image{
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  object-fit: cover;
}
.bl-investment .item .image img{
  max-width: 100%;
  object-fit: cover;
}
.bl-investment .content{
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  width: 100%;
}

.bl-investment .title{
  z-index: 1;
  position: relative;
  color: #000;
  line-height: 1.2; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.bl-moment {
  overflow: hidden;
}

.bl-moment .wrap-image {
  height: 350px;
  width: 100%;
}

.bl-moment .wrap-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl-moment .view-full {
  cursor: pointer;
  position: relative;
}

.bl-moment .view-full:before,
.bl-moment .view-full:after {
  content: '';
  width: 18px;
  height: 3px;
  border-radius: 4px;
  display: block;
  background-color: black;
  position: absolute;
  right: 0;
  top: 58%;
}

.bl-moment .view-full:before {
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 96% 0%;
}

.bl-moment .view-full:after {
  webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-225deg) translateY(-50%);
  transform-origin: 96% 0%;
}

.image-item.none {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-moment .wrap-image {
    height: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-moment .wrap-image {
    height: 265px;
  }
}

.bl-our-team .item {
  padding-bottom: 20px;
  margin-top: 100px;
  text-align: center;
}

.bl-our-team .item .wrap-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.bl-our-team .item .wrap-image .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FBAD1B;
  border-radius: 50%;
  overflow: hidden;
}

.bl-our-team .item .wrap-image .circle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ED2130;
  border-radius: 50%;
  right: 100%;
  top: 100%;
}

.bl-our-team .item .wrap-image:hover .circle:before {
  right: 13%;
  top: 30%;
}

.bl-our-team .item .wrap-image img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 132%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bl-our-team .item .wrap-image .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: url(/modules/sg/images/member-bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bl-our-team .item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.bl-our-team .item .name {
  color: black;
  font-weight: bold;
  margin-top: 30px;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

.bl-core-value {
  position: relative;
  z-index: 10;
  padding: 80px 0px;
  padding-bottom: 0;
  background-color: transparent;
}

.bl-core-value .core-values {
  width: 90%;
  margin-left: auto;
  padding-top: 36%;
  min-height: 100vh;
}

.bl-core-value .core-values .item {
  position: relative;
  margin-left: auto;
  border-bottom: solid 0px black;
  font-size: 28px;
  max-height: 0;
  font-size: 0;
  width: 45%;
  transition: all 1.5s ease;
}

.bl-core-value .core-values .item.move-height {
  max-height: 42px;
  margin-top: 0;
  border-bottom: solid 2px #dddddd;
}

.bl-core-value .core-values .item.move-height .bar {
  opacity: 1;
  transition: opacity 1s ease;
}

.bl-core-value .core-values .item .bar {
  opacity: 0;
}

.bl-core-value .core-values .item .bar .number {
  color: black;
}

.bl-core-value .core-values .item .bar .name {
  color: black;
}

.bl-core-value .core-values .item .square {
  position: absolute;
  width: 350px;
  height: 400px;
  right: 100%;
  bottom: 35px;
  border-radius: 20px;
  transform: rotateX(25deg) rotateY(45deg);
  transform: rotateX(25deg) rotateY(45deg);
}

.bl-core-value .core-values .item:nth-child(1) {
  z-index: 1;
}

.bl-core-value .core-values .item:nth-child(1).move-width {
  width: 30%;
}

.bl-core-value .core-values .item:nth-child(2) {
  z-index: 2;
}

.bl-core-value .core-values .item:nth-child(2).move-width {
  width: 35%;
}

.bl-core-value .core-values .item:nth-child(3) {
  z-index: 3;
}

.bl-core-value .core-values .item:nth-child(3).move-width {
  width: 40%;
}

.bl-core-value .core-values .item:nth-child(4) {
  z-index: 4;
}

.bl-core-value .core-values .item:nth-child(4).move-width {
  width: 45%;
}

.bl-core-value .core-values .item:nth-child(5) {
  z-index: 5;
}

.bl-core-value .core-values .item:nth-child(5).move-width {
  width: 50%;
}

.bl-core-value .core-values .item:nth-child(6) {
  z-index: 6;
}

.bl-core-value .core-values .item:nth-child(6).move-width {
  width: 55%;
}

.bl-core-value .core-values .item:nth-child(7) {
  z-index: 7;
}

.bl-core-value .core-values .item:nth-child(7).move-width {
  width: 60%;
}

.bl-core-value .core-value-content {
  margin-top: 50px;
  background-image: url(/modules/sg/images/yellow-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bl-core-value .core-value-content > .d-flex .col-md-6 .content {
  margin-top: 20px;
}

.bl-core-value .core-value-content .h-space {
  height: 150px;
}

.bl-clients {
  position: relative;
  z-index: 9;
  margin-top: -150px;
}

.bl-clients .block-title {
  position: absolute;
  padding: 120px 70px 100px 265px;
  background: url(/modules/sg/images/yellow-left.png) no-repeat;
  background-size: 100% 100%;
  top: -22px;
  width: 33%;
  height: 300px;
}

.bl-clients .block-title + div {
  position: absolute;
  top: 135px;
}

.bl-clients .map {
  min-height: calc(100vh + 150px);
  background: url(/modules/sg/images/red-background.png) no-repeat bottom;
  padding-top: 300px;
  background-size: 100% auto;
  display: flex;
  align-items: center;
}

.bl-clients .map .map-box {
  width: 100%;
  height: 0;
  padding-bottom: 28.07%;
  background: url(/modules/sg/images/map.png) no-repeat;
  background-size: cover;
  margin-top: 150px;
  position: relative;
}

.bl-clients .map .map-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-clients .map .map-box > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.bl-clients .map .map-box > div > div .location {
  height: 200px;
  position: absolute;
  background: transparent;
  border-left: solid 1px #FBAD1B;
}

.bl-clients .map .map-box > div > div .location .relative {
  display: inline-block;
  height: 100%;
  position: relative;
}

.bl-clients .map .map-box > div > div .location .relative > div {
  color: white;
  padding: 0 25px;
  margin-top: -10px;
  cursor: pointer;
  position: relative;
}

.bl-clients .map .map-box > div > div .location .relative > div.active {
  color: #FBAD1B;
}

.bl-clients .map .map-box > div > div .location .relative > div > div {
  cursor: text;
  color: black;
  padding: 10px 15px;
  background-color: white;
  font-size: 18px;
  display: none;
  position: absolute;
  box-shadow: 0px 30px 20px -8px rgba(0, 0, 0, 0.27);
  z-index: 10;
}

.bl-clients .map .map-box > div > div .location .relative > div:hover > div {
  display: block;
}

.bl-clients .map .map-box > div > div .location .relative:before,
.bl-clients .map .map-box > div > div .location .relative:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FBAD1B;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
}

.bl-clients .map .map-box > div > div .location .relative:after {
  top: unset;
  bottom: 0;
  height: 5px;
}

.bl-clients .map .map-box > div > div .location:nth-child(1) {
  left: 18%;
}

.bl-clients .map .map-box > div > div .location:nth-child(2) {
  left: 43%;
}

.bl-clients .map .map-box > div > div .location:nth-child(3) {
  left: 67%;
}

.bl-clients .map .map-box > div > div .location:nth-child(4) {
  left: 68.5%;
}

.bl-clients .map .map-box > div > div .location:nth-child(5) {
  left: 71%;
}

.bl-clients .map .map-box > div > div .location:nth-child(6) {
  left: 71.5%;
}

.bl-clients .map .map-box > div > div .location:nth-child(7) {
  left: 72%;
}

.bl-clients .map .map-box > div > div .location:nth-child(8) {
  left: 75%;
}

.bl-clients .map .map-box > div > div .location:nth-child(9) {
  left: 79%;
}

.bl-clients .map .map-box > div > div .location:nth-child(1) {
  bottom: 86%;
}

.bl-clients .map .map-box > div > div .location:nth-child(2) {
  bottom: 91%;
}

.bl-clients .map .map-box > div > div .location:nth-child(3) {
  bottom: 74%;
}

.bl-clients .map .map-box > div > div .location:nth-child(4) {
  bottom: 79%;
}

.bl-clients .map .map-box > div > div .location:nth-child(5) {
  bottom: 95%;
}

.bl-clients .map .map-box > div > div .location:nth-child(6) {
  bottom: 91.1%;
}

.bl-clients .map .map-box > div > div .location:nth-child(7) {
  bottom: 72.5%;
}

.bl-clients .map .map-box > div > div .location:nth-child(8) {
  bottom: 76%;
}

.bl-clients .map .map-box > div > div .location:nth-child(9) {
  bottom: 55%;
}

.bl-clients .map .map-box > div > div .location:nth-child(1) {
  height: 145px;
}

.bl-clients .map .map-box > div > div .location:nth-child(2) {
  height: 137px;
}

.bl-clients .map .map-box > div > div .location:nth-child(3) {
  height: 155px;
}

.bl-clients .map .map-box > div > div .location:nth-child(4) {
  height: 280px;
}

.bl-clients .map .map-box > div > div .location:nth-child(5) {
  height: 163px;
}

.bl-clients .map .map-box > div > div .location:nth-child(6) {
  height: 122px;
}

.bl-clients .map .map-box > div > div .location:nth-child(7) {
  height: 140px;
}

.bl-clients .map .map-box > div > div .location:nth-child(8) {
  height: 70px;
}

.bl-clients .map .map-box > div > div .location:nth-child(9) {
  height: 100px;
}

.bl-clients .map .map-box > div > div .location:nth-child(3) .relative {
  right: 100%;
}

.bl-clients .map .map-box > div > div .location:nth-child(3) .relative:before,
.bl-clients .map .map-box > div > div .location:nth-child(3) .relative:after {
  right: 0;
  left: unset;
  transform: translateX(50%);
}

.bl-clients .map .wrap-carousel {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -120px;
}

.bl-clients .map .wrap-carousel-image {
  width: 100%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

.bl-clients .map .wrap-carousel-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FBAD1B;
}

.client-group {
  cursor: pointer;
}

.client-group.active {
  color: #FBAD1B !important;
}

.owl-carousel-client-mobile .owl-nav {
  text-align: right;
}

.owl-carousel-client-mobile .owl-nav button.owl-next,
.owl-carousel-client-mobile .owl-nav button.owl-prev {
  padding: 0 20px !important;
  color: white !important;
  font-size: 27px;
}

.owl-carousel-client-mobile .owl-nav button.owl-next:hover,
.owl-carousel-client-mobile .owl-nav button.owl-prev:hover {
  background: #FBAD1B;
}

.owl-carousel-client .wrap-carousel-image {
  -webkit-animation: fade-in .5s ease;
          animation: fade-in .5s ease;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .block-title {
    padding: 145px 70px 70px 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .block-title {
    padding: 145px 70px 70px 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .block-title {
    padding: 145px 70px 70px 100px;
  }

  .bl-clients .map .map-box {
    margin-top: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .block-title {
    padding: 145px 70px 70px 100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .bl-clients {
    margin-top: -210px;
  }

  .bl-clients .map {
    padding-top: 500px;
  }

  .bl-clients .block-title {
    top: 70px;
  }
}

.bl-service .gray {
  background-color: #EBEBEB;
  padding: 100px 0;
}

.bl-service .gray .service-row {
  height: 360px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

.bl-service .gray .service-row .item {
  width: 20%;
  height: 100%;
  position: absolute;
  padding: 0 15px;
  bottom: 50px;
}

.bl-service .gray .service-row .item:nth-child(1) {
  left: calc(20% * 0);
}

.bl-service .gray .service-row .item:nth-child(2) {
  left: calc(20% * 1);
}

.bl-service .gray .service-row .item:nth-child(3) {
  left: calc(20% * 2);
}

.bl-service .gray .service-row .item:nth-child(4) {
  left: calc(20% * 3);
}

.bl-service .gray .service-row .item:nth-child(5) {
  left: calc(20% * 4);
}

.bl-service .gray .service-row .item .content {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 65px 20px -8px rgba(0, 0, 0, 0.27);
}

.bl-service .gray .service-row .item .content .image {
  flex: 1;
  text-align: center;
  padding: 15px;
  padding-top: 30px;
  max-width: 75%;
  margin: auto;
  width: 75%;
}

.bl-service .gray .service-row .item .content .image .image-svg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.bl-service .gray .service-row .item .content .image .image-svg img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
}

.bl-service .gray .service-row .item .content .title {
  display: inline-block;
  font-size: 25px;
  padding: 50px;
  z-index: 0;
  position: relative;
  padding-left: 0px !important;
}

.bl-service .gray .service-row .item .content .title:before {
  content: '';
  position: absolute;
  width: 290px;
  height: 233px;
  left: -63px;
  bottom: -85px;
  border-radius: 50%;
  background-color: #FBAD1B;
  z-index: -1;
}

.bl-service .gray .service-row .item .content .title div:first-child {
  font-size: 50px;
  font-weight: bold;
  padding: 0 7px;
}

.bl-service .gray .service-row .item.fake-active {
  bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.bl-service .gray .service-row .item.fake-active .title:before {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

.bl-service .gray .service-row .item:hover,
.bl-service .gray .service-row .item.active {
  bottom: 50px;
}

.bl-service .gray .service-row .item:hover .title:before,
.bl-service .gray .service-row .item.active .title:before {
  width: 290px;
  height: 233px;
  left: -63px;
  bottom: -85px;
}

.bl-service .service-tabs {
  background-color: #FBAD1B;
}

.bl-service .service-tabs .item {
  padding: 50px 0;
  position: relative;
}

.bl-service .service-tabs .item:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 0 0 76px;
  border-color: transparent transparent transparent #FBAD1B;
}

.bl-service .service-tabs .item:nth-child(1):before {
  left: calc((20% + 15px) * 0);
}

.bl-service .service-tabs .item:nth-child(2):before {
  left: calc((20% + 15px) * 1);
}

.bl-service .service-tabs .item:nth-child(3):before {
  left: calc((20% + 15px) * 2);
}

.bl-service .service-tabs .item:nth-child(4):before {
  left: calc((20% + 15px) * 3);
}

.bl-service .service-tabs .item:nth-child(5):before {
  left: calc((20% + 15px) * 4);
}

.bl-service .service-tabs .item .title {
  margin-bottom: 35px;
}

.bl-service .service-tabs .item:not(.active) {
  display: none;
}

.service-detail .image-svg {
  max-height: 155px;
}

.service-detail .image-svg svg {
  max-height: 100%;
}

.service-detail .title {
  font-size: 25px;
  margin-left: -42px;
}

.service-detail .title div:first-child {
  font-size: 50px;
  font-weight: bold;
  padding: 0 7px;
}

.bl-career {
  background-color: #ED2130;
}

.bl-career > .d-flex {
  min-height: 100vh;
}

.bl-career > .d-flex .yellow {
  background: url(/modules/sg/images/yellow-career.png) no-repeat;
  background-size: 100% 100%;
}

.bl-career > .d-flex .yellow > .container {
  padding: 80px 15px;
}

.bl-career .carousel-indicators {
  position: unset;
  margin-top: 30px;
  margin-right: 0;
  justify-content: flex-end;
}

.bl-career .carousel-item {
  padding-top: 60px;
  position: relative;
}

.bl-career .carousel-item:before {
  content: '';
  width: 36px;
  height: 28px;
  background: url(/modules/sg/images/quote.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.bl-career a {
  color: white;
}

.bl-career .view-careers {
  position: relative;
  padding-right: 5px;
}

.arrow {
  position: absolute;
  top: 16px;
  right: -40px;
  transform: translate(-50%, -50%) rotate(-90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/*.bl-career .view-careers-group {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.bl-career .view-careers-group svg {*/
/*  position: absolute;*/
/*  z-index: 3;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  animation: move-right 2s infinite;*/
/*}*/

/*@keyframes move-right {*/
/*  0% {*/
/*    opacity:0;transform: translateX(0);*/
/*  }*/
/*  50% {opacity:1;transform: translateX(10px);}*/
/*  100% {opacity:0;transform: translateX(0);}*/

/*}*/

.bl-footer .arrow-red {
  border-top: solid 4px #ED2130;
}

.bl-footer .title {
  font-size: 28px;
  font-weight: bold;
  color: #ED2130;
}

.bl-footer .small-title {
  font-size: 23px;
  font-weight: bold;
}

.bl-footer .fa {
  font-size: 20px;
  color: black;
  line-height: 23px;
  width: 20px;
  text-align: center;
}

.bl-footer .pdf-btn {
  padding: 8px 20px;
  color: #ED2130;
  border-radius: 4px;
  height: fit-content;
  background-color: inherit;
  border: 1px solid #ED2130;
  white-space: nowrap;
}

.bl-footer .pdf-btn:hover {
  text-decoration: none;
}

.bl-footer .pdf-btn .fa {
  color: #ED2130;
}

.careers-page {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.careers-page .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
}

.careers-page .background .yellow {
  background-color: #FBAD1B;
}

.careers-page .background .red {
  background: #f3f3f3;
}

.careers-page .d-table .head-left {
  width: 65%;
}

.careers-page .container .col-md-6 {
  min-height: 100vh;
}

.careers-page .container .col-md-6 .list-item {
  display: flex;
  flex: 1;
  min-height: 0px;
}

.careers-page .container .col-md-6 .list-item > div {
  display: flex;
  width: 100%;
  flex: 1;
  overflow: auto;
}

.careers-page .container .col-md-6 .list-item > div .d-table-row {
  cursor: pointer;
}

.careers-page .container .col-md-6 .list-item > div .d-table-row.active,
.careers-page .container .col-md-6 .list-item > div .d-table-row:hover {
  color: #ED2130;
}

.careers-page .container .col-md-6:first-child {
  padding-right: 70px;
}

.careers-page .container .col-md-6:last-child {
  padding-left: 70px;
}

.careers-page .container .col-md-6 .wrap-content .flex-grow-1 {
  min-height: 0;
  display: flex;
  flex: 1;
}

.careers-page .container .col-md-6 .wrap-content .flex-grow-1 .content {
  overflow: auto;
  display: none;
}

.careers-page .container .col-md-6 .wrap-content .flex-grow-1 .content.active {
  display: block;
}

.careers-page .container .col-md-6 .group-btn {
  padding-bottom: 100px;
}

.careers-page .container .col-md-6 .group-btn .button {
  color: white;
  padding: 15px 30px;
  background: #ED2130;
}

.careers-page .container .col-md-6 .group-btn .button:hover {
  text-decoration: none;
}

.careers-page .container .col-md-6 .group-btn .text-red {
  color: #ED2130;
  font-weight: bold;
}

.careers-page .container .col-md-6 .group-btn .text-black {
  color: black;
}

.careers-position .title {
    font-size: 24px;
    font-weight: 500;
}

.careers-position-group {
  padding-bottom: 30px;
}

.careers-position-group:not(:first-child) {
  padding-top: 30px;
}

.careers-position-group:not(:last-child) {
  border-bottom: 1px solid #0000001A;
}

.careers-position-group .careers-position-item:not(:last-child) {
  padding: 4px 0;
}

.careers-position-group .uppercase {
  text-transform: uppercase;
  color: #8C8C8C;
}

.careers-position-group .careers-position-icon {
  display: grid;
  place-items: center;
}

.careers-position-group .careers-position-icon i {
  color: #ED2130;
  font-weight: 400;
  padding: 5px;
}

.careers-position-group .careers-position-download {
  cursor: pointer;
  width: max-content;
  color: #212529;
}

.careers-position-info span:not(:last-child)::after {
  content: " | ";
  padding: 0 20px;
}

.mobile-careers .benefit {
  padding: 30px 50px;
  background-color: #FBAD1B;
}

.mobile-careers .position {
  padding: 30px 50px;
  background-color: #FFFFFF;
}

.mobile-careers .text-black {
  color: #000000;
}

.hr-contact i {
  width: 30px;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 35px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 27px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 16px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 16px;
  }

  .f-30 {
    font-size: 20px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-80 {
    font-size: 30px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 30px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 35px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 27px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 16px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 16px;
  }

  .f-30 {
    font-size: 20px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-80 {
    font-size: 80px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 35px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 35px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 27px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 16px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 16px;
  }

  .f-30 {
    font-size: 20px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-80 {
    font-size: 80px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 35px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 35px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 27px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 16px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 16px;
  }

  .f-30 {
    font-size: 20px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-80 {
    font-size: 80px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 35px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 45px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 37px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-30 {
    font-size: 30px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 30px;
  }

  .f-80 {
    font-size: 40px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 40px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .heading-h2 {
    font-weight: bold;
    font-size: 45px;
  }

  .heading-h3,
  .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
    font-weight: bold;
    font-size: 37px;
  }

  .f-bold {
    font-weight: bold;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-20-bold {
    font-weight: bold;
    font-size: 20px;
  }

  .f-30 {
    font-size: 30px;
  }

  .f-30-bold {
    font-weight: bold;
    font-size: 30px;
  }

  .f-80 {
    font-size: 40px;
  }

  .f-80-bold {
    font-weight: bold;
    font-size: 40px;
  }

  .regular {
    font-family: "Roboto",sans-serif;
    color: black;
    color: black;
  }

  .flex-center,
  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-italic {
    font-style: italic;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  header .collapsing {
    transition: none;
  }

  header .navbar-collapse {
    position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .navbar-collapse .btn-close {
    transform: rotateZ(45deg);
  }

  header .navbar-collapse.show .navbar-nav a {
    font-size: 30px;
  }

  header .navbar-collapse.show .btn-close {
    transform: rotateZ(0);
    background: transparent;
    display: block;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  header .navbar-collapse.show .btn-close:before,
  header .navbar-collapse.show .btn-close:after {
    content: '';
    height: 1px;
    background: black;
    transform: rotateZ(45deg);
    position: fixed;
    top: 40px;
    right: 26px;
    width: 40px;
  }

  header .navbar-collapse.show .btn-close:after {
    transform: rotateZ(-45deg);
  }

  header .navbar {
    height: 80px;
  }

  header .navbar #logo svg {
    max-width: 100px;
  }

  header .navbar-nav {
    padding-right: 0;
    margin-top: 100px;
  }

  header .navbar-nav .nav-link {
    padding-right: 0 !important;
    text-align: center;
    font-size: 0;
  }

  .navbar-light .navbar-toggler {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FBAD1B;
  }

  .navbar-light .navbar-toggler:not(span)[aria-expanded="true"] {
    transform: scale(75);
    border: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  header .collapsing {
    transition: none;
  }

  header .navbar-collapse {
    position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .navbar-collapse .btn-close {
    transform: rotateZ(45deg);
  }

  header .navbar-collapse.show .navbar-nav a {
    font-size: 30px;
  }

  header .navbar-collapse.show .btn-close {
    transform: rotateZ(0);
    background: transparent;
    display: block;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  header .navbar-collapse.show .btn-close:before,
  header .navbar-collapse.show .btn-close:after {
    content: '';
    height: 1px;
    background: black;
    transform: rotateZ(45deg);
    position: fixed;
    top: 40px;
    right: 26px;
    width: 40px;
  }

  header .navbar-collapse.show .btn-close:after {
    transform: rotateZ(-45deg);
  }

  header .navbar {
    height: 80px;
  }

  header .navbar #logo svg {
    max-width: 100px;
  }

  header .navbar-nav {
    padding-right: 0;
    margin-top: 100px;
  }

  header .navbar-nav .nav-link {
    padding-right: 0 !important;
    text-align: center;
    font-size: 0;
  }

  .navbar-light .navbar-toggler {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FBAD1B;
  }

  .navbar-light .navbar-toggler:not(span)[aria-expanded="true"] {
    transform: scale(75);
    border: none;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  header .collapsing {
    transition: none;
  }

  header .navbar-collapse {
    position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .navbar-collapse .btn-close {
    transform: rotateZ(45deg);
  }

  header .navbar-collapse.show .navbar-nav a {
    font-size: 30px;
  }

  header .navbar-collapse.show .btn-close {
    transform: rotateZ(0);
    background: transparent;
    display: block;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  header .navbar-collapse.show .btn-close:before,
  header .navbar-collapse.show .btn-close:after {
    content: '';
    height: 1px;
    background: black;
    transform: rotateZ(45deg);
    position: fixed;
    top: 40px;
    right: 26px;
    width: 40px;
  }

  header .navbar-collapse.show .btn-close:after {
    transform: rotateZ(-45deg);
  }

  header .navbar {
    height: 80px;
  }

  header .navbar #logo svg {
    max-width: 100px;
  }

  header .navbar-nav {
    padding-right: 0;
    margin-top: 100px;
  }

  header .navbar-nav .nav-link {
    padding-right: 0 !important;
    text-align: center;
    font-size: 0;
  }

  .navbar-light .navbar-toggler {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FBAD1B;
  }

  .navbar-light .navbar-toggler:not(span)[aria-expanded="true"] {
    transform: scale(75);
    border: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .collapsing {
    transition: none;
  }

  header .navbar-collapse {
    position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .navbar-collapse .btn-close {
    transform: rotateZ(45deg);
  }

  header .navbar-collapse.show .navbar-nav a {
    font-size: 30px;
  }

  header .navbar-collapse.show .btn-close {
    transform: rotateZ(0);
    background: transparent;
    display: block;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  header .navbar-collapse.show .btn-close:before,
  header .navbar-collapse.show .btn-close:after {
    content: '';
    height: 1px;
    background: black;
    transform: rotateZ(45deg);
    position: fixed;
    top: 40px;
    right: 26px;
    width: 40px;
  }

  header .navbar-collapse.show .btn-close:after {
    transform: rotateZ(-45deg);
  }

  header .navbar {
    height: 80px;
  }

  header .navbar #logo svg {
    max-width: 100px;
  }

  header .navbar-nav {
    padding-right: 0;
    margin-top: 100px;
  }

  header .navbar-nav .nav-link {
    padding-right: 0 !important;
    text-align: center;
    font-size: 0;
  }

  .navbar-light .navbar-toggler {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FBAD1B;
  }

  .navbar-light .navbar-toggler:not(span)[aria-expanded="true"] {
    transform: scale(75);
    border: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  header .btn-menu {
    display: none;
  }

  header .navbar-nav {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .navbar-nav {
    padding-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 20px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 32px;
    height: 32px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 12px 0 15px 24px;
    top: 54%;
  }

  .bl-video .relative .left-bar .relative-el .mute,
  .bl-video .relative .left-bar .relative-el .stop {
    font-size: 20px;
  }

  .bl-video .relative .left-bar .relative-el .mute i,
  .bl-video .relative .left-bar .relative-el .stop i {
    width: 10px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 24px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 50px;
    height: 50px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 12px 0 15px 24px;
    top: 52%;
  }

  .bl-video .relative .left-bar .relative-el .mute,
  .bl-video .relative .left-bar .relative-el .stop {
    font-size: 20px;
  }

  .bl-video .relative .left-bar .relative-el .mute i,
  .bl-video .relative .left-bar .relative-el .stop i {
    width: 10px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 28px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 50px;
    height: 50px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 12px 0 15px 24px;
    top: 52%;
  }

  .bl-video .relative .left-bar .relative-el .mute,
  .bl-video .relative .left-bar .relative-el .stop {
    font-size: 20px;
  }

  .bl-video .relative .left-bar .relative-el .mute i,
  .bl-video .relative .left-bar .relative-el .stop i {
    width: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar {
    flex: 0 0 30%;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px !important;
    padding-right: 30px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 50px;
    height: 50px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 12px 0 15px 24px;
    top: 51%;
  }

  .bl-video .relative .left-bar .relative-el .middle-arrow {
    border-width: 5px 0 5px 10px;
    top: 51%;
    left: 95%;
  }

  .bl-video .relative .left-bar .relative-el .mute,
  .bl-video .relative .left-bar .relative-el .stop {
    font-size: 26px;
  }

  .bl-video .relative .left-bar .relative-el .mute i,
  .bl-video .relative .left-bar .relative-el .stop i {
    width: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar {
    flex: 0 0 30%;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 37px;
    line-height: 40px;
    margin-left: 10px !important;
    padding-right: 30px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 50px;
    height: 50px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 12px 0 15px 24px;
    top: 51%;
  }

  .bl-video .relative .left-bar .relative-el .middle-arrow {
    border-width: 7px 0 7px 14px;
    top: 50.5%;
    left: 97%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-video {
    width: 100%;
    height: 0 !important;
    padding-bottom: 40%;
  }

  .bl-video .relative {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bl-video .relative .left-bar {
    flex: 0 0 30%;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 37px;
    line-height: 40px;
    margin-left: 10px !important;
    padding-right: 30px;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 50px;
    height: 50px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 11px 0 11px 24px;
    top: 50.4%;
  }

  .bl-video .relative .left-bar .relative-el .middle-arrow {
    border-width: 7px 0 7px 14px;
    top: 50.5%;
    left: 97%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-video .relative .left-bar .relative-el {
    flex: 0 0 30%;
    align-items: start;
  }

  .bl-video .relative .left-bar .relative-el .content {
    font-size: 40px;
    line-height: 50px;
    margin-left: 30px !important;
  }

  .bl-video .relative .left-bar .relative-el .button {
    width: 150px;
    height: 170px;
  }

  .bl-video .relative .left-bar .relative-el .arrow {
    border-width: 35px 0 40px 77px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-video {
    height: auto !important;
    padding-bottom: unset;
  }

  .bl-video .relative {
    display: flex;
    flex-direction: column-reverse;
    position: unset;
  }

  .bl-video .relative .left-bar {
    height: auto;
    flex: unset;
  }

  .bl-video .relative .left-bar .relative-el {
    padding: 15px;
  }

  .bl-video .relative .left-bar .relative-el .content {
    margin-left: 0 !important;
  }

  .bl-video .relative .left-bar .relative-el .middle-arrow {
    display: none !important;
  }

  .bl-video .relative .left-bar .relative-el .button {
    right: 15px;
    transform: translate(0%, -50%);
  }

  .bl-video .relative .left-bar .relative-el .mute {
    top: 50%;
    left: 25%;
  }

  .bl-video .relative .left-bar .relative-el .stop {
    top: 50%;
    left: 75%;
  }

  .bl-video .relative .group-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }

  .bl-video .relative .group-video .relative-el {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .bl-video .relative .group-video .relative-el img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-story {
    padding: 25px 0px;
  }

  .bl-story .detail .item .child-bl {
    height: 36px;
    width: 77%;
  }

  .bl-story .detail .item .child-bl .shape {
    z-index: 0;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 125px;
    right: calc(100% - calc(125px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 146px;
    right: calc(100% - calc(146px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 146.1px;
    right: calc(100% - calc(146.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 125.1px;
    right: calc(100% - calc(125.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl > div {
    display: flex;
    width: 100%;
    z-index: 1;
    overflow: visible;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 32px;
    line-height: 37px;
    flex: 1;
    margin-left: -11px;
    color: white;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 14px;
    line-height: 16px;
    flex: 1.6;
    overflow: hidden;
    display: block;
  }

  .bl-story .detail .item .child-bl.show {
    width: 60%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-story {
    padding: 25px 0px;
  }

  .bl-story .detail .item .child-bl {
    height: 42px;
    width: 77%;
  }

  .bl-story .detail .item .child-bl .shape {
    z-index: 0;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 145px;
    right: calc(100% - calc(145px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 170px;
    right: calc(100% - calc(170px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 170.1px;
    right: calc(100% - calc(170.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 145.1px;
    right: calc(100% - calc(145.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl > div {
    display: flex;
    width: 100%;
    z-index: 1;
    overflow: visible;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 32px;
    line-height: 37px;
    flex: 1;
    margin-left: -11px;
    color: white;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 14px;
    line-height: 16px;
    flex: 1.6;
    overflow: hidden;
    display: block;
  }

  .bl-story .detail .item .child-bl.show {
    width: 60%;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-story {
    padding: 25px 0px;
  }

  .bl-story .detail .item .child-bl {
    height: 42px;
    width: 77%;
  }

  .bl-story .detail .item .child-bl .shape {
    z-index: 0;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 145px;
    right: calc(100% - calc(145px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 170px;
    right: calc(100% - calc(170px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 170.1px;
    right: calc(100% - calc(170.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 145.1px;
    right: calc(100% - calc(145.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl > div {
    display: flex;
    width: 100%;
    z-index: 1;
    overflow: visible;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 32px;
    line-height: 37px;
    flex: 1;
    margin-left: -11px;
    color: white;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 14px;
    line-height: 16px;
    flex: 1.6;
    overflow: hidden;
    display: block;
  }

  .bl-story .detail .item .child-bl.show {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-story {
    padding: 25px 0px;
  }

  .bl-story .detail .item .child-bl {
    height: 95px;
    width: 77%;
  }

  .bl-story .detail .item .child-bl .shape {
    z-index: 0;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 330px;
    right: calc(100% - calc(330px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 380px;
    right: calc(100% - calc(380px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 380.1px;
    right: calc(100% - calc(380.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 330.1px;
    right: calc(100% - calc(330.1px / 2));
    left: unset;
  }

  .bl-story .detail .item .child-bl > div {
    display: flex;
    width: 100%;
    z-index: 1;
    overflow: visible;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 32px;
    line-height: 37px;
    flex: 1;
    margin-left: -11px;
    color: white;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 14px;
    line-height: 16px;
    flex: 1.6;
    overflow: hidden;
    display: block;
  }

  .bl-story .detail .item .child-bl.show {
    width: 77%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-story .detail .item .child-bl {
    height: 95px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 330px;
    left: calc(100% - calc(330px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 380px;
    right: calc(100% - calc(380px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 380.1px;
    left: calc(100% - calc(380.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 330.1px;
    right: calc(100% - calc(330.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 40px;
    line-height: 40px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-story .detail .item .child-bl {
    height: 104px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 360px;
    left: calc(100% - calc(360px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 416px;
    right: calc(100% - calc(416px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 416.1px;
    left: calc(100% - calc(416.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 360.1px;
    right: calc(100% - calc(360.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 50px;
    line-height: 50px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-story .detail .item .child-bl {
    height: 115px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 400px;
    left: calc(100% - calc(400px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 464px;
    right: calc(100% - calc(464px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 464.1px;
    left: calc(100% - calc(464.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 400.1px;
    right: calc(100% - calc(400.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 47px;
    line-height: 47px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .bl-story .detail .item .child-bl {
    height: 115px;
  }

  .bl-story .detail .item .child-bl .shape-1 {
    width: 400px;
    left: calc(100% - calc(400px / 2));
  }

  .bl-story .detail .item .child-bl .shape-2 {
    width: 464px;
    right: calc(100% - calc(464px / 2));
  }

  .bl-story .detail .item .child-bl .shape-3 {
    width: 464.1px;
    left: calc(100% - calc(464.1px / 2));
  }

  .bl-story .detail .item .child-bl .shape-4 {
    width: 400.1px;
    right: calc(100% - calc(400.1px / 2));
  }

  .bl-story .detail .item .child-bl > div {
    width: 150px;
  }

  .bl-story .detail .item .child-bl > div .big-character {
    font-size: 47px;
    line-height: 47px;
  }

  .bl-story .detail .item .child-bl > div .small-text {
    font-size: 16px;
    padding-left: 4px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-structure {
    padding-bottom: 0;
  }

  .bl-structure .cards {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bl-structure .cards .card-row {
    height: auto;
  }

  .bl-structure .cards .card-row .card {
    height: auto;
    position: unset;
    width: 100%;
    border-radius: 0;
  }

  .bl-structure .cards .card-row .card > .content {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
  }

  .bl-structure .cards .card-row .card .logo {
    padding-right: 15px;
    text-align: left;
    width: 100px;
    flex: 0 0 100px;
    align-content: center;
    display: inline-grid;
  }

  .bl-structure .cards .card-row .card .logo img {
    max-height: 67px;
    margin-left: 0;
  }

  .bl-structure .cards .card-row .card .link {
    padding-right: 25px;
  }


  .bl-structure .cards .card-row .card .link > span {
    font-size: 14px;
  }


  .bl-structure .cards .card-row .card .animate-height {
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-structure {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bl-structure .cards {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bl-structure .cards .card-row {
    height: auto;
  }

  .bl-structure .cards .card-row .card {
    height: auto;
    position: unset;
    width: 100%;
    border-radius: 0;
  }

  .bl-structure .cards .card-row .card > .content {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
  }

  .bl-structure .cards .card-row .card .logo {
    padding-right: 15px;
    text-align: left;
    width: 120px;
    flex: 0 0 120px;
    align-content: center;
    display: inline-grid;
  }

  .bl-structure .cards .card-row .card .logo img {
    max-height: 67px;
    margin-left: 0;
  }

  .bl-structure .cards .card-row .card .link {
    padding-right: 25px;
  }


  .bl-structure .cards .card-row .card .link > span {
    font-size: 14px;
  }


  .bl-structure .cards .card-row .card .animate-height {
    display: none;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-structure {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bl-structure .cards {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bl-structure .cards .card-row {
    height: auto;
  }

  .bl-structure .cards .card-row .card {
    height: auto;
    position: unset;
    width: 100%;
    border-radius: 0;
  }

  .bl-structure .cards .card-row .card > .content {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
  }

  .bl-structure .cards .card-row .card .logo {
    padding-right: 15px;
    text-align: left;
    width: 130px;
    flex: 0 0 130px;
    align-content: center;
    display: inline-grid;
  }

  .bl-structure .cards .card-row .card .logo img {
    max-height: 67px;
    margin-left: 0;
  }

  .bl-structure .cards .card-row .card .link {
    padding-right: 25px;
  }


  .bl-structure .cards .card-row .card .link > span {
    font-size: 14px;
  }


  .bl-structure .cards .card-row .card .animate-height {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-structure .cards .card-row .card:first-child .animate-height {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-structure .cards .card-row .card .animate-height {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-structure .cards {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bl-structure .cards .card-row {
    height: auto;
  }

  .bl-structure .cards .card-row .card {
    height: auto;
    position: unset;
    width: 100%;
    border-radius: 0;
  }

  .bl-structure .cards .card-row .card > .content {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
  }

  .bl-structure .cards .card-row .card .logo {
    padding-right: 15px;
    text-align: left;
    width: 130px;
    flex: 0 0 130px;
    align-content: center;
    display: inline-grid;
  }

  .bl-structure .cards .card-row .card .logo img {
    max-height: 67px;
    margin-left: 0;
  }

  .bl-structure .cards .card-row .card .link {
    flex: 1;
    padding-right: 25px;
  }


  .bl-structure .cards .card-row .card .link > span {
    font-size: 14px;
  }


  .bl-structure .cards .card-row .card .animate-height {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-structure .cards .card-row .card:first-child .animate-height {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {

  .bl-structure .cards .card-row .card > .content {
    padding: 30px 15px;
  }

  .bl-structure .cards .card-row .card .logo img {
    margin-left: 45px;
  }


  .bl-structure .cards .card-row .card .link > span {
    font-size: 16px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

  .bl-structure .cards .card-row .card > .content {
    padding: 30px 15px;
  }

  .bl-structure .cards .card-row .card .logo img {
    margin-left: 45px;
    height: 50px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .bl-structure .cards .card-row .card > .content {
    padding: 30px 15px;
  }

  .bl-structure .cards .card-row .card .logo img {
    margin-left: 45px;
    height: 58px;
  }


}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {

  .bl-structure .cards .card-row .card > .content {
    padding: 30px 15px;
  }

  .bl-structure .cards .card-row .card .logo img {
    margin-left: 45px;
    height: 58px;
  }


}

@media only screen and (max-width: 767px) {
  .bl-our-team .item .name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-moment {
    overflow: hidden;
  }

  .bl-moment .wrap-image {
    height: 350px;
    width: 100%;
  }

  .bl-moment .wrap-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bl-moment .view-full {
    cursor: pointer;
    position: relative;
  }

  .bl-moment .view-full:before,
  .bl-moment .view-full:after {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 4px;
    display: block;
    background-color: black;
    position: absolute;
    right: 0;
    top: 58%;
  }

  .bl-moment .view-full:before {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .bl-moment .view-full:after {
    webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .owl-carousel-gallery .wrap-image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }

  .owl-carousel-gallery .wrap-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-moment {
    overflow: hidden;
  }

  .bl-moment .wrap-image {
    height: 350px;
    width: 100%;
  }

  .bl-moment .wrap-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bl-moment .view-full {
    cursor: pointer;
    position: relative;
  }

  .bl-moment .view-full:before,
  .bl-moment .view-full:after {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 4px;
    display: block;
    background-color: black;
    position: absolute;
    right: 0;
    top: 58%;
  }

  .bl-moment .view-full:before {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .bl-moment .view-full:after {
    webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .owl-carousel-gallery .wrap-image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }

  .owl-carousel-gallery .wrap-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-moment {
    overflow: hidden;
  }

  .bl-moment .wrap-image {
    height: 350px;
    width: 100%;
  }

  .bl-moment .wrap-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bl-moment .view-full {
    cursor: pointer;
    position: relative;
  }

  .bl-moment .view-full:before,
  .bl-moment .view-full:after {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 4px;
    display: block;
    background-color: black;
    position: absolute;
    right: 0;
    top: 58%;
  }

  .bl-moment .view-full:before {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .bl-moment .view-full:after {
    webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .owl-carousel-gallery .wrap-image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }

  .owl-carousel-gallery .wrap-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-moment {
    overflow: hidden;
  }

  .bl-moment .wrap-image {
    height: 350px;
    width: 100%;
  }

  .bl-moment .wrap-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bl-moment .view-full {
    cursor: pointer;
    position: relative;
  }

  .bl-moment .view-full:before,
  .bl-moment .view-full:after {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 4px;
    display: block;
    background-color: black;
    position: absolute;
    right: 0;
    top: 58%;
  }

  .bl-moment .view-full:before {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .bl-moment .view-full:after {
    webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    transform-origin: 96% 0%;
  }

  .owl-carousel-gallery .wrap-image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }

  .owl-carousel-gallery .wrap-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-moment .wrap-image {
    height: 265px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-our-team .item {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-core-value {
    padding-top: 25px;
  }

  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 180px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(180px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(32% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(180px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(32% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(180px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(32% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(180px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(32% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(180px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(32% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(180px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(32% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(180px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(32% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 200px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(200px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(40% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(200px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(40% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(200px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(40% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(200px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(40% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(200px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(40% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(200px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(40% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(200px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(40% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 200px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(200px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(40% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(200px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(40% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(200px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(40% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(200px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(40% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(200px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(40% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(200px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(40% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(200px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(40% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
    padding-top: 85px;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 260px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(260px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(60% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(260px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(60% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(260px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(60% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(260px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(60% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(260px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(60% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(260px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(60% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(260px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(60% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
    padding-top: 85px;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 330px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(330px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(60% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(330px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(60% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(330px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(60% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(330px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(60% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(330px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(60% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(330px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(60% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(330px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(60% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-core-value .core-values {
    margin-left: 0;
    width: 100%;
    min-height: unset;
    padding-top: 85px;
  }

  .bl-core-value .core-values .item {
    font-size: unset;
    width: 100%;
    display: flex;
    max-height: unset;
    flex-direction: row-reverse;
    position: relative;
  }

  .bl-core-value .core-values .item .bar {
    opacity: 1;
    width: 60%;
  }

  .bl-core-value .core-values .item .bar .number,
  .bl-core-value .core-values .item .bar .name {
    padding-top: 22px;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 15px;
  }

  .bl-core-value .core-values .item .bar .number {
    padding-right: 15px;
  }

  .bl-core-value .core-values .item .bar .name {
    padding-left: 15px;
  }

  .bl-core-value .core-values .item .bar .flex-grow-1 {
    border-bottom: solid 1px black;
  }

  .bl-core-value .core-values .item .square {
    position: absolute;
    flex: 1;
    height: 100px;
    width: 330px;
    left: 0;
    bottom: 0;
    right: unset;
    border-radius: 10px;
    transform: none;
  }

  .bl-core-value .core-values .item:nth-child(1) .square {
    width: calc(330px - 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(1) .bar {
    width: calc(60% + 1 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .square {
    width: calc(330px - 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(2) .bar {
    width: calc(60% + 2 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .square {
    width: calc(330px - 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(3) .bar {
    width: calc(60% + 3 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .square {
    width: calc(330px - 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(4) .bar {
    width: calc(60% + 4 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .square {
    width: calc(330px - 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(5) .bar {
    width: calc(60% + 5 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .square {
    width: calc(330px - 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(6) .bar {
    width: calc(60% + 6 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .square {
    width: calc(330px - 7 * 20px);
  }

  .bl-core-value .core-values .item:nth-child(7) .bar {
    width: calc(60% + 7 * 20px);
  }

  .bl-core-value .core-value-content {
    background: #FBAD1B;
  }

  .bl-core-value .core-value-content > .d-flex {
    height: auto;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
    margin-top: 20px;
  }

  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding: 25px 15px !important;
  }

  .bl-core-value .core-value-content .h-space {
    height: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding-right: 15px;
  }

  .bl-core-value .core-values {
    padding-top: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .bl-core-value .core-value-content > .d-flex {
    min-height: 80vh;
  }

  .bl-core-value .core-value-content > .d-flex .flex-column {
    padding-right: 90px;
  }

  .bl-core-value .core-values {
    height: 100vh;
    max-height: 900px;
    min-height: 800px;
  }

  .bl-core-value .core-values .item.move-height {
    font-size: 28px;
  }

  .h-space {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 1199px) {
  .bl-core-value .core-values .item.move-width {
    width: unset !important;
    border-bottom: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-clients {
    background: #ED2130;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bl-clients .block-title {
    padding: 0 15px;
    position: unset;
    background: unset;
    color: white;
  }

  .bl-clients .block-title + div {
    position: unset;
    top: unset;
  }

  .bl-clients .map {
    min-height: auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-clients {
    background: #ED2130;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bl-clients .block-title {
    padding: 0 15px;
    position: unset;
    background: unset;
    color: white;
  }

  .bl-clients .block-title + div {
    position: unset;
    top: unset;
  }

  .bl-clients .map {
    min-height: auto;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-clients {
    background: #ED2130;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bl-clients .block-title {
    padding: 0 15px;
    position: unset;
    background: unset;
    color: white;
  }

  .bl-clients .block-title + div {
    position: unset;
    top: unset;
  }

  .bl-clients .map {
    min-height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-clients {
    background: #ED2130;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bl-clients .heading-h2 {
    color: white;
  }

  .bl-clients .block-title {
    padding: 0 15px;
    position: unset;
    background: unset;
    color: white;
    padding-left: 39px;
  }

  .bl-clients .block-title + div {
    position: unset;
    top: unset;
  }

  .bl-clients .map {
    min-height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(1) {
    height: 145px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(2) {
    height: 137px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(3) {
    height: 130px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(4) {
    height: 263px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(5) {
    height: 173px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(6) {
    height: 138px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(3) {
    height: 130px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(8) {
    height: 86px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(9) {
    height: 90px;
  }

  .bl-clients .block-title {
    top: -33px;
    width: 30%;
    height: 300px;
  }

  .bl-clients .block-title + div {
    top: 150px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(1) {
    height: 145px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(2) {
    height: 137px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(3) {
    height: 130px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(4) {
    height: 263px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(5) {
    height: 173px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(6) {
    height: 138px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(3) {
    height: 130px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(8) {
    height: 86px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(9) {
    height: 90px;
  }

  .bl-clients .block-title {
    top: -30px;
    width: 35%;
    height: 300px;
  }

  .bl-clients .block-title + div {
    top: 150px;
  }

  .bl-clients .map .map-box {
    margin-top: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(1) {
    height: 145px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(2) {
    height: 137px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(3) {
    height: 135px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(4) {
    height: 269px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(5) {
    height: 163px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(6) {
    height: 122px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(7) {
    height: 130px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(8) {
    height: 70px;
  }

  .bl-clients .map .map-box > div > div .location:nth-child(9) {
    height: 90px;
  }

  .bl-clients .block-title {
    top: -25px;
    width: 36%;
    height: 300px;
  }

  .bl-clients .block-title + div {
    top: 150px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .bl-clients {
    margin-top: -210px;
  }

  .bl-clients .map {
    padding-top: 500px;
  }

  .bl-clients .block-title {
    top: 35px;
    width: 37%;
    height: 300px;
  }

  .bl-clients .block-title + div {
    top: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .bl-clients .map {
    padding-top: 0;
  }

  .bl-clients .map .wrap-carousel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bl-clients .owl-carousel-client {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-clients .heading-h2 {
    color: white;
    color-margin-top: 0;
  }

  .owl-carousel .owl-item img {
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-service {
    margin: 0 !important;
    padding: 25px 0;
    background-color: #EBEBEB;
  }

  .bl-service > .container {
    padding-bottom: 25px;
  }

  .mobile-service .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .mobile-service .collapseTitle {
    display: flex;
    padding: 15px;
    background-color: white;
    position: relative;
    cursor: pointer;
  }

  .mobile-service .collapseTitle .image {
    width: 54px;
    flex: 0 0 54px;
  }

  .mobile-service .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
  }

  .mobile-service .card-body {
    background-color: #FBAD1B;
  }

  .bl-trend {
    background-color: #EBEBEB;
  }

  .service-detail {
    margin-bottom: 0 !important;
  }

  .service-detail .title {
    margin-left: 0;
  }

  .service-detail .title div:first-child {
    padding-left: 0;
    font-size: 30px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-service {
    margin: 0 !important;
    padding: 25px 0;
    background-color: #EBEBEB;
  }

  .bl-service > .container {
    padding-bottom: 25px;
  }

  .mobile-service .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .mobile-service .collapseTitle {
    display: flex;
    padding: 15px;
    background-color: white;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    line-height: 35px;
  }

  .mobile-service .collapseTitle .image {
    width: 75px;
    flex: 0 0 75px;
  }

  .mobile-service .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
  }

  .mobile-service .card-body {
    background-color: #FBAD1B;
  }

  .bl-trend {
    background-color: #EBEBEB;
    margin-bottom: 0 !important;
  }

  .service-detail .title {
    margin-left: 0;
  }

  .service-detail .title div:first-child {
    padding-left: 0;
    font-size: 35px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-service {
    margin: 0 !important;
    padding: 25px 0;
    background-color: #EBEBEB;
  }

  .bl-service > .container {
    padding-bottom: 25px;
  }

  .mobile-service .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .mobile-service .collapseTitle {
    display: flex;
    padding: 15px;
    background-color: white;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    line-height: 35px;
  }

  .mobile-service .collapseTitle .image {
    width: 75px;
    flex: 0 0 75px;
  }

  .mobile-service .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
  }

  .mobile-service .card-body {
    background-color: #FBAD1B;
  }

  .bl-trend {
    background-color: #EBEBEB;
    margin-bottom: 0 !important;
  }

  .service-detail .title {
    margin-left: 0;
  }

  .service-detail .title div:first-child {
    padding-left: 0;
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-service {
    margin: 0 !important;
    padding: 25px 0;
    background-color: #EBEBEB;
  }

  .bl-service > .container {
    padding-bottom: 25px;
  }

  .mobile-service .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .mobile-service .collapseTitle {
    display: flex;
    padding: 15px;
    background-color: white;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    line-height: 35px;
  }

  .mobile-service .collapseTitle .image {
    width: 75px;
  }

  .mobile-service .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
  }

  .mobile-service .card-body {
    background-color: #FBAD1B;
  }

  .bl-trend {
    background-color: #EBEBEB;
    margin-bottom: 0 !important;
  }

  .service-detail .image-svg {
    max-height: 64px;
  }

  .service-detail .title {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-service .gray .service-row {
    height: 250px;
  }

  .bl-service .gray .service-row .item .content .title {
    padding: 20px;
    font-size: 18px;
  }

  .bl-service .gray .service-row .item .content .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 5px;
  }

  .bl-service .gray .service-row .item:hover .title:before,
  .bl-service .gray .service-row .item.active .title:before {
    width: 200px;
    height: 190px;
    left: -40px;
    bottom: -85px;
  }

  .bl-service .service-tabs .item {
    padding: 100px 0;
  }

  .service-detail .image-svg {
    max-height: 96px;
  }

  .service-detail .title {
    font-size: 25px;
    margin-left: -26px;
  }

  .service-detail .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-service .gray .service-row {
    height: 250px;
  }

  .bl-service .gray .service-row .item .content .title {
    padding: 25px;
    font-size: 20px;
  }

  .bl-service .gray .service-row .item .content .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
  }

  .bl-service .gray .service-row .item:hover .title:before,
  .bl-service .gray .service-row .item.active .title:before {
    width: 200px;
    height: 190px;
    left: -40px;
    bottom: -85px;
  }

  .bl-service .service-tabs .item {
    padding: 100px 0;
  }

  .service-detail .image-svg {
    max-height: 97px;
  }

  .service-detail .title {
    font-size: 25px;
    margin-left: -26px;
  }

  .service-detail .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-service .gray .service-row {
    height: 320px;
  }

  .bl-service .gray .service-row .item .content .title {
    padding: 25px;
    font-size: 24px;
  }

  .bl-service .gray .service-row .item .content .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
  }

  .bl-service .gray .service-row .item:hover .title:before,
  .bl-service .gray .service-row .item.active .title:before {
    width: 270px;
    height: 210px;
    left: -51px;
    bottom: -85px;
  }

  .bl-service .service-tabs .item {
    padding: 100px 0;
  }

  .service-detail .image-svg {
    max-height: 121px;
  }

  .service-detail .title {
    font-size: 25px;
    margin-left: -42px;
  }

  .service-detail .title div:first-child {
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .bl-service .gray .service-row .item .content .title {
    padding: 25px;
    font-size: 24px;
  }

  .bl-service .gray .service-row .item .content .title div:first-child {
    font-size: 50px;
    font-weight: bold;
    padding: 0 10px;
  }

  .bl-service .gray .service-row .item:hover .title:before,
  .bl-service .gray .service-row .item.active .title:before {
    width: 270px;
    height: 210px;
    left: -76px;
    bottom: -85px;
  }

  .bl-service .service-tabs .item {
    padding: 100px 0;
  }

  .service-detail .image-svg {
    max-height: 121px;
  }

  .service-detail .title {
    font-size: 25px;
    margin-left: -42px;
  }

  .service-detail .title div:first-child {
    font-size: 50px;
    font-weight: bold;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-service .collapseTitle {
    border-bottom: 1px solid #efefef;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-career {
    margin-bottom: 0 !important;
  }

  .bl-career > .d-flex .yellow {
    background-size: 170% 100%;
  }

  .bl-career .carousel-item {
    padding-top: 40px;
  }

  .bl-career .carousel-item:before {
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-career > .d-flex .yellow {
    background-size: 170% 100%;
  }

  .bl-career .carousel-item {
    padding-top: 40px;
  }

  .bl-career .carousel-item:before {
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-career > .d-flex .yellow {
    background-size: 170% 100%;
  }

  .bl-career .carousel-item {
    padding-top: 40px;
  }

  .bl-career .carousel-item:before {
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-career > .d-flex {
    min-height: 80vh;
  }

  .bl-career > .d-flex .yellow {
    background-size: 170% 100%;
  }

  .bl-career > .d-flex .yellow > .container {
    padding: 20px 15px;
  }

  .bl-career .carousel-item {
    padding-top: 40px;
  }

  .bl-career .carousel-item:before {
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 767px) {
  .bl-career > .d-flex {
    min-height: 80vh;
  }

  .bl-career > .d-flex .yellow > .container {
    padding: 20px 15px;
  }

  .heading-h2 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .bl-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 0 !important;
  }

  .bl-footer .arrow-red {
    border-top: solid 4px #ED2130;
  }

  .bl-footer .title {
    font-size: 20px;
  }

  .bl-footer .fa {
    font-size: 20px;
    color: black;
    line-height: 23px;
    width: 20px;
    text-align: center;
  }

  .bl-footer .copy-right {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .bl-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 0 !important;
  }

  .bl-footer .arrow-red {
    border-top: solid 4px #ED2130;
  }

  .bl-footer .title {
    font-size: 20px;
  }

  .bl-footer .fa {
    font-size: 20px;
    color: black;
    line-height: 23px;
    width: 20px;
    text-align: center;
  }

  .bl-footer .copy-right {
    font-size: 14px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .bl-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 0 !important;
  }

  .bl-footer .arrow-red {
    border-top: solid 4px #ED2130;
  }

  .bl-footer .title {
    font-size: 20px;
  }

  .bl-footer .fa {
    font-size: 20px;
    color: black;
    line-height: 23px;
    width: 20px;
    text-align: center;
  }

  .bl-footer .copy-right {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 0 !important;
  }

  .bl-footer .arrow-red {
    border-top: solid 4px #ED2130;
  }

  .bl-footer .title {
    font-size: 20px;
  }

  .bl-footer .fa {
    font-size: 20px;
    color: black;
    line-height: 23px;
    width: 20px;
    text-align: center;
  }

  .bl-footer .pdf-btn {
   padding: 4px 12px;
  }

  .bl-footer .copy-right {
    font-size: 14px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .careers-page-head,
  .wrap-careers {
    background-color: #EBEBEB;
  }

  .careers-row .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .careers-row .collapseTitle {
    padding: 15px;
    background-color: white;
    position: relative;
    border-bottom: solid 1px #c1c1c1;
    cursor: pointer;
  }

  .careers-row .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
    margin-top: -2px;
  }

  .careers-row .card-body {
    background-color: #FBAD1B;
  }

  .careers-row .card-body .button {
    color: white;
    padding: 10px 15px;
    background: #ED2130;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .careers-page-head,
  .wrap-careers {
    background-color: #EBEBEB;
  }

  .careers-row .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .careers-row .collapseTitle {
    padding: 15px;
    background-color: white;
    position: relative;
    border-bottom: solid 1px #c1c1c1;
    cursor: pointer;
  }

  .careers-row .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
    margin-top: -2px;
  }

  .careers-row .card-body {
    background-color: #FBAD1B;
  }

  .careers-row .card-body .button {
    color: white;
    padding: 10px 15px;
    background: #ED2130;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .careers-page-head,
  .wrap-careers {
    background-color: #EBEBEB;
  }

  .careers-row .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .careers-row .collapseTitle {
    padding: 15px;
    background-color: white;
    position: relative;
    border-bottom: solid 1px #c1c1c1;
    cursor: pointer;
  }

  .careers-row .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
    margin-top: -2px;
  }

  .careers-row .card-body {
    background-color: #FBAD1B;
  }

  .careers-row .card-body .button {
    color: white;
    padding: 10px 15px;
    background: #ED2130;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .careers-page-head,
  .wrap-careers {
    background-color: #EBEBEB;
  }

  .careers-row .collapseTitle[aria-expanded="true"] .title:before {
    transform: rotateZ(90deg) scale(0.7);
  }

  .careers-row .collapseTitle {
    padding: 15px;
    background-color: white;
    position: relative;
    border-bottom: solid 1px #c1c1c1;
    cursor: pointer;
  }

  .careers-row .collapseTitle .title:before {
    transition: all 0.4s ease;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(/modules/sg/images/arrow.png) no-repeat 100%;
    position: absolute;
    right: 20px;
    transform: rotateZ(0) scale(0.7);
    margin-top: -2px;
  }

  .careers-row .card-body {
    background-color: #FBAD1B;
  }

  .careers-row .card-body .button {
    color: white;
    padding: 10px 15px;
    background: #ED2130;
  }
}

.owl-carousel .owl-item img {
  max-width: 100%;
  width: unset;
}


@media only screen and  (max-width: 1500px) {
  .bl-structure .cards .card-row .card .link .circle{
    right: -12%;
  }
}

@media only screen and  (max-width: 991px) {
  .bl-structure .cards .card-row .card .link .circle{
    right: 0%;
  }
}

