* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  border: 0px;
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  display: inline-block;
  background-color: transparent;
}

body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #D0D4D8;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

@font-face {
  font-family: "Leelawadee-bold";
  src: url("../fonts/Leelawadee-Bold.eot");
  src: url("../fonts/Leelawadee-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Leelawadee-Bold.woff2") format("woff2"), url("../fonts/Leelawadee-Bold.woff") format("woff"), url("../fonts/Leelawadee-Bold.ttf") format("truetype"), url("../fonts/Leelawadee-Bold.svg#Leelawadee-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Leelawadee";
  src: url("../fonts/Leelawadee.eot");
  src: url("../fonts/Leelawadee.eot?#iefix") format("embedded-opentype"), url("../fonts/Leelawadee.woff2") format("woff2"), url("../fonts/Leelawadee.woff") format("woff"), url("../fonts/Leelawadee.ttf") format("truetype"), url("../fonts/Leelawadee.svg#Leelawadee") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LeelawadeeUI-Bold";
  src: url("../fonts/LeelawadeeUI-Bold.eot");
  src: url("../fonts/LeelawadeeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LeelawadeeUI-Bold.woff2") format("woff2"), url("../fonts/LeelawadeeUI-Bold.woff") format("woff"), url("../fonts/LeelawadeeUI-Bold.ttf") format("truetype"), url("../fonts/LeelawadeeUI-Bold.svg#LeelawadeeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Leelawadee-UI-Semilight";
  src: url("../fonts/LeelawadeeUI-Semilight.eot");
  src: url("../fonts/LeelawadeeUI-Semilight.eot?#iefix") format("embedded-opentype"), url("../fonts/LeelawadeeUI-Semilight.woff2") format("woff2"), url("../fonts/LeelawadeeUI-Semilight.woff") format("woff"), url("../fonts/LeelawadeeUI-Semilight.ttf") format("truetype"), url("../fonts/LeelawadeeUI-Semilight.svg#LeelawadeeUI-Semilight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Leelawadee-UI";
  src: url("../fonts/LeelawadeeUI.eot");
  src: url("../fonts/LeelawadeeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/LeelawadeeUI.woff2") format("woff2"), url("../fonts/LeelawadeeUI.woff") format("woff"), url("../fonts/LeelawadeeUI.ttf") format("truetype"), url("../fonts/LeelawadeeUI.svg#LeelawadeeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.top-area {
  padding: 2rem 10rem;
}
@media (max-width: 1600px) {
  .top-area {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1400px) {
  .top-area {
    padding: 2rem 0;
  }
}
.top-area .block {
  padding: 2rem 2rem 2rem;
  border: 1px dashed #193353;
  border-radius: 10px 10px;
  position: relative;
}
@media (max-width: 575px) {
  .top-area .block {
    padding: 1rem 1rem 1rem;
  }
}
.top-area .block:before {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/icon04.png) no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100%;
}
.top-area h1 {
  color: #193353;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .top-area h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.top-area p {
  font-size: 16px;
  line-height: 25px;
  color: #1F1B20;
  margin: 0 0 1.5rem;
  text-align: justify;
  font-family: "Leelawadee";
}
.top-area .box h2 {
  font-size: 20px;
  line-height: 22px;
  color: #193353;
  margin: 0 0 15px;
  font-weight: 400;
}
.top-area .box p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  color: #1F1B20;
  font-family: "Leelawadee";
}
.top-area .box ul li {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  font-family: "Leelawadee";
  color: #1F1B20;
  margin: 0 0 10px;
}
.top-area .box ul li img {
  margin: 0 5px 0 0;
}
.top-area .box.bg::before {
  position: absolute;
  top: 0;
  left: auto;
  right: -15px;
  bottom: 0;
  content: "";
  background: url(../images/icon03.png) no-repeat;
  width: 6px;
  height: 100%;
}
@media (max-width: 992px) {
  .top-area .box.bg::before {
    display: none;
  }
}

.form-block {
  padding: 20px 30px;
  background: #fff;
  margin: 4rem 0 0 5rem;
  border-radius: 10px 10px;
}
@media (max-width: 992px) {
  .form-block {
    margin: 1rem 7rem 0;
  }
}
@media (max-width: 575px) {
  .form-block {
    margin: 1rem 0 0;
  }
}
.form-block h2 {
  font-size: 24px;
  line-height: 26px;
  color: #2E3D6C;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
.form-block input {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #ABABAB;
  font-weight: 400;
  border-radius: 5px;
  border: 1.5px solid #ABABAB;
}
.form-block input:focus {
  box-shadow: none;
}
.form-block input::-moz-placeholder {
  color: #ABABAB;
}
.form-block input::placeholder {
  color: #ABABAB;
}
.form-block textarea {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #ABABAB;
  font-weight: 400;
  border-radius: 5px;
  border: 1.5px solid #ABABAB;
}
.form-block textarea:focus {
  box-shadow: none;
}
.form-block textarea::-moz-placeholder {
  color: #ABABAB;
}
.form-block textarea::placeholder {
  color: #ABABAB;
}
.form-block .form-btn {
  background: #184265;
  padding: 10px 25px;
  border-radius: 5px 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.d-area {
  padding: 2rem 10rem;
}
@media (max-width: 1600px) {
  .d-area {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1400px) {
  .d-area {
    padding: 2rem 0;
  }
}
.d-area .box {
  background: #193353;
  padding: 50px 7rem;
  border-radius: 10px 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .d-area .box {
    padding: 50px 2rem;
  }
}
@media (max-width: 575px) {
  .d-area .box {
    padding: 1rem 1rem 1rem;
  }
}
.d-area .box:before {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/icon04.png) no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100%;
}
.d-area .box h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
  color: #D0D4D8;
  margin: 0 0 40px;
  text-align: center;
}
.d-area .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .d-area .box ul {
    justify-content: center;
  }
}
.d-area .box ul li {
  width: 20%;
  text-align: center;
  background: url(../images/icon05.png) no-repeat center right;
}
@media (max-width: 575px) {
  .d-area .box ul li {
    width: 50%;
    margin: 0 0 20px;
    background: none;
  }
}
.d-area .box ul li:last-child {
  background: none;
}
.d-area .box ul li h3 {
  font-size: 90px;
  line-height: 92px;
  color: #D0D4D8;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .d-area .box ul li h3 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .d-area .box ul li h3 {
    font-size: 50px;
    line-height: 52px;
  }
}
.d-area .box ul li h3 span {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .d-area .box ul li h3 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .d-area .box ul li h3 span {
    font-size: 16px;
    line-height: 18px;
  }
}
.d-area .box ul li p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #D0D4D8;
  font-family: "Leelawadee";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .d-area .box ul li p {
    font-size: 13px;
    line-height: 15px;
  }
}

.high-area {
  padding: 2rem 10rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .high-area {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1400px) {
  .high-area {
    padding: 2rem 0;
  }
}
.high-area .block {
  padding: 2rem 2rem 2rem;
  border: 1px dashed #193353;
  border-radius: 10px 10px;
  position: relative;
}
@media (max-width: 575px) {
  .high-area .block {
    padding: 1rem 1rem 1rem;
  }
}
.high-area .block:before {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/icon04.png) no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100%;
}
.high-area h2 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .high-area h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .high-area h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.high-area p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.36px;
  margin: 0 0 50px;
}
@media (max-width: 1280px) {
  .high-area p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px;
  }
  .high-area p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .high-area p {
    font-size: 15px;
    line-height: 25px;
  }
}
.high-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .high-area ul {
    justify-content: space-between;
  }
}
.high-area ul li {
  margin: 0 25px 0 0;
  background: #fff;
  padding: 15px 15px;
  border-radius: 5px 5px;
}
@media (max-width: 1800px) {
  .high-area ul li {
    width: 15%;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 992px) {
  .high-area ul li {
    width: 48%;
    margin: 0 0 32px;
  }
}
.high-area ul li:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  .high-area ul li:last-child {
    margin: 0 0 32px;
  }
}
.high-area ul li p {
  color: #021D4A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1280px) {
  .high-area ul li p br {
    display: block;
  }
}
@media (max-width: 575px) {
  .high-area ul li p {
    font-size: 16px;
    line-height: 20px;
  }
}

.n-area {
  padding: 3rem 10rem 2rem;
}
@media (max-width: 1600px) {
  .n-area {
    padding: 3rem 5rem 2rem;
  }
}
@media (max-width: 1400px) {
  .n-area {
    padding: 3rem 0 2rem;
  }
}
.n-area .block {
  padding: 3rem 2rem 2rem;
  background: #193353;
  border-radius: 5px 5px;
}
@media (max-width: 575px) {
  .n-area .block {
    padding: 2rem 1rem 1rem;
  }
}
.n-area .block h2 {
  color: #D0D4D8;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}
.n-area .block h2::before {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -14px;
  content: "";
  background: url(../images/icon08.png) no-repeat;
  background-size: 100%;
  width: 30%;
  height: 6px;
  margin: 0 auto;
}
.n-area .block h3 {
  color: #D0D4D8;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 40px;
  text-align: center;
}
.n-area .img-hold img {
  width: 100%;
  border: 1px dashed #D0D4D8;
  padding: 10px 10px;
  border-radius: 5px 5px;
}
.n-area .img-bar {
  text-align: center;
}
@media (max-width: 767px) {
  .n-area .img-bar {
    margin: 0 0 15px;
  }
}

.f-area {
  padding: 2rem 10rem;
}
@media (max-width: 1600px) {
  .f-area {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1400px) {
  .f-area {
    padding: 2rem 0;
  }
}
.f-area .block {
  padding: 2rem 2rem 2rem;
  border: 1px dashed #193353;
  border-radius: 10px 10px;
  position: relative;
}
@media (max-width: 575px) {
  .f-area .block {
    padding: 1rem 1rem 1rem;
  }
}
.f-area .block:before {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/icon04.png) no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100%;
}
.f-area .block h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 30px;
}
.f-area .f-slider h3 {
  color: #1F1B20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  font-family: "Leelawadee";
}
.f-area .f-slider .slick-slide img {
  margin: 0 auto 30px;
  border-radius: 5px 5px;
}
.f-area .f-slider .slick-prev, .f-area .f-slider .slick-next {
  top: auto;
  bottom: -10px;
  width: 25px;
  height: 25px;
}
.f-area .f-slider .slick-prev::before, .f-area .f-slider .slick-next::before {
  display: none;
}
.f-area .f-slider .slick-prev {
  left: 42%;
  background: url(../images/icon06.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 820px) {
  .f-area .f-slider .slick-prev {
    left: 35%;
  }
}
@media (max-width: 767px) {
  .f-area .f-slider .slick-prev {
    left: 30%;
  }
}
@media (max-width: 575px) {
  .f-area .f-slider .slick-prev {
    left: 20%;
  }
}
.f-area .f-slider .slick-next {
  right: 42%;
  background: url(../images/icon07.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 820px) {
  .f-area .f-slider .slick-next {
    right: 35%;
  }
}
@media (max-width: 767px) {
  .f-area .f-slider .slick-next {
    right: 30%;
  }
}
@media (max-width: 575px) {
  .f-area .f-slider .slick-next {
    right: 20%;
  }
}

.floor-plan {
  padding: 3rem 10rem 2rem;
}
@media (max-width: 1600px) {
  .floor-plan {
    padding: 3rem 5rem 2rem;
  }
}
@media (max-width: 1400px) {
  .floor-plan {
    padding: 3rem 0 2rem;
  }
}
@media (max-width: 575px) {
  .floor-plan {
    padding: 2rem 0rem 1rem;
  }
}
.floor-plan .block {
  padding: 2rem 2rem 2rem;
  border: 1px dashed #193353;
  border-radius: 10px 10px;
  position: relative;
}
.floor-plan .block:before {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/icon04.png) no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100%;
}
.floor-plan .block h2 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 20px;
  text-align: center;
}
.floor-plan .block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10rem;
}
@media (max-width: 1850px) {
  .floor-plan .block ul {
    padding: 0 5rem;
  }
}
@media (max-width: 1650px) {
  .floor-plan .block ul {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .floor-plan .block ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.floor-plan .block ul li {
  margin: 0 20px 20px 0;
}
@media (max-width: 1150px) {
  margin: 0 15px 15px 0;
}
@media (max-width: 767px) {
  .floor-plan .block ul li {
    margin: 0 0 15px;
    width: 48%;
  }
}
@media (max-width: 575px) {
  .floor-plan .block ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .floor-plan .block ul li:last-child {
    margin: 0 0 15px;
    width: 48%;
  }
}
@media (max-width: 575px) {
  .floor-plan .block ul li:last-child {
    width: 100%;
  }
}
.floor-plan .block ul li .image-container {
  position: relative;
  width: 250px; /* Adjust thumbnail size */
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 5px 5px;
}
@media (max-width: 1150px) {
  .floor-plan .block ul li .image-container {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .floor-plan .block ul li .image-container {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .floor-plan .block ul li .image-container {
    width: 100%;
  }
}
.floor-plan .block ul li .image-container:hover {
  transform: scale(1.05);
}
.floor-plan .block ul li .image-container:hover .overlay {
  opacity: 1;
}
.floor-plan .block ul li .image-container img {
  width: 100%;
  height: auto;
}
.floor-plan .block ul li.active .image-container .overlay {
  opacity: 0 !important;
}
.floor-plan .block ul li .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(25, 51, 83, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}
.floor-plan .block ul li .image-container .overlay h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  font-family: "Leelawadee";
}

#borModal .modal-body form input {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #ABABAB;
  font-weight: 400;
  border-radius: 5px;
  border: 1.5px solid #ABABAB;
}
#borModal .modal-body form textarea {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #ABABAB;
  font-weight: 400;
  border-radius: 5px;
  border: 1.5px solid #ABABAB;
}
#borModal .modal-body form .form-btn {
  background: #184265;
  padding: 10px 25px;
  border-radius: 5px 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 575px) {
  .arrow {
    color: #D0D4D8;
  }
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

#header {
  background: #fff;
}
#header.sticky {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  #header.sticky {
    padding: 0 0 10px;
  }
}
#header .navbar {
  position: relative;
  padding: 0 10rem;
}
@media (max-width: 1600px) {
  #header .navbar {
    padding: 0 5rem;
  }
}
@media (max-width: 1400px) {
  #header .navbar {
    padding: 0;
  }
}
#header .navbar .navbar-brand {
  margin: 0 0 -45px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1100px) {
  #header .navbar .navbar-brand {
    margin: 0 0 -15px 0;
  }
}
@media (max-width: 767px) {
  #header .navbar .navbar-brand {
    margin: 0 0 -9px 0;
  }
}
#header .navbar .navbar-brand img {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1280px) {
  #header .navbar .navbar-brand img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  #header .navbar .navbar-brand img {
    width: 100px;
  }
}
#header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px 0 0;
}
@media (max-width: 1280px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
  }
}
#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #193353;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 0.7rem 0.9rem;
  font-family: "Leelawadee-UI";
}
@media (max-width: 1400px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.7rem 0.7rem;
  }
}
@media (max-width: 991px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 12px 12px;
    border-bottom: 1px solid #021D4A;
    color: #021D4A;
  }
}
#header .navbar .bro-btn {
  padding: 10px 30px;
  color: #D0D4D8;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  background: #193353;
  margin: 0 0 0 10px;
  font-family: "Leelawadee-UI";
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
}
#header .navbar .bro-btn img {
  margin: 0 0 0 7px;
}
@media (max-width: 991px) {
  #header .navbar .bro-btn {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    width: 100%;
    background: #193353;
    color: #D0D4D8;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  #header .navbar .bro-btn {
    margin: 0 35px 0 0;
  }
}
#header .navbar .bro-btn::focus {
  box-shadow: none;
}
@media (max-width: 575px) {
  #header .navbar .bro-btn {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  #header .navbar .box {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  #header .navbar-toggler {
    position: absolute;
    top: 0px;
    right: 0;
  }
}
#header .navbar-toggler #navicon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 5px;
}
#header .navbar-toggler #navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #021D4A;
  border-radius: 9px;
  opacity: 1;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  right: 0;
}
#header .navbar-toggler #navicon span:first-child {
  top: 9px;
}
#header .navbar-toggler #navicon span:last-child {
  top: 21px;
  width: 65%;
}
#header .navbar-toggler #navicon span:nth-child(2) {
  top: 15px;
}
#header .navbar-toggler #navicon.open span:first-child {
  transform: rotate(135deg);
  top: 15px;
}
#header .navbar-toggler #navicon.open span:last-child {
  transform: rotate(-135deg);
  top: 15px;
  width: 100%;
}
#header .navbar-toggler #navicon.open span:nth-child(2) {
  opacity: 0;
}
#header .navbar-toggler:focus {
  box-shadow: none;
}

#footer {
  padding: 2rem 10rem;
}
@media (max-width: 1600px) {
  #footer {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1400px) {
  #footer {
    padding: 2rem 0 2rem;
  }
}
#footer .block {
  background: #193353;
  border-radius: 5px 5px;
}
#footer .top-bar {
  padding: 3rem 3rem 3rem;
}
@media (max-width: 767px) {
  #footer .top-bar {
    padding: 1rem 1rem 1rem;
  }
}
#footer .top-bar .space {
  padding: 0 0 0 15rem;
}
@media (max-width: 1400px) {
  #footer .top-bar .space {
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 992px) {
  #footer .top-bar .space {
    padding: 15px 15px 0;
  }
}
#footer .top-bar h2 {
  color: #D0D4D8;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 20px;
}
#footer .top-bar p {
  color: #D0D4D8;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 30px;
  font-family: "Leelawadee";
}
#footer .top-bar h3 {
  font-size: 18px;
  line-height: 20px;
  color: #D0D4D8;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #D0D4D8;
  display: inline-block;
}
@media (max-width: 992px) {
  #footer .top-bar .p-link {
    margin: 0 0 20px;
  }
}
#footer .top-bar .p-link li {
  margin: 0 0 12px;
}
#footer .top-bar .p-link li:last-child {
  margin: 0;
}
#footer .top-bar .p-link li a {
  font-size: 18px;
  line-height: 20px;
  color: #D0D4D8;
  font-weight: 400;
  font-family: "Leelawadee";
}
@media (max-width: 992px) {
  #footer .top-bar .info {
    margin: 0 0 20px;
  }
}
#footer .top-bar .info li {
  margin: 0 0 15px;
}
#footer .top-bar .info li:last-child {
  margin: 0;
}
#footer .top-bar .info li p {
  font-size: 18px;
  line-height: 20px;
  color: #D0D4D8;
  font-weight: 400;
  font-family: "Leelawadee";
  margin: 0 0 10px;
}
#footer .top-bar .info li p img {
  margin: 0 7px 0 0;
}
#footer .top-bar .info li a {
  font-size: 18px;
  line-height: 20px;
  color: #D0D4D8;
  font-weight: 700;
  font-family: "Leelawadee-bold";
  margin: 0 0 10px;
  display: block;
}
#footer .top-bar .s-link {
  display: flex;
  align-items: center;
}
#footer .top-bar .s-link li {
  margin: 0 10px 0 0;
}
#footer .top-bar .s-link li:last-child {
  margin: 0;
}
#footer .b-area {
  padding: 20px 0;
  text-align: center;
  border-top: 2px dashed #D0D4D8;
}
#footer .b-area p {
  color: #D0D4D8;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1280px) {
  #footer .b-area p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  #footer .b-area p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
  }
}/*# sourceMappingURL=main.css.map */


