/* Khai báo biến css */
:root{
    --red-color: #00a3e0;
    --orange-color: #00a3e0;
    --azure-color: #435669;
    --white-color: #fff;
    --black-color: #333;
    --gray-color: #666;
    --blue-color: #00a3e0;
}

@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url("../fonts/Quicksand-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'quicksand';
    src: url("../fonts/Quicksand-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'quicksand';
    src: url("../fonts/Quicksand-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: 'quicksand';
    src: url("../fonts/Quicksand-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: 'quicksand';
    src: url("../fonts/Quicksand-Bold.ttf");
    font-weight: 700;
}
/*============================================================================ #Icons ==============================================================================*/
.icon-fallback-text .icon {
    display: none;
}
.supports-fontface .icon-fallback-text .icon {
    display: inline-block;
}
/*============================================================================ A generic way to visually hide content while remaining accessible to screen readers (h5bp.com) ==============================================================================*/
.icon:before {
    display: none;
}
.icon:before {
    display: inline;
    font-family: "icons", Roboto, Helvetica, sans-serif;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*================ Icon mapping ================*/
.icon-amazon_payments:before {
    content: "\e800";
}
.icon-american_express:before {
    content: "\41";
}
.icon-arrow-down:before {
    content: "\e607";
}
.icon-bitcoin:before {
    content: "\42";
}
.icon-cart:before {
    content: "\e600";
}
.icon-cirrus:before {
    content: "\43";
}
.icon-dankort:before {
    content: "\64";
}
.icon-diners_club:before {
    content: "\63";
}
.icon-discover:before {
    content: "\44";
}
.icon-dogecoin:before {
    content: "\e904";
}
.icon-dwolla:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\66";
}
.icon-fancy:before {
    content: "\46";
}
.icon-forbrugsforeningen:before {
    content: "\e906";
}
.icon-google-plus:before {
    content: "\e900";
}
.icon-grid-view:before {
    content: "\e603";
}
.icon-hamburger:before {
    content: "\e601";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-interac:before {
    content: "\49";
}
.icon-jcb:before {
    content: "\4a";
}
.icon-list-view:before {
    content: "\e604";
}
.icon-litecoin:before {
    content: "\e908";
}
.icon-maestro:before {
    content: "\6d";
}
.icon-master:before {
    content: "\4d";
}
.icon-minus:before {
    content: "\e602";
}
.icon-paypal:before {
    content: "\50";
}
.icon-pinterest:before {
    content: "\70";
}
.icon-plus:before {
    content: "\e605";
}
.icon-rss:before {
    content: "\72";
}
.icon-search:before {
    content: "\73";
}
.icon-stripe:before {
    content: "\53";
}
.icon-tumblr:before {
    content: "\74";
}
.icon-twitter:before {
    content: "\54";
}
.icon-vimeo:before {
    content: "\76";
}
.icon-visa:before {
    content: "\56";
}
.icon-x:before {
    content: "\e606";
}
.icon-youtube:before {
    content: "\79";
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
body {
    font-size: 14px;
    font-family: 'quicksand', sans-serif;
}
ul{
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
    transition: all 0.5s;
    color: #545454;
}
.semibold{
    font-weight: 600;
}
a:hover, a:focus {
    text-decoration: none;
    color: #00a3e0;
}
.ckeditor img{
    max-width: 100% !important;
    height: auto !important;
}
.ckeditor a{
    text-decoration: initial !important;
    display: initial !important;
	color: #0000aa !important;
}
.ckeditor a:hover{
	color: #00a3e0 !important;
}
.ckeditor table td{
    border: 1px solid #ccc;
    padding: 8px 12px;
}
.ckeditor ul{
    margin-left: 15px;
}
.ckeditor li{
    list-style: initial;
    padding: 5px 0;
}
img{
    max-width: 100%;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
/* Pagination Style */
.pagination{
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.pagination>li>a, .pagination>li>span{
    color: #00a3e0;
    margin: 0 5px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #00a3e0;
    border: 1px solid #00a3e0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #fff;
    background-color: #00a3e0;
    border: 1px solid #00a3e0;
}
/* Breadcrumb */
#breadcrumb{
    background-color: #f2f2f2;
}
#breadcrumb .breadcrumb{
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#breadcrumb .breadcrumb a{
    display: inline-block;
    padding: 8px 0;
    font-size: 13px;
    color: #00a3e0;
}
#breadcrumb .breadcrumb>.active{
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 800px;
    padding: 8px 0;
}
.breadcrumb>li{
    float: left;
    max-width: 100% !important;
}
#breadcrumb .breadcrumb i{
    margin-right: 5px;
}
.cd-faq-categories.is-fixed{
    top: 120px !important;
}
.upper{
    text-transform: uppercase;
}
.introduce{
    position: relative;
    overflow: hidden;
}
.introduce div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.introduce:hover div:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.scale img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    /*-ms-transition: all .5s ease;
    */
    transition: all .5s ease;
}
.scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-thumbnail{
    width: 100%;
    position: relative;
    display: block;
}
.box-thumbnail .thumbnail-lazy img{
    width: 100%;
}
.thumbnail-lazy{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-size: cover;
    /*background-repeat: no-repeat;
    */
    /*background-position: center center;
    */
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    overflow: hidden;
}
.thumbnail-lazy{
    background-image: linear-gradient(to left,#f5f5f5 0,#efefef 15%,#f5f5f5 40%,#f5f5f5 100%);
    background-repeat: no-repeat !important;
    background-color: #f5f5f5;
    background-size: 900px 1700px !important;
    background-position: center center !important;
    animation: pencipreload 1s infinite linear forwards;
    -webkit-animation: pencipreload 1s infinite linear forwards;
    border: 1px solid #ccc;
}
.thumbnail-lazy.loaded{
    background: transparent !important;
    border: 0 !important;
}
.curly-quotes:before, .curly-quotes:after {
    font-family: Georgia, serif;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
}
.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}
.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}
.hot{
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 999;
    background: #00a3e0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: none;
}
.hot:before{
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00a3e0;
    position: absolute;
    bottom: -6px;
    right: 1px;
    transform: rotate(315deg);
}
/* Header css */
.vtc_desktop_header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 7px 0 #b7b2b2;
}
.vtc_desktop_header > div.container{
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.vtc_top_header{
    /*background-color: var(--blue-color);*/
    background-color: #00a3e0;
    color: var(--white-color);
    height: 40px;
    overflow: hidden;
}
.vtc_top_header span{
    font-size: 14px;
    line-height: 40px;
    display: block;
    float: left;
    height: 40px;
    font-weight: bold;
}
.vtc_top_header .pull-right a{
    color: var(--white-color);
    float: left;
    line-height: 40px;
    margin-right: 20px;
}
.vtc_top_header .pull-right a i{
    margin-right: 6px;
}
.vtc_logo{
    width: 15%;
}
.vtc_desktop_menu{
    width: 65%;
}
.vtc_menu_root{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vtc_menu_root > li{
    display: inline-block;
    position: relative;
    padding: 20px 15px;
}
.vtc_menu_root > li > a{
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 700;
}
.btn-register{
    white-space: nowrap;
    border-radius: 4px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
[class*="fx-"]:not(.fx-dyna)::after, [class*="fx-"]:not(.fx-dyna)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.ctrl-standard.fx-sliderIn {
    color: var(--white-color);
    border: 1px solid var(--red-color);
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease-in-out;
}
.ctrl-standard.fx-sliderIn::after {
  background: var(--red-color);
}
.ctrl-standard.fx-sliderIn.is-reversed::after {
  width: 300%;
}
.ctrl-standard.fx-sliderIn.is-reversed:hover {
  color: var(--red-color);
}
.ctrl-standard.fx-sliderIn.is-reversed:hover::after {
  width: 0;
}
 .fx-sliderIn::after {
    transition: width 0.5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
  }
.fx-sliderIn:hover::after,
.fx-sliderIn.active::after {
    transition: width 0.5s ease-in-out;
    width: 100%;
  }
:checked + .fx-sliderIn::after,
.fx-sliderIn.active::after {
    width: 300%;
  }
.vtc_menu_root > li > a.active, .vtc_menu_root > li:hover > a{
    color: var(--red-color);
}
.vtc_menu_root > li ul{
    position: absolute;
    top: 100%;
    left: -9999px;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 300px;
    opacity: 0;
    z-index: -9999;
    transition: opacity 0.4s ease-in-out 0s;
}
.vtc_menu_root > li ul > li:not(:last-child){
    border-bottom: 1px dashed #ccc;
}
.vtc_menu_root li:hover > ul{
    opacity: 1;
    left: 0;
    z-index: 9999;
}
.vtc_menu_root > li ul a{
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 13px;
}
.vtc_menu_root > li ul a:hover{
    color: #00a3e0;
}
.vtc_desktop_header .vtc_head_right{
    width: 20%;
}
.vtc_menu_root > li ul li:last-child a{
    border: 0;
}
.vtc_head_right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.vtc_langugages li{
    display: inline-block;
}
.vtc_langugages a{
    display: inline-block;
    width: 25px;
}
#wrap {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrap input[type="text"] {
    height: 25px;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    outline: none;
    color: #666;
    padding: 3px 25px 3px 10px;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    width: 170px;
    z-index: 1;
    background-color: var(--white-color);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#wrap input[type="text"]::placeholder {
  color: #666;
  font-size: 13px;
}
#wrap input[type="submit"] {
    height: 25px;
    width: 25px;
    display: inline-block;
    color: red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 60%;
    text-indent: -10000px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 50%;
    box-sizing: border-box;
}
/* End Header css*/
.wrapper{
    min-height: 300px;
    margin-top: 98px;
}
/* Content css */
.vtc_product_one .loans_bg{
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
    border-bottom: 2px solid var(--orange-color);
}
.vtc_product_one h2.semibold{
    font-size: 24px;
    text-align: center;
    margin: 25px 0 40px 0;
    font-weight: bold;
}
.vtc_product_one .nav-tabs{
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vtc_product_one .nav-tabs>li>a{
    background-color: transparent;
    border: 0 !important;
    text-align: center;
    width: 300px;
    color: var(--azure-color);
    cursor: pointer;
    position: relative;
}
.vtc_product_one .nav-tabs>li>a .icon{
    width: 127px;
    height: 127px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vtc_product_one .nav-tabs>li.active>a,.vtc_product_one.nav-tabs>li>a:hover,.vtc_product_one .nav-tabs>li.active>a:hover{
    box-shadow: none;
    background-color: transparent;
    border: 0 !important;
    color: var(--red-color) !important;
}
.vtc_product_one .nav-tabs>li.active>a img{
    filter: invert(51%) sepia(44%) saturate(3365%) hue-rotate(163deg) brightness(94%) contrast(101%);
}
.vtc_product_one .nav-tabs li a:hover img{
    filter: invert(51%) sepia(44%) saturate(3365%) hue-rotate(163deg) brightness(94%) contrast(101%);
}
.vtc_product_one .nav-tabs>li>a:hover{
    color: var(--red-color) !important;
    margin-top: -20px;
}
.vtc_product_one .nav-tabs>li.active>a .icon, .vtc_product_one .nav-tabs>li>a:hover .icon{
    border-color: var(--red-color);
    box-shadow: 0 0 5px 1px #00a4e035;
}
.vtc_product_one .nav-tabs>li>a .img{
    width: 50px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vtc_product_one .nav-tabs>li>a span:first-child{
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.vtc_product_one .nav-tabs>li>a span:last-child{
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    width: 215px;
    margin: 20px auto 0 auto;
    font-weight: bold;
}
.vtc_product_one .nav-tabs>li.active>a:after, .vtc_product_one .nav-tabs>li.active>a:before {
    top: calc(100% + 38px);
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: 0.5s all;
}
.vtc_product_one .nav-tabs>li.active>a:hover:after, .vtc_product_one .nav-tabs>li.active>a:hover:before{
    top: calc(100% + 48px);
}
#loan_process{
    padding: 50px 0;
}
#loan_process h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px 0;
}
#loan_process .item{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
#loan_process .shake{
    float: left;
    width: 25%;
    text-align: center;
}
#loan_process .step-arrow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
#loan_process .step-3, #loan_process .step-7{
    margin-top: 40px;
}
#loan_process .step-4 img{
    transform: scaleY(-1);
    margin-top: 20px;
}
#loan_process .step-2 img, #loan_process .step-6 img{
    margin-top: -120px;
}
#loan_process .step p{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.shake:hover {
    animation: shake 0.5s both;
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}
.vtc_product_one .nav-tabs>li.active>a:after {
    border-top-color: #fff4f3;
    border-width: 20px;
    margin-left: -20px;
}
.vtc_product_one .nav-tabs>li.active>a:before {
    border-top-color: var(--orange-color);
    border-width: 23px;
    margin-left: -23px;
}
.vtc_strength{
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b7b7b7;
}
.vtc_strength .item{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.vtc_strength .item{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.vtc_strength .item span{
    width: 94px;
    height: 94px;
    border: 1px solid #00a3e0;
    border-radius: 50%;
    line-height: 94px;
    font-size: 30px;
    color: #00a3e0;
    margin-bottom: 15px;
}
.vtc_strength .item span:before {
    font-size: 30px;
    transition: font-size 0.2s;
}
.vtc_strength .item:hover span:before {
    font-size: 36px;
}
.vtc_strength .item p{
    font-size: 18px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.vtc_strength .item:hover p{
    color: #00a3e0;
}
.vtc_process{
    padding-top: 30px;
    padding-bottom: 20px;
}
.vtc_process .item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    overflow: hidden;
    margin: 30px 0;
    cursor: pointer;
}
.vtc_process .item span{
    border: 1px dashed #00a3e0;
    color: #333;
    font-size: 16px;
    border-radius: 30px;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
    display: block;
    float: left;
    transition: background 0.5s, color 0.5s;
}
.vtc_process .item:hover span {
    border: 1px solid #e52023;
    background: #e52023;
    color: #fff;
}
.vtc_process .item p{
    margin: 0;
    width: 100%;
    font-size: 14px;
}
.vtc_process .item:hover p{
    color: #dd1921;
}
.vtc_process .item img{
    height: 100px;
    margin-left: 20px;
    transition: margin-left 0.3s;
}
.vtc_process .item:hover img{
    margin-left: 10px;
}
.title_1{
    text-align: center;
    font-family: 'quicksand', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0 20px 0;
    color: #3f3f3f;
}
.vtc_contract_form{
    background: url("../images/partner_bg.jpg") no-repeat top left;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.vtc_contract_form .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.vtc_contract_form > div{
    position: relative;
    z-index: 2;
}
.vtc_contract_form h3{
    font-size: 25px;
    color: #fff;
    margin: 0 0 40px 0;
    text-align: center;
}
.vtc_contract_form ul{
    margin-top: 30px;
    text-align: center;
}
.vtc_contract_form ul li{
    width: 33%;
    display: inline-block;
    text-align: center;
    padding-bottom: 25px;
}
.vtc_contract_form ul li a span{
    margin-right: 10px;
}
.vtc_contract_form ul li a{
    font-size: 18px;
    color: #fff;
    transition: 0.5s all;
}
.vtc_contract_form ul li a:hover{
    color: var(--red-color);
}
.vtc_contract_form ul li > span{
    color: #fff !important;
}
/* News list css */
.vtc_list_news{
    margin: 20px 0 0 0;
}
.vtc_list_news .list{
    margin-top: 40px;
}
.vtc_list_news .box-thumbnail{
    padding-top: 56.6%;
}
.vtc_list_news .item .new_title{
    font-size: 13px;
    line-height: 1.3em;
    margin: 10px 0 0 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
}
.vtc_list_news .item .hyperlink{
    color: var(--red-color);
    font-size: 13px;
    font-weight: 600;
}
.vtc_list_news .item .new_title a{
    color: #5f5f5f;
}
.vtc_list_news .item .new_title a:hover{
    color: var(--red-color);
}
.vtc_list_news .item{
    margin-bottom: 40px;
}
.vtc_list_news .item .desc{
    text-align: justify;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vtc_list_news .vtc_new_category{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-transform: uppercase;
}
.vtc_list_news .vtc_new_category a{
    font-size: 13px;
    font-weight: 600;
    color: var(--blue-color);
}
.vtc_list_news .vtc_new_social{
    overflow: hidden;
    margin-bottom: 10px;
    color: var(--gray-color);
    font-style: italic;
    margin-top: 10px;
    font-size: 12px;
}
.vtc_list_news .vtc_new_social i{
    color: var(--azure-color);
}
.vtc_new_readmore{
    color: #00a3e0;
    font-style: italic;
    margin-bottom: 10px;
}
.vtc_new_readmore i{
    margin-left: 5px;
}
/* Footer css */
.vtc_footer_top{
    border-top: 4px solid var(--blue-color);
    background-color: #ffffff;
    padding: 35px 0;
}
.vtc_footer_top .item:first-child{
    text-align: center;
}
.vtc_footer_bottom{
    background-color: #00a3e0;
}
.vtc_footer_bottom p{
    margin: 10px 15px;
    color: #ffffff;
    text-align: center;
}
.vtc_footer_top .item:first-child > a > img{
    margin-bottom: 15px;
    width: 180px;
}
.vtc_footer_top .item h3{
    margin: 0 0 10px 0;
    font-size: 14px;
    color: var(--red-color);
    font-weight: bold;
    text-transform: uppercase;
}
.vtc_footer_top .item:first-child ul li{
    margin-bottom: 5px;
}
.vtc_footer_top .item:first-child ul li span{
    margin-left: 20px;
    display: block;
    color: var(--gray-color);
}
.vtc_footer_top .item:first-child a{
    display: block;
    text-align: center;
}
.vtc_social{
    width: 100%;
    overflow: hidden;
    float: left;
}
.vtc_social ul li{
    display: inline-block;
    margin: 0 5px;
}
.vtc_social i{
    font-size: 13px;
    color: var(--white-color);
}
.vtc_social li a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.vtc_social li.facebook a{
    background-color: #3C5A99;
}
.vtc_social li.twitter a{
    background-color: #1DA1F2;
}
.vtc_social li.google a{
    background-color: #DB4437;
}
.vtc_social li.youtube a{
    background-color: #FF0000;
}
.vtc_hotline_icon{
    float: left;
}
.vtc_hotline{
    float: left;
    margin-left: 20px;
}
.vtc_hotline > p{
    margin-bottom: 10px;
    color: var(--gray-color);
}
.vtc_hotline.reverse{
    margin: 7px 0 0 0;
}
.vtc_hotline.reverse span:first-child{
    background-color: #fff;
    padding: 5px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vtc_hotline.reverse span:last-child{
    color: var(--white-color);
    background-color: transparent;
    padding: 0 30px 0 20px;
    font-weight: normal;
    font-size: 1.2em;
}
.vtc_footer_top p{
    color: #333;
    line-height: 1.5em;
}
.vtc_hotline > a{
    background-color: var(--red-color);
    color: #fff;
    font-style: italic;
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
}
.vtc_hotline span:first-child{
    padding: 0 15px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
}
.vtc_hotline span:last-child{
    padding: 6px 35px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #fff;
    color: var(--red-color);
}
/* End Footer css */
#reading-progress{
    position:fixed;
    top:0;
    width:100%;
    height:3px;
    margin:0;
    left:0;
    z-index:99999;
}
.bar{
    height:5px;
    background:#00a3e0;
    position:fixed;
    top:0;
    z-index:99999
}
#scroll{
    display:none;
    position:fixed;
    top:0;
    right:15px;
    z-index:99999;
    padding:3px 8px;
    background-color:#00a3e0;
    color:#fff;
    border-radius:3px;
    font-size:14px
}
#scroll:after{
    content:"";
    position:absolute;
    top:50%;
    right:-10px;
    height:0;
    width:0;
    margin-top:-6px;
    border:6px solid transparent;
    border-left-color:#00a3e0
}
.label-step {
    white-space: nowrap;
    color: var(--red-color) !important;
    font-weight: 700;
    background-color: transparent;
    font-size: 24px !important;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.label-step .icon{
    width: 50px;
    padding: 8px;
    border: 1px solid var(--red-color);
    border-radius: 50%;
    margin-right: 15px;
}
.frm-register input:not(.form-control), .frm-register textarea{
    background-color: var(--white-color);
    border: 1px solid #f2f3f5;
    font-size: 14px;
    color: var(--gray-color);
    height: 35px;
    padding: 8px 20px;
    border-radius: 20px;
    width: 100%;
}
.frm-register input:not(.form-control)::placeholder, .frm-register textarea::placeholder{
    color: #666;
}
.frm-register .form-group{
    margin-bottom: 25px;
}
.select2-container{
    min-width: 150px;
}
.frm-register .group-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.frm-register .group-flex > div{
    margin: 0 8px;
}
.group-step-1{
    margin-bottom: 20px;
}
.group-step-1 h3{
    font-size: 18px;
    font-weight: 600;
    color: var(--red-color);
}
.group-step-1 p{
    color: #818181;
    font-size: 14px;
}
.frm-result{
    background-color: #f2f3f5;
    padding: 5px 15px;
    text-align: center;
    margin: 15px 0 10px 0;
    position: relative;
    border: 1px solid #ccc;
    letter-spacing: 2px;
    /*text-shadow: -2px -2px 2px rgba(255,255,255,.1), 2px 2px 2px rgba(0,0,0,.3);
    overflow: hidden;*/
    -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,.2);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
   box-shadow:         inset 0 0 5px rgba(0,0,0,.2);
}
.frm-result span{
    color: var(--red-color);
    font-size: 32px;
    font-weight: 600;
}
.frm-result strong{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}
/*.frm-result strong{
  content: '';
  position: absolute;
  height: 100%;
  width: 100px;
  border: 3px solid var(--red-color);
    top: 0;
}
.frm-result strong:nth-child(1){
    left: 0;
    right: auto;
    border-right: 0;
    border-bottom: 0;
}
.frm-result strong:nth-child(2){
    left: auto;
    right: 0;
    border-left: 0;
    border-top: 0;
}*/
.frm-result sub{
    font-size: 16px;
}
.frm-register .btn-register-group{
    text-align: center;
    margin-top: 20px;
}
.frm-register .money p, .frm-register .month p{
    font-style: italic;
    color: var(--black-color);
    margin-bottom: 25px;
}
.frm-register .money p span, .frm-register .month p span{
    color: var(--red-color);
    font-weight: bold;
}
.frm-register .loan-left, .frm-register .loan-right{
    color: #818181;
    font-size: 85%;
    margin-top: 25px;
}
.frm-register .loan-left{
    float: left;
}
.frm-register .loan-right{
    float: right;
}
.frm-register .money, .frm-register .month{
    margin: 25px 0;
}
.clear{
    clear: both;
}
.frm-register .ui-widget-content {
    box-shadow: none;
    height: 15px;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    background-color: #c5c5c5;
}
.frm-register .ui-widget-content .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-color: var(--red-color);
    transition: all .27s ease;
}
.frm-register .ui-widget-content > span {
    background-color: #fff !important;
    background-image: none;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .27s ease;
    border-color: var(--red-color);
}
.frm-register .ui-widget-content > span:after {
    position: absolute;
    color: var(--red-color);
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    z-index: 1000;
    font-family: FontAwesome;
}
.frm-register .money .ui-widget-content > span:after {
    content: '\f155';
}
.frm-register .month .ui-widget-content > span:after {
    content: '\f133';
}
.frm-register .action{
    text-align: center;
}
.frm-register{
    padding: 40px 0;
}
.btn_register_now{
    background: #00a3e0;
    background-size: cover;
    width: 300px;
    height: 55px;
    border-radius: 10px;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 22px;
    border-bottom: 5px solid #7f7d7d;
    font-weight: bold;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.btn_register_now:active{
    transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}
.select2-container{font-size:13px;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none;outline:none !important}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none !important}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;outline:none !important}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #ccc;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block;padding:0 5px 5px}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;outline:none !important}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ccc}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:32px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;position:absolute;top:0;right:7px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"";width:100%;height:100%;text-align:center;display:block;line-height:34px}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #ccc;cursor:text;height:34px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px 0 3px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:normal;margin-top:5px;margin-right:5px;font-size:16px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#2dc3e8;border:1px solid #2dc3e8;color:#fff;-webkit-border-radius:2px;-webkit-background-clip:padding-box;-moz-border-radius:2px;-moz-background-clip:padding;border-radius:2px;background-clip:padding-box;cursor:default;float:left;margin-right:3px;margin-top:3px;padding:0 5px 2px;font-size:13px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;cursor:pointer;display:inline-block;font-weight:normal;font-size:16px;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fafafa}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:3px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ccc;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:215px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#2dc3e8;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}

.datepicker{top:0;left:0;padding:4px;margin-top:1px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;font-size:12px;height:20px;width:20px}.datepicker td.day:hover{background:#eee;cursor:pointer}.datepicker td.day.disabled{color:#eee}.datepicker td.old,.datepicker td.new{color:#999}.datepicker td.active,.datepicker td.active:hover{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}.datepicker td span:hover{background:#eee}.datepicker td span.active{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span.old{color:#999}.datepicker th.switch{width:175px}.datepicker th.next,.datepicker th.prev{font-size:12px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}
/*=================== SCROLL TOP BUTTON ===================*/
.btn-top{
    position: fixed;
    bottom: 44px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    display: none;
}
.btn-top .round {
    border: 2px solid var(--red-color);
    width: 40px;
    height: 40px;
    position: relative;
    background-color: white;
    border-radius: 3px;
}
.btn-top .round span {
  position: absolute;
  top: 10px;
  left: 64%;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  border-left: 2px solid var(--red-color);
  border-bottom: 2px solid var(--red-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.btn-top .round span:nth-of-type(1) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.btn-top .round span:nth-of-type(2) {
  top: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*.btn-top span {
    z-index: 999;
    height: 2px;
    width: 12px;
    background: var(--red-color);
    transition: 0.4s ease;
}
.btn-top span:first-child {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 25%;
    bottom: 35%;
}
.btn-top span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 35%;
}
.btn-top span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 25%;
    bottom: 54%;
}
.btn-top span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 54%;
}
.btn-top .round:hover span:nth-child(1) {
    transform: rotate(135deg);
}
.btn-top .round:hover span:nth-child(2) {
    transform: rotate(-135deg);
}
.btn-top .round:hover span:nth-child(3) {
    transform: rotate(-225deg);
}
.btn-top .round:hover span:nth-child(4) {
    transform: rotate(225deg);
}*/
/* Mobile Menu */
.vtc-small-menu{
    display: none;
    left: -300px;
    width: 300px;
    border-right: 1px solid #e9e9e9;
    will-change: transform;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 1000009;
    color: #333;
    background-color: #f6f6f6;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.vtc-small-menu .vtc-small-menu-header .logo-x strong{
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #dd9123;
    margin-top: 5px;
}
.vtc-small-menu .vtc-small-menu-header{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.vtc-small-menu .vtc-small-menu-header .logo-x{
    width: 100%;
    text-align: center;
}
.vtc-small-menu .vtc-small-menu-header .logo-x img{
    width: 125px;
}
.vtc-small-menu .vtc-small-menu-header .close-small-menu i{
    float: right;
    font-size: 20px;
}
.vtc-small-menu form{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.vtc-small-menu form input{
    padding: 6px 15px;
    min-width: 223px;
    border: 1px solid #e9e9e9;
    float: left;
    margin-top: -1px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.vtc-small-menu form button{
    margin: -1px 0 0 -3px;
    padding: 6px 15px;
    background-color: #00a3e0;
    color: #fff;
    border-radius: 0 15px 15px 0;
}
.mobile-nav .mobile-link-header{
    display: block;
    width: 100%;
    position: relative;
}
.mobile-nav li a{
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f6f6f6;
    font-size: 13px;
}
.mobile-nav li a.icon{
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    padding: 11px 0;
    width: 30px;
    border: 0;
    text-align: center;
}
.mobile-nav .sub-menu li a{
    padding-left: 15px;
    font-size: 13px;
}
.mobile-nav .sub-menu li .sub-menu li a{
    padding-left: 30px;
}
.mobile-nav .sub-menu{
    max-height: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    overflow: hidden;
}
.mobile-nav li.open > .sub-menu{
    max-height: 1000px;
    visibility: visible;
}
.vtc-menu-mobile, #mobile-bottom-navigation{
    display: none;
}
.overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}
#vtc-load-menu{
    display: none;
}
footer .calendar{
    margin-top: 15px;
    float: left;
    width: 100%;
}
footer .calendar p{
    margin-bottom: 0;
    color: var(--black-color);
}
footer .calendar p:first-child{
    font-weight: bold;
}
footer .calendar p span{
    color: var(--red-color);
}
.toast-title {
    font-weight: bold
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4em;
}
.toast-message a,
.toast-message label {
    color: #fff
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-left {
    top: 12px;
    left: 12px
}
.toast-top-right {
    top: 12px;
    right: 12px
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px
}
#toast-container {
    position: fixed;
    z-index: 999999
}
#toast-container>div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    -moz-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
#toast-container>.toast {
    background-image: none !important;
    padding: 15px;
}
#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: .5em;
    margin: auto .5em auto -1.5em
}
#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin: auto
}
.toast {
    background-color: #030303
}
.toast-success {
    background-color: #53a93f !important
}
.toast-warning {
    background-color: #f4b400 !important
}
.toast-red {
    background-color: #df5138 !important
}
.toast-danger {
    background-color: #d73d32 !important
}
@media all and (max-width: 239px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.3em;
        top: -0.9em;
    }
}
@media all and (min-width: 240px) and (max-width: 479px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.3em;
        top: -0.9em;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}
.errors{
    font-size: 13px;
    font-style: italic;
    color: red;
    display: block;
}
#fixed_right_buttons{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 280px;
}
#fixed_right_buttons li{
    border-top: 1px solid #00a3e0;
    border-bottom: 1px solid #00a3e0;
    border-left: 1px solid #00a3e0;
    padding: 10px;
    position: absolute;
    width: 100%;
    right: -232px;
    transition: 0.5s right ease-in-out;
    background: var(--white-color);
}
#fixed_right_buttons li:first-child{
    border-top-left-radius: 5px;
    top: -49px;
}
#fixed_right_buttons li:last-child{
    border-bottom-left-radius: 5px;
    top: 49px;
}
#fixed_right_buttons li a{
    color: var(--black-color);
    font-weight: 600;
    white-space: nowrap;
}
#fixed_right_buttons li img{
    height: 28px !important;
    margin-right: 15px;
    width: 28px !important;
    filter: invert(51%) sepia(44%) saturate(3365%) hue-rotate(163deg) brightness(94%) contrast(101%);
}
#fixed_right_buttons li:hover{
    right: 0;
}
.mg-bot-50 {
    height: 49px;
}
/* ==============================
 * 7. Phone auto ring
 * ============================== */
.live-chat.circle {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    border: 1px solid #00a3e0;
}
.live-chat {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.live-chat.circle > .btn {
    background: none;
    border: none;
    position: relative;
    box-shadow: none;
}
@keyframes play {
    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px #00a4e05c;
        -moz-box-shadow: 0 0 0 5px #00a4e05c;
        -webkit-box-shadow: 0 0 0 5px #00a4e05c;
    }
    25% {
        box-shadow: 0 0 0 10px #00a4e05c, 0 0 0 20px #00a4e05c;
        -moz-box-shadow: 0 0 0 10px #00a4e05c, 0 0 0 20px #00a4e05c;
        -webkit-box-shadow: 0 0 0 10px #00a4e05c, 0 0 0 20px #00a4e05c;
    }
    25% {
        box-shadow: 0 0 0 15px #00a4e05c, 0 0 0 30px #00a4e05c;
        -moz-box-shadow: 0 0 0 15px #00a4e05c, 0 0 0 30px #00a4e05c;
        -webkit-box-shadow: 0 0 0 15px #00a4e05c, 0 0 0 30px #00a4e05c;
    }
}
.phonering-alo-ph-img-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: static;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
}
.phonering-alo-ph-img-circle .pps-btn-img  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #00a3e0;
    font-size: 1.7em;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
/*=========== Media query ==========*/
@media screen and (max-width:1199px){
    .vtc_footer_top .item{
        padding: 0 15px !important;
    }
}
/*=========== Media query ==========*/
@media screen and (max-width:991px){
    .vtc-small-menu, .overlay{
        display: block;
    }
    .vtc_desktop_menu, .vtc_head_right{
        display: none;
    }
    body.open .overlay{
        z-index: 99999;
        opacity: 1;
    }
    .vtc_desktop_header{
        padding: 6px;
    }
    #vtc-load-menu{
        color: #5b5b5b;
        font-size: 24px;
        display: block;
        cursor: pointer;
        width: 40px;
        text-align: right;
    }
    .vtc-menu-mobile a.logo-x{
        text-align: center;
        display: inline-block;
    }
    .vtc-menu-mobile a.logo-x img{
        width: 50px;
    }
    body.open .vtc-small-menu{
        left: 0;
    }
    .vtc_logo{
        flex-grow: 1;
    }
    .vtc_contract_form ul li{
        width: 100% !important;
        text-align: left;
        margin-bottom: 10px;
    }
    .vtc_hotline{
        float: left;
        margin: 20px 0;
    }
    .vtc_map_iframe{
        width: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width:767px){
    .vtc_footer_top .item:first-child{
        margin-bottom: 30px;
    }
    .vtc_footer_top .item:nth-child(2){
        margin-bottom: 10px;
    }
    .vtc_home_map form{
        left: 29% !important;
    }
    #breadcrumb{
        padding: 10px 0;
    }
    #breadcrumb .breadcrumb a, #breadcrumb .breadcrumb>.active{
        padding: 3px 0;
    }
    #reading-progress, #scroll{
        display: none !important;
    }
    .vtc_footer_top .item{
        margin-top: 0 !important;
    }
    .vtc_social ul li{
        margin: 0 8px;
    }
    .vtc_hotline{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .vtc_hotline_icon{
        margin-top: 20px;
    }
    #loan_process .item{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex: 1 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #loan_process .step{
        width: 48%;
        float: left;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #loan_process .step-arrow{
        display: none;
    }
    #loan_process .step img {
        width: 100px;
    }
    #loan_process .step p {
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
    }
    #loan_process h3{
        margin: 0 0 30px 0;
        font-size: 24px;
    }
}
@media screen and (max-width:480px){
    .loan_strength .ckeditor h2 span{
        font-size: 25px !important;
    }
    .vtc_desktop_header > .container{
        height: 50px;
    }
    .vtc_product_one .nav-tabs{
        display: block;
    }
    .vtc_product_one .nav-tabs> li{
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
    .vtc_product_one .nav-tabs>li>a span:last-child{
        width: auto;
        font-size: 13px;
    }
    .vtc_product_one .nav-tabs>li>a{
        width: 100%;
        padding: 0;
    }
    .vtc_product_one .nav-tabs > li:first-child > a{
        padding-left: 0;
    }
    .vtc_product_one .nav-tabs > li:last-child > a{
        padding-right: 0;
    }
    .vtc_product_one .nav-tabs>li>a:hover{
        margin-top: 0 !important;
    }
    .vtc_product_one .nav-tabs>li.active>a:after, .vtc_product_one .nav-tabs>li.active>a:before{
        top: calc(100% + 55px) !important;
    }
    .vtc_home_map form{
        left: 0 !important;
    }
    .vtc_home_map form{
        width: 100%;
    }
    .vtc_home_map select{
        width: 100%;
    }
    .vtc_desktop_header .vtc_logo > img{
        width: 100px;
    }
    .wrapper{
        margin-top: 90px;
    }
    .vtc_list_news{
        margin-top: 30px;
    }
    .vtc_list_category li{
        width: 100%;
        margin: 5px 0 !important;
    }
    .vtc_contact_content{
        padding: 15px 0;
    }
    .vtc_hotline span:last-child{
        padding: 6px 25px;
    }
    .vtc_hotline{
        margin-left: 15px;
    }
    .vtc_hotline.reverse, .vtc_hotline.reverse a{
        width: 80%;
    }
    .vtc_desktop_header{
        padding: 0;
    }
    .vtc_product_one h2{
        font-size: 18px;
        margin: 20px 0 20px 0;
        line-height: 1.5em;
    }
    .vtc_product_one .nav-tabs>li>a .icon{
        width: 100px;
        height: 100px;
    }
    .vtc_product_one .nav-tabs>li>a .img{
        width: 40px;
        height: auto;
    }
    .btn-top, .live-chat.circle{
        bottom: 5px;
        right: 5px;
        z-index: 9999;
    }
    .label-step .icon{
        width: 45px;
        height: 45px;
        line-height: 15px;
    }
    .frm-register{
        padding: 30px 0 40px 0;
    }
    .group-step-1 p{
        text-align: justify;
    }
    .btn_register_now{
        width: calc(100% - 30px);
    }
    .vtc_footer_top .item h3{
        font-size: 13px;
    }
    .vtc_footer_top{
        padding: 30px 0;
    }
    .vtc_home_map{
        margin-top: 0 !important;
    }
    .vtc_home_map form i{
        display: none;
    }
    .vtc_home_map select{
        padding-left: 0;
    }
    .frm-register .money, .frm-register .month{
        margin-right: 16px;
    }
}
