@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap");
/*========== Color ==========*/
/*========== Font and typography ==========*/
/*========== z index ==========*/
/*========== Hover overlay ==========*/
/*========== Margin ==========*/
.grid--repeat--2 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .grid--repeat--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid--repeat--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--repeat--3 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .grid--repeat--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid--repeat--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--repeat--4 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .grid--repeat--4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .grid--repeat--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid--repeat--4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .grid--repeat--4 .grid--repeat--4 {
    gap: 10px;
  }
  .grid--repeat--4 .list--service:last-child {
    padding-bottom: 20px;
  }
  .grid--repeat--4 .footer--logo {
    padding-top: 20px;
    text-align: center;
  }
  .grid--repeat--4 .adrs, .grid--repeat--4 .recent--buy {
    text-align: center;
  }
}

.image--ratio {
  display: block;
}
.image--ratio img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: "prompt-400", sans-serif;
  font-size: 20px;
  line-height: 26.5px;
  color: #000;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "prompt-600", sans-serif;
  line-height: 1.3;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  font-family: "prompt-600", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #7B3F00 !important;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

main {
  overflow: hidden;
}

/*=============== Font ===============*/
.mulish-400 {
  font-family: "Mulish-400" !important;
}

.mulish-500 {
  font-family: "Mulish-500" !important;
}

.mulish-600 {
  font-family: "Mulish-600" !important;
}

.mulish-700 {
  font-family: "Mulish-700" !important;
}

.mulish-800 {
  font-family: "Mulish-800" !important;
}

/*=============== Font ===============*/
.container {
  max-width: 1280px;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

/*=============== section--banner ===============*/
.section--banner {
  margin-bottom: 90px;
  background-image: url(../images/banners-backdrop.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 560px;
}
@media screen and (max-width: 460px) {
  .section--banner {
    margin-bottom: 20px;
  }
}
.section--banner .image--banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;  
}
.section--banner .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .section--banner .slick-dots li {
    margin: 0;
  }
}
.section--banner .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
}
.section--banner .slick-dots li button:before {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #CDD9F0;
  content: "";
  border-radius: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section--banner .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 460px) {
  .section--banner { 
    height: 168px !important;margin-bottom:50px;
  }
  .section--banner .image--banner img {
    -o-object-fit: contain;
       object-fit: contain; 
  }
}
.section--banner .slick-arrow {
  width: 21px;
  height: 40px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .section--banner .slick-arrow {
    background-size: 15px;
    top: 60%;
  }
}
.section--banner .slick-arrow.slick-prev {
  background-image: url(../images/icons/slide-left.svg) !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px;
  background-size: 21px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section--banner .slick-arrow.slick-prev {
    background-size: 15px;
  }
}
.section--banner .slick-arrow.slick-prev::before {
  content: "";
}
.section--banner .slick-arrow.slick-next {
  background-image: url(../images/icons/slide-right.svg) !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 21px;
  right: 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section--banner .slick-arrow.slick-next {
    background-size: 15px;
  }
}
.section--banner .slick-arrow.slick-next::before {
  content: "";
}

/*=============== section--banner ===============*/
/*=============== section--logo ===============*/
.section--logo {
  margin-bottom: 75px;
}

.image--logo {
  max-width: 350px;
  margin: 0 auto;
}
.image--logo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 390px) {
  .section--logo {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .section--logo {
    display: none !important;
  }
}
/*=============== section--logo ===============*/
/*=============== section--grid ===============*/
.section--grid {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .section--grid {
    margin-bottom: 50px;
  }
}
.section--grid .grid--repeat--3 {
  margin-bottom: 30px;
}
.section--grid .image--ratio {
  position: relative;
  width: 100%;
  padding-top: 64%;
}
.section--grid .image--ratio img {
  border-radius: 10px;
}
.section--grid p {
  font-size: 15px;
  color: #000;
}
.section--grid p a {
  color: #043166;
  font-family: "roboto-700", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=============== section--grid ===============*/
/*=============== section--product ===============*/
.section--product {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section--product {
    margin-bottom: 50px;
  }
}
.section--product h2 {
  color: #043166;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.section--product h2 img {
  margin-right: 15px;
  height: 50px;
}
.section--product .grid--repeat--2 {
  grid-template-columns: repeat(2, 1fr);
}

.box--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
          box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
  border-radius: 10px;
}
.box--product .image--product {
  overflow: hidden;
  border-radius: 10px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 15px 0 15px 15px;
  position: relative;
  padding-top: 32%;
  width: 100%;
}
.box--product .image--product:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box--product .image--product img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box--product .text--product {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.box--product .text--product .wrap--gray {
  background-color: #01329ad4;
  color: #FFF;
  border-radius: 0 10px 5px;
  font-size: 14px;
  font-family: "prompt-500", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  margin-bottom: 15px;
}
.box--product .text--product .padding--in {
  padding: 0 15px 15px 15px;
}
.box--product .text--product a {
  line-height: 30.5px;
  color: #333;
  font-family: "roboto-500", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.box--product .text--product p {
  font-size: 13px;
  line-height: 25.5px;
}

/*=============== section--product ===============*/
/*=============== section--about ===============*/
.section--about {
  margin-bottom: 75px;
}
.section--about .image--ratio {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
@media screen and (max-width: 991px) {
  .section--about .image--ratio {
    margin-bottom: 30px;
  }
}
.section--about h2 {
  font-family: "prompt-500", sans-serif;
  font-size: 24px;
  line-height: 57.5px;
  margin-bottom: 5px;
}
.section--about h2 span {
  font-family: "roboto-500", sans-serif;
}
.section--about .detail--about p {
  font-size: 15px;
  line-height: 28.5px;
  margin-bottom: 25px;
  color: #666;
}
.section--about .detail--about p span {
  font-size: 20px;
  color: #063DCA;
}
.section--about .detail--about div {
  font-size: 24px;
  color: #063DCA;
}

/*=============== section--about ===============*/
/*=============== section--lightbox ===============*/
.section--lightbox {
  margin-bottom: 100px;
}

.thumbsbox {
  -webkit-box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
          box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  color: #000;
  font-size: 16px;
}
.thumbsbox:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.thumbsbox img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbsbox .image--ratio {
  overflow: hidden;
  margin-bottom: 13px;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60%;
}

/*=============== section--lightbox ===============*/
/*=============== section--contact ===============*/
.section--contact h2 {
  font-family: "prompt-500", sans-serif;
  font-size: 24px;
  line-height: 57.5px;
  margin-bottom: 5px;
}
.section--contact h2 span {
  font-family: "roboto-500", sans-serif;
}
.section--contact .grid--repeat--2 {
  margin-bottom: 40px;
}
.section--contact .grid--repeat--2:last-child {
  font-family: "roboto-400", sans-serif;
}
.section--contact .grid--repeat--2 a {
  font-family: "roboto-500", sans-serif;
}

.card--contact {
  -webkit-box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
          box-shadow: 0 4px 16px rgba(69, 91, 99, 0.2);
  padding: 20px;
  border-radius: 10px;
  letter-spacing: 0.2px;
}
.card--contact.icard {
  background-image: url(../images/card-ip.webp) !important;
  background-repeat: no-repeat;
  background-position: top right;
}
.card--contact h3 {
  margin-bottom: 10px;
  font-family: "Lato", "roboto", "Prompt";
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #7B3F00;
}
.card--contact p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 7px;
}
.card--contact span {
  display: block;
  font-size: 15px;
}
.card--contact a {
  color: #000;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 460px) {
  .card--contact h2 {
    text-align: center;
  }
}

.googlemap {
  margin-bottom: 35px;
}
.googlemap iframe {
  width: 100%;
}

.form--contact {
  font-family: "prompt-400", sans-serif;
}
.form--contact .row {
  row-gap: 15px;
}
@media screen and (max-width: 991px) {
  .form--contact .row {
    row-gap: 10px;
  }
}
.form--contact span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 991px) {
  .form--contact span {
    position: relative;
    top: 7px;
  }
}
.form--contact .form-group label {
  margin-bottom: 4px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

/*=============== section--contact ===============*/
/*=============== section--product--list ===============*/
.section--product--list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section--product--list {
    margin-bottom: 50px;
  }
}
.section--product--list h2 {
  font-family: "prompt-500", sans-serif;
  font-size: 24px;
  line-height: 57.5px;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 40px;
}

/*=============== section--product--list ===============*/
/*=============== section--product--spec ===============*/
.section--product--spec h2 {
  font-family: "roboto-500", sans-serif;
  font-size: 24px;
  color: #7B3F00;
  line-height: 50.5px;
  margin-bottom: 5px;
}
.section--product--spec .topic--des {
  font-size: 24px;
  line-height: 28.5px;
  color: #666;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section--product--spec .topic--des {
    margin-bottom: 40px;
  }
}
.section--product--spec .grid--repeat--2 {
  gap: 25px;
  margin-bottom: 85px;
}
@media screen and (max-width: 991px) {
  .section--product--spec .grid--repeat--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.image--product--spec {
  border-radius: 10px;
  border: 2px solid #7B3F00;
  background-color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image--product--spec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.image--product--spec:hover {
  cursor: pointer;
  cursor: hand;
}

.detail--product--spec {
  color: #b4c9ff;
  font-family: "prompt-400", sans-serif;
  font-size: 15px;
  line-height: 28.5px;
  letter-spacing: 0.2px;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .detail--product--spec {
    padding: 0 25px 25px;
  }
}
.detail--product--spec .topic--spec {
  color: #ffc533;
  font-size: 40px;
  font-family: "Dancing Script", cursive;
  line-height: 28.5px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  padding-top: 25px;
}
.detail--product--spec .background--detail {
  background-color: #7B3F00;
  border-radius: 10px;
  width: 135%;
  height: calc(100% + 10%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, -4.5%);
          transform: translate(0, -4.5%);
}
@media screen and (max-width: 991px) {
  .detail--product--spec .background--detail {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.detail--product--spec ul {
  padding-left: 20px;
}

.btn--pdf {
  position: relative;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 24px;
  font-size: 15px;
  font-family: "roboto-500", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 45px;
  max-width: 180px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.btn--pdf:hover {
  opacity: 1;
}
.btn--pdf .icon {
  position: absolute;
  top: -22px;
  left: 0px;
  max-width: 70px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.table--product {
  font-size: 15px;
  margin-bottom: 140px;
  line-height: 28.857px;
  font-family: "roboto-400", sans-serif;
}
@media screen and (max-width: 991px) {
  .table--product {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .table--product {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .table--product table {
    min-width: 800px;
  }
}
.table--product tr th {
  text-align: center;
  background-color: rgba(60, 100, 177, 0.1);
  border-bottom: 3px solid #0053A0;
  font-family: "roboto-500", sans-serif;
}
.table--product tr th:nth-child(even) {
  background-color: rgba(60, 100, 177, 0.1);
}
.table--product tr td {
  vertical-align: bottom;
  text-align: center;
  border-color: #D9D9D9;
}
.table--product tr td:nth-child(even) {
  background-color: rgba(60, 100, 177, 0.1);
}
.table--product tr td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

/*=============== section--product--spec ===============*/
/*=============== section--slidenav ===============*/
.section--slidenav {
  margin-bottom: 115px;
}
.section--slidenav h2 {
  font-family: "roboto-700", sans-serif;
}
@media screen and (max-width: 767px) {
  .section--slidenav {
    margin-bottom: 50px;
  }
}
.section--slidenav .slider-for .image--product--spec {
  min-height: 359px;
}
.section--slidenav .slider-for .slick-slide {
  padding-top: 10%;
}
.section--slidenav .slider-for .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--slidenav .slider-for .slick-arrow {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 40px;
  top: 50%;
}
.section--slidenav .slider-for .slick-arrow.slick-prev {
  background-image: url(../images/icons/slide-left.svg);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  z-index: 1;
}
.section--slidenav .slider-for .slick-arrow.slick-prev::before {
  content: "";
}
.section--slidenav .slider-for .slick-arrow.slick-next {
  background-image: url(../images/icons/slide-right.svg);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
.section--slidenav .slider-for .slick-arrow.slick-next::before {
  content: "";
}
.section--slidenav .slider-nav {
  margin-top: 15px;
  position: unset;
}
.section--slidenav .slider-nav .slick-current .image--product--spec {
  border-width: 3px;
}
.section--slidenav .slider-nav .image--product--spec {
  border-radius: 5px;
  border: 1px solid #001F6E;
  margin: 0 10px;
  height: 85px;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  .section--slidenav .slider-nav .image--product--spec {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--slidenav .slider-nav .image--product--spec {
    height: 160px;
  }
}
@media screen and (max-width: 500px) {
  .section--slidenav .slider-nav .image--product--spec {
    height: 110px;
  }
}
.section--slidenav .slider-nav .image--product--spec img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--slidenav .detail--slide {
  background-color: #7B3F00;
  padding: 20px;
  color: #b4c9ff;
  font-size: 15px;
  font-family: "prompt-400", sans-serif;
  border-radius: 10px;
}
.section--slidenav .detail--slide .topic--spec {
  font-size: 35px;
  line-height: 28.5px;
  color: #FFC329;
  font-family: "Dancing Script", cursive;
  margin-bottom: 5px;
}
.section--slidenav .detail--slide .topic--spec-sm {
  font-size: 23px;
  line-height: 28.5px;
  color: #FFC329;
  margin-bottom: 5px;
}
.section--slidenav .detail--slide p {
  color: #b4c9ff;
  line-height: 28.857px;
}

/*=============== section--slidenav ===============*/
/*=============== Footer ===============*/
footer {
  background-image: url(../images/bg-footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer {
    background-color: #dfe4ea;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  footer .grid--repeat--3 {
    padding: 40px 0;
    gap: 20px;
  }
}

.footer--top {
  min-height: 250px;
}
.footer--top .footer--contact .footer--logo {
  margin-bottom: 20px;
}
.footer--top .footer--contact .footer--logo img {
  max-width: 200px;
}
.footer--top .footer--contact p {
  font-size: 15px;
  margin-bottom: 5px;
}
.footer--top .footer--contact .adrs {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 20px;
}
.footer--top .footer--contact .footer--tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", "roboto", "Prompt";
  line-height: 25px;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.footer--top .footer--contact .footer--tel a img {
  margin-right: 17px;
}
.footer--top .recent--post {
  font-family: "roboto-400", sans-serif;
}
.footer--top .recent--post .d-flex {
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .footer--top .recent--post .d-flex {
    border-color: #666;
  }
}
.footer--top .recent--post img {
  margin-right: 22px;
}
.footer--top .recent--post p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.footer--top .recent--post span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.footer--top .recent--post .recent--buy p {
  font-size: 16px;
  color: #333;
  font-family: "prompt-400", sans-serif;
  margin-bottom: 0px !important;
}
.footer--top .recent--post .recent--buy p span {
  color: #F83434;
  font-size: 16px;
}
.footer--top .recent--post .recent--buy p a {
  color: #043166;
  text-decoration: underline !important;
}
.footer--top .list--service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.footer--top .list--service a {
  font-family: "prompt-400", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 27px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.footer--top .topic--footer {
  font-size: 20px;
  font-family: "roboto-500", sans-serif;
  line-height: 30.5px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 23px;
}
.footer--top .footer--service .topic--footer {
  font-family: "prompt-400", sans-serif;
}
@media screen and (max-width: 460px) {
  .footer--top .footer--service .recent--post {
    display: none !important;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 15px;
  font-family: "roboto-400", sans-serif;
  background-color: #7B3F00;
  color: #FFF;
  padding: 10px;
  font-size: 11px;
}

/*=============== Footer ===============*/
/*# sourceMappingURL=style.css.map */