/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #db242d;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: 'Noto Sans Khmer', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #db242d;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #db242d;
}

.about .content .btn-learn-more:hover {
  background: #db242d;
  color: #fff;
  text-decoration: none;
}

.section-title h2 {
  font-family: 'Noto Sans Khmer', sans-serif;
}

p {
  font-family: 'Noto Sans Khmer', sans-serif;
}

.detail-about {
  background: linear-gradient(rgba(77, 99, 139, 0.8), rgba(51, 27, 27, 0.7)), url("../../img/company-profile/background.png") fixed center center;
  background-size: cover;
  padding: 60px 0;
  color: rgb(255, 255, 255);
  font-weight: 300;
}