
/* HEADER */
.header {
  background-color: #fff;
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 70px;
  padding: 0 20px;
  margin-bottom: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.header-nav .container,
.footer .container {
  max-width: 1350px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.navbar-header .logo img {
  max-height: 60px;
}

.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 60px;
  padding: 0 20px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav > li {
  margin-right: 16px;
}

.main-nav > li:last-child {
  margin-right: 0;
}

.main-nav li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

/*TRANG CHỦ */
.home-slide {
  position: relative;
  background-image: url(/themes/kienlongbank/images/home-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  padding-bottom: 30px;
}

.home-slide .container {
  max-width: calc(1240px - 1.5rem);
}

.lookup-assets-wrapper {
  background-color: rgba(240, 78, 37, 0.7);
  padding-top: 30px;
  padding-bottom: 0.75rem;
/*  border-radius: 0.75rem;*/
}

.lookup-assets-wrapper .form-select,
.lookup-assets-wrapper .form-control {
  color: #999999;
  font-size: 12px;
  text-align: center;
  border-radius: 99px;
  padding: 0.5rem 0.75rem;
  margin: 0;
  margin-bottom: 20px;
  --bs-form-select-bg-img: unset;
}

.lookup-assets-wrapper .form-control {
  text-align: left;
}

.lookup-assets-wrapper .form-inner {
  position: relative;
}

.lookup-assets-wrapper .form-inner i {
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: var(--color-secondary);
  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;
  border-radius: 99px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.lookup-assets-wrapper .icon-box p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0.5rem;
}

.home-intro {
  padding-top: 3rem;
  padding-bottom: 0;
}

.home-intro .box-image {
  border-radius: 0;
}

.home-about {
  padding-bottom: 4rem;
}

.home-about .img {
  width: 100%;
  height: auto;
}

.home-about h2 {
  font-size: 50px;
  font-weight: bold;
  max-width: 80%;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.home-about .box-title {
  margin-bottom: 0.25rem;
}

.home-about .box-title h3 {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0.75rem;
  margin-bottom: 0;
}

.home-about .btn {
  color: #268BCB;
  border: 1px solid #268BCB;
  border-radius: 99px;
  padding: 12px 50px;
  margin-top: 40px;
}

.home-service {
  background-color: #F5F5F5;
  padding: 3.5rem 0;
}

.home-service .post-item .box-image {
  border-radius: 20px;
}

.home-service .post-item .box-text {
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.home-service .post-item .post-title {
  margin-bottom: 0;
}

.home-service .post-item .post-title a {
  color: #fff;
}

.home-exchanges {
  padding: 50px 0;
}

.home-news {
  background-color: #F5F5F5;
  padding: 50px 0;
}

/* VỀ CHÚNG TÔI*/
.page-title {
  position: relative;
  background-image: url(/themes/kienlongbank/images/page-title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 285px;
}

.page-title h3 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-title h3 {
    font-size: 22px;
  }
}

.about-intro {
  padding: 3rem 0;
}

.about-intro img.logo-full {
  width: 100%;
  max-width: 750px;
}

.about-intro h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.about-intro .col-small img {
  width: 100%;
}

.about-intro .col-large h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}

.about-intro .col-large h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about-intro .col-large p {
  text-align: justify;
}

.about-team {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.about-team .post-item .box-image {
  background-color: #fff;
  border-radius: 0.75rem;
}

.about-team .post-item .image-cover {
  padding-top: 150%;
}

.about-team .post-item .box-text {
  text-align: center;
}

.about-team .post-item .post-title {
  font-size: 20px;
  font-weight: 700;
}

.about-team .from_the_blog_excerpt {
  font-size: 16px;
  font-weight: 700;
}

/*NHÓM DỊCH VỤ */
.service-list {
  padding: 3rem 0;
}

.service-list .post-item .box {
  border: 1px solid #ADADAD;
  border-radius: 0.75rem;
}

.service-list .post-item .box-image {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.service-list .post-item .image-cover {
  padding-top: 100%;
}

.service-list .post-item .box-text {
  padding: 15px 20px;
}

.service-list .post-item .post-title {
  margin-bottom: 1rem;
}

.service-list .post-item .post-title a {
  font-size: 16px;
}

.service-list .post-item .read-more {
  color: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.service-list .post-item .read-more::before {
  display: block;
  content: "";
  background-color: var(--color-secondary);
  width: 20px;
  height: 2px;
  margin-right: 0.75rem;
  margin-top: 3px;
}

/*NHÓM SẢN PHẨM */
.product-list .form {
  max-width: calc(1240px - 1.5rem);
  margin-bottom: 1.5rem;
}

.product-list .lookup-assets-wrapper {
  background-color: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-list .lookup-assets-wrapper .icon-box p {
  color: #000;
  font-weight: bold;
}

.product-list .post-item .box {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1rem;
}

.product-list .post-item .box-image {
  max-width: 52%;
  width: 100%;
  border-top-left-radius: 0.75rem;
}

.product-list .post-item .image-cover {
  padding-top: 62.5%;
}

.product-list .post-item .box-text {
  padding: 0.5rem 1rem 0;
}

.product-list .post-item .post-title {
  margin-bottom: 1rem;
}

.product-list .post-item .post-title a {
  font-size: 20px;
}

.product-list .from_the_blog_excerpt {
  margin: 0;
  padding: 1.5rem;
  font-size: 12px;
  line-height: 21px;
}

.product-list .post-meta.date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 400;
}

.product-list .post-meta.price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 700;
}

/* CHI TIẾT SẢN PHẨM */
.product-details .entry-title {
  font-size: 32px;
}

.product-details .product-images .image-cover {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  border-radius: 0.5rem;
}

.product-details .product-images .image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.product-details .product-images .images-large .image-cover {
  padding-top: 68.5%;
}

.product-details .product-images .images-small .box-image {
  margin-bottom: 0.75rem;
}

.product-details .product-image-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}

.product-details .product-image-readmore a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
}

.product-details .entry-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #D9D9D9;
}

.product-details .entry-content-title {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.related-products {
  padding-top: 2rem;
}

.related-products-title h3 {
  color: var(--color-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.related-products-title .title-divider {
  height: 3px;
  width: 150px;
  background-color: var(--color-secondary);
  margin-bottom: 2rem;
}

.related-products .post-item .box {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0.5rem;
}

.related-products .box-image {
  border-radius: 0.5rem 0.5rem 0 0;
}

.related-products .box-text {
  padding: 1rem;
}

.related-products .post-item .post-title {
  letter-spacing: -0.5px;
}

.related-products .post-item .post-meta.price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-style: italic;
}

.related-products .post-item .post-meta.price span:last-child {
  color: var(--color-secondary);
}

/* TRANG NHÓM TIN */
.blog-list .post-item .box-text {
  padding-bottom: 0;
}

.blog-list .from_the_blog_excerpt {
  margin-bottom: 0;
}

/* TRANG CHI TIẾT TIN */
.blog-details .entry-title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 1rem;
}

.blog-details .entry-meta.date {
  font-style: normal;
  font-size: 14px;
  color: #828282;
  font-weight: 500;
}

.blog-details .entry-sub-title {
  font-size: 14px;
}

.blog-details .entry-content p {
  margin-bottom: 1.5rem;
}

/* TRANG LIÊN HỆ */
.section.contact-page {
  padding: 3rem 0;
}

.contact-page h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  max-width: 400px;
  margin-bottom: 1.5rem;
}

.contact-page h4 {
  font-size: 18px;
  line-height: 30px;
/*  max-width: 435px;*/
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
  max-width: 550px;
}

.contact-box p {
  margin-bottom: 0.5rem;
}

.contact-box h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.contact-box .box-img {
  min-width: 40px;
}

.contact-page .contact-box:last-child {
  border: none;
}

.contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact-form .form-control {
  border: none;
  border-radius: 0;
  background-color: #F7F7F9;
  height: 68px;
}

.contact-form textarea.form-control {
  height: 265px;
}

.contact-form .btn-primary {
  background-color: var(--color-secondary);
  border: none;
  font-size: 20px;
  height: 68px;
  width: 300px;
  border-radius: 0;
  font-weight: 600;
}

/* CHÂN TRANG */
.footer {
  position: relative;
  background-image: url(../image/footer-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 20px;
  color: #fff;
}

.footer-top {
  padding-bottom: 3rem;
}

.footer-top h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}

.footer-top p {
  text-align: center;
  margin-bottom: 20px;
}

.footer-top .form-inner img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.footer-top .form-inner .btn {
  color: #FFFFFF;
  background-color: var(--color-secondary);
  position: absolute;
  right: 15px;
  top: 12px;
}

.footer-top .form-inner .form-control {
  height: 60px;
  padding-left: 55px;
  border-radius: 0.75rem;
}

.footer-center {
  border-top: 2px dashed #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-center h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-center h3.sub-title {
  margin-bottom: 16px;
}

.footer-center h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-center p {
  margin-bottom: 0.75rem;
  margin-bottom: 15px;
}

.footer-center .download {
  gap: 0.75rem;
}

.footer-center .download img:first-child {
  max-height: 49px;
}

.footer-center .download img:last-child {
  height: 51px;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 2px solid #FFFFFF;
}

.footer-bottom div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-bottom .bottom-right {
  text-align: right;
}

.footer-bottom .bottom-right span:first-child {
  background-color: #3974EA;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .col-small {
    width: 49%;
  }
  .col-large {
    width: 51%;
  }
  .details-small {
    width: 38%;
  }
  .details-large {
    width: 62%;
  }
  .product-details .images-large {
    padding-right: 0;
  }
  .product-details .product-images.bottom .row {
    padding-right: 0.75rem;
  }
  .product-details .product-images.bottom .col-lg-3 {
    padding-right: 0;
    width: 20%;
  }
  /* PAGE NHÓM TIN */
  .blog-list {
    padding: 3rem 0;
  }
  .blog-list .col-lg-8.post-item .image-cover {
    padding-top: 56%;
  }
  .blog-list .col-lg-8.post-item .box-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 55%;
    padding: 1.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .blog-list .col-lg-8.post-item .from_the_blog_excerpt {
    display: none;
  }
  .blog-list .col-lg-8.post-item .post-title a,
  .blog-list .col-lg-8.post-item .post-date {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .home-about h2 {
    margin-top: 2rem;
    font-size: 30px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .entry-title {
    font-size: 25px !important;
    line-height: 1.3;
  }
}