/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
#main.about .firstDesc {
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 950px) {
  #main.about .firstDesc {
    padding: 2rem 0 3.5rem;
  }
}
#main.about .firstDesc .inner .desc {
  line-height: 1.75;
  margin-bottom: 3rem;
}
#main.about .firstDesc .inner .desc p {
  margin-bottom: 1.5rem;
}
#main.about .firstDesc .inner .desc p:last-child {
  margin-bottom: 0;
}
#main.about .firstDesc .inner .visi {
  margin-bottom: 4rem;
}
#main.about .firstDesc .inner .visi h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/bg-visi.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 263px;
  height: 56px;
  position: relative;
  margin: 0 auto 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .visi h2 {
    width: 190px;
    height: 40px;
    font-size: 1.5rem;
  }
}
#main.about .firstDesc .inner .visi h2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 100%;
  background-color: #FFF;
}
#main.about .firstDesc .inner .visi p {
  max-width: 700px;
  width: 100%;
  margin: auto;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .visi p {
    text-align: justify;
    display: inline;
  }
}
#main.about .firstDesc .inner .misi {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
#main.about .firstDesc .inner .misi h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/bg-visi.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 263px;
  height: 56px;
  position: relative;
  margin: 0 auto 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .misi h2 {
    width: 190px;
    height: 40px;
    font-size: 1.5rem;
  }
}
#main.about .firstDesc .inner .misi h2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 100%;
  background-color: #FFF;
}
#main.about .firstDesc .inner .misi .item {
  padding: 0 3.75rem;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 950px) {
  #main.about .firstDesc .inner .misi .item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .misi .item {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
#main.about .firstDesc .inner .misi .item:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 50px;
  background-color: #ff3131;
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .misi .item:before {
    width: 3px;
    left: -3px;
  }
}
#main.about .firstDesc .inner .misi .item:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 50px;
  background-color: #ff3131;
}
@media screen and (max-width: 767px) {
  #main.about .firstDesc .inner .misi .item:after {
    width: 3px;
    right: -3px;
  }
}
#main.about .firstDesc .inner .misi .item:last-child {
  margin-bottom: 0;
}
#main.about .location {
  padding: 4rem 0;
  background-color: #d2362a;
}
@media screen and (max-width: 767px) {
  #main.about .location {
    padding: 2.5rem 0;
  }
}
#main.about .location .line {
  margin: 4rem 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #FFF;
}
#main.about .location h2 {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #main.about .location h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#main.about .location .inner {
  text-align: center;
  color: #FFF;
  line-height: 1.75;
}
#main.about .location .inner .logo {
  width: 421px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background-color: #FFF;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main.about .location .inner .logo {
    max-width: 421px;
    width: 100%;
  }
}
#main.about .location .inner .logo img {
  height: 55px;
}
@media screen and (max-width: 767px) {
  #main.about .location .inner .logo img {
    height: auto;
    width: 80%;
  }
}
#main.about .location .inner .flag {
  width: 63px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main.about .location .inner .flag {
    width: 55px;
  }
}
#main.about .location .inner .flag {
  margin-bottom: 1.25rem;
}
#main.about .location .inner .flag img {
  width: 100%;
}
#main.about .location .inner .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  #main.about .location .inner .tel {
    flex-direction: column;
    gap: 0;
  }
}
#main.about .location .inner .tel.indo {
  display: block;
  margin: 1.5rem auto 0;
}
#main.about .location .inner .map {
  max-width: 768px;
  width: 100%;
  margin: 1rem auto 0;
}
#main.about .location .inner .map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 767px) {
  #main.about .location .inner .map iframe {
    height: 50vw;
  }
}
#main.about .fourthRow {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow {
    padding: 2.5rem 0 4rem;
  }
}
#main.about .fourthRow .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .heading {
    gap: 0.25rem;
    margin-bottom: 1.5rem;
  }
}
#main.about .fourthRow .heading h2 {
  font-size: 3.25rem;
  font-weight: 900;
  position: relative;
  top: -0.25rem;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .heading h2 {
    font-size: 1.75rem;
  }
}
#main.about .fourthRow .heading .logo {
  height: 60px;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .heading .logo {
    height: 36px;
  }
}
#main.about .fourthRow .inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 950px) {
  #main.about .fourthRow .inner ul {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .inner ul {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
}
#main.about .fourthRow .inner ul li {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .inner ul li {
    width: 47.5%;
    margin-bottom: 1.25rem;
  }
}
#main.about .fourthRow .inner ul li img {
  width: 120px;
  display: block;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #main.about .fourthRow .inner ul li img {
    width: 70%;
    margin-bottom: 0.25rem;
  }
}
#main.about .fourthRow .inner ul li div {
  text-align: center;
  font-size: 14px;
}
#main.about .fourthRow .inner ul li div p {
  font-weight: bold;
}
/*# sourceMappingURL=about.css.map */