@media (min-width: 1024px) {

  body,
  html {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {

  body,
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url(../fonts/SVN-Gilroy-Regular.otf) format(opentype);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SVN Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("../fonts/SVN-Gilroy-Regular.otf") format("woff2"),
    url("../fonts/SVN-Gilroy-Regular.otf") format("woff");
}

@font-face {
  font-family: "SVN Gilroy";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("woff2"),
    url("../fonts/SVN-Gilroy-SemiBold.otf") format("woff");
}

@font-face {
  font-family: "SVN Gilroy";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../fonts/SVN-Gilroy-XBold.otf") format("woff2"),
    url("../fonts/SVN-Gilroy-XBold.otf") format("woff");
}

@font-face {
  font-family: "SVN Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url("../fonts/SVN-Gilroy-Black.otf") format("woff2"),
    url("../fonts/SVN-Gilroy-Black.otf") format("woff");
}

@font-face {
  font-family: "SVN Gilroy";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/SVN-Gilroy-Light.otf") format("woff2"),
    url("../fonts/SVN-Gilroy-Light.otf") format("woff");
}

.banner_home img {
  width: 100%;
  max-height: 600px;
}

.c-img {
  display: block;
  position: relative;
}

.box-img .img {
  padding-top: 90%;
}

.box-img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2%;
}

.section-project_overview h1 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #00331f;
  text-align: center;
  font-weight: bolder;
}

.section-project_overview {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-project_overview .box-img {
  padding: 0.5rem;
  border-radius: 5px;
  border: 3px solid #001d3f;
  height: 100%;
}

.section-project_overview .box-img .img {
  height: 100%;
  padding-top: 100%;
}

.section-project_overview .box-img img {
  border-radius: 5px;
}

.section-project_overview .s-content i {
  font-family: "Fontawesome";
  font-size: 0.5rem;
  margin-right: 0.5rem;
}

.s-content ul li {
  color: #000000;
  font-family: "SVN-Gilroy", sans-serif;
}

.s-content ul {
  margin-left: 0;
}

.btn-info-ground {
  border-radius: 0.75rem;
  background: linear-gradient(261deg, var(--cl-main), var(--cl-main-light), var(--cl-main-medium-light));
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #fefec4 !important;
  transition: all 0.3s;
  border-style: double;
  border-color: #fefec4;
  border-width: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.btn-info-project {
  border-radius: 0.75rem;
  background: linear-gradient(261deg, var(--cl-main), var(--cl-main-light), var(--cl-main-medium-light));
  font-size: 2rem;
  padding: 0.5rem 1rem;
  color: #fefec4 !important;
  transition: all 0.3s;
  border-style: double;
  border-color: #fefec4;
  border-width: 5px;
  animation: scaleBtn 2s infinite;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

@keyframes scaleBtn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.section-intro_home .logo {
  max-width: 200px;
}

.img-intro_home {
  border-radius: 2rem;
  border: 3px solid #001d3f;
}

.img-intro_home img {
  padding: 0.75rem;
  border-radius: 2rem;
}

.section-intro_home .content-text-title {
  font-size: 2rem;
  color: #41775f;
  text-align: center;
  font-weight: 600;
}

.section-choose_us {
  padding: 4rem 0;
}

.section-choose_us .info {
  margin-top: 1rem;
}

.section-choose_us .desciption {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 600;
  color: white;
}

.section-choose_us {
  background-image: url(../images/eco-park-banner.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-parallax {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-location .box-img {
  border-radius: 1rem;
  border: 3px solid #001d3f;
  height: 100%;
}

.section-location .box-img img {
  border-radius: 1rem;
  padding: 0.75rem;
}

.section-flower_garden .box-img .c-img {
  padding-top: 66%;
}

.section-flower_garden .box-img .c-img img {
  border-radius: 0;
}

.section-flower_garden .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.section-register .img {
  padding-top: 60%;
  border: 3px solid #faffcc;
  border-radius: 1rem;
}

.section-register {
  padding: 1.75rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-register .box-img {
  margin: 0.75rem 0;
}

.section-register .img img {
  padding: 0.5rem;
  border-radius: 1rem;
}

.section-extension {
  position: relative;
}

.section-extension .box-img .img {
  padding-top: 45%;
}

.section-location .box-img .img {
  padding-top: 100%;
  height: 100%;
}

.section-extension .box-img .img img,
.section-ground .box-img .img img {
  border-radius: 0;
}

.section-ground .box-img .img {
  padding-top: 50%;
}

.section-ground {
  position: relative;
}

.section-policy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-policy .content {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  border: 3px solid #00331f;
}

.section-customer-visit .box-img {
  border: 3px solid #001d3f;
  border-radius: 0.5rem;
}

.section-customer-visit .box-img .img {
  padding-top: 100%;
}

.section-customer-visit .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.section-customer-visit .box-img {
  margin-bottom: 1rem;
}

.call-advise {
  width: 20%;
}

.call-advise span {
  margin-right: 0.5rem;
}

.list-ex .item-ex {
  margin-bottom: 0.75rem;
}

.list-ex .item-ex i {
  margin-right: 0.5rem;
  font-family: "Fontawesome";
  font-size: 0.5rem;
}

.list-ex .item-ex p {
  display: flex;
  align-items: center;
}

.slick-dots li button:before {
  font-size: 1rem !important;
}

.section-extension .slick-dots {
  bottom: 0 !important;
}

.section-extension .slick-dots li button:before {
  opacity: 1 !important;
  color: #000000;
}

.section-extension .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

.form-send-info .main-form .form-group .btn-submit {
  border-radius: 10px;
  border-style: double;
  border-color: #001d3f;
  border-width: 3px;
  width: 100%;
  background: rgb(16 47 110 / 80%);
  color: white;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-ground .box-img {
  border: 3px solid #001d3f;
  border-radius: 5px;
  padding: 0.5rem;
}

.list-ground .box-img .img {
  padding-top: 60%;
}

.item-ground .title-item h3 {
  font-size: 2rem;
  text-align: center;
  color: var(--cl-main);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.list-img-ground .box-img .img {
  padding-top: 60%;
}

.list-img-project .item-progress_pro {
  margin-bottom: 1rem;
}

.list-img-project .item-progress_pro .title-progress {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.75rem;
  text-align: center;
}

.item-progress_pro .box-img .img {
  padding-top: 60%;
}

.item-progress_pro .box-img .img img {
  border-radius: 0;
}

.section-contact .section-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

.section-contact .section-bg-overlay {
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(43, 67, 36, 0.529);
}

.section-banner img {
  width: 100%;
  height: auto;
}

.slide-ex .slick-prev {
  left: 0 !important;
}

.slide-ex .slick-next {
  right: 0 !important;
}

.slick-prev:before {
  content: "\f053" !important;
  color: #d3c62c;
  font-family: "Fontawesome" !important;
}

.main-popup-regis .frame-frm-regis .form-group label {
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.main-popup-regis .frame-frm-regis .form-group .form-input {
  padding: 10px;
  /* border: 2px solid #0c0c0c; */
  height: 2.5rem;
  border-radius: 5px;
  background-color: #ffffff;
}

.main-popup-regis .frame-frm-regis .form-group textarea.form-input {
  height: unset;
}

.main-popup-regis .frame-frm-regis {
  max-width: 768px;
  height: fit-content;
}

.main-popup-regis {
  padding: 0 2rem;
}

.img-form-popup .box-img .img {
  padding-top: 40%;
}

.img-form-popup .box-img .img img {
  border-radius: 0;
}

.frame-frm-regis {
  background: #0c214d;
  background-image: url(../images/bgr4.png);
}

.section-project_overview .title-prj_ovv,
.section-intro_home .title,
.section-location .title,
.section-flower_garden .title,
.section-customer-visit .title,
.section-extension .title,
.section-ground .title,
.section-progress .title,
.title-block2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--cl-main);
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.section-choose_us .title {
  font-weight: bolder;
  font-size: 1.25rem;
  color: white;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

.section-register .title {
  font-weight: bolder;
  color: #fdf7be;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.section-policy .title {
  font-weight: bolder;
  color: #fdf7be;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.item-policy {
  background-color: var(--cl-main);
  border-radius: 10px;
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.item-policy img {
  width: 2.5rem;
}

.item-policy h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(360deg,
      rgb(226, 154, 82),
      rgb(241, 204, 7));
  border-radius: 5px;
}

.item-policy h3 span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  padding: 0.5rem 0;
}

.btn-download {
  display: flex;
  justify-content: center;
}

.btn-download a {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  background: #efae1b;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
  animation: scaleBtn 2s infinite;
}

.footer .info-form-footer {
  background-color: var(--cl-main);
  color: white;
  display: grid;
  place-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.footer .info-form-footer h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}

.footer .info-form-footer .email,
.footer .info-form-footer .phone,
.footer .info-form-footer .address {
  color: white;
  font-weight: 600;
}

.footer .logo {
  max-width: 15rem;
  width: 100%;
}

.footer {
  background: url(../images/eco-park-banner.jpeg);
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .form-footer {
  background: white;
}

.form-send-info .form-input::placeholder {
  font-weight: 500;
}

.footer input.form-input::placeholder {
  color: var(--cl-main);
  font-weight: 600;
}

.footer textarea.form-input::placeholder {
  color: var(--cl-main);
  font-weight: 600;
}

textarea.form-input {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  border: 2px solid #0c0c0c;
}

.footer input.form-input {
  height: 3rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border: 2px solid #001d3f;
}

.footer .title-form {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.75rem;
}

.footer .btn-waring {
  background: var(--cl-main);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 600;
}

.footer .ux-logo {
  max-width: 100%;
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
}

.footer .ux-logo .logo img {
  display: block;
}

.footer .group_check label {
  color: #333333;
}

.footer .title {
  font-size: 2rem;
  text-align: center;
  color: #fce5b1;
  font-weight: bolder;
  margin: 1.25rem 0;
}

footer .address i,
footer .phone i,
footer .email i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

footer .address,
footer .phone,
footer .email {
  margin-top: 0.75rem;
}

.main-popup-document {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  z-index: 9999;
}

.main-popup-document .close-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999;
}

.main-popup-document .frame-frm-regis {
  max-width: 1024px;
  height: fit-content;
}

.main-popup-document .frame-frm-regis {
  max-width: 576px;
  width: 100%;
  margin: 100px auto;
  padding: 20px 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 10px 0px rgb(18 18 18 / 50%);
  background-color: rgba(60, 38, 24, 0.95);
  z-index: 1000;
}

.main-popup-document .frame-frm-regis {
  background: #2d6b3d;
}

.main-popup-document .frame-frm-regis .form-group .form-input {
  padding: 10px;
  border: 2px solid #6c6c6c;
  height: 3.5rem;
  border-radius: 5px;
  background-color: #ffffff;
}

.main-popup-document .frame-frm-regis .form-group .form-input::placeholder {
  color: #07723eb6;
  font-weight: 600;
}

.main-popup-document .select-document {
  height: 3.5rem;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #6c6c6c;
  padding: 10px;
}

.main-popup-document .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin-top: -5px;
  margin-right: -5px;
  color: rgb(0 117 173);
  font-size: 16px;
  border: 2px solid rgb(0 117 173);
  border-radius: 50%;
  background-color: #3b2617;
}

.main-popup-document .title-fomr {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bolder;
  color: white;
}

p.note-policy {
  color: white;
}

.main-popup-document button.btn-waring {
  padding: 0.5rem 2rem;
  color: #fff;
  border: 2px solid white;
  font-weight: 600;
  border-radius: 25px;
  background: #efae1b;
  text-transform: uppercase;
}

h1.title-home {
  position: absolute;
  left: -99999px;
}

.main-popup-regis .frame-frm-regis button.btn-waring {
  color: white;
  background-color: #0c214d;
}

@media (max-width: 991px) {
  .section-project_overview .box-img {
    margin-bottom: 1rem;
  }

  .section-project_overview .title-prj_ovv {
    margin-top: 1rem;
  }

  .section-project_overview .s-content ul li {
    margin-left: 0;
  }

  .btn-info-project {
    font-size: 1rem;
    padding: 0.75rem;
  }

  .section-location .title {
    margin-top: 1rem;
  }

  .footer .title,
  .section-project_overview .title-prj_ovv,
  .bank-loans-schedule .title-section,
  .section-intro_home .title,
  .section-project_overview h1,
  .section-location .title,
  .section-flower_garden .title,
  .section-customer-visit .title,
  .section-extension .title,
  .section-ground .title,
  .section-progress .title,
  .title-block2 {
    font-size: 1.75rem;
  }

  .call-advise {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .section-customer-visit .box-img {
    margin-bottom: 1rem;
  }

  .section-customer-visit .box-img .img {
    padding-top: 70%;
  }

  .img-form-popup {
    display: none;
  }
}

.s-content ul li {
  margin-left: 1.3em;
}

.list-ground .item-ground:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.main-header .main-menu-header .menu-header-desktop ul li:hover {
  background: var(--cl-main);
}

.main-header .main-menu-header .menu-header-desktop ul li ul li:hover>a {
  color: #fff;
  background: #001d3f;
}

.over-lay-bg {
  background-color: rgba(0, 0, 0, 0.401);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1400px;
  }
}

.img-intro_home img {
  width: 100%;
}

.social-fixed-mobile {
  display: none;
}

@media screen and (max-width: 600px) {

  .social-fixed-now,
  .btn-bao-gia {
    display: none;
  }

  .footer {
    margin-bottom: 3rem;
  }

  .social-fixed-mobile {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    padding: 5px;
    display: block;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .social-fixed-mobile ul li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }

  .social-fixed-mobile a {
    padding: 0;
    font-size: 10px;
    line-height: 5px;
    color: #080808;
  }

  .social-fixed-mobile .item-call span {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-zalo span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .social-fixed-mobile p {
    text-align: center;
  }

  .btn-map span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .social-fixed-mobile .item-call p {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
  }

  .btn-messenger span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .social-fixed-mobile .btn-hotline span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .social-fixed-mobile .btn-hotline span img {
    width: 85%;
    margin-top: -6px;
  }

  .btn-messenger span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }

  .social-fixed-mobile img {
    background-size: contain;
    width: 36px;
    height: 36px;
  }

  .social-fixed-mobile .item-call span img {
    display: inline-block;
    width: 27px;
    object-fit: contain;
  }

  .btn-zalo span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }

  .btn-map span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }
}

.bank-loans-schedule {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bank-loans-schedule::before {
  background-size: cover;
}

.bank-loans-schedule::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 46% 32%;
}

.bank-loans-schedule .section-bg-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.593);
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.bank-loans-schedule .title-section {
  font-weight: bold;
  color: #fdf7be;
  line-height: 1.6em;
  padding-bottom: 2rem;
  padding-top: 1rem;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.bank-loans-schedule .title {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  text-transform: unset;
}

.bank-loans-schedule .form-loans .form-group {
  color: #4c4c4c;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #f9fafb;
  position: relative;
}

.bank-loans-schedule .form-loans input[type="number"]::placeholder {
  font-weight: 600;
}

.bank-loans-schedule .form-loans input[type="number"] {
  border: 0;
  background: transparent;
  outline: 0;
  height: 32px;
  padding: 0 8px;
  width: -webkit-calc(100% - 70px);
  font-weight: 600;
}

.bank-loans-schedule .form-loans .form-group select {
  width: 100%;
  border: 0;
  padding: 6px 5px;
  font-size: 14px;
  background: #f9fafb;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  outline: 0;
}

.bank-loans-schedule .form-loans .form-group span {
  position: absolute;
  z-index: 10;
  right: 1rem;
  font-weight: 600;
  top: 0.5rem;
}

.bank-loans-schedule .show-money-paid {
  padding: 30px 20px 20px 20px;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  float: left;
  border: 1px solid #ebebeb;
}

.box_case_2 {
  display: none;
}

.bank-loans-schedule .show-money-paid .money-paid {
  font-size: 230%;
  color: #dcab3a;
  font-weight: 700;
}

.bank-loans-schedule .show-money-paid .detail-payment button {
  border: 1px solid #dcab3a;
  background: #fff;
  color: #dcab3a;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.6;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
}

.tbl-detail-payment {
  width: 100%;
  margin: 30px 0;
  display: none;
}

#loantbl table {
  background: #fff;
}

.tbl-detail-payment table thead {
  background: #f3bf48;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.tbl-detail-payment td {
  color: #666;
  font-weight: 600;
}

.tbl-detail-payment th {
  font-weight: 600;
  color: #ffffff;
}

.tbl-detail-payment table tfoot {
  color: #3d4d64;
  font-weight: 500;
  padding: 16px;
  font-size: 18px;
  text-align: center;
  background: #d4e3f3;
}

.s-content iframe {
  width: 100%;
}

.title_flower {
  position: absolute;
  bottom: 0;
  color: white;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  background: linear-gradient(0, rgb(21 56 34 / 0%) 0, var(--cl-main) 100%);
  border-radius: 10px;
  width: 100%;
  max-width: 80%;
  text-align: center;
}

.SlideVideoProgress .item_video {
  cursor: pointer;
}

.SlideVideoProgress .item_video .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-size: 3rem;
}

@media (max-width: 991px) {
  #loantbl {
    overflow-x: auto;
    width: 100%;
  }

  .tbl-detail-payment tr th,
  .tbl-detail-payment tr td {
    min-width: 150px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .s-content iframe {
    width: 100%;
    height: 400px;
  }

  .SlideVideoProgress .item_video .icon_play {
    /* font-size: 2rem; */
  }
}

@media (max-width: 576px) {
  .s-content iframe {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 426px) {
  .s-content iframe {
    width: 100%;
    height: 213px;
  }
}