
body {
  font-family: var(--finnix-bold);
  color: #0c0c0c;
  background-color: #ffc107;
}

#navbar{
     margin-left: -25px;
    margin-right: -25px;   
}

.navbar-nav{
    width:100%;
}

.navbar-toggler, .navbar-toggler-icon, .nav-item .nav-link {
    color: #fff!important;
}


.nav-item .nav-link{
    padding-left: 40px;
}

.navbar-toggler span {
    display: block;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
}

.navbar-toggler span:first-child {
    width: 16px;
    top: 2px;
    right: 0;
    transform: unset;
}

.slick-next {
    right: 0;
}

.navbar-toggler span:last-child {
    transform: unset;
    width: 16px;
    top: unset;
    right: 0;
    bottom: 2px;
}

.navbar-nav li {
    position: relative;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

.navbar-nav .active a{
    color: #f59120!important;
    font-weight: bold;
}

.card{
    border-radius: 15px;
}
.wrapper-calculate{
    margin-bottom: 60px;   
    padding-top:30px;
}

.modal{
    z-index: 9999;
}
.modal-content{
    border-radius: 1.3rem;
}

.header-page-banner {
    position: relative;
    overflow: initial;
}
.header-page-banner .text-header-layout {
    background: linear-gradient(180deg,#ffc107 0,rgba(0,64,178,0) 85.81%);
    height: 100%;
}
.header-page-banner .text-header-layout .text-header-page {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.header-page-banner .text-header-layout .text-header-page h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--finnix-bold);
    margin-bottom: 7px;
}

.header-page-banner img.curve-page-banner {
    position: absolute;
    bottom: -1px;
    width: 101%;
    max-width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

@media (min-width: 576px){
    .header-page-banner .text-header-layout .text-header-page h2, section.credit-online-news-promotion .wrapper-news-promotion h3, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .low-payment span.result {
        font-size: 48px;
        line-height: 64px;
    }
    
    .navbar-nav .active::before {
        content: "";
        position: absolute;
        bottom: -10px;
        height: 6px;
        width: 100%;
        background-color: #f59120;
    }
}

@media (min-width: 576px){
    .content-title-header h3, .content-title-header p, .header-page-banner .text-header-layout .text-header-page span.paragraph, .header-page-banner .text-header-layout .text-header-page.profile span.paragraph, section.credit-online-news-promotion .wrapper-news-promotion span.detail-topic, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc-fill .mobile-type-fill .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.modal-header h5 {
    font-family: finnix-bold;
    font-size: 22px;
    line-height: 30px;
    color: #ffc107;
}

.modal-footer .btn-success{
    border: 2px solid #ffc107;
    border-radius: 40px;
    width: 130px;
    font-family: finnix-bold;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
    margin: 32px 0 0;
}

.container1{
  background: rgb(29, 101, 225);
  color: aliceblue;
  padding: 20px;
  border-radius: 10px;
}

.bg-register {
    background-image: url(../images/background/bg-register.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 61px;
    padding-bottom: 70px;
    min-height: 990px;
}

.bg-register .regist-social {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.bg-register .regist-social span {
    font-size: 16px;
    line-height: 24px;
    color: #ffc107;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.bg-register .regist-social::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: #b5c6e7;
    width: 100%;
}

.group-param h1, .group-param p {
    text-align: start;
    font-family: var(--finnix-bold);
    font-size: 43px;
    line-height: 70px;
    color:#fff;
}

.group-param{
    margin-top:100px;
    margin-left:200px;
}

.group-param p{
     font-size: 18px;
     line-height: 30px;
    max-width: 363px;
}

.form-control{
    border-radius: 10px;
}

.btn-download, button.btn-download{
    min-width:118px!important;
}
.login-page{
    background:transparent;
     flex-direction: row;
     height: 100vh!important;
    align-items: start!important;
}

.login{
    padding-left:15%;
    padding-right:15%;
}

@media (max-width: 900px){
    .login-page{
        flex-direction: column!important;
    }
    .group-param{
        margin-top:10px!important;
        margin-left:10px!important;
    }
    .login{
    padding-left:10px;
    padding-right:10px;
}
}

.input{
  width: 100%;
  font-size: 20px;
  height: 30px;
}
.new-smoney,.time {
    font-size: 22px;
    font-family: var(--finnix-bold);
}
.payment{
  font-weight: 600;
  font-size: 20px;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}
#weight-condition{
  color: #0000ff;
}
.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #5e17eb;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #ffc107;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #dbdada;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider-calc {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #2196f3;
  outline: none;
  border-radius: 6px;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-calc:hover {
  opacity: 1;
}

.slider-calc::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 45px;
  height: 45px;
  background-image: url('../assets/drag.png');
  background-color:transparent!important;
  box-shadow:none;
  background-size:contain;
  background-repeat: no-repeat;
  
  cursor: pointer;
}

.slider-calc::-moz-range-thumb {
  width: 45px;
  height: 45px;
  background-image: url('../assets/drag.png');
  background-color:transparent!important;
  box-shadow:none;
   background-size:contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.timeBtn.act {
    background: #1774ff!important;
    background-size: 100%;
    box-shadow: 0 8px 16px 0 rgb(46 147 233 / 20%);
    color: #fff;
}
.timelimit button {
    padding: 0;
}
.bg-gradient{
    background: rgb(2,0,36);
    background: linear-gradient(0deg, #1a4b81 0%, #007bff 35%, rgb(8 115 185) 100%);
    border-top:none!important;
}
.timelimit{
    column-count: 5;
}

.timeBtn {
    width:31%;
    min-width: 3.2rem;
    height: 3rem;
    margin-right: 0.3rem;
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
      box-sizing: border-box;
      color: #FFFFFF;
      cursor: pointer;
      font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      opacity: 1;
      outline: 0 solid transparent;
      padding: 8px 18px;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      
      word-break: break-word;
      border: 0;
    color:#fff!important;
}  

.huankuan-right{
    font-family: var(--finnix-bold);
    font-size:1.2rem;
    padding-top:10px;
}

.gundong{
    font-size:1.2rem;
}

.huankuan h3{
    font-size:1.3rem!important;
}

@media (max-width: 767px){
    .timelimit button {
        min-width: 4.1rem!important;
        height: 2rem!important;
        font-size:.9rem!important;
    }
    .huankuan-right, .huankuan h3,.gundong{
        font-size:.8rem!important;
    }
    .huankuan{
        margin-left:-5px;
        margin-right:-5px;
    }
    
}

.timeBtn span{
     color: #fff;
}
.time {
    margin-top: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}



.slider_section .detail-box {
  width: 100%;
  z-index: 4;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 2;
}

.slider_section .img-box img {
  width: 100%;
}



.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 47.6%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #2e02fe;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about_section {
  font-family: "Poppins", sans-serif;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.service_section h2,
.service_section p {
  color: rgb(0, 0, 0);
}

.service_section hr {
  background-color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_section .box {
  width: 175px;
  text-align: center;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
}

.service_section .box .img-2 {
  display: none;
}

.service_section .box .img-box {
  width: 175px;
  height: 175px;
  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;
  background-color: #000000;
}

.service_section .box .name {
  margin-top: 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.service_section .box:hover .img-1 {
  display: none;
}

.service_section .box:hover .img-2 {
  display: inline-block;
}

.service_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('https://wallpapercave.com/wp/wp5098796.jpg');
  z-index: -1;
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}




.subscribe_section {
  background-color: #5e17eb;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #4719a2;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #0000ff;
}


.contact_section .contact_form-container input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input.message_input {
  margin-top: 80px;
}

.contact_section .contact_form-container button {
  border: none;
  background-color: #0e35f6;
  color: #fff;
  font-size: 15px;
  padding: 15px 55px;
  border-radius: 30px;
  text-transform: uppercase;
}

.contact_section .contact_form-container button:hover {
  background-color: #082de2;
}

.contact_section .map-box #map {
  width: 100%;
  height: 100%;
}

.contact_items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_items .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_items .item .detail-box {
  color: #5e5e5e;
}

.contact_items .item .detail-box p {
  margin: 0;
}

.contact_items {
  position: relative;
}

.contact_items a {
  position: relative;
}

.contact_items .item .img-box.box-1 {
  background-image: url(../images/location.png);
}

.contact_items .item .img-box.box-2 {
  background-image: url(../images/telephone.png);
}

.contact_items .item .img-box.box-3 {
  background-image: url(../images/envelope.png);
}

.info_section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #5e17eb;
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

.info_section p {
  margin: 35px 0 0 0;
}

.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}


.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}


.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

 .slick-detail-credit,  .slick-detail-credit .slick-list {
    overflow-x: hidden;
}

@media (min-width: 576px){
    .d-sm-none {
        display: none!important;
    }
}

@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
}

@media (min-width: 768px){
    .d-md-none {
        display: none!important;
    }
}
@media (min-width: 576px){
    .d-sm-block {
        display: block!important;
    }
}
@media (min-width: 1200px){
    .d-xl-block {
        display: block!important;
    }
}

@media (min-width: 1200px){
    .d-xl-none {
        display: none!important;
    }
}

.detail-under-banner {
    margin-top: -1px;
    text-align: center;
    color: #fff;
}

@media (min-width: 576px){
    .detail-under-banner h1 {
        padding-top: 32px;
        font-size: 48px;
        line-height: 64px;
    }
}
.detail-under-banner h1 {
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 48px;
    font-family: var(--finnix-bold);
}

.slider_section::after{
    content: ' ';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:9999;
    background-size:cover;
    background-repeat: no-repeat;
    
}

@media (min-width: 768px){
    .d-md-flex {
        display: flex!important;
    }
    /*.slider_section::after{
        height:300px;
        background-image: url('../images/curve.svg');
    }*/
}

@media (max-width: 767px){
   
    /*.slider_section::after{
        height:73px;
        background-image: url('../images/curve-mobile.png');
    }*/
    
    .detail-box{
        display:none;
    }
}

@media (min-width: 768px){
    .align-items-md-start {
        align-items: flex-start!important;
    }
}
@media (min-width: 768px){
    .flex-md-column {
        flex-direction: column!important;
    }
}

@media (min-width: 576px){
   .credit-option {
        padding-top: 38px;
        margin-bottom: 38px;
    }
}


.credit-option a.active h2, .credit-option a.active h3 {
    color: #f59120;
}

@media (min-width: 576px){
.credit-option a h3, .wrapper-calculate .calc-content .section-withdraw .amount-withdraw, .wrapper-calculate .list-calc .wrapper-row-calc p.list-result, .wrapper-calculate .result-calc .low-payment span.label {
    font-size: 24px;
    line-height: 34px;
    }
}

@media (min-width: 576px){
    .credit-option a.active {
        padding-bottom: 16px;
    }
}
.credit-option a.active {
    position: relative;
    padding-bottom: 10px;
}

@media (min-width: 576px){
     .credit-detail .wrapper-card-option .credit-option a.active::after {
        width: 100%;
        height: 6px;
    }
}

.credit-option a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 4px;
    background: linear-gradient(90deg,#f59120 3.89%,#fa5645 103.33%);
    border-radius: 10px;
}

.wrapper-calculate .calc-content {
    padding: 0 21px;
    margin-bottom: 30px;
}

@media (min-width: 1200px){
    .wrapper-calculate .type-payment {
        margin-bottom: 0;
    }
}

.wrapper-calculate .type-payment {
    padding: 7px 21px 0;
    margin-bottom: 26px;
}

@media (min-width: 576px){
    .wrapper-calculate h1, .wrapper-calculate h2, .wrapper-calculate h3, .wrapper-calculate h3.first-payment, .wrapper-calculate h3.page-product {
        font-size: 48px;
        line-height: 64px;
        width: 100%;
    }
}

.wrapper-calculate .result-calc .increase-day, .wrapper-calculate .result-calc .low-payment, .wrapper-calculate .result-calc .principle-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-calculate .type-payment .btn-group-type-payment button {
    opacity: .5;
    width: 33.33%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--finnix-bold);
    padding: 14px 0;
    border-radius: 10px;
    transition: .1s ease-in-out;
    color: #ffc107;
    background: #fff;
    border: 2px solid #ffc107;
}

.slick-detail-credit .slick-list .slick-track .slick-slide {
    transition: .3s ease-in-out 0.4s;
    opacity: .5;
}

.slick-text-detail-credit .slick-list .slick-track .slick-slide {
    transition: .3s ease-in-out 0.4s;
    opacity: .5;
}

.slick-detail-credit .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
}

.slick-text-detail-credit .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
}


@media (min-width: 576px){
    .wrapper-calculate .type-payment .btn-group-type-payment button {
        width: 130px;
        height: 56px;
        padding: 0;
    }
}

@media (min-width: 768px){
     span.detail-topic, .wrapper-calculate .row-section-calc>div:last-child .option-select-low .low-payment span.result {
        font-size: 28px;
        line-height: 40px;
    }
}

.wrapper-calculate .result-calc .increase-day, .wrapper-calculate .result-calc .low-payment, .wrapper-calculate .result-calc .principle-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px){
    .header-page-banner .text-header-layout .text-header-page h2, section.credit-online-news-promotion .wrapper-news-promotion h3, .wrapper-calculate .result-calc .low-payment span.result {
        font-size: 48px;
        line-height: 64px;
    }
}
@media (min-width: 768px) and (min-width: 768px){
    .wrapper-calculate .row-section-calc>div:last-child .option-select-low .low-payment span.label {
        font-size: 36px;
        line-height: 32px;
    }
}
section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success .title-cat h3, .wrapper-calculate .result-calc .low-payment span.result {
    font-size: 22px;
    line-height: 30px;
}
.wrapper-detail-cal-payment p b, article .entry-content strong, .slick-text-detail-credit .item-detail-credit span, .wrapper-calculate .result-calc .low-payment span {
    font-family: var(--finnix-bold);
}

 h1,  h2,  h3 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-family: var(--finnix-bold);
    display: block;
    margin: auto;
}

@media (min-width: 768px){
span.detail-topic {
    font-size: 22px;
    line-height: 30px;
}
}
span.detail-topic {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 6px;
}
.content-title-header.title-theme-blue h1, .content-title-header.title-theme-blue h2, .content-title-header.title-theme-blue h3, .content-title-header.title-theme-blue p, .wrapper-breacrumb span.active, .wrapper-card-blog .detail-card .tag-date>span.date, .wrapper-content-modal .modal-footer button.btn-cancle, .wrapper-calculate * {
    color: #ffc107;
}

span.detail-topic {
    text-align: center;
    font-family: var(--finnix-regular);
    font-size: 18px;
    line-height: 26px;
   
    display: block;
    margin: auto auto 13px;
    padding-top: 3px;
 
}

@media (min-width: 768px){
    .wrapper-calculate .row-section-calc {
        margin-top: 50px;
    }
}

.content-title-header.title-theme-blue h1, .content-title-header.title-theme-blue h2, .content-title-header.title-theme-blue h3, .content-title-header.title-theme-blue p, .wrapper-breacrumb span.active, .wrapper-card-blog .detail-card .tag-date>span.date, .wrapper-content-modal .modal-footer button.btn-cancle, .wrapper-calculate * {
    color: #ffc107;
}



@media (min-width: 768px) and (min-width: 992px){
    .wrapper-calculate .row-section-calc>div:first-child {
        padding-left: 71px;
        padding-right: 30px;
    }
}

@media (min-width: 768px){
    .wrapper-calculate .row-section-calc>div:first-child {
        padding-left: 0;
        padding-right: 5px;
        border-right: 1px solid #b5c6e7;
    }
}
@media (min-width: 768px){
    .wrapper-calculate .row-section-calc>div {
        width: 50%;
    }
}

@media (min-width: 768px) and (min-width: 992px){
    .wrapper-calculate .row-section-calc>div:last-child {
        padding-left: 42px;
        padding-right: 55px;
    }
}

@media (min-width: 768px){
    .wrapper-calculate .row-section-calc>div:last-child {
        padding-left: 25px;
        padding-right: 21px;
    }
}
@media (min-width: 768px){
    .wrapper-calculate .row-section-calc>div {
        width: 50%;
    }
}

.wrapper-calculate .type-payment .btn-group-type-payment button.active {
    background: #ffc107;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px){
    span.detail-topic::after, section.credit-online-news-promotion .wrapper-news-promotion span.detail-topic::after, section.credit-online-people-success .wrapper-people-success span.detail-topic::after, .wrapper-calculate span.detail-topic::after, section.credit-online-secure span.detail-topic::after {
        width: 200px;
        height: 8px;
    }
}
span.detail-topic::after, section.credit-online-news-promotion .wrapper-news-promotion span.detail-topic::after, .wrapper-calculate span.detail-topic::after, section.credit-online-secure span.detail-topic::after {
    content: "";
    width: 100px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    background: linear-gradient(90deg,#f59120 3.89%,#fa5645 103.33%);
    border-radius: 6px;
}


@media (min-width: 576px){
    .slick-detail-credit .slick-list .slick-track .slick-slide img {
        transition: .3s ease-in-out;
        transform: scale(.7);
        width: 362px;
    }
}

.item-detail-credit{
    text-align: center!important;
    display: grid!important;
}

@media (min-width: 576px){
    .slick-detail-credit .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center img.active-scale {
        transform: scale(1);
        width: 362px;
    }
}

.slick-detail-credit, .slick-detail-credit .slick-list {
    overflow-x: hidden;
}


.slick-text-detail-credit .slick-list>div .item-detail-credit h4 {
    text-align:center;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--finnix-bold);
    margin: 0;
    color: #fff;
}

.slick-text-detail-credit .slick-list>div .item-detail-credit span {
    text-align:center;
    font-family: var(--finnix-regular);
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.wrapper-calculate .calc-content .rSlider input[type=range].slide-date, .wrapper-calculate .calc-content .rSlider input[type=range].slide-money {
    position: relative;
    appearance: none;
    width: 100%;
    height: 10px;
    background: rgba(245,145,32,.31);
    outline: 0;
    border: none;
    border-radius: 10px;
}

.wrapper-calculate .calc-content .rSlider input[type=range]::-webkit-slider-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg,#f59120 0,#fa5645 100%);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    cursor: pointer;
    border-radius: 50px;
    z-index: 3
}

.wrapper-calculate .calc-content .rSlider input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg,#f59120 0,#fa5645 100%);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    cursor: pointer;
    border-radius: 50px;
    z-index: 3
}

@media (min-width: 576px){
    .wrapper-calculate .type-payment .btn-group-type-payment button {
        width: 130px;
        height: 56px;
        padding: 0;
    }
}

.content-title-header.title-theme-blue h1, .content-title-header.title-theme-blue h2, .content-title-header.title-theme-blue h3, .content-title-header.title-theme-blue p, .wrapper-breacrumb span.active, .wrapper-card-blog .detail-card .tag-date>span.date, .wrapper-content-modal .modal-footer button.btn-cancle, .wrapper-calculate * {
    color: #ffc107;
}

@media (min-width: 576px){
    h3.content-title {
        font-size: 48px;
        line-height: 68px;
        font-family: var(--finnix-bold);
    }
}

@media (min-width: 992px){
    .select-option-pay {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 18px -55px;
    }
}

.select-option-pay .wrapper-collapse-option-detail .wrapper-input-money input {
    border: none;
    font-family: var(--finnix-regular);
    width: calc(100% - 40px);
    height: 44px;
    padding-left: 15px;
}

.select-option-pay .wrapper-collapse-option-detail .wrapper-input-money {
    background-color: #fff;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #b5c6e7;
    width: 100%;
    overflow: hidden;
}

.select-option-pay {
    background: #e6ecf7;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 12px;
}

.select-option-pay .wrapper-collapse-option a {
    text-decoration: none;
}


.content-title-header.title-theme-blue h1, .content-title-header.title-theme-blue h2, .content-title-header.title-theme-blue h3, .content-title-header.title-theme-blue p, .wrapper-breacrumb span.active, .wrapper-card-blog .detail-card .tag-date>span.date, .wrapper-content-modal .modal-footer button.btn-cancle, .wrapper-calculate * {
    color: #ffc107;
}

.select-option-pay .wrapper-collapse-option-detail h3, .select-option-pay .wrapper-collapse-option-detail p {
    font-family: var(--finnix-bold);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

@media (min-width: 1200px){
    .select-option-pay .wrapper-collapse-option-detail h3, .select-option-pay .wrapper-collapse-option-detail p, .credit-detail .wrapper-card-option .credit-option a h5 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 768px){
    .wrapper-calculate .row-section-calc>div:last-child .option-select-low {
        padding: 55px 20px;
        background: #e6ecf7;
        border-radius: 10px;
    }
}

@media (min-width: 768px) and (min-width: 768px){
    .wrapper-calculate .row-section-calc>div:last-child .option-select-low {
        height: 100%;
        background-image: url('../images/feather.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 18px -55px;
    }
}

.wrapper-calculate .content-btn-calc {
    padding: 7px 21px 0;
    margin-bottom: 24px;
}

@media (min-width: 768px){
    .wrapper-calculate .content-btn-calc .wrapper-btn-download {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (min-width: 992px){
    .wrapper-calculate .row-section-calc>div:last-child .option-select-low {
        padding: 55px;
    }
}

.wrapper-calculate .result-calc, .wrapper-calculate .result-calc-fill {
    padding: 7px 21px 0;
    margin-bottom: 24px;
    display: block;
}

@media (min-width: 768px){
     .wrapper-calculate .content-btn-calc .wrapper-btn-download a .btn-calculate {
        width: auto;
        font-size: 18px;
        line-height: 26px;
        padding-left: 58px;
        padding-right: 58px;
        display: block;
        margin: auto;
    }
}
.bg-register .wrapper-param-member, .card-cat-howto.active span, .content-title-header.title-theme-white h1, .content-title-header.title-theme-white h2, .content-title-header.title-theme-white h3, .content-title-header.title-theme-white p, .menu-mobile .contact-menu .wrapper-contact-tel .locale-mobile h5, .wrapper-card-single-content .entry-header .entry-category ul.post-categories>li a, a.btn-blue-with-arrow.view-more:hover, button.btn-blue-with-arrow.view-more:hover, footer .wrapper-contact-footer, footer .wrapper-tel-footer, footer .wrapper-tel-footer .contact-menu .wrapper-contact-tel .locale-mobile h5, header.header .main-navigation ul.wrapper-item-nav-link ul.list-menu-dropdown li:hover a,  .wrapper-calculate .content-btn-calc button, section.wrapper-contact-us .contact-detail .item-info-contact .detail, section.wrapper-faqs .wrapper-select-faq .item-select-faq .card-cat-faq.active span, section.wrapper-finnix-is .content-finnix-is .content-detail {
    color: #fff;
}

.content-title-header.title-theme-blue h1, .content-title-header.title-theme-blue h2, .content-title-header.title-theme-blue h3, .content-title-header.title-theme-blue p, .wrapper-breacrumb span.active, .wrapper-card-blog .detail-card .tag-date>span.date, .wrapper-content-modal .modal-footer button.btn-cancle,  .wrapper-calculate * {
    color: #ffc107;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn-download, button.btn-download {
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    min-width: 218px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--finnix-bold);
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .1));
}
.wrapper-banner .slick-banner .wrapper-item-banner .element-banner img.bg-banner, .wrapper-card-blog>.thumbnail img, .wrapper-card-single-content .entry-thumbnail img, .wrapper-item-banner-mobile .header-banner .curve-mobile-slide, .wrapper-section-careers .search-control-careers .form-search-careers, button.btn-fullwidth, section.credit-online-blog .wrapper-blog .post-blog .slick-posts-blog .item-post .wrapper-item-post .content-post-slide img, section.wrapper-by-content .img-curve-finnixis {
    width: 100%;
}
.title-page::before, a.btn-download, button.btn-download {
    background: linear-gradient(90deg,#f59120 3.89%,#fa5645 103.33%);
}

a.btn-blue-with-arrow, button.btn-blue-with-arrow{
        background-color: #ffc107;
    font-family: var(--finnix-regular);
    font-size: 18px;
    line-height: 26px;
    border-radius: 77px;
    min-width: 170px;
    padding: 10px 45px;
    color: #fff;
    position: relative;
}

.wrapper-banner, .wrapper-item-banner-mobile .wrapper-item-banner, .wrapper-slick-mobile .wrapper-detail-slick-mobile .dots-outside, .wrapper-slick-mobile .wrapper-detail-slick-mobile .slick-detail-banner-mobile .header-banner, section.credit-online-blog, section.credit-online-download-now, section.credit-online-news-promotion, section.credit-online-people-success, section.credit-online-section, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .calc-content .rSlider, section.credit-online-secure, section.wrapper-how-to .slick-howto-content {
    position: relative;
}

@media (min-width: 576px){
    section.credit-online-news-promotion img.curve-section-page {
        top: 0!important;
    }
}

@media (min-width: 576px){
    section.credit-detail {
        margin-top: 0;
        margin-bottom: 120px;
    }
}

section.credit-online-news-promotion img.curve-section-page {
    width: 100%;
    position: absolute;
    top: 0px!important;
    transform: translateY(-99%) scale(1);
}

@media (max-width: 1199px){
    section.credit-online-news-promotion .wrapper-news-promotion {
        background: linear-gradient(360deg,#b5c6e7 9.28%,#fff 100%);
        padding-bottom: 25%;
        padding-top: 50px;
    }
}

section.credit-online-news-promotion .wrapper-news-promotion {
    margin-top: -1px;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 17%;
}

.content-title-header {
    color: #ffc107;
    position: relative;
    padding-bottom: 18px;
}

@media (min-width: 576px){
    .header-page-banner .text-header-layout .text-header-page h2, section.credit-online-news-promotion .wrapper-news-promotion h3, .wrapper-calculate .result-calc .low-payment span.result {
        font-size: 48px;
        line-height: 64px;
    }
}

@media (min-width: 768px){
    .content-title-header::before {
        width: 200px;
    }
}

.content-title-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(90deg,#f59120 3.89%,#fa5645 103.33%);
}


@media (min-width: 992px){
    .wrapper-card-horizontal-2>.thumbnail {
        min-height: 440px;
    }
}
.wrapper-card-horizontal-2>.thumbnail {
    min-height: unset;
    width: 100%;
    border-radius: 0 20px 20px 0;
}

.wrapper-card-horizontal-2>.thumbnail, .wrapper-card-horizontal>.thumbnail {
    min-width: 68.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list-customer .slick-list .slick-track, .wrapper-card-horizontal, .wrapper-card-horizontal-2, .wrapper-content-blogs .category-select, section.wrapper-contact-us .contact-detail .item-info-contact {
    display: flex;
}

.wrapper-card-horizontal-2 .detail-card {
    background: linear-gradient(360deg,#f59120 45.52%,#fa5645 109.25%);
    border-radius: 20px 0 0 20px;
    padding: 49px 44px 49px 34px;
    color: #fff;
}

.wrapper-card-horizontal-2 .detail-card .tag-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.wrapper-card-horizontal-2 .detail-card .tag-date>span.tag {
    background: #fff;
    color: #fa5645;
    border-radius: 20px;
    line-height: 20px;
    padding: 3px 13px;
}

.wrapper-card-blog .detail-card .tag-date>span, .wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>span, .wrapper-card-horizontal .detail-card .tag-date>span, .wrapper-card-horizontal-2 .detail-card .tag-date>span {
    font-size: 14px;
}

.wrapper-card-blog .detail-card .tag-date>span, .wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>span, .wrapper-card-horizontal .detail-card .tag-date>span, .wrapper-card-horizontal-2 .detail-card .tag-date>span {
    font-size: 14px;
}

@media (min-width: 992px){
    .wrapper-card-horizontal-2 .detail-card .post-title {
        font-size: 36px;
        line-height: 48px;
        height: 196px;
    }
}

.wrapper-card-horizontal-2 .detail-card .post-title {
    font-family: var(--finnix-bold);
    font-size: 22px;
    line-height: 30px;
    height: 125px;
    overflow: hidden;
}

.wrapper-card-blog {
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    border-radius: 20px;
    padding: 14px 14px 27px;
    background-color: #fff;
}

.wrapper-card-blog>.thumbnail {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.wrapper-card-blog .detail-card .tag-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wrapper-card-blog .detail-card .tag-date>span.tag {
    color: #fff;
    background: #f59120;
    border-radius: 20px;
    line-height: 20px;
    padding: 3px 13px;
}

.wrapper-card-blog .detail-card .tag-date>span, .wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>span, .wrapper-card-horizontal .detail-card .tag-date>span, .wrapper-card-horizontal-2 .detail-card .tag-date>span {
    font-size: 14px;
}

section.credit-online-blog .wrapper-blog .content-blog, section.credit-online-news-promotion .wrapper-news-promotion .content-news-promotion {
    margin-top: 20px;
    margin-bottom: 14px;
}

@media (min-width: 992px){
    .wrapper-card-horizontal-2 .detail-card .post-title {
        font-size: 36px;
        line-height: 48px;
        height: 196px;
    }
}

.wrapper-card-blog .detail-card .post-title {
    font-family: var(--finnix-bold);
    font-size: 22px;
    line-height: 30px;
    color: #ffc107;
    margin-bottom: 10px;
    height: 60px;
    word-wrap: break-word;
}

.wrapper-card-blog .detail-card .post-description, .wrapper-card-blog .detail-card .post-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wrapper-card-blog .detail-card .post-description {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #3e3e3e;
}

.wrapper-card-blog .detail-card .post-description, .wrapper-card-blog .detail-card .post-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.credit-online-blog img.curve-section-page, section.credit-online-people-success img.curve-section-page {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(-99%) scale(1);
}

@media (min-width: 576px){
    section.credit-online-blog .wrapper-blog h3, section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3, section.credit-online-secure .wrapper-blog h1 {
        font-size: 48px;
        line-height: 70px;
    }
}

section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3 {
    font-family: var(--finnix-bold);
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 576px){
    section.credit-online-people-success .wrapper-people-success span.detail-topic {
        font-size: 22px;
        line-height: 30px;
    }
}
section.credit-online-people-success .wrapper-people-success span.detail-topic {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 6px;
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.justify-content-center {
    justify-content: center!important;
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1144px;
    }
}

section.credit-online-people-success .wrapper-people-success .content-people-success {
    margin-top: 25px;
    margin-bottom: 14px;
}

@media (min-width: 768px){
    .me-md-5 {
        margin-right: 3rem!important;
    }
}

@media (min-width: 768px){
    section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success {
        width: 730px;
    }
}

section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, .4));
}

@media (min-width: 768px){
    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }
}

@media (min-width: 768px){
    section.credit-online-blog .wrapper-blog span.detail-topic::after, section.credit-online-news-promotion .wrapper-news-promotion span.detail-topic::after, section.credit-online-people-success .wrapper-people-success span.detail-topic::after, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate span.detail-topic::after, section.credit-online-secure .wrapper-blog span.detail-topic::after {
        width: 200px;
        height: 8px;
    }
}

.card-item-career.slide-item-career, .section-relate .slick-relate-blog .slick-slide, section.credit-online-blog .wrapper-blog .post-blog .slick-posts-blog .slick-slide, section.credit-online-news-promotion .wrapper-news-promotion .post-news-promotion .slick-posts .slick-slide {
    width: 316px;
}

@media (max-width: 767px){
    section.credit-online-news-promotion .wrapper-news-promotion .post-news-promotion .slick-posts .item-post {
        padding: 0;
        padding-left: 15px!important;
    }
}

@media (max-width: 1199px){
    section.credit-online-blog .wrapper-blog .post-blog .slick-posts-blog .item-post {
        padding: 0;
        padding-left: 15px!important;
    }
}

section.credit-online-people-success .wrapper-people-success span.detail-topic::after {
    content: "";
    width: 100px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    background: #fff;
    border-radius: 6px;
}

section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,#000 0,rgba(0,0,0,.5) 30%,rgba(56,55,54,0) 70%);
    z-index: 1;
}

section.credit-online-blog .wrapper-blog .content-blog .highlight-post-blog img.thumb, section.credit-online-news-promotion .wrapper-news-promotion .content-news-promotion .highlight-post-news-promotion img, section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success img.thumb {
    width: 100%;
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, .4));
}

.title-cat {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    z-index: 2;
    margin-bottom: 20px;
}

section.credit-online-people-success .wrapper-people-success .content-people-success .highlight-post-people-success .title-cat h3, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .low-payment span.result {
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 576px){
    section.credit-online-blog .wrapper-blog h3, section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3, section.credit-online-secure .wrapper-blog h1 {
        font-size: 48px;
        line-height: 70px;
    }
}
section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3 {
    font-family: var(--finnix-bold);
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .title-cat span, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .increase-day span.label, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .increase-day span.result, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .principle-day span.label, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .principle-day span.result {
    font-size: 14px;
    line-height: 20px;
}

.title-cat span.name-people {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}

@media (min-width: 992px){
    .d-lg-flex {
        display: flex!important;
    }
}

section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post {
    padding: 0 6px;
    margin-bottom: 30px;
}

.wrapper-card-blog-mobile, section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .content-post-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .content-post-slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,#000 0,rgba(0,0,0,.5) 49.82%,rgba(56,55,54,0) 81.06%);
    z-index: 1;
}

.title-cat {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    z-index: 2;
    margin-bottom: 20px;
}

.header-page-banner .text-header-layout .text-header-page span.paragraph, .wrapper-form-promotion .content-title-header p, footer .wrapper-tel-footer h5, section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .title-cat h3, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .low-payment span.label {
    font-size: 18px;
    line-height: 26px;
}

section.credit-online-people-success .wrapper-people-success {
    margin-top: -2px;
    background-color: #f59120;
    background: linear-gradient(180deg,#f59120 45.52%,#fa5645 109.25%);
    padding-top: 62px;
    padding-bottom: 17%;
    position: relative;
}

@media (min-width: 576px){
    section.credit-online-blog .wrapper-blog h3, section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3, section.credit-online-secure .wrapper-blog h1 {
        font-size: 48px;
        line-height: 70px;
    }
}

@media (min-width: 1200px){
    section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post {
        width: 372px;
    }
}

section.credit-online-people-success .wrapper-people-success span.detail-topic {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 6px;
}

@media (min-width: 1200px){
    section.credit-online-people-success .wrapper-people-success span.detail-topic {
        margin-bottom: 80px;
    }
}


section.credit-online-people-success .wrapper-people-success h2, section.credit-online-people-success .wrapper-people-success h3 {
    font-family: var(--finnix-bold);
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .content-post-slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,#000 0,rgba(0,0,0,.5) 49.82%,rgba(56,55,54,0) 81.06%);
    z-index: 1;
}

.wrapper-card-blog-mobile, section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .content-post-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.title-cat h3 {
    font-family: var(--finnix-bold);
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.text-start {
    text-align: left!important;
}

@media (min-width: 992px){
    .d-lg-none {
        display: none!important;
    }
}

@media (min-width: 1200px){
    section.credit-online-people-success .wrapper-people-success .content-people-success {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 1200px){
    section.credit-online-people-success .wrapper-people-success .store-app-score {
        margin: 74px auto;
    }
}
@media (min-width: 1200px){
    .d-xl-flex {
        display: flex!important;
    }
}

section.credit-online-blog .wrapper-blog {
    background: linear-gradient(360deg,#b5c6e7 14.65%,#fff 100%);
    padding-top: 36px;
    padding-bottom: 25%;
    position: relative;
}


@media (min-width: 576px){
    section.credit-online-blog .wrapper-blog {
        background: linear-gradient(360deg,#e6eefd -27.79%,#fff 100%);
        padding-bottom: 8%;
    }
}

@media (min-width: 1200px){
    section.credit-online-blog .wrapper-blog .see-more {
        margin-top: 40px;
    }
}

.wrapper-card-horizontal-2>.thumbnail, .wrapper-card-horizontal>.thumbnail {
    min-width: 68.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wrapper-card-horizontal>.thumbnail {
    min-height: 440px;
    width: 100%;
    border-radius: 20px 0 0 20px;
}

.wrapper-card-horizontal-2>.thumbnail, .wrapper-card-horizontal>.thumbnail {
    min-width: 68.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.wrapper-card-horizontal .detail-card {
    background-color: #ffc107;
    border-radius: 0 20px 20px 0;
    padding: 49px 44px 49px 34px;
    color: #fff;
}

.wrapper-card-horizontal .detail-card .tag-date {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.wrapper-card-horizontal .detail-card .tag-date>span.tag {
    background: #f59120;
    border-radius: 20px;
    line-height: 20px;
    padding: 3px 13px;
}

.wrapper-card-blog .detail-card .tag-date>span, .wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>span, .wrapper-card-horizontal .detail-card .tag-date>span, .wrapper-card-horizontal-2 .detail-card .tag-date>span {
    font-size: 14px;
}

.wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>span.tag {
    background: #f59120;
    color: #fff;
    border-radius: 20px;
    line-height: 20px;
    padding: 3px 13px;
}

.wrapper-card-blog-mobile .inner-card-blog-mobile .title-detail>h5.title {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--finnix-bold);
    font-size: 22px;
    line-height: 30px;
    height: 63px;
    overflow: hidden;
}

.credit-online-secure{
    background-color: #fff;
}

section.credit-online-secure .wrapper-blog {
    padding-top: 26px;
    padding-bottom: 70px;
    position: relative;
}

@media (min-width: 576px){
    section.credit-online-secure .wrapper-blog {
        padding-bottom: 12.5vw;
    }
}

section.credit-online-secure img.curve-section-page {
    width: 100%;
    position: absolute;
    transform: translateY(-100%) scale(1);
}



@media (min-width: 1200px){
    section.credit-online-secure img.curve-section-page {
        display: none;
    }
}

section.credit-online-secure .wrapper-blog {
    padding-top: 26px;
    padding-bottom: 70px;
    position: relative;
}

@media (min-width: 576px){
    section.credit-online-secure .wrapper-blog {
        padding-bottom: 12.5vw;
    }
}


@media (min-width: 576px){
    .section-for-download-desktop {
        margin-bottom: -8.802vw;
    }
}
.section-for-download-desktop {
    margin-bottom: -50px;
    height: 37.052vw;
    background: linear-gradient(225deg,#f59120 .2%,#fa5645 59.83%,#652f8e 131.7%);
}

@media (min-width: 576px){
    .section-for-download-desktop .element-hold-mobile {
        position: absolute;
        width: 40%;
        right: 0;
        top: -7.9vw;
        z-index: 1;
    }
}

.section-for-download-desktop .wrapper-detail-download {
    padding-top: 3.385vw;
    padding-bottom: 25px;
}


footer .container-naja {
    position: relative;
    width: 100%;
}

@media (min-width: 576px){
    footer .curve-section {
        height: 8.802vw;
        width: 100%;
    }
}

footer .bg-footer .content {
    padding-top: 30px;
}

.content {
    background: linear-gradient(360deg,#bf505d 0,#ffc107 29.28%,#ffc107 102.2%);
    mix-blend-mode: normal;
}

@media (min-width: 768px){
    footer .logo-section-footer {
        height: 58px;
        margin-top: 0;
        margin-bottom: 18px;
    }
}

footer .footer-menu-wrapper {
    margin-top: 21px;
}

@media (min-width: 768px){
    footer .wrapper-app-download {
        margin-top: 15px;
    }
}
@media (min-width: 768px){
    .mb-md-0 {
        margin-bottom: 0!important;
    }
}
@media (min-width: 768px){
    .order-md-2 {
        order: 2!important;
    }
}

footer .wrapper-app-download h5 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 17px;
}
footer .head-topic {
    font-size: 18px;
    font-family: var(--finnix-bold);
    font-weight: 700;
}


@media (min-width: 768px){
    .bg-register .form-member .wrapper-form-member .social-login .btn-social-login, .btn-group-cta .btn-blue-with-arrow, footer .footer-menu-wrapper ul li a.main-menu-item, footer .head-topic, footer .wrapper-app-download h5, footer .wrapper-follow-social-footer h5, footer .wrapper-tel-footer h5, section.wrapper-manager .manager-list-items .item-manager .info span {
        font-size: 18px;
        line-height: 26px;
    }
}

footer .wrapper-contact-footer h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 17px;
}
@media (min-width: 768px){
    .bg-register .form-member .wrapper-form-member .social-login .btn-social-login, .btn-group-cta .btn-blue-with-arrow, footer .footer-menu-wrapper ul li a.main-menu-item, footer .head-topic, footer .wrapper-app-download h5, footer .wrapper-follow-social-footer h5, footer .wrapper-tel-footer h5, section.wrapper-manager .manager-list-items .item-manager .info span {
        font-size: 18px;
        line-height: 26px;
    }
}
footer .head-topic {
    font-size: 18px;
    font-family: var(--finnix-bold);
    font-weight: 700;
}

footer .wrapper-tel-footer .contact-menu {
    margin-top: 15px;
}

@media (min-width: 768px){
    .bg-register .form-member .wrapper-form-member .social-login .btn-social-login, .btn-group-cta .btn-blue-with-arrow, footer .footer-menu-wrapper ul li a.main-menu-item, footer .head-topic, footer .wrapper-app-download h5, footer .wrapper-follow-social-footer h5, footer .wrapper-tel-footer h5, section.wrapper-manager .manager-list-items .item-manager .info span {
        font-size: 18px;
        line-height: 26px;
    }
}
.header-page-banner .text-header-layout .text-header-page span.paragraph, .wrapper-form-promotion .content-title-header p, footer .wrapper-tel-footer h5, section.credit-online-people-success .wrapper-people-success .post-people-success .top-content-success .item-post .title-cat h3, section.credit-online-section .wrapper-cotent-credit-online .wrapper-all-section .wrapper-calculate .result-calc .low-payment span.label {
    font-size: 18px;
    line-height: 26px;
}
footer .head-topic {
    font-size: 18px;
    font-family: var(--finnix-bold);
    font-weight: 700;
}

@media (min-width: 768px){
    footer .wrapper-follow-social-footer img, footer .wrapper-tel-footer .contact-menu .wrapper-contact-tel .tel-number img {
        height: 44px;
    }
}
.bg-register .form-member .wrapper-form-member .social-login .btn-social-login img, .menu-mobile .contact-menu .wrapper-contact-tel .tel-number img, footer .wrapper-tel-footer .contact-menu .wrapper-contact-tel .tel-number img {
    margin-right: 10px;
}

.menu-mobile .contact-menu .wrapper-contact-tel .tel-number a, footer .wrapper-tel-footer .contact-menu .wrapper-contact-tel .tel-number a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}

footer .footer-menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 24px;
    font-size: 15px;
    font-family: finnix-light;
}

footer .wrapper-tel-footer .phone-number {
    font-size: 24px;
    line-height: 34px;
}

footer .footer-menu-wrapper ul {
    list-style: none;
}

footer .footer-menu-wrapper ul li.main-list-menu-item {
    margin-bottom: 14.5px;
}

footer .footer-menu-wrapper ul li a.main-menu-item {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-family: var(--finnix-bold);
    font-weight: 700;
}

@media (min-width: 768px){
    .bg-register .form-member .wrapper-form-member .social-login .btn-social-login, .btn-group-cta .btn-blue-with-arrow, footer .footer-menu-wrapper ul li a.main-menu-item, footer .head-topic, footer .wrapper-app-download h5, footer .wrapper-follow-social-footer h5, footer .wrapper-tel-footer h5, section.wrapper-manager .manager-list-items .item-manager .info span {
        font-size: 18px;
        line-height: 26px;
    }
}
.me-0 {
    margin-right: 0!important;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.list-menu{
    padding-left:0;
}

footer .wrapper-copy-right-footer span {
    font-size: 15px;
    font-family: finnix-light;
    color: #fff;
    margin: 30px 0;
    display: block;
}

.head-topic{
    color:#fff;    
}

.btn-link{
    text-decoration: none;
}

.wrapper-who-can-use .item-detail-download {
    width: 208px;
    text-align: center;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.wrapper-who-can-use .item-detail-download h3, .wrapper-who-can-use .item-detail-download h4 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}

.wrapper-who-can-use .item-detail-download .icon-download {
    position: relative;
    display: block;
    margin: auto auto 20px;
}

.wrapper-who-can-use .item-detail-download .icon-download img {
    margin: auto;
    display: block;
}

.wrapper-who-can-use .item-detail-download span {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

a.btn-blue-with-arrow, button.btn-blue-with-arrow {
    background-color: #ffc107;
    font-family: var(--finnix-regular);
    font-size: 18px;
    line-height: 26px;
    border-radius: 77px;
    min-width: 170px;
    padding: 10px 45px;
    color: #fff;
    position: relative;
}

.wrapper-detail-cal-payment p, .wrapper-detail-cal-payment table, .wrapper-detail-cal-payment ul {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.wrapper-detail-cal-payment p, .wrapper-detail-cal-payment table, .wrapper-detail-cal-payment ul {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

img, svg {
    vertical-align: middle;
}

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

:root {
     --finnix-bold:  'IBM Plex Sans Thai', sans-serif;
     --finnix-regular: 'IBM Plex Sans Thai', sans-serif;
}