@import url("https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif, "Fasthand", cursive;
}

:root {
  --grey: rgba(128, 128, 128, 0.442);
  --border-color-grey: rgba(128, 128, 128, 0.442);
  --bg-card: #d4d4d440;
  --bg-sale: #3cb043;
  --bg-hover-card: #bfc1be;
  --bg-header: #f6f9f5;
  --dark-text: #333;
  --bg-header: #f6f9f5;
  --text-black: #06150a;
  --text-white: #ffffff;
}

.text-capitalize {
  text-transform: capitalize;
}
.fs-1 {
  font-size: 60px;
}
.fs-3 {
  font-size: 30px;
}
.fs-2 {
  font-size: 40px;
}
.fs-5 {
  font-size: 20px;
}
.fs-6 {
  font-size: 16px;
}
.text-muted {
  color: var(--border-color-grey);
}
.fw-bold {
  font-weight: 900;
}
.text-green {
  color: var(--bg-sale);
}
.text-grey {
  color: grey;
}
.text-white {
  color: white;
}
.pe-2 {
  padding-right: 20px;
}
.pe-3 {
  padding-right: 30px;
}
.pe-4 {
  padding-right: 40px;
}
.pe-5 {
  padding-right: 50px;
}
.pe-1 {
  padding-right: 10px;
}
.ps-1 {
  padding-left: 10px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-3 {
  padding-left: 30px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-2 {
  padding-left: 20px;
}
.px-1 {
  padding: 0px 10px;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-2 {
  margin-bottom: 20px;
}
.px-2 {
  padding: 0px 20px;
}
.p-d {
  padding: 10px;
}
.me-1 {
  margin-right: 10px;
}
.me-2 {
  margin-right: 20px;
}
.me-3 {
  margin-right: 30px;
}
.py-2 {
  padding: 20px 0px;
}
.text-gold {
  color: gold;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-12 {
  width: 100%;
}

.col-8 {
  width: 66.66%;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}
.col-4 {
  width: 33.33%;
}
.col-6 {
  width: 50%;
}

.col-2 {
  width: 20%;
}

.text-align-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.g-2 {
  gap: 20px;
}
.align-item-start {
  align-items: start;
}
.align-item-center {
  align-items: center;
}
.align-item-end {
  align-items: end;
}
.text-decoration-none {
  text-decoration: none;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.img-banner {
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.img-banner iframe {
  width: 100%;
  height: 100%;
}
/* ================================================================User======================================================= */
.box-img-cn {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--bg-sale);
  overflow: hidden;
}
.box-img-cn > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.box-des {
  border-radius: 2px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.d-block-cn {
  font-size: 25px;
  color: var(--bg-sale);
  padding-right: 14px;
}
.box-user {
  display: flex;
  gap: 28px;
}
.gap-cn-1 {
  gap: 10px;
}
.gap-cn-2 {
  gap: 20px;
}
.actve-color-cn-sl {
  color: var(--bg-sale);
}
.bor-line {
  border-right: 1px solid var(--text-black);
}

.email-contact {
  padding-left: 4px;
}

.actve-color-cn-bl {
  color: var(--text-black);
}
.d-block-cn-1 {
  text-decoration: none;
  /* color: var(--bg-sale); */
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-contact-info {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-contact-info .title-contact-info {
  padding-left: 20px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border-color-grey);
  height: 50%;
}

.box-contact-info .title-contact-info .icon-contact {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: white;
  background-color: var(--bg-sale);
}

 .icon-contact i {
  font-size: 16px;
}
.desc-contact-info {
  color: var(--bg-sale);
  font-size: 20px;
}
.desc-contact-info {
  height: 50%;
  padding-left: 20px;
  font-size: 14px;
}
.desc-contact-info a {
  text-decoration: none;
  font-size: 16px;
  color: black;
}

.img-contact {
  width: 100%;
  height: auto;
}
.img-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-contact {
  width: 100%;
  /* background-color: rgb(255, 255, 255); */
  border-radius: 4px;
}
.form-contact .input-form {
  height: 40px;
  width: 100%;
}
.form-contact .input-form .form-control {
  outline: none;
  height: 100%;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
  border: 1px solid var(--border-color-grey);
  border-radius: 4px;
}
.form-contact textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  padding-left: 20px;
  border: 1px solid var(--border-color-grey);
  outline: none;
  border-radius: 4px;
  color: black;
}
.form-contact .btn-send-message {
  font-size: 16px;
  background-color: var(--bg-sale);
  width: 140px;
  height: 40px;
  border: none;
  outline: none;
  color: white;
  border-radius: 4px;
}

.part-contact-img {
  display: flex;
  flex-direction: column;
}
.part-contact-img .contact-icon-social-media {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
}
.part-contact-img .contact-icon-social-media .contact-icon {
  font-size: 30px;
  color: var(--bg-sale);
}

.dec-right {
  height: 87px;
}
