/* About page css */
.loan_strength{
    padding: 50px 0 30px 0;
}
.loan_strength .ckeditor{
    font-size: 16px;
}
.loan_strength .ckeditor input[type=image]{
    width: 100% !important;
    height: auto !important;
}
.about_content{
    margin-top: 50px;
    margin-bottom: 70px;
}
.vtc_banner .box-thumbnail{
    padding-top: 15.412%;
}
.about_content .wpb_wrapper{
    background: #00a3e0;
    color: #fff;
    height: 49px;
    line-height: 1;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    box-shadow: 0 3px 3px 1px rgba(0,0,0,0.3);
}
.about_content .wpb_wrapper .bg-transparent{
    border-top: 25px solid #00a3e0;
    border-bottom: 24px solid #00a3e0;
    position: absolute;
    top: 0;
}
.about_content .wpb_wrapper .bg-transparent.left{
    border-left: 15px solid transparent;
    left: -15px;
}
.about_content .wpb_wrapper .bg-transparent.right{
    border-right: 15px solid transparent;
    right: -15px;
}
.about_content .wpb_wrapper .contact-heading-text{
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
}
.about_content .cd-timeline__content{
    text-align: center;
}
.about_content .cd-timeline__content img{
    width: 100px;
}
/* End About page css */
/* Product page css */
.product_content{
    margin: 50px 0 30px 0;
}
.product_content .nav-tabs>li>a{
    font-size: 18px;
    color: #666666 !important;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin-bottom: -2px;
    border-radius: 0;
    font-family: "Myriad Semibold", Roboto, SansSerif;
}
.product_content .nav-tabs>li.active>a, .product_content.nav-tabs>li.active>a:focus, .product_content .nav-tabs>li.active>a:hover{
    background-color: transparent;
    border-bottom: 2px solid #00a3e0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #00a3e0 !important;
}
.vtc_product_intro{
    margin-top: 60px;
    position: relative;
}
.vtc_product_intro .box-thumbnail{
    padding-top: 29.027%;
}
.vtc_box_product_intro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
}
.vtc_box_product_content{
    background-color: #fff;
    padding: 35px 60px;
}
.vtc_box_product_content h3{
    margin: 0 0 25px 0;
    font-size: 24px;
    font-family: "Myriad Semibold", Roboto, SansSerift;
}
.vtc_box_product_content ul li{
    margin: 10px 0;
}
.vtc_box_product_content ul li span:first-child{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: red;
    line-height: 33px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
}
.vtc_box_product_content ul li span:last-child{
    margin-left: 20px;
    font-size: 16px;
}
.vtc_the_story{
    margin: 50px 0 20px 0;
}
.vtc_the_story .title_1{
    margin-bottom: 60px;
}
.vtc_the_story .item{
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.vtc_the_story .item .vtc_user_info{
    background-color: #f5f5f5;
    padding: 65px 20px 20px 20px;
}
.vtc_the_story .avatar{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
}
.vtc_the_story .box-thumbnail{
    padding-top: 100%;
}
.vtc_the_story blockquote{
    border-left: 0;
    font-size: 14px;
}
.vtc_the_story blockquote p{
    display: inline !important;
}
.vtc_the_story .curly-quotes:before,.vtc_the_story .curly-quotes:after {
    height: 20px;
    line-height: 35px;
    font-size: 40px;
}
.vtc_the_story h4{
    margin-bottom: 5px;
    font-weight: bold;
}
.vtc_the_story .desc{
    font-size: 14px;
    color: #666666;
}
.vtc_the_story .owl-nav [class*=owl-] {
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 1) !important;
    color: #333 !important;
    font-size: 20px !important;
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.vtc_the_story .owl-nav [class*=owl-]{
    top: 50% !important;
}
.vtc_the_story .owl-nav .owl-prev{
    left: -15px;
    border-left: 0;
}
.vtc_the_story .owl-nav [class*=owl-] i{
    color: #00a3e0;
}
.vtc_the_story .owl-nav .owl-next{
    right: -15px;
    border-right: 0;
}
/* End product page css*/
/* News page css */
.vtc_show_list_category{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vtc_list_category{
    border-bottom: 3px dashed #d7d7d7;
    float: left;
}
.vtc_list_category li{
    display: inline-block;
    margin: 0 20px;
}
.vtc_list_category li a{
    padding: 10px 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: none;
}
.vtc_list_category li a.active, .vtc_list_category li a:hover{
    color: #00a3e0;
    border-bottom: 2px solid #00a3e0;
    margin-bottom: -2px;
}
.new_detail_content{
    padding: 30px 0 50px 0;
}
/*.new_detail_content .ckeditor p, .new_detail_content .ckeditor p h1, .new_detail_content .ckeditor p h2, .new_detail_content .ckeditor p h3, .new_detail_content .ckeditor p h4, .new_detail_content .ckeditor p h5, .new_detail_content .ckeditor p h6{*/
    /*max-width: 730px;*/
    /*margin: auto;*/
/*}*/
.new_detail_content > .container{
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
}
.new_detail_content .ckeditor p, .new_detail_content .ckeditor span {
    font-size: 16px;
}
.new_detail_content h2.title{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-family: "Myriad Semibold", Roboto, SansSerif;
    line-height: 1.5em;
    font-weight: 400;
}
.new_detail_content .vtc_time{
    text-align: center;
    color: #999;
    font-size: 14px;
}
.new_detail_content .vtc_time i{
    color: #00a3e0;
    margin-right: 5px;
}
.new_detail_content .vtc_time > span{
    margin: 0 10px;
}
.vtc_new_related{
    background-color: #f4f4f4;
    margin: 0;
    padding-top: 35px;
}
.vtc_new_related .item .description{
    border-bottom: 0;
}
/* End news page css*/
.vtc_contact_content{
    padding: 40px 0;
}
.vtc_contact_content .ckeditor p{
    font-size: 16px;
}
.faq-page{
    padding: 0 0 50px 0;
}
.title_search{
    border-bottom: 2px solid #00a3e0;
    margin: 0;
    padding-bottom: 10px;
}
.art-cmt-form{
    border-top: 2px solid #00a3e0;
    margin-top: 50px;
}

/* FAQ page css */
.vtc_faq_content{
    margin-top: 30px;
    margin-bottom: 40px;
}
.vtc_faq_content .right .loading{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}
.vtc_faq_content .right .loading i{
    color: #00a3e0;
    font-size: 60px;
}
.vtc_faq_content .right .title{
    margin: 8px 0 20px 0;
    color: #00a3e0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
}
.vtc_faq_content .list-group-head{
    background-color: #fff;
    color: #00a3e0;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border: 1px solid #00a3e0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.vtc_faq_content .list-group-item{
    border: 0 !important;
    border-radius: 0 !important;
}
.vtc_faq_content .list-group{
    border: 1px solid #00a3e0;
    font-size: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 600px;
    overflow: auto;
}
.vtc_faq_content .list-group-item.active,.vtc_faq_content .list-group-item.active:focus,.vtc_faq_content .list-group-item.active:hover{
    background-color: #00a3e0 !important;
    background-image: none;
}
.vtc_faq_content .left form{
    margin-bottom: 15px;
    position: relative;
}
.vtc_faq_content .left form input{
    border-radius: 4px;
    width: 100%;
    border: 1px solid #00a3e0;
    padding: 0 10px;
    line-height: 36px;
    color: #00a3e0;
    font-size: 15px;
}
.vtc_faq_content .left form button{
    position: absolute;
    top: 9px;
    right: 9px;
    background-color: transparent;
    color: #00a3e0;
    font-size: 16px;
}
.vtc_faq_content .right .ckeditor{
    font-size: 15px;
}
.vtc_faq_content .right .ckeditor p{
    margin: 0;
}
.register-loan .box-thumbnail{
    padding-top: 33%;
}
.steps {
    background-color: #ccc;
    color: var(--white-color);
    padding: 10px 50px;
    overflow: hidden;
}
.steps a {
    color: var(--azure-color);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 50px;
    float: left;
    width: 50%;
    display: block;
    position: relative;
}
.steps .active {
    color: #fff;
}
.steps a:nth-child(1) {
    text-align: right;
    padding-right: 50px;
    padding-left: 0px;
}
.steps a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: -5px;
    border-top: 15px solid transparent;
    border-left: 20px solid var(--azure-color);
    border-bottom: 15px solid transparent;
}
.steps .active:before {
    border-left-color: #fff;
}
.steps a:nth-child(1):before {
    left: unset;
    right: 155px;
}
.register-loan .regsiter-box{
    margin: 50px 0;
}
.register-loan .azure-color{
    overflow: hidden;
    background-color: #afbecd;
    border-radius: 5px;
    padding: 20px 40px;
    text-align: center;
}
.register-loan .frm-register .btn-register-group{
    margin: 0;
}
.register-loan .frm-register h2{
    color: var(--red-color);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.register-step-2 .group-step-2{
    background-color: #d7e7f7;
    padding: 20px;
    border-radius: 5px;
}
.register-step-2 .group-step-2 label{
    width: 84px;
}
.register-step-2 .group-step-2 .btn-register{
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.register-step-2 .group-step-2 .select2-container{
    min-width: 130px;
}
.register-step-2 .group-step-2 .btn-register-group{
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.register-step-2 .group-step-2 .group-bottom h4{
    font-weight: 600;
}
.register-step-2 .group-step-2 .group-bottom i{
    color: #07b268;
    font-size: 18px;
    margin-right: 10px;
}
.register-step-2 .group-step-2 .group-bottom p{
    font-weight: 600;
    margin: 5px 0;
}
.register-step-2 .group-step-2 .group-bottom p span {
    font-weight: normal;
    font-size: 13px;
    margin-left: 28px;
    font-style: italic;
    display: block;
}
.register-step-2 .group-step-1 label span{
    font-weight: normal;
    font-size: 13px;
}
.register-step-2 .group-step-1{
    padding: 20px 0;
}
.register-step-2 .group-step-1 label{
    min-width: 210px;
}
.register-step-2 .group-step-1 input{
    border: 1px solid #ccc;
}
.register-step-2 .group-step-1 .select2-container{
    min-width: 100%;
}
.register-step-2 .group-step-1 .group-flex > div{
    width: calc(100% - 200px);
    margin: 0;
}
.register-loan .frm-register > p{
    margin-bottom: 20px;
}
.register-step-2 .group-step-1 > .label-step, .register-step-2 .group-step-2 > .label-step{
    margin-bottom: 15px;
    font-size: 18px !important;
}
.thank-you .box-thumbnail{
    padding-top: 28%;
}
.box-thank-you{
    position: absolute;
    z-index: 99;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.box-thank-you h2{
    color: var(--red-color);
    margin-bottom: 20px;
    font-weight: 600;
}
.box-thank-you p{
    font-size: 16px;
    line-height: 1.7em;
}
.box-thank-you p a{
    color: var(--red-color);
    font-weight: 600;
}
/*======== Style the Over view =======*/
.page-about{
    padding: 30px 0;
}
.page-about .title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.page-about .title h3 {
    color: #435669;
    font-size: 16px;
    margin: 0;
}
.page-about .title hr {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 0;
    border-top: 2px dashed #435669;
}
.page-about .title-center hr {
    margin: 5px auto;
}
/* Style the about us */
.page-about .about-us .cont-wrap {
    background: url('/public/assets/frontend/images/background/bg-about-us.jpg');
    -webkit-background-size: cover;
    background-size: cover;
}
.page-about .about-us .cont-txt {
    text-align: justify;
    color: #fff;
    padding-left: 0;
    margin-top: 10%;
    font-size: 14px;
}

/* Style the History */
.page-about .history {
    padding: 50px 0;
}
.page-about .history .his-cont-2 {
    margin-top: 45px;
    padding: 0 75px;
    border-top: 1px solid #ccc;
}
.page-about .history .his-cont-2 h3 {
    font-size: 14px;
    color: #435669;
}
.page-about .history .his-cont-2 h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
.page-about .history .his-cont-2 .his-cont-2-1 .txt-red {
    color: #e6252b;
    font-weight: 600;
}
.page-about .history .his-cont-2 .his-cont-2-2 {
    margin-top: 20px;
}

/* Style the Commitment */
.page-about .commitment {
    padding: 40px 0;
    background-color: #5d0000;
    color: #fff;
}
.page-about .commitment .title {
    margin-bottom: 10px;
}
.page-about .commitment .title h3 {
    color: #fff;
}
.page-about .commitment .title hr {
    border-top-color: #000;
}
.page-about .commitment h4 {
    font-size: 13px;
}

.page-about .commitment .cont-wrap {
    display: inline-block;
    padding: 30px 100px;
}
.page-about .commitment .cont-wrap .cont-item .cont-img {
    padding: 10px;
    border: 1px solid #dd9123;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-grid;
    align-content: center;
    justify-content: center;
}
.page-about .commitment .cont-wrap .cont-item h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Style the Product and Service */
.page-about .ps {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.page-about .ps .cont-img-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
}
.page-about .ps .cont-img-item img {
    width: 100%;
    height: 211px;
    border: 4px solid #435669;
}
.page-about .ps .cont-img-item {
    position: relative;
}
.ps .cont-img-item .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
}

/* Style the community */
.page-about .community {
    padding-top: 30px;
    padding-bottom: 50px;
}
.page-about .community .container {
    padding-left: 100px;
    padding-right: 100px;
}
.page-about .community .cont-wrap {
    position: relative;
    padding: 50px 100px 60px;
    margin-bottom: 20px;
}
.page-about .community .cont-wrap p {
    text-align: justify;
    text-align-last: center;
    font-size: 16px;
}
.page-about .community .bg-left {
    position: absolute;
    top: 0;
    left: 0;
}
.page-about .community .bg-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*======== Style the Mission =======*/
.page-about #mission {
    padding: 30px;
}
.page-about #mission .cont-left {
    padding-top: 100px;
}
.page-about #mission .cont-left-1 {
    margin-bottom: 50px;
}
.page-about #mission .cont-left-item {
    display: flex;
}
.page-about #mission .cont-left-item .cont-left-icon span {
    display: inline-grid;
    background: #00a3e0;
    width: 50px;
    height: 50px;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
}
.page-about #mission .cont-left-item p {
    padding-left: 15px;
    align-self: center;
}
.page-about #mission .cont-right {
    position: relative;
}
.page-about #mission .cont-right h3 {
    position: absolute;
    top: 0;
    left: -44px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url('/public/assets/frontend/images/background/bg-mission.png') no-repeat;
    background-size: initial;
    color: #fff;
    font-size: 20px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    word-spacing: 30px;
    font-weight: 500;
}
/*======== Style the Diagram =======*/
.page-about #diagram {
    display: flex;
    justify-content: center;
    align-content: center;
}
.vtc_process-wrap {
    background-color: #fafafa;
}
.vtc_process .item {
    height: 160px;
    display: inline-block;
    margin: 10px 0;
    overflow: visible;
}
.vtc_process .item .item-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    padding: 15px 30px;
    cursor: pointer;
    border: 2px solid #f3f3f3;
    background-color: #fff;
}
.vtc_process .item .item-wrap span {
    align-self: flex-start;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: var(--azure-color);
}
.vtc_process .item:hover .item-wrap {
    box-shadow: 0px 0px 10px 5px #f3f3f3;
}
.vtc_process .item:hover .item-wrap span {
    border: 1px solid #f3f3f3;
}
.vtc_process .item:hover .item-wrap p {
    color: var(--azure-color);
}
.vtc_contract_form{
    margin: 0;
}
.frm-register{
    padding: 0;
    margin: 20px 0 50px 0;
}
/*===== Shops pages =====*/
.shops-page .vtc-box{
    padding: 30px 20px;
}
.shops-page iframe{
    width: 100%;
    height: auto !important;
    min-height: 440px;
    border: 1px solid #ccc !important;
    overflow: hidden;
}
.shops-page .title-1{
    width: 100%;
}
.shops-page .filter-header,.shops-page .nav-tabs{
    width: calc(27% - 1px);
    float: left;
    margin-right: 75%;
}
.shops-page .nav-tabs{
    height: 332px;
    overflow-y: auto;
    border: 1px solid #d7d7d7 !important;
}
.shops-page .nav-tabs li{
    width: 100%;
}
.shops-page .nav-tabs > li{
    border-bottom: 2px solid #d7d7d7;
}
.shops-page .nav-tabs > li:last-child{
    border-bottom: 0;
}
.shops-page .filter-header{
    background-color: #ee9a2f;
    color: white;
    padding: 20px;
}
.shops-page .filter-header h3{
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
.shops-page .filter-header .form-control{
    border-radius: 0;
    box-shadow: none;
}
.shops-page .vtc-box-sales{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 450px;
}
.shops-page .tab-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
    background-color: #ddd;
    height: 440px;
}
.shops-page .nav-tabs>li>a{
    border-radius: 0;
    background-color: #f8f8f8;
    border: 0;
    width: 100%;
    margin: 0;
}
.shops-page .nav-tabs>li.active>a,.shops-page .nav-tabs>li.active>a:focus,.shops-page .nav-tabs>li.active>a:hover,.shops-page .nav-tabs>li>a:hover{
    background-color: #fff;
    border: 0;
}
.shops-page .nav-tabs>li>a h4{
    font-size: 16px;
    font-weight: bold;
}
.shops-page .nav-tabs>li>a h4 i{
    float: right;
    font-weight: bold;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s all;
}
.shops-page .nav-tabs>li.active>a h4 i{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    transition: 0.5s all ease;
    padding: 0 2px;
}
.shops-page .nav-tabs>li.active> a ul{
    max-height: 1000px;
    opacity: 1;
}
.shops-page .nav-tabs>li>a ul li{
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.shops-page .nav-tabs>li>a ul li i{
    color: #ee9a2f;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.shops-page .nav-tabs>li>a ul li span{
    width: calc(100% - 30px);
}
.shops-page .nav-tabs>li.active>a h4,.shops-page .nav-tabs>li>a:hover h4{
    color: #ee9a2f;
}
.shops-page .vtc-box {
    margin: 10px 0 40px 0;
}
/*============ page recruitment ===================1*/
/* Style the filter bar */
.recruitment-page .filter-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #00a3e0;
}
.recruitment-page .filter-bar form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.recruitment-page .filter-item {
    flex: auto;
    padding: 5px 10px;
    margin-right: 30px;
    background: #00a3e0;
    border: 1px solid #fff;
    border-radius: 5px;
}
.recruitment-page .filter-item.btn-submit {
    margin-right: 0;
    background: #00a3e0;
}
.recruitment-page .filter-item,
::placeholder {
    color: #fff;
    font-size: 15px;
}

/* Style the list article recuitment */
.recruitment-page .list-item {
    margin-top: 20px;
    margin-bottom: 50px;
}
.recruitment-page article.item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px;
}
.recruitment-page article.item .content {
    flex: auto;
    padding-left: 10px;
}
.recruitment-page article.item .content .heading {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #c5dcf3;
}
.recruitment-page article.item .content .heading a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}
.recruitment-page article.item .content ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    margin: 0;
}
.recruitment-page article.item .content ul li {
    flex: 50%;
    font-size: 13px;
    padding-bottom: 5px;
}
.recruitment-page article.item .content ul li i {
    font-size: 14px;
    min-width: 14px;
    color: #00a3e0;
}
.recruitment-page article.item .content > a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    color: var(--blue-color);
}
.recruitment-page article.item .content a:hover {
    color: #00a3e0;
}

/* Style the contact recruitment department */
.recruitment-page .contact-rd {
    border-top: 1px dashed #ccc;
}
.recruitment-page .contact-rd .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 0;
}
.recruitment-page .contact-rd .container i {
    font-size: 25px;
    color: var(--red-color);
    margin-right: 10px;
}
.recruitment-page .contact-rd .container span {
    font-size: 15px;
}
.load_files span{
    margin: initial !important;
    font-style: initial !important;
}
.load_files em{
    margin-top: -7px;
    display: block;
    color: #3c3b3b;
    font-weight: normal;
}
.modal_loan_close{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 999;
    font-size: 18px;
    background-color: var(--red-color);
    color: #fff !important;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
@media screen and (max-width:991px){
    .about_content .wpb_wrapper{
        width: 100%;
    }
}

@media screen and (max-width:767px){
    .about_content .wpb_wrapper{
        padding: 15px;
        height: auto;
    }
    .about_content .wpb_wrapper .contact-heading-text{
        font-size: 16px;
        line-height: initial;
    }
    .about_content{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cd-timeline__img{
        display: none;
    }
    .about_content .cd-timeline__content{
        width: 100%;
        margin-left: 0;
    }
    .cd-timeline__content::before, .cd-timeline__container::before, .about_content .wpb_wrapper .bg-transparent{
        display: none;
    }
    .cd-timeline__container{
        width: 100% !important;
        padding: 0 !important;
    }
    .cd-timeline__content h2{
        font-size: 24px;
    }
    .vtc_the_story .owl-nav .owl-prev{
        left: auto;
        right: 35px;
        border-left: 0;
    }
    .vtc_the_story .owl-nav [class*=owl-]{
        top: 15px !important;
    }
    .vtc_the_story .owl-nav [class*=owl-]{
        font-size: 15px !important;
        width: 30px;
        height: 30px;
        line-height: 34px;
        background-color: #ccc !important;
        box-shadow: none;
    }
    .vtc_the_story .owl-nav .owl-next{
        right: 0;
    }
    .vtc_box_product_intro{
        position: initial;
        background: transparent;
    }
    .vtc_the_story{
        margin-top: 0px;
    }
    .vtc_product_intro{
        margin-top: 30px
    }
    .vtc_box_product_content{
        padding: 25px 15px;
    }
    .vtc_the_story .owl-nav [class*=owl-] i{
        color: #fff !important;
    }
}

@media screen and (max-width:480px){
    .page-about #mission{
        padding: 30px 15px;
    }
    .page-about #mission .cont-left, .page-about #mission .cont-right{
        padding: 0;
    }
    .page-about #mission .cont-left-item{
        margin-bottom: 30px;
    }
    .page-about #mission .cont-right h3{
        position: relative;
        color: black;
        background: no-repeat;
        width: auto;
        word-spacing: normal;
        left: auto;
        padding: 0;
        margin: 30px 0;
    }
    .page-about h3 > strong{
        font-size: 16px;
    }
    .page-about{
        padding: 30px 15px;
    }
    .vtc_list_category li a{
        border-bottom: 2px dashed #d7d7d7;
    }
    .vtc_list_category{
        width: 100%;
        border-bottom: 0 !important;
        text-align: left !important
    }
    .shops-page .vtc-box{
        padding: 0;
        margin: 30px 0 40px 0;
    }
    .shops-page .tab-content{
        position: relative;
        width: 100%;
    }
    .shops-page .filter-header, .shops-page .nav-tabs{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .shops-page .nav-tabs{
        height: auto;
    }
    .recruitment-page article.item{
        padding: 15px;
        flex-direction: column;
    }
    .recruitment-page .filter-bar{
        overflow: hidden;
    }
    .recruitment-page article.item .content, .recruitment-page article.item .content ul, .recruitment-page article.item .content > a{
        padding: 0;
    }
    .recruitment-page article.item figure{
        text-align: center;
    }
    .recruitment-page article.item figure img{
        width: 100px;
        margin-bottom: 20px;
    }
    .recruitment-page .filter-bar form{
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px;
    }
    .recruitment-page .filter-bar form > *{
        margin: 10px 0;
    }
    .title_search{
        font-size: 16px;
    }
    .register-loan .regsiter-box{
        margin: 0;
    }
    .register-step-2 .group-step-2 label{
        width: 100%;
    }
    .frm-register .group-flex{
        flex-wrap: wrap;
    }
    .frm-register .group-flex > div{
        margin: 0;
        width: 100%;
    }
    .register-step-2 .group-step-2 .select2-container{
        min-width: 100%;
        margin: 10px 0;
    }
    .register-step-2 .group-step-2{
        padding: 15px 10px;
    }
    .btn_register_now{
        width: 100%;
    }
}