/* ===================================
    FONTS
====================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,600;1,100&display=swap');
/* ===================================
    Variabbe
====================================== */
/* ===================================
    Reset
====================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #606060;
  line-height: 1.4;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 130px; }
  @media (max-width: 992px) {
    body {
      padding-top: 100px; } }

body,
html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale; }

a,
a:active,
a:focus {
  color: #606060;
  text-decoration: none; }

a:hover,
a:active {
  color: #008848;
  text-decoration: none; }

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none; }

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

input,
textarea,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 18px 25px;
  width: 100%;
  margin: 0 0 0px 0;
  max-width: 100%;
  resize: none;
  color: inherit; }

input[type="submit"] {
  width: auto; }

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  outline: none; }

input:focus,
textarea:focus {
  border-color: #585858 !important;
  outline: none; }

input[type="button"]:focus,
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none; }

input[type="file"] {
  display: none; }

select::-ms-expand {
  display: none; }

iframe {
  border: 0; }

p {
  margin: 0 0 25px; }

b,
strong {
  font-weight: 700; }

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0; }

ul,
ol,
dl {
  list-style: none;
  padding: 0;
  margin: 0; }

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s; }

*:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s; }

::selection {
  color: #000;
  background: #dbdbdb; }

::-moz-selection {
  color: #000;
  background: #dbdbdb; }

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis; }

::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1; }

:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1; }

.input-error,
.textarea-error,
.select-error {
  border: 1px solid #ed1c24; }

.error-text {
  font-size: 10px;
  color: #ed1c24;
  margin-top: -20px; }

/* ===================================
    Loading
====================================== */
.container{
  padding-left: 10px;
padding-right: 10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-left: 10px;
  padding-right: 10px;
}
.row{
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-6{
  width: 50%;
    }

.tar {
  text-align: right;
}

.fluid{
  width: 100%;
  overflow: hidden;
  display: inline-flex;
}
/* ===================================
    Typography
====================================== */
/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0; }

/* text size */
.text-extra-small {
  font-size: 11px;
  line-height: 14px; }

.text-small {
  font-size: 12px;
  line-height: 20px; }

.text-uppercase {
  text-transform: uppercase; }

.text-justify {
  text-align: justify; }

/* text color */
.color-black {
  color: #302f2f; }

.color-red {
  color: #ed1c24 !important; }

.text-red {
  color: #ed1c24; }

.color-white {
  color: white !important; }

.color-green {
  color: #008848 !important; }

/* background color */
.bg-black {
  background: #302f2f; }

.bg-red {
  background: #ed1c24; }

.bg-grey {
  background: #f6f6f4; }

.bg-green {
  background: #008848; }

.bg-line {
  width: 100%;
  margin: 45px 0;
  height: 1px;
  background: #e5e5e5;
  display: block;
  overflow: hidden; }

.list-dotted {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-dotted li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
    list-style: none; }
    .list-dotted li:before {
      position: absolute;
      left: 0;
      top: 7px;
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #ed1c24; }

/* ===================================
    Custom
====================================== */
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

/* box-shadow */
.box-shadow {
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0); }
  .box-shadow:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); }

.hidden-desktop {
  display: none !important; }

.hidden-mobile {
  display: block !important; }

@media (max-width: 992px) {
  .bg-line {
    margin: 0px 0 20px 0; }

  .hidden-desktop {
    display: block !important; }

  .hidden-mobile {
    display: none !important; } }
/*==============================
    padding and margin
================================*/
.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.mb-30 {
  margin-bottom: 30px; }

.z-index-2 {
  z-index: 2; }

.left {
  float: left; }

.right {
  float: right; }

/*==============================
    button
================================*/
.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.icon-next-btn-black {
  width: 33px;
  height: 11px;
  background-image: url(../images/icon-next-btn-black.png); }

.icon-next-btn-white {
  width: 33px;
  height: 11px;
  background-image: url(../images/icon-next-btn-white.png); }

.icon-next-btn-red {
  width: 33px;
  height: 11px;
  background-image: url(../images/icon-next-btn-red.png); }

.icon-prev-btn-red {
  width: 33px;
  height: 11px;
  background-image: url(../images/icon-prev-btn-red.png); }

.btn-border {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  height: 60px;
  border: 1px solid #ed1c24;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SVN-Gotham-Bold";
  color: #ed1c24; }

.btn-border i {
  margin-left: 10px; }

.btn-border:hover {
  background: #ed1c24;
  color: white;
  text-decoration: none;
  transform: translateY(-3px); }

.btn-border:hover i {
  background-image: url(../images/icon-next-btn-white.png); }

.btn-no-border {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  height: 60px;
  border: 0px solid #ed1c24;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SVN-Gotham-Bold";
  color: white; }

.btn-no-border i {
  margin-left: 10px; }

.btn-no-border:hover {
  background: #ed1c24;
  color: white;
  text-decoration: none;
  transform: translateY(-3px); }

.btn-n0-border:hover i {
  background-image: url(../images/icon-next-btn-white.png); }

.btn-red {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  height: 60px;
  border: 1px solid #ed1c24;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SVN-Gotham-Bold";
  color: white !important;
  background: #ed1c24; }

.btn-red i {
  margin-left: 10px; }

.btn-red:hover {
  background: #ed1c24;
  color: white;
  text-decoration: none;
  transform: translateY(-3px); }

.btn-red:hover i {
  background-image: url(../images/icon-next-btn-white.png); }

.btn-white {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  height: 60px;
  border: 1px solid #ed1c24;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SVN-Gotham-Bold";
  color: #ed1c24;
  background: white; }

.btn-white i {
  margin-left: 10px; }

.btn-white:hover {
  background: white;
  color: #ed1c24;
  text-decoration: none;
  transform: translateY(-3px); }

.btn-white:hover i {
  background-image: url(../images/icon-next-btn-red.png); }

.btn-white-prev {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  height: 60px;
  border: 1px solid #ed1c24;
  line-height: 56px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12ppx;
  font-family: "SVN-Gotham-Bold";
  color: #ed1c24;
  background: white; }

.btn-white-prev i {
  margin-left: 10px; }

.btn-white-prev:hover {
  background: white;
  color: #ed1c24;
  text-decoration: none;
  transform: translateY(-3px); }

.btn-white-prev:hover i {
  background-image: url(../images/icon-prev-btn-red.png); }

.box-sgadow {
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125);
  -moz-box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125);
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125); }

/* ===================================
    Banner
====================================== */
/* ===================================
    seting
====================================== */
.title {
  margin-bottom: 40px;
  color: #302f2f; }
  .title .date {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 5px; }
  .title .sub-title {
    margin-bottom: 10px;
    display: block; }

@media (max-width: 992px) {
  .title {
    margin-bottom: 0px; }
    .title .sub-title {
      margin-bottom: 10px; } }
@media (max-width: 768px) {
  .container {
    max-width: 100% !important; } }
@media (max-width: 576px) {
  .container {
    max-width: 100% !important; } }
/* ===================================
    HEADER
====================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99996 !important;
  background-color: #fff; }
  #header .head-banner {
    text-align: center; }
    #header .head-banner button.close {
      position: absolute;
      top: 3px;
      right: 10px;
      opacity: 0;
      color: #8dc63f;
      font-size: 22px; }
    #header .head-banner img {
      margin-left: auto;
      margin-right: auto;
      max-width: 1440px;
      width: 100%;
      height: 70px;
      -o-object-fit: cover;
      object-fit: cover; }

@media (max-width: 992px) {
  #header .head-banner button.close {
    opacity: 1; }
  #header .head-banner img {
    height: 64px;
    max-width: 320px; } }
/* ===================================
    NAV BAR MENU
====================================== */
.navbar {
  padding-top: 0;
  padding-bottom: 0; }
  .navbar .nav-item {
    display: block; }
  .navbar .navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px; }
    .navbar .navbar-brand img {
      width: auto;
      height: 15px; }
  @media (max-width: 1112px) {
    .navbar .navbar-brand {
      padding-top: 9px;
      padding-bottom: 9px; }
      .navbar .navbar-brand img {
        width: auto;
        height: 12px; } }
  @media (max-width: 991px) {
    .navbar .navbar-brand {
      padding-top: 9px;
      padding-bottom: 9px; }
      .navbar .navbar-brand img {
        width: auto;
        height: 9px; } }

@media (min-width: 992px) {
  .main-nav .navbar-nav li.nav-item a {
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    line-break: auto;
  }
  .main-nav .navbar-nav li.nav-item a img{
    padding: 0 !important;
  }

  .main-nav .navbar-nav li.nav-item a.active,
  .main-nav .navbar-nav li.nav-item a:hover {
    color: #008848; } }
@media (max-width: 991px) {
  .main-nav .navbar-nav .nav-link {
    color: #7b7881;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 11px 0px 11px 10px !important; }

  .navbar-toggler {
    padding: 0px 0;
    margin-top: -3px;
    margin-right: -10px; }

  .navbar-toggler-icon {
    /*  background: url(../images/icon-menu.png) 0 0 no-repeat; */
    padding-top: 5px;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important; }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important; } }
/*
@media (max-width: 480px) {
  .main-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-nav .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #fefefe;
    margin-right: -15px;
    margin-left: -15px;
  }
  .main-nav .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


*/
.navbar .nav-item {
  display: block; }

.navbar .nav-item .dropdown-toggle::after {
  display: none; }

.navbar .nav-item .nav-link {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 1112px) {
  .navbar .nav-item .nav-link {
    padding-left: 4px;
    padding-right: 4px; } }
.navbar .nav-item .dropdown-menu {
  display: none; }

.navbar .nav-item:hover .nav-link {
  color: #157121 !important; }

.navbar .nav-item:hover .dropdown-menu {
  display: block; }

.navbar .nav-item .dropdown-menu {
  margin-top: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background: #ffffff;
  left: unset;
  right: unset;
  margin-left: -53px;
  padding: 0;
  width: 355px; }

.navbar .nav-item .dropdown-menu a {
  background: white !important; }

.navbar .nav-item .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-align: left;
  border-bottom: 1px solid #e5e4e6;
  margin: 0 !important;
  padding: 12px 0px 12px 15px;
  display: inline-block;
  vertical-align: middle;
}
  .navbar .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px solid #e5e4e6;
  }

.navbar .nav-item .dropdown-menu .dropdown-item .menu-image-title {
  white-space: break-spaces;
  text-align: left;
  margin-top: 0 !important;
  color: #000000;
  display: inline-flex;
  line-height: 25px;
  max-width: 250px;
}
  .navbar .nav-item .dropdown-menu .dropdown-item img {
    width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 15px; }

.navbar .nav-item:nth-last-child(2) .dropdown-menu .dropdown-item img {
  width: 36px;
  height: 36px; }

@media (max-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
    left: unset;
    right: unset;
    margin-left: 20px;
    padding: 0;
    width: 100%;
    border: 0px solid rgba(0, 0, 0, 0.15); }
    .navbar .nav-item .dropdown-menu .dropdown-item {
      border-bottom: 0;
      margin: 0;
      font-size: 14px;
      padding: 8px 0px 8px 15px;
      color: #008848; }
      .navbar .nav-item .dropdown-menu .dropdown-item img {
        display: none; } }
/* ============ dang ky vay drop down  ============ */
.dang-ky-vay-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 31px;
  left: -30px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  min-width: 300px; }

.dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu .dropdown-item {
  padding: 15px;
  border-bottom: 1px solid #e5e4e6;
  background: white !important;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 24px;
  height: 24px; }

.dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu .dropdown-item:last-child {
  border-bottom: 0; }

.dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu .dropdown-item:hover {
  color: #0c9655; }

@media (max-width: 991.98px) {
  .dang-ky-vay-dropdown .dang-ky-vay-dropdown-menu {
    left: -140%;
    width: 100vw;
    top: 30px;
    z-index: 9999; } }
.dang-ky-vay-dropdown:hover .dang-ky-vay-dropdown-menu {
  display: grid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  pointer-events: all !important; }

.btn-dang-ky-vay-dropdown {
  margin-bottom: 18px; }

@media (min-width: 1200px) {
  .btn-dang-ky-vay-dropdown {
    float: none !important;
    display: inline;
    padding: 3px 20px;
    margin-bottom: 0;
    margin-top: 0 !important; } }
@media (max-width: 991.98px) {
  .btn-dang-ky-vay-dropdown {
    float: none !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important; } }
.btn-site-default {
  margin-left: 10px;
  color: #fff !important;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
  border: none;
  outline: none;
  border-radius: 4px;
  float: none !important;
  display: inline;
  padding: 7px 20px;
  margin-bottom: 0;
  margin-top: 0 !important;
  background-color: #008848;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 1112px) {
  .btn-site-default {
    margin-left: 10px;
    padding: 7px 10px; } }
.btn-site-default:hover {
  background-color: #016b30; }

/* ============ language   ============ */
.main-nav .container {
  position: relative; }
  @media (max-width: 992px) {
    .main-nav .container {
      position: static; } }

ul.lang-header {
  position: absolute;
  top: 20px;
  right: -50px;
  margin-top: 0; }

ul.lang-header:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 2px;
  bottom: 2px;
  right: -6px;
  background-color: #333333; }

ul.lang-header select {
  background-color: transparent;
  color: #000000 !important;
  font-weight: bold;
  border: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0; }

@media (max-width: 1280px) {
  ul.lang-header {
    right: -30px; } }
@media (max-width: 992px) {
  ul.lang-header {
    position: static;
    margin-right: 0px; }
    ul.lang-header:after {
      display: none; } }
/* ============ icon search   ============ */
.main-nav .icon {
  position: absolute;
  top: 20px;
  right: -80px;
  margin-top: 0;
  display: block; }
  @media (max-width: 1280px) {
    .main-nav .icon {
      right: -55px; } }
  @media (max-width: 992px) {
    .main-nav .icon {
      display: none; } }

/* ============ search form   ============ */
.header-form-search {
  top: 130px;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  height: 57px;
  background-color: #008848;
  margin-left: 0;
  z-index: 10000000; }
  .header-form-search form {
    height: 100%;
    position: relative; }
    .header-form-search form input {
      color: #fff;
      width: 100%;
      height: 100%;
      display: block;
      background-color: transparent;
      padding-left: 35px;
      border: none;
      margin-bottom: 0; }
    .header-form-search form input[type="search"]::-webkit-search-cancel-button {
      display: none; }
    .header-form-search form ::selection {
      color: #fff;
      background: #dbdbdb; }
    .header-form-search form ::-moz-selection {
      color: #fff;
      background: #dbdbdb; }
    .header-form-search form ::-webkit-input-placeholder {
      color: #fff;
      text-overflow: ellipsis; }
    .header-form-search form ::-moz-placeholder {
      color: #fff;
      text-overflow: ellipsis;
      opacity: 1; }
    .header-form-search form :-ms-input-placeholder {
      color: #fff;
      text-overflow: ellipsis;
      opacity: 1; }
  .header-form-search button {
    outline: none;
    position: absolute;
    width: 40px;
    left: 0px;
    top: 15px;
    background-color: transparent;
    z-index: 1000;
    color: #fff;
    border: none; }
  .header-form-search.active {
    opacity: 1 !important;
    pointer-events: all !important; }

/* ===================================
    FOOTER
====================================== */
.footer {
  padding-top: 40px;
  background-color: #fbfcf7; }
  @media (max-width: 992px) {
    .footer {
      padding-top: 8px; } }
  .footer .copyRight {
    margin: 15px 0;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #c7c7c7;
    text-align: right; }
    @media (max-width: 992px) {
      .footer .copyRight {
        text-align: center; } }
  .footer .thumb-group {
    color: #000000; }
    .footer .thumb-group p {
      margin-bottom: 10px; }
    .footer .thumb-group h3 {
      margin-right: 44px;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #000000;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ebebeb; }
      @media (max-width: 992px) {
        .footer .thumb-group h3 {
          margin-bottom: 0;
          margin-right: 0;
          border: 0;
          padding-top: 16px;
          padding-bottom: 13px; } }
    .footer .thumb-group .btn-call {
      border-radius: 5px;
      width: 224px !important;
      overflow: hidden;
      background-color: #008848;
      padding: 2px 2px;
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      font-weight: 700;
      text-align: center;
      line-height: 1.4; }
      @media (max-width: 992px) {
        .footer .thumb-group .btn-call {
          margin-left: auto;
          margin-right: auto; } }
      .footer .thumb-group .btn-call span {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 3px;
        padding: 0.2em 0.6em 0.3em;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #008848;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal; }
        @media (max-width: 992px) {
          .footer .thumb-group .btn-call span {
            display: none; } }
    .footer .thumb-group .footer-icon-social {
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer .thumb-group .footer-icon-social img{
       width: 32px;
      height: 32px;
      }
      .footer .thumb-group .footer-icon-social .footer-text-connect {
        margin-right: 55px;
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #000000; }
    .footer .thumb-group .btn-icon-send-mail {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #008848; }
      .footer .thumb-group .btn-icon-send-mail svg {
        width: 32px;
        height: 32px;
        vertical-align: top;
        margin-right: 5px; }
    .footer .thumb-group .footer-service-item {
      margin-top: 2px;
      padding-right: 0px;
      display: block;
      width: 100%; }
      .footer .thumb-group .footer-service-item svg {
        display: inline-block;
        width: 25px;
        margin-right: 5px; }
      .footer .thumb-group .footer-service-item span {
        display: inline-block;
        vertical-align: middle; }
      .footer .thumb-group .footer-service-item a {
        padding: 3px 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: normal;
        color: #008848;
        display: inline-block;
        vertical-align: middle; }
    .footer .thumb-group .address {
      padding-right: 0px !important;
      line-height: 1.4 !important; }
      .footer .thumb-group .address span {
        width: calc(100% - 120px) !important; }
    .footer .thumb-group .suco {
      margin-top: 10px;
      padding-right: 40px; }
      .footer .thumb-group .suco p {
        line-height: 1.4; }
      .footer .thumb-group .suco a {
        color: #008848;
        text-decoration: underline; }
    .footer .thumb-group .app-download-box .download-item {
      padding: 10px;
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 4px;
      overflow: hidden; }
      .footer .thumb-group .app-download-box .download-item img {
        margin-right: 15px;
        width: 56px;
        height: 56px; }
      .footer .thumb-group .app-download-box .download-item p {
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 5px;
        text-align: left !important; }
      .footer .thumb-group .app-download-box .download-item .content {
        width: 100%;
        padding-left: 10px;
        overflow: hidden; }
        .footer .thumb-group .app-download-box .download-item .content ._btn-contain {
          display: flex;
          height: 19px;
          padding-bottom: 25px;
          overflow: hidden; }
          .footer .thumb-group .app-download-box .download-item .content ._btn-contain .btn-app {
            vertical-align: top;
            display: inline-block;
            height: 19px;
            margin-right: 4px !important;
            border: 0;
            padding: 0; }
            .footer .thumb-group .app-download-box .download-item .content ._btn-contain .btn-app svg,
            .footer .thumb-group .app-download-box .download-item .content ._btn-contain .btn-app img {
              height: 19px !important;
              width: auto !important;
              margin-right: 0; }
    .footer .thumb-group.download h3 {
      margin-bottom: 0;
      border-bottom: 0; }
    @media (max-width: 992px) {
      .footer .thumb-group {
        text-align: center; }
        .footer .thumb-group h3 {
          margin-bottom: 0;
          margin-right: 0;
          border: 0;
          padding-top: 16px;
          padding-bottom: 13px; }
        .footer .thumb-group .btn-call {
          margin-left: auto;
          margin-right: auto; }
          .footer .thumb-group .btn-call span {
            display: none; }
        .footer .thumb-group .footer-icon-social {
          border-top: 1px solid #e3e3e3;
          padding-top: 16px;
          text-align: center;
          display: block;
          margin-top: 6px; }
          .footer .thumb-group .footer-icon-social .footer-text-connect {
            display: block;
            text-align: center;
            margin-right: 0;
            margin-bottom: 10px; }
          .footer .thumb-group .footer-icon-social .footer-social {
            display: inline-block;
            width: 100%;
            margin-bottom: 10px;
            text-align: center; }
        .footer .thumb-group .btn-icon-send-mail {
          text-align: center;
          justify-content: center; }
        .footer .thumb-group .address svg {
          display: none; }
        .footer .thumb-group .suco {
          padding-right: 0px;
          margin-bottom: 20px; }
        .footer .thumb-group.download {
          margin-top: 15px;
          padding-top: 15px;
          border-top: 1px solid #e3e3e3; } }

/* ===================================
    HOME SLIDER
====================================== */
.home-banner {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .home-banner {
    margin-top: 0;
  }
}
.home-banner .slick-list li {
  padding: 0 30px;
}
.home-banner .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  z-index: 10;
}
.home-banner .slick-list li img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 364px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .home-banner .slick-list li img {
    height: 334px;
  }
}
@media (max-width: 1366px) {
  .home-banner .slick-list li img {
    height: 311px;
  }
}
@media (max-width: 1280px) {
  .home-banner .slick-list li img {
    height: 284px;
  }
}
@media (max-width: 1112px) {
  .home-banner .slick-list li img {
    height: 233px;
  }
}
@media (max-width: 1024px) {
  .home-banner .slick-list li img {
    height: 205px;
  }
}
.home-banner {
  height: 364px;
}
@media (max-width: 1440px) {
  .home-banner {
    height: 334px;
  }
}
@media (max-width: 1366px) {
  .home-banner {
    height: 311px;
  }
}
@media (max-width: 1280px) {
  .home-banner {
    height: 284px;
  }
}
@media (max-width: 1112px) {
  .home-banner {
    height: 233px;
  }
}
@media (max-width: 1024px) {
  .home-banner {
    height: 205px;
  }
}
.slick-custom-next {
  right: 130px;
}
.slick-custom-prev {
  left: 130px;
}
.home-banner .slick-dots li.slick-active {
  background-color: black;
}

.home-banner .slick-dots li {
  margin: 0 0.25rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: grey;
  text-indent: -9999px;
}

.home-banner .slick-dots {
  display: flex;
	justify-content: center;
	padding: 1rem 0;
  bottom: -50px !important;
	list-style-type: none;
}
.home-banner .slick-next {
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 2;
}
.home-banner .slick-prev {
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 2;
}
.slick-custom-arrows li {
  cursor: pointer;
  position: relative;
  z-index: 15;
}
@media (max-width: 767.98px) {
  .home-banner .slick-dots {
    bottom: -20px;
  }
  .home-banner .slick-list li img {
    border-radius: 0;
    height: 300px;
    object-fit: cover;
  }
  .home-banner .slick-list li {
    padding: 0 10px;
  }
  .slick-custom-next {
    right: 0;
  }
  .slick-custom-prev {
    left: 0;
  }
  .slick-arrow svg {
    width: 28px;
    height: 40px;
  }
  .slick-arrow {
    padding: 5px 0 0;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #b7b2b2;
  }
  .home-banner .slick-dots li {
    background-color: #283847;
    width: 6px;
    height: 6px;
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: none;
    transform: none;
  }
  .home-banner .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    opacity: 1;
  }
  .slick-dots li button {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-banner .slick-list li img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .home-banner .slick-list li img {
    height: 290px;
  }
}
@media (max-width: 375px) {
  .home-banner .slick-list li img {
    height: 260px;
  }
}
@media (max-width: 992px) {
  .home-banner {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .home-banner {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .home-banner {
    height: 290px;
  }
}
@media (max-width: 375px) {
  .home-banner {
    height: 260px;
  }
}
#home-banner {
  visibility: hidden;
}
#home-banner.slick-initialized {
  visibility: visible;
}
/* ===================================
    SELECT ISSUA SECTION
====================================== */
/* tab nav  */
.main-selects-issua {
  /* ============ main selects issua banner  ============ */
  /* ============ main selects issua content  ============ */
  /* ============ main selects issua loan slider  ============ */ }
  .main-selects-issua .item-issua {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #d9d7d7;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-selects-issua .item-issua .active {
      background-color: #008848;
      color: #fff;
      border: 1px solid transparent; }
    .main-selects-issua .item-issua .img {
      height: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
  .main-selects-issua .nav.nav-tabs {
    border-bottom: 0;
    border: 2px solid #fff;
    border-radius: 57px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 23px 0 rgba(89, 85, 85, 0.5);
    box-shadow: 0 2px 23px 0 rgba(89, 85, 85, 0.5); }
    .main-selects-issua .nav.nav-tabs .items {
      padding: 0;
      width: 20%; }
      .main-selects-issua .nav.nav-tabs .items:first-child .item-issua {
        padding-left: 30px; }
      .main-selects-issua .nav.nav-tabs .items > a {
        margin: 0;
        border-radius: 0;
        height: auto;
        padding: 0 15px;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
        background-color: rgba(40, 169, 107, 0.85);
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit; }
        .main-selects-issua .nav.nav-tabs .items > a:hover  {
          background-color: #008848;
          border-left: 1px solid #fff; }
        .main-selects-issua .nav.nav-tabs .items > a.active {
          background-color: #008848; }
        .main-selects-issua .nav.nav-tabs .items > a > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .main-selects-issua .nav.nav-tabs .items > a > div > h3 {
            margin-top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            color: #ffffff;
            text-align: left;
            line-height: 1.43;
            font-weight: bold;
            margin-bottom: 0; }
          .main-selects-issua .nav.nav-tabs .items > a > div > .img {
            width: 32px;
            margin-right: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 992px) {
    .main-selects-issua .nav.nav-tabs {
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06); }
    .main-selects-issua .nav.nav-tabs .items {
      padding: 0;
      margin-bottom: 0 !important;
      width: 20%; }
    .main-selects-issua .nav.nav-tabs .items a div {
      display: block; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua {
      display: flex;
      font-size: 9px !important;
      height: 80px;
      padding-left: 0;
      padding-right: 0;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid #d9d7d7;
      background-color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .main-selects-issua .nav.nav-tabs .items:first-child .item-issua {
      padding-left: 0px;
      padding-right: 0;
      text-align: center; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua.active {
      background-color: #008848 !important;
      border-color: #008848 !important; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua.active h3 {
      color: #ffffff; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua.active .img svg path {
      fill: #ffffff; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua .img {
      height: auto !important;
      display: -webkit-flex;
      display: inline;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
    .main-selects-issua .nav.nav-tabs .items > a > div > .img {
      margin-right: 0 !important; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua .img svg {
      margin-left: auto;
      margin-right: auto; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua .img svg path {
      fill: #008848; }
    .main-selects-issua .nav.nav-tabs .items a.item-issua h3 {
      margin-top: 0 !important;
      font-size: 10px !important;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: center;
      text-transform: uppercase;
      padding: 5px;
      color: #008848; } }
  .main-selects-issua .main-selects-issua-banner {
    position: relative;
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 150px;
    background-image: url("../images/uu-dai/img-bg-city.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .main-selects-issua .main-selects-issua-banner:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      height: 100px;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 46%, #ffffff 90%); }
   
.main-selects-issua .main-selects-issua-banner .left {
padding-left: 30px;
}
    .main-selects-issua .main-selects-issua-banner h4 {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #000000;
      margin-top: 10px;
      margin-bottom: 10px; }
    .main-selects-issua .main-selects-issua-banner h2 {
      font-size: 32px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      color: #000000;
      margin-top: 20px;
      margin-bottom: 10px; }
    .main-selects-issua .main-selects-issua-banner h5 {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #008848;
      margin: 25px 0; }
    .main-selects-issua .main-selects-issua-banner .right {
      position: relative; }
      .main-selects-issua .main-selects-issua-banner .right img {
        margin-left: -30px;
        bottom: -50px;
        position: absolute; }
  @media (max-width: 992px) {
    .main-selects-issua .main-selects-issua-banner {
      margin-top: 0px;
      padding-top: 20px;
      padding-bottom: 0px; }
      .main-selects-issua .main-selects-issua-banner:after {
        display: none; }
      .main-selects-issua .main-selects-issua-banner h4 {
        font-size: 14px;
        line-height: 1.43;
        text-align: center;
        padding: 0 24px; }
      .main-selects-issua .main-selects-issua-banner h2 {
        text-align: center;
        font-size: 20px; }
      .main-selects-issua .main-selects-issua-banner h5 {
        display: none; }
      .main-selects-issua .main-selects-issua-banner .right {
        text-align: center;
        padding: 0;
        min-height: 265px; }
        .main-selects-issua .main-selects-issua-banner .right img {
          width: 330px;
          height: 265px;
          margin: 0 auto !important;
          position: static; } }
  .main-selects-issua .main-selects-issua-content h5 {
    text-align: center;
    display: none; }
  .main-selects-issua .main-selects-issua-content .main-selects-issua-tabs-items {
    margin-bottom: 24px;
    margin-top: -150px; }
  .main-selects-issua .main-selects-issua-content .main-selects-issua-tabs-content {
    position: relative;
    border-radius: 32px;
    background-color: #ffffff; }
    .main-selects-issua .main-selects-issua-content .main-selects-issua-tabs-content .imgThumb {
      position: absolute;
      right: 0;
      top: -400px;
      width: 40%; }
  .main-selects-issua .home-tab {
    border-radius: 30px;
    background-color: #ffffff; }
  @media (max-width: 991px) {
    .main-selects-issua .main-selects-issua-content h5 {
      text-align: center;
      font-size: 14px;
      color: #008848;
      margin-top: 10px;
      margin-bottom: 10px;
      display: block; }
    .main-selects-issua .main-selects-issua-content .main-selects-issua-tabs-items {
      margin-bottom: 24px;
      margin-top: 0px; }
    .main-selects-issua .main-selects-issua-content .main-selects-issua-tabs-content {
      position: relative;
      border-radius: 0px; }
    .main-selects-issua .home-tab {
      border-radius: 30px;
      background-color: #ffffff; } }

.main-selects-issua form > .row {
  margin-bottom: 40px; }

.main-selects-issua .slider-money,
.main-selects-issua .slider-month {
  padding: 0 20px; }

.main-selects-issua .show-money,
.main-selects-issua .show-time {
  margin-bottom: 8px; }

.main-selects-issua .show-money input,
.main-selects-issua .show-time input {
  color: #028849;
  font-weight: 700;
  padding-right: 0;
  padding-left: 0;
  width: auto;
  border: none; }

.main-selects-issua .show-money label,
.main-selects-issua .show-time label {
  font-weight: 400; }

.main-selects-issua small {
  color: #c7c7c7; }

.main-selects-issua small.note {
  font-size: 15px; }

.main-selects-issua .ui-widget-content {
  background-color: #c5c5c5;
  background-image: none;
  border: none;
  box-shadow: none;
  height: 8px;
  border-radius: 7px; }


.main-selects-issua .ui-widget-content .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
  background-color: #008848;
  background-image: none;
  transition: all 0.27s ease; }

.main-selects-issua .ui-widget-content > span {
  background-color: #fff !important;
  background-image: none;
  text-align: center;
  width: 27px;
  height: 27px;
  margin-top: -5px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.27s ease; }

  .main-selects-issua .ui-widget-content > span:after {
    content: "$";
    position: absolute;
    color: #008848;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    z-index: 1000;
    font-family: "Open Sans", sans-serif;}

    .time-range.ui-widget-content > span:after {
      font-size: 12px;
      font-weight: normal;
      font-family: "Font Awesome 5 Free";
      content: "\f133" !important;
      }

.main-selects-issua .ui-widget-content > span:hover,
.main-selects-issua .ui-widget-content > span:active,
.main-selects-issua .ui-widget-content > span:focus {
  outline: none; }



 

.main-selects-issua .result-money {
  height: 50px;
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid #008848; }

.main-selects-issua .result-money span {
  float: left;
  display: block;
  line-height: 50px; }

.main-selects-issua .result-money span.text1 {
  width: calc(100% - 300px);
  border-radius: 26px;
  margin-left: -10px;
  padding-left: 30px;
  background-color: #008848;
  color: #fff;
  font-style: italic; }

.main-selects-issua .result-money span.number {
  width: 200px;
  font-size: 26px;
  color: #008848;
  text-align: right;
  font-weight: 700; }

.main-selects-issua .result-money span.unit {
  width: 100px;
  font-size: 26px;
  color: #008848;
  text-align: left;
  font-weight: 700; }

.main-selects-issua .btn-submit-issua {
  width: 100%;
  padding: 21px;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  background-color: #008848;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-selects-issua .btn-submit-issua:hover {
  background-color: #004a27; }

@media (max-width: 768px) {
  .item-issua {
    margin-bottom: 20px; }

  .main-selects-issua .result-money {
    height: auto;
    margin: 10px 0;
    border-radius: 0; }

  #main .main-selects-issua .result-money span:first-child {
    width: 100%;
    border-radius: 0;
    margin-left: 0; }

  #main .main-selects-issua .result-money span:nth-child(2) {
    width: 240px;
    text-align: left;
    padding-left: 30px; }

  .subscribe-form input {
    width: 210px; } }
@media (max-width: 640px) {
  #main .main-selects-issua .result-money span.unit {
    padding-left: 25px; } }
/* ============ form loan  ============ */
.home-product form {
  margin-left: -15px;
  margin-right: -15px; }
  .home-product form .row {
    margin-bottom: 40px; }

.home-tabs-breadcrumb {
  padding: 40px 0 30px;
  margin: 40px 0 30px; }
  .home-tabs-breadcrumb .item {
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000; }
  @media (max-width: 768px) {
    .home-tabs-breadcrumb {
      display: none; } }

.label-step {
  display: inline-block;
  margin-bottom: 16px;
  height: 30px;
  padding: 0 17px;
  line-height: 30px;
  white-space: nowrap;
  color: #008848;
  border: 1px dashed #008848;
  border-radius: 16px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent; }

.checkbox-loan input[type="radio"] {
  display: none; }

.checkbox-loan input[type="radio"] + label {
  display: block;
  margin-bottom: 15px;
  color: #5c5c5c;
  font-weight: 400;
  width: 100%;
  cursor: pointer; }

.checkbox-loan input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #008848;
  vertical-align: middle;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: -3px; }

.checkbox-loan input[type="radio"] + label small {
  display: none;
  padding-left: 25px; }

.checkbox-loan input[type="radio"]:checked + label span {
  background-color: #008848; }

.checkbox-loan input[type="radio"]:checked + label small {
  display: block;
  color: #c7c7c7; }

.main-selects-issua.checkbox-loan {
  border-bottom: #e7e7e9 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.main-selects-issua.checkbox-loan p {
  margin-bottom: 15px; }

.main-ld .loan-process-value {
  margin-bottom: 20px; }

/* form  */
.row-form-loan .error {
  position: relative;
  height: 32px; }
  .row-form-loan .error:after {
    content: "!";
    display: block;
    position: absolute;
    bottom: 5%;
    right: 20px;
    background-color: red;
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 8px;
    color: white; }
.row-form-loan span {
  color: white;
  font-size: 12px;
  padding-left: 15px; }
.row-form-loan .error-message {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 0;
  max-width: 70%;
  background-color: red;
  color: #fff;
  font-size: 14px;
  text-align: right;
  padding: 3px 30px 3px 20px;
  border-radius: 20px 0 0 0; }

.row-form-loan .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: #e7e7e7 solid 1px !important;
  padding: 15px 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .row-form-loan .form-control input {
    margin-bottom: 0 !important; }

    .row-form-loan .form-group label{
      font-weight: bold;
      color: #000;
    }

.row-form-loan .form-group-underline {
  border: none;
  padding-bottom: 0px; }
  .row-form-loan .form-group-underline .error {
    border-bottom-color: red; }

.row-form-loan .input-select.x3 {
  width: calc(100% - 89px); }

.row-form-loan .input-select {
  border: #e7e7e7 solid 1px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 70px;
  margin-left: 4px;
  padding: 5px 20px 5px 10px;
  position: relative;
  background-image: url(../images/dropdown.gif);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 375px) {
    .row-form-loan .input-select {
      width: 60px; } }
  .row-form-loan .input-select.error {
    border-color: red !important; }

.row-form-loan .msg-error {
  margin-top: 10px;
  text-align: left;
  color: red; }

.btn-submit-loan-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-submit-loan {
  max-width: 180px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    padding: 13px 34px;
    background-color: #008848;
}

.btn-submit-loan:hover {
  background-color: #004a27;
  color: #fff; }

/* ===================================
    NAP APP SECTION
====================================== */
.home-snap-app-center {
  margin-bottom: 10px;
  margin-top: 50px;
  background-color: #e4fce5;
  position: relative;
  max-height: 852px;
  height: auto; }
  .home-snap-app-center a {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

@media (max-width: 992px) {
  .home-snap-app-center {
    margin-bottom: 0px;
    position: static;
    max-height: 693px; } }
.home-snap-app-content {
  position: absolute;
  top: 65%;
  right: 0;
  width: calc(50% + 15px);
  z-index: 3; }
  .home-snap-app-content h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    margin-left: 70px;
  }
  .home-snap-app-content ._btn-contain {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0; }
  .home-snap-app-content a {
    width: auto;
    overflow: hidden;
    margin-right: 15px; }

    .home-snap-app-content a img{
      height: 56px; }

      .home-snap-app-content a:last-child img{
        height: 84px; }

@media (max-width: 992px) {
  .home-snap-app-content {
    position: static;
    background: white;
    width: 100%; }
    .home-snap-app-content h3 {
      display: none; }
    .home-snap-app-content ._btn-contain {
      justify-content: center;
      padding: 14px 16px; }
    .home-snap-app-content a {
      margin-right: 10px;
      margin-left: 10px; }
      .home-snap-app-content a img{
       height: 50px; }
       .home-snap-app-content a:last-child img{
        height: 50px; }
     }

     
     .home-snap-app-center picture img{
       height: 492px;
       width: auto; object-fit: cover;
     }
     @media (max-width: 1680px) {
      .home-snap-app-center picture img{
        height: 496px;
      } 
     }
     @media (max-width: 1440px) {
      .home-snap-app-center picture img{
        height: 425px;
      } 
     }
     @media (max-width: 1366px) {
      .home-snap-app-center picture img{
        height: 403px;
      } 
     }
     @media (max-width: 1280px) {
      .home-snap-app-center picture img{
        height: 378px;
      } 
     }

     @media (max-width: 1112px) {
      .home-snap-app-center picture img{
        height: 328px;
      } 
     }
     @media (max-width: 1024px) {
      .home-snap-app-center picture img{
        height: 302px;
      } 
     }
     @media (max-width: 768px) {
      .home-snap-app-center picture img{
        height: 417px;
      } 
     }
     @media (max-width: 480px) {
      .home-snap-app-center picture img{
        height: 230px;
      } 
     }

     @media (max-width: 375px) {
      .home-snap-app-center picture img{
        height: 203px;
      } 
     }

/* ===================================
    NEWS SALE SECTION
====================================== */
#newsales-news {
  margin-top: 15px;
  padding-bottom: 40px; }
  #newsales-news .row {
    margin-left: -12px;
    margin-right: -12px; }
  #newsales-news .newsales {
    position: relative;
    max-width: 514px; }
    #newsales-news .newsales:after {
      position: absolute;
      top: 63px;
      content: "";
      right: -60px;
      width: 1px;
      bottom: 0;
      background-color: #9dadbb; }
    #newsales-news .newsales:last-child:after {
      width: 0px; }
    #newsales-news .newsales h3 {
      font-size: 26px;
      margin-top: 15px;
      margin-bottom: 20px;
      color: #000;
      text-align: center;
      font-weight: 600 !important; }
    #newsales-news .newsales .col-6 {
      padding-left: 12px;
      padding-right: 12px; }
    #newsales-news .newsales .news-item {
      margin-bottom: 20px; }
      #newsales-news .newsales .news-item img {
        border: solid 2px #f1f1f1;
      width: auto;
      height: auto;
      }
      #newsales-news .newsales .news-item .news-text {
        padding: 5px 0 15px; }
      #newsales-news .newsales .news-item h4 {
        line-height: 0.5 !important;
        height: 40px;
        margin-bottom: 5px;
        margin-top: 7px;
        overflow: hidden; }
        #newsales-news .newsales .news-item h4 a {
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          color: #000000 !important;
          text-transform: uppercase; }
      #newsales-news .newsales .news-item .time {
        color: #c7c7c7;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal; }
    #newsales-news .newsales .news-wiew-all {
      width: 100%;
      text-align: center; }
      #newsales-news .newsales .news-wiew-all a {
        color: #008848;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal; }
        #newsales-news .newsales .news-wiew-all a i {
          font-size: 14px;
          margin-right: 15px;
          color: #000000; }

@media (max-width: 1199.98px) and (min-width: 992px) {
  #newsales-news .row {
    margin-left: -15px;
    margin-right: -15px; }
  #newsales-news .newsales {
    width: 50%; }
    #newsales-news .newsales:after {
      width: 0px; }
    #newsales-news .newsales .col-6 {
      padding-left: 4px !important;
      padding-right: 4px !important; } }
@media (max-width: 992px) {
  #newsales-news {
    padding-bottom: 24px; }
    #newsales-news .row {
      margin-left: -15px;
      margin-right: -15px; }
    #newsales-news .newsales {
      max-width: 100%;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 25px; }
      #newsales-news .newsales:last-child {
        border-bottom: 0px solid #ebebeb;
        padding-bottom: 0px; }
      #newsales-news .newsales h3 {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-top: 14px; } }
/* ===================================
    CARD SANP BOX
====================================== */
.card-snap-box {
  margin-top: 40px;
  padding: 40px 0;
  font-size: 16px;
  overflow: hidden; }

.card-snap-box p {
  margin-bottom: 20px; }

.card-snap-welcome span {
  color: #008848;
  font-weight: bold; }

.card-snap-slogan {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 22px;
  white-space: nowrap;
  color: #008848;
  font-weight: 800;
  text-transform: uppercase; }

.card-snap-uudiem {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #008848; }

.card-snap-uudiem svg {
  margin-right: 5px;
  margin-left: 0; }

.card-snap-uudiem-chuthich {
  font-size: 14px;
  margin-left: 20px;
  color: #008848; }

.card-snap-btn-download {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }

.card-snap-btn-download img {
  height: 54px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }

.card-snap-qr-code-box-a {
  display: table;
  width: 100%; }

.card-snap-qr-code-box-1 {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }

.card-snap-qr-code-box-2 {
  display: table-cell;
  vertical-align: middle; }

.card-snap-qr-code img {
  height: 110px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }

@media (max-width: 991.98px) {
  .card-snap-btn-download {
    text-align: center; }

  .card-snap-btn-download img {
    margin: 0 auto; }

  .card-snap-qr-code-box-a {
    display: block; }

  .card-snap-qr-code-box-1 {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%; }

  .card-snap-qr-code-box-2 {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%; } }
/* ===================================
    chat box icon
====================================== */
.cx-side-button {
  position: fixed;
  background: white;
  bottom: 200px;
  right: 0;
  z-index: 999 !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  font-weight: 700 !important;
  display: inline-block;
  color: #228a4a !important;
  cursor: pointer !important;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transform: none; }
  .cx-side-button .chat-item {
    outline: none;
    display: grid;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    justify-items: center;
    padding: 10px;
    color: #228a4a; }
    .cx-side-button .chat-item:hover {
      background: #efefef; }

  .cx-side-button .chat-item.ttkv {
    padding: 0;
    width: 63px;
    height: 63px;
    /* border: none; */
  }  
  .cx-side-button .chat-item.ttkv img {
    width: 100%;
  }     
  .cx-side-button .footer-support {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 380px;
    position: absolute;
    background-color: #008848;
    right: calc(100% + 20px);
    border-radius: 8px;
    bottom: 0; }
    .cx-side-button .footer-support:before {
      position: absolute;
      content: "";
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #008848;
      width: 0;
      height: 0;
      right: -20px;
      bottom: 20px; }
    .cx-side-button .footer-support li {
      border-bottom: 1px solid #9dadbb;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      padding: 15px 25px; }
      .cx-side-button .footer-support li:first-child {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
      .cx-side-button .footer-support li:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
      .cx-side-button .footer-support li:hover {
        background-color: #0c9655; }
      .cx-side-button .footer-support li a {
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-transform: initial;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        display: block;
        overflow: hidden; }
        .cx-side-button .footer-support li a div {
          font-weight: normal;
          width: 50%;
          float: left;
          display: inline-block; }
          .cx-side-button .footer-support li a div img {
            width: 24px;
            height: 24px; }
          .cx-side-button .footer-support li a div :last-child {
            margin-left: 20px; }
    .cx-side-button .footer-support.active {
      display: block; }

@media (max-width: 991.98px) {
  .cx-side-button {
    bottom: 150px; }
    .cx-side-button .chat-item {
      outline: none;
      display: grid;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      justify-items: center;
      padding: 10px;
      color: #228a4a; }
      .cx-side-button .chat-item:hover {
        background: #efefef; }
    .cx-side-button .footer-support {
      border-radius: 0;
      position: fixed;
      width: 100%;
      bottom: 0;
      right: 0; }
      .cx-side-button .footer-support:before {
        display: none; }
      .cx-side-button .footer-support li {
        width: 100%; }
        .cx-side-button .footer-support li a {
          width: 100%;
          color: #fff;
          font-size: 14px;
          text-transform: initial;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          display: block;
          overflow: hidden; }
          .cx-side-button .footer-support li a div {
            width: 100%;
            float: none;
            display: block; }
            .cx-side-button .footer-support li a div :last-child {
              margin-left: 0px; } }


              .section-row{
                display: none;
             
               }

               @media  (max-width: 1112px) {
  .section-row{
   display: block;
 
  }
  .dang-ky-vay-dropdown-menu{
    z-index: 100;
  }
  .dang-ky-vay-dropdown{
    display: none !important;
  }
  .btn-site-default {
  
    padding: 0px 10px;
    }
.navbar-brand {
  display: none;
}
ul.lang-header{
  display: none;
}
.main-nav .icon{
  display: none;
}
.navbar-nav{
  margin-right: auto;
}
.navbar .nav-item .nav-link {
  padding-left: 10px;
  padding-right: 10px;
  }

.section-row .navbar-brand {
  display: block;
}
 
.section-row .dang-ky-vay-dropdown.hidden-desktop{
  display: none !important;
}

.section-row .dang-ky-vay-dropdown{
    display: inline-flex !important;
  }
  .section-row  ul.lang-header{
    display: block;
    top: 52px;
    right: 45px;
    z-index: 100;
  }
  .section-row.main-nav .icon{
    display: block;
    top: 52px;
    right: 10px;
    z-index: 100;
  }

}

@media  (max-width: 992px){
  .section-row{
    display: none;
 
   }
   .dang-ky-vay-dropdown{
    display: block !important;
  }
  .dang-ky-vay-dropdown.hidden-mobile{
    display: none !important;
  }
  .dang-ky-vay-dropdown.hidden-desktop{
    display: inline-flex !important;
  }
   .navbar-brand {
    display: block;
  }
  ul.lang-header{
    display: block;
  }
  .main-nav .icon{
    display: block;
  }
  .navbar-nav{
    margin-right: auto;
  }
}