@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
  font-family: "Kanit", sans-serif;
}

.App {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: url("../images/backgrounds/top-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.navbar-kk {
  box-shadow: none;
}

.navbar-kk .navbar-brand img {
  max-width: 266px;
  transition: width 1s ease-out 100ms;
}

.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
  background-color: transparent;
  text-decoration: underline;
}

main {
  margin-top: 200px;
}

.subTitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 0rem;
}

.Title {
  font-size: 2rem;
  color: #000000;
  position: relative;
  display: inline-flex;
}

.BigTitle {
  font-size: 3rem;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.jumbotron {
  width: 100%;
  height: auto;
  background-color: #4e4e4e;
  background-image: url("../images/backgrounds/bgForm.png");
  align-items: center;
}

hr.divider {
  height: 1px;
  border-width: 0;
  color: #4e4e4e;
  background-color: #4e4e4e;
}

.Title::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 1000px;
  right: 0;
  height: 6px;
  background-color: #dd3737;
  border-radius: 1rem;
}

.textDetail {
  font-size: 0.9rem;
  color: #4e4e4e;
}

.nameBranch {
  font-size: 0.85rem;
  font-weight: 500;
  color: #dd3737;
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
}

.nameProduct {
  font-size: 1rem;
  font-weight: 500;
  color: #dd3737;
  margin-bottom: 0.3rem;
  margin-top: 0.7rem;
}

.textTableLeft {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.textTableRight {
  font-size: 0.75rem;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 0;
}

.sectionForm {
  background-color: #dd3737;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/backgrounds/bgForm.png");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}

.boxForm {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.5rem;
  padding: 3rem 6rem;
}

.titleForm {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
}

.titleFormLabel {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.txtLabelForm {
  color: #4e4e4e;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.btnKK {
  color: #ffffff;
  background-color: #dd3737;
  min-width: 160px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.5rem;
  border: 1px solid #dd3737;
  font-size: 1rem;
}

.btnKK:hover,
.btnKK:active {
  background-color: #ffffff;
  color: #dd3737;
}

.boxImageWorkings {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0.5rem;
}

.listImageWorkings {
  width: 33.3333%;
}

.forCutImage {
  width: 100%;
}

.listImageWorkings a,
.forCutImage a {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.listImageWorkings a img,
.forCutImage a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}


.branchImage {
  width: 100%;
}

.branchImage a {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.branchImage a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.textRemoreDetail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
  color: #4e4e4e;
}

.textRemoreDetail i {
  margin-left: 0.4rem;
}

.textDate {
  color: #4e4e4e;
  font-size: 0.85rem;
}

.textPrice {
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.textValuePrice {
  font-weight: 500;
  color: #dd3737;
  font-size: 4rem;
  line-height: 3.2rem;
}

.textValuePrice span {
  font-size: 0.95rem;
  color: #4e4e4e;
  font-weight: 400;
}

.textTitleDescription {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}

.textDescriptionKnowledge {
  font-size: 0.95rem;
  color: #4e4e4e;
}

.sectionWorkings {
  background-image: url("../images/backgrounds/bottom-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 2rem;
  background-size: 45% auto;
}

.boxColor {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.colorChoice {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #dd3737;
}

footer {
  background-color: #dd3737;
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .navbar-kk {
    background-color: #dd3737;
  }

  .boxForm {
    padding: 2rem 2rem;
  }

  .listImageWorkings {
    width: 50%;
  }

  .sectionWorkings {
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .boxForm {
    padding: 2rem 2rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-kk .navbar-brand img {
    max-width: 100px;
  }

  main {
    margin-top: 90px;
  }

  .App {
    background-size: 60% auto;
  }
}

@media screen and (min-width: 600px) {
  .navbar-kk.navbar.scrolling-navbar.top-nav-collapse {
    background-color: #dd3737;
  }

  .navbar-kk.navbar.scrolling-navbar.top-nav-collapse .navbar-brand img {
    max-width: 100px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-kk.navbar .navbar-nav>li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}