@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# About Banner Area
--------------------------------------------------------------*/
#aboutBanner {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  position: relative;
  display: flex;
}

#aboutBanner .aboutBannerContainer {
  width: 100%;
}

#aboutBanner .aboutBannerImg {
  box-sizing: content-box;
  display: flex;
  height: 120vh;
}

#aboutBanner .aboutBannerImg img {
  object-fit: cover;
  display: block;
  width: 100%;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}

.aboutBannerContent {
  position: absolute;
  top: 9em;
  display: block;
  z-index: 2;
  right: 0;
  padding: 0 6em;
  padding-left: 7em;
}

.aboutBannerContent p {
  font-size: 0.9em;
  text-align: justify;
  text-align-last: left;
  padding-right: 1em;
  margin-bottom: 2em;
  color:  rgba(119, 108, 97, 1);
  max-height: 18em;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .15) transparent;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .35); 
}

.aboutBannerContent .aboutBannerText {
  font-size: 0.9em;
  text-align: justify;
  text-align-last: left;
  padding-right: 1em;
  margin-bottom: 2em;
  color:  rgba(119, 108, 97, 1);
  max-height: 18em;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .15) transparent;
}

.aboutBannerTextLiner {
  margin-right: 9em;
  margin-bottom: 1em;
  border-top: 1px solid rgba(0,0,0,.75);
}

.aboutBannerContainer h2 {
  font-weight: 600;
  margin-bottom: 9px;
}

.aboutBannerContainer span {
  margin: 1em auto;
  color: rgba(119, 108, 97, 1);
}

.aboutBannerContainer p {
  margin: 1em auto;
  margin-top: 0;
  color: rgba(119, 108, 97, 1);
}

@media (max-width: 575px) {
  #aboutBanner {
    height: 100vh !important;
    display: block;
  }
  
  #aboutBanner .aboutBannerImg {
    height: 100vh !important;
  }
  
  #aboutBanner .aboutBannerImg img {
    object-position: 20%;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  
  .aboutBannerContent {
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 50vh;
    left: 0;
    right: 0;
    width: 100%;
    height: 20em;
    display: block;
    padding: 1.25em 0.25em;
    padding-bottom: 0.75em;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.5) 100%);
    box-shadow: 0 0.5em 0.5em 0 rgba(0,0,0,.35);
    float: none;
  }
  
  .aboutBannerContent .aboutBannerText {
    margin-bottom: 0.5em;
    position: relative;
    top: -1em;
  }
  
  .aboutBannerContent p {
    font-size: 0.75em;
    color: rgba(255,255,255,1.00);
    max-height: 15em;
    margin-bottom: 1em;
  }
  
  .aboutBannerContent .aboutBannerText {
    height: 15em;
  }
  
  .aboutBannerTextLiner {
    margin-right: 5em;
    margin-bottom: 0.75em;
    border-top: 1px solid rgba(255, 255, 255, .75);
  }
  
  .aboutBannerContainer h2 {
    font-size: 1em;
    color: rgba(255,255,255,1.00);
    margin-bottom: 5px;
  }

  .aboutBannerContainer span {
    font-size: 0.8em;
    margin: 0.5em auto;
    color:  rgba(255, 255, 255, 1);
  }
}

@media (max-width: 991px) {
  #aboutBanner {
    height: 100vh;
  }
  
  #aboutBanner .aboutBannerImg {
    height: 100vh;
  }
  
  #aboutBanner .aboutBannerImg img {
    object-position: 22% !important;
  }
}

@media (max-width: 1280px) {
  #aboutBanner {
    height: 120vh;
  }
  
  #aboutBanner .aboutBannerImg {
    height: 120vh;
  }
  
  #aboutBanner .aboutBannerImg img {
    object-position: 15%;
  }
}

/*--------------------------------------------------------------
# About Yellow Frame
--------------------------------------------------------------*/
#yellowFrameArea .aboutUs {
  text-align: center;
  margin: 0.5em auto;
  margin-bottom: 1em;
  padding: 0 3.5em;
}

.aboutUs .textYellowFrame {
  padding: 1em 4.85em;
}

.aboutUs .textYellowFrame h1 {
  font-weight: 600;
  margin-top: 0.25em;
  margin-bottom: 1em;
}

.aboutUs .textYellowFrame p {
  color: rgba(119, 108, 97, 1);
  margin-bottom: 2em;
}

.aboutUs .yellowFrameLiner {
  margin: 0 auto;
  padding: 0 1em;
  border-top: 1px solid rgba(119, 108, 97, 1);
}

@media (max-width: 575px) {
  
  #yellowFrameArea .aboutUs {
    padding: 0 0.5em;
  }
  
  .aboutUs .textYellowFrame {
    padding: 1em;
  }
  
  .aboutUs .textYellowFrame p {
    font-size: 0.9em;
    text-align: justify;
    text-align-last: center;
  }
  
  .aboutUs .yellowFrameLiner {
    margin-bottom: 1em;
  }
}

/*--------------------------------------------------------------
# Vison Mision
--------------------------------------------------------------*/
#aboutViMi {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

#aboutViMi .textViMi {
  text-align: center;
  padding: 0 5em;
  margin-bottom: 2em;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(119, 108, 97, 1);
}

.textViMi h1 {
  font-weight: 600;
}

.textViMi p {
  color: rgba(119, 108, 97, 1);
  text-align: justify;
  text-align-last: center;
}

@media (max-width: 575px) {
  #aboutViMi {
    margin-bottom: 1em;
    padding: 0 1.5em;
  }
  
  #aboutViMi .textViMi {
    padding: 0 1.5em;
  }
  
  .textViMi p {
    margin-bottom: 1.5em;
  }
}

/*--------------------------------------------------------------
# Core Value
--------------------------------------------------------------*/
#coreValue {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5em;
}

#coreValue h1 {
  text-align: center;
  font-weight: 600;
  margin: 0.5em auto 1.5em;
}

#coreValue .coreValueContent {
  display: inline-block;
}

#coreValue .coreValueBox {
  height: 24em;
  border-radius: 1em;
  padding: 0 0.5em;
  display: block;
}

.coreValueBoxContent {
  height: 100%;
  background-color: rgba(176, 176, 176, 1);
  /*background-color: rgba(255, 214, 67, 1);*/
  padding: 0.5em 1.5em;
  border-radius: 1em;
  margin: 0 auto;
}
.coreValueBoxContent.boxDarkGrey {
  background-color: rgba(156, 156, 156, 1);
}

.coreValueText {
  text-align: center;
  font-family: "KBFG Text Medium";
  display: inline-block;
  padding: 0.5em 0;
}

.coreValueText h3 {
  font-weight: 600;
  /*color: rgba(119, 108, 97, 1);*/
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.coreValueText h5 {
  font-weight: 500;
  color: rgba(0,0,0,1.00);
  margin-bottom: 5px;
  height: 2.5em;
}

.coreValueText h6 {
  font-size: 0.75em;
  font-weight: 400;
  /*color: rgba(119, 108, 97, 1);*/
  color: rgba(255, 214, 67, 1);
  margin-bottom: 1.5em;
}

.coreValueText p {
  /*color: rgba(119, 108, 97, 1);*/
  color: rgba(255, 255, 255, 1);
  text-align: justify;
  text-align-last: center;
  font-size: 0.7em;
  height: 23em;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1em;
  padding: 0.5em;
}
.coreValueText p:hover {
  scrollbar-color: rgba(119, 108, 97, 0.25) transparent;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
  visibility: hidden;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .35); 
}

@media (max-width: 575px) {
  #coreValue {
    margin-bottom: 2em;
  }
  
  #coreValue .coreValueBox {
    margin-bottom: 1.5em;
  }
}

/*--------------------------------------------------------------
# Our Milestone
--------------------------------------------------------------*/
#aboutMilestone {
  background-image: url("../../images/about/giant-building-with-sun 1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
  background-attachment: fixed;
  background-color: rgba(119, 108, 97, 0.25);
  background-blend-mode: multiply;
}

#aboutMilestone h1.aboutMilestoneTitle {
  text-align: center;
  font-weight: 600;
  margin: 1em auto;
}

#aboutMilestone .aboutMilestoneSlide {
  width: 100%;
  display: flex;
  position: relative;
}

.milestoneItem1 {
  width: 100%;
  height: 15em;
  display: block;
  position: relative;
  background-color: rgba(255, 214, 67, 1);
  margin: 0 1em;
  text-align: left;
  padding: 0 2em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}

.milestoneItem1 .milestoneTitle1 {
  text-align: left;
  font-weight: 600;
  padding-top: 1em;
}

.milestoneItem1 p {
  font-size: 0.8em;
  color: rgba(119, 108, 97, 1);
  overflow-y: auto; 
  max-height: 9em;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
}

.milestoneItem1 p:hover {
  scrollbar-color: rgba(0, 0, 0, .15) transparent;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .35); 
}

.milestoneItem2 {
  width: 100%;
  height: 15em;
  display: block;
  position: relative;
  background-color: rgba(119, 108, 97, 1);
  margin: 0 1em;
  text-align: left;
  padding: 0 2em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}

.milestoneItem2 .milestoneTitle2 {
  text-align: left;
  font-weight: 600;
  color: rgba(255, 214, 67, 1);
  padding-top: 1em;
}

.milestoneItem2 p {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 1);
  overflow-y: auto; 
  max-height: 9em;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
}

.milestoneItem2 p:hover {
  scrollbar-color: rgba(0, 0, 0, .15) transparent;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
  visibility: hidden;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .35); 
}

.milestoneCarousel {
  display: block;
}

.aboutMilestoneSlide .boxShadow {
  width: 0.05em;
  height: 15.5em;
  background-color: rgba(0,0,0,0);
  box-shadow: -0.25em 0 0.55em 0 rgba(0,0,0,.75);
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: translate(-0.5em, -5px);
}

.aboutMilestoneSlide > .owl-carousel > .owl-nav {
  z-index: 3;
}

.aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-prev {
  width: 3em;
  height: 3em;
  position: absolute;
  display: block;
  background-color: rgba(255, 214, 67, 1);
  color: rgba(119, 108, 97, 1);
  border-radius: 50%;
  top: 6em;
  left: -5em;
}

.aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-next {
  width: 3em;
  height: 3em;
  position: absolute;
  display: block;
  background-color: rgba(255, 214, 67, 1);
  color: rgba(119, 108, 97, 1);
  border-radius: 50%;
  top: 6em;
  right: -5em;
}

.aboutMilestoneSlide > .owl-carousel > .owl-dots {
  z-index: 3;
  position: relative;
  margin: 3em auto;
}

.aboutMilestoneSlide > .owl-carousel > .owl-dots > .owl-dot span {
  background-color: rgba(119, 108, 97, 1);
  border: 1px solid rgba(223,223,223,.75);
  transition: 0.25s ease;
}

.aboutMilestoneSlide > .owl-carousel > .owl-dots > .owl-dot.active span,
.aboutMilestoneSlide > .owl-carousel > .owl-dots > .owl-dot span:hover {
  background-color: rgba(255, 214, 67, 1);
  border: 1px solid rgba(223,223,223,1);
  transition: 0.25s ease;
  width: 3em;
}

@media (max-width: 575px) {
  #aboutMilestone .aboutMilestoneSlide {
    padding: 0 1em;
    margin-bottom: 2em;
  }
  
  .milestoneItem1,
  .milestoneItem2 {
    height: 18em;
  }
  
  .milestoneItem1 .milestoneTitle1,
  .milestoneItem2 .milestoneTitle2 {
    text-align: center;
    padding-right: 1em;
    margin-bottom: 0.75em;
  }
  
  .aboutMilestoneSlide .boxShadow {
    right: 0.25em;
  }
  
  .aboutMilestoneSlide > .owl-carousel > .owl-nav {
    width: 100%;
    position: relative;
    height: 3.5em;
    z-index: 5;
  }
  
  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-prev {
    top:0;
    left: 0.25em;
  }

  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-next {
    top: 0;
    right: 0.25em;
  }
  
  .aboutMilestoneSlide > .owl-carousel > .owl-dots {
    position: absolute;
    margin: 1em auto;
    bottom: -0.5em;
    left: 0;
    right: 0;
  }
}

@media (max-width: 575px) {
  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-prev {
    left: 0em !important;
  }
  
  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-next {
    right: 0em !important;
  }
}

@media (max-width: 1280px) {
  #aboutMilestone .aboutMilestoneSlide {
    width: 95%;
  }
  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-prev {
    left: -3em;
  }
  
  .aboutMilestoneSlide > .owl-carousel > .owl-nav > .owl-next {
    right: -4em;
  }
}