
.vib-v2-content_menu .vib-v2-list-link-menu-left li a:hover{background-color: transparent;}
.vib-v2-list-link-menu-left ul li.vib-v2-list-link-menu-left-other a {
    background-image: var(--icon-Angle_right_black);
    background-position: center right 40px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.vib-v2-list-link-menu-left-back a i.icon_left_top_home {
    background-image: var(--icon-Angle_right_black);
    background-position: left center;
    background-size: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 42px;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(180deg);
}
.lmenu-header .vib-v2-btn-dk01 {
    width: 100% ;
    padding: 12px 21px;
    max-width: 100% ;
    height: auto ;
    line-height: 24px;
}
.btn.btn_m_light, .btn.btn_s, a.vib-v2-btn-dk01, a.vib-v2-btn-dk02, button.vib-v2-btn-dk01, button.yellow-btn {
    font-size: var(--font-body-medium-size);
    color: #000;
    font-weight: var(--font-body-semibold-weight);
    border-radius: 5px;
    display: inline-block;
    background: var(--bg-gradient-orange-1);
    text-align: center;
    transition: .5s;
    margin: 0 auto;
    padding: 12px 32px;
    line-height: 24px;
    text-decoration: none !important;
    border: none;
    position: relative;
    z-index: 1;
    height: auto;
}
#tab-id-01 .vib-v2-login-box-ib #btnLogin::before, .btn.btn_m_light::before, .btn.btn_s::before, a.vib-v2-btn-dk01::before, a.vib-v2-btn-dk02::before, button.btn.btn_m::before, button.btn.btn_s::before, button.vib-v2-btn-dk01::before, button.yellow-btn::before {
    color: var(--bg-color-mono-7);
    background: var(--bg-color-mono-1);
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
@media only screen and (min-width: 1024px) {
    .btn.btn_m_light:hover::before, a.vib-v2-btn-dk01:hover:before, a.vib-v2-btn-dk02:hover:before, button.btn.btn_m:hover:before, button.btn.btn_s:hover:before, button.vib-v2-btn-dk01:hover:before, button.yellow-btn:hover:before {
        opacity: 1;
        transition: .5s;
    }
    a.vib-v2-btn-dk01:hover, a.vib-v2-btn-dk02:hover, button.btn.btn_m:hover, button.btn.btn_s:hover, button.vib-v2-btn-dk01:hover, button.yellow-btn:hover {
        color: var(--bg-color-mono-7);
        text-decoration: none;
        cursor: pointer;
    }
}
.select_ocb .dropdown-menu {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    background-clip: padding-box;
}
.select_ocb .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    font-size: 16px;
    color: var(--mono1);
    white-space: nowrap;
}
out .select_ocb .dropdown-menu > li.active > a {
    font-weight: 700;
}
.select_ocb .dropdown-menu > li > a:hover {
    color: #1e1e1e;
    background: var(--mono5);
}
.select_ocb .bootstrap-select.btn-group .dropdown-menu li.selected::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 20px;
    background: url(/static/theme/vs2018/images/arrow_check_selectbox_blue.svg) no-repeat;
    right: 10px;
    left: auto;
    top: 15px;
    transform: translateY(0);
    background-size: 18px;
    filter: invert(0%) sepia(96%) saturate(2948%) hue-rotate(88deg) brightness(10%) contrast(98%) !important;
    display: inline-block;
}

.select_ocb .dropdown-menu > li:first-child > a {
    padding: 0;
    height: 0;
}
.select_ocb .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    position: absolute;
    left: 20px;
    top: 30px;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 16px;
    width: calc(100% - 50px);
}
.select_ocb .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    vertical-align: middle;
}
.select_ocb .bootstrap-select.btn-group .dropdown-menu {
    position: absolute;
    top: 54px;
    min-width: 100%;
    z-index: 3;
    border: 1px solid #e4e4e4;
    left: -1px;
    border-top: none;
    box-sizing: initial;
    padding: 0;
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.1);
    max-height: 180px !important;
    width: 100%;
    background-color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
    width: 94%;
}
.select_ocb .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px; 
    box-shadow: none;
}
.select_ocb .bootstrap-select.btn-group div.dropdown-menu{
    border-radius: 0 0 5px 5px !important; 
}
.select_ocb .form-control.open,
.vib-v2-selectbox:focus {
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.1);
}
.select_ocb .form-control.open:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ccc;
    top: 55px;
    left: 20px;
    width: calc(100% - 40px);
}
.select_ocb .form-control.ocb {
    height: 60px;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-bottom: 0;
}
.select_ocb .form-control.open {
    border: 1px solid #ccc;
}
.select_ocb .ocb.bootstrap-select.open > .dropdown-toggle {
    background: #fff;
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.1);
}
.select_ocb .ocb.bootstrap-select > .dropdown-toggle {
    height: 62px;
    border: none;
    background: #e4e4e4;
    padding: 0;
    border-radius: 5px;
}
.select_ocb .ocb.bootstrap-select > .dropdown-toggle .caret {
    width: 25px;
    height: 25px;
    background: url(https://www.vib.com.vn/static/theme/vs2018/images/arrow_selectbox.svg) 0 0/100% no-repeat;
    border: none;
    right: 0;
    top: 20px;
}
.select_ocb .ph_input {
    position: absolute;
    top: 18px;
    transition: 0.1s;
}
.ocb.bootstrap-select > .dropdown-toggle .caret {
    width: 20px;
    height: 11px;
    background: url(/static/theme/vs2018/images/caret.png) no-repeat;
    border: none;
    right: 15px;
    top: 45%;
}


.hidden,
.hide,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.wpthemeLayoutContainers {
    padding: 0 !important
}

html {
    -webkit-tap-highlight-color: transparent
}

.img-thumbnail,
body {
    background-color: #fff
}

body,
figure {
    margin: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-radius: 2px
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
    .visible-lg-block {
        display: block !important
    }
    .visible-lg-inline {
        display: inline !important
    }
    .visible-lg-inline-block {
        display: inline-block !important
    }
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.btn.focus,
.btn:focus,
.btn:hover,
a {
    text-decoration: none
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0
}

.bx-wrapper .bx-viewport {
    left: 0;
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0)
}

.bxslider .swiper-bg {
    background-size: cover;
    background-repeat: no-repeat
}

.bxslider .swiper-slide {
    background-size: 0
}

@media (min-width: 768px) {
    .bx-wrapper .bx-pager {
        position: absolute
    }
}

.bx-wrapper .bx-pager {
    position: relative;
    padding: 1.5625em 1.25em;
    bottom: 0;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    outline: 0;
    display: block
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.modal {
    display: none;
    position: fixed;
    z-index: 1101;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}


.modal-backdrop {
    position: fixed;
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: 1;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.call-out-box, .footer-download .part-ad .part-ad-inner .txt-conts-ad, .form-content2, .iao_input_otp, .iao_remember, .popup-reg, .text-review, .vib-v2-section-form-suggest-image {
    text-align: center;
}
/* start style content in saving popup */
/* list ul, li */
.ul-list,
.ul-list ul {
    margin: 0;
    padding-left: 15px;
    position: relative;
    color: #000;
}

.ul-list li {
    margin: 10px 0;
    list-style: none;
    font-size: 16px;
}

.ul-list>li::before {
    content: "-";
    position: absolute;
    left: 3px;
}

.ul-list>li>ul>li::before {
    content: "+";
    position: absolute;
    left: 3px;
}

.ul-list>li>ul>li>ul>li::before {
    content: ".";
    position: absolute;
    left: 3px;
    font-size: 33px;
    line-height: 0;
}

.ul-list a.new-style-link {
    text-decoration: underline;
}

.vib-v2-popup-form-otp .wordingOTP_bottom * {
    color: var(--mono-mono-2, #5E5C62);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
#popup-OTP .wordingOTP_bottom .ul-list li{
    margin: 5px 0;
}
/* page success */
.vib-v2-section-footer-new-form {
    display: none;
}

.box_noti_form_off {
    padding: 50px 30px 60px;
}

.box_noti_form_off {
    padding: 50px 0 60px;
}

.box_noti_form_off .title_success {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.box_noti_form_off p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.box_noti_form_off p+p {
    margin-top: 8px;
}

.box_noti_form_off .icon-mess {
    margin-bottom: 20px;
}

.box_noti_form_off a[href="tel:18008180"] {
    text-decoration: none;
}

.box_noti_form_off hr {
    color: var(--bg-color-mono-5);
    margin: 30px 0
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select {
    position: relative
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group.dropdown-menu-right {
    float: right
}

.bootstrap-select.btn-group.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group .dropdown-menu {
    position: absolute;
    top: 42px;
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select>.btn {
    padding-left: .7142857143em;
    padding-right: .7142857143em
}

.bootstrap-select>.btn.btn-default:focus {
    background-color: #fff
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    color: #f7941d;
    padding-right: 25px;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 2px
}

.bootstrap-select .dropdown-toggle:focus {
    background-color: #fff;
    border-color: #f47920
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bs-searchbox {
    padding: 4px 8px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    color: var(--mono1);
}
.bs-searchbox .clear-input{
    position: absolute;
    top: 30px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: var(--icon-Close) center no-repeat;
    right: 25px;
    background-size: 20px;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
    float: left;
    box-sizing: border-box
}

.bs-actionsbox {
    width: 100%
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton,
.bs-donebutton .btn-group button {
    width: 100%
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

.rangeslider,
.rangeslider__fill {
    position: relative
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.dropdown-menu {
    list-style: none;
    font-size: 14px;
    text-align: left;
    display: none;
    float: left
}

.rangeslider,
.rangeslider__fill {
    background-color: transparent;
    display: block;
    height: .7142857143em;
    width: 100%
}

.rangeslider--disabled {
    opacity: .4
}

.rangeslider__fill__new {
    position: absolute;
    height: .7142857143em;
    margin-left: 40px;
    background: #ddd;
    width: 100%;
    border-radius: .5em
}

.rangeslider__handle {
    background: #f47920;
    cursor: pointer;
    display: inline-block;
    width: 5.7142857143em;
    height: 2.1428571429em;
    top: -20px;
    border-radius: 1.4285714286em;
    position: relative
}

.range-container,
.range-container .min-max-value {
    width: 100%;
    position: relative
}

.range-container .min-max-value .max-value,
.range-container .min-max-value .min-value {
    position: absolute
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 9.5px 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.form-control {
    height: 42px;
    padding: 9.5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #ccc;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn.focus,
.btn:focus,
.btn:hover,
a {
    text-decoration: none
}

.icon--android:before {
    content: '\e001'
}

.icon--archive:before {
    content: '\e002'
}

.icon--arrow-circle-left:before {
    content: '\e003'
}

.icon--arrow-down-solid:before {
    content: '\e004'
}

.icon--arrow-down:before {
    content: '\e005'
}

.icon--arrow-left-thin:before {
    content: '\e006'
}

.icon--arrow-left:before {
    content: '\e007'
}

.icon--arrow-right-thin:before {
    content: '\e008'
}

.icon--arrow-right:before {
    content: '\e009'
}

.icon--arrow-up:before {
    content: '\e00a'
}

.icon--atm-location:before {
    content: '\e00b'
}

.icon--atm:before {
    content: '\e00c'
}

.icon--bag:before {
    content: '\e00d'
}

.icon--bank:before {
    content: '\e00e'
}

.icon--bar-chart:before {
    content: '\e00f'
}

.icon--bell:before {
    content: '\e010'
}

.icon--binoculars:before {
    content: '\e011'
}

.icon--book:before {
    content: '\e012'
}

.icon--briefcase:before {
    content: '\e013'
}

.icon--bugget:before {
    content: '\e014'
}

.icon--building-sample:before {
    content: '\e015'
}

.icon--building:before {
    content: '\e016'
}

.icon--calculator:before {
    content: '\e017'
}

.icon--car-bold:before {
    content: '\e018'
}

.icon--card-dolar:before {
    content: '\e019'
}

.icon--case:before {
    content: '\e01a'
}

.icon--cc-visa:before {
    content: '\e01b'
}

.icon--chat:before {
    content: '\e01c'
}

.icon--check-circle-o:before {
    content: '\e01d'
}

.icon--check-square-o:before {
    content: '\e01e'
}

.icon--check:before {
    content: '\e01f'
}

.icon--close-modal:before {
    content: '\e020'
}

.icon--close-thin:before {
    content: '\e021'
}

.icon--close:before {
    content: '\e022'
}

.icon--cogs:before {
    content: '\e023'
}

.icon--commenting:before {
    content: '\e024'
}

.icon--complaint:before {
    content: '\e025'
}

.icon--compliment:before {
    content: '\e026'
}

.icon--credit-card:before {
    content: '\e027'
}

.icon--currentcy:before {
    content: '\e028'
}

.icon--development:before {
    content: '\e029'
}

.icon--dislike-fill:before {
    content: '\e02a'
}

.icon--dislike:before {
    content: '\e02b'
}

.icon--doc:before {
    content: '\e02c'
}

.icon--document:before {
    content: '\e02d'
}

.icon--dolar-round:before {
    content: '\e02e'
}

.icon--dollar-line:before {
    content: '\e02f'
}

.icon--e-learning:before {
    content: '\e030'
}

.icon--email:before {
    content: '\e031'
}

.icon--excel:before {
    content: '\e032'
}

.icon--exchange:before {
    content: '\e033'
}

.icon--facebook-text:before {
    content: '\e034'
}

.icon--facebook:before {
    content: '\e035'
}

.icon--faq-solid:before {
    content: '\e036'
}

.icon--faq:before {
    content: '\e037'
}

.icon--favorite:before {
    content: '\e038'
}

.icon--feedback:before {
    content: '\e039'
}

.icon--file-o:before {
    content: '\e03a'
}

.icon--file-text-o:before {
    content: '\e03b'
}

.icon--file-text:before {
    content: '\e03c'
}

.icon--files-o:before {
    content: '\e03d'
}

.icon--forex:before {
    content: '\e03e'
}

.icon--google-text:before {
    content: '\e03f'
}

.icon--google:before {
    content: '\e040'
}

.icon--graduation-cap:before {
    content: '\e041'
}

.icon--hamburger-2:before {
    content: '\e042'
}

.icon--heart:before {
    content: '\e043'
}

.icon--history:before {
    content: '\e044'
}

.icon--home:before {
    content: '\e045'
}

.icon--instagram-text:before {
    content: '\e046'
}

.icon--instagram:before {
    content: '\e047'
}

.icon--insurance-health:before {
    content: '\e048'
}

.icon--ios:before {
    content: '\e049'
}

.icon--keyboard-o:before {
    content: '\e04a'
}

.icon--like-fill:before {
    content: '\e04b'
}

.icon--like:before {
    content: '\e04c'
}

.icon--line-chart:before {
    content: '\e04d'
}

.icon--linkedin-o:before {
    content: '\e04e'
}

.icon--list-alt:before {
    content: '\e04f'
}

.icon--loan-bold:before {
    content: '\e050'
}

.icon--location:before {
    content: '\e051'
}

.icon--locator:before {
    content: '\e052'
}

.icon--locker:before {
    content: '\e053'
}

.icon--login:before {
    content: '\e054'
}

.icon--logout:before {
    content: '\e055'
}

.icon--magic:before {
    content: '\e056'
}

.icon--mail:before {
    content: '\e057'
}

.icon--map-marker:before {
    content: '\e058'
}

.icon--mega-car:before {
    content: '\e059'
}

.icon--mega-home:before {
    content: '\e05a'
}

.icon--mega-money:before {
    content: '\e05b'
}

.icon--mega-star:before {
    content: '\e05c'
}

.icon--mesage:before {
    content: '\e05d'
}

.icon--message:before {
    content: '\e05e'
}

.icon--minus:before {
    content: '\e05f'
}

.icon--money:before {
    content: '\e060'
}

.icon--pdf:before {
    content: '\e061'
}

.icon--pen:before {
    content: '\e062'
}

.icon--pencil-square-o:before {
    content: '\e063'
}

.icon--people:before {
    content: '\e064'
}

.icon--person:before {
    content: '\e065'
}

.icon--personal:before {
    content: '\e066'
}

.icon--phone-solid:before {
    content: '\e067'
}

.icon--phone:before {
    content: '\e068'
}

.icon--picture-o:before {
    content: '\e069'
}

.icon--pie-chart:before {
    content: '\e06a'
}

.icon--pig:before {
    content: '\e06b'
}

.icon--plus:before {
    content: '\e06c'
}

.icon--postcard:before {
    content: '\e06d'
}

.icon--print:before {
    content: '\e06e'
}

.icon--profile:before {
    content: '\e06f'
}

.icon--puzzle-piece:before {
    content: '\e070'
}

.icon--repayment:before {
    content: '\e071'
}

.icon--repeat:before {
    content: '\e072'
}

.icon--resume:before {
    content: '\e073'
}

.icon--saving-bold:before {
    content: '\e074'
}

.icon--search:before {
    content: '\e075'
}

.icon--service:before {
    content: '\e076'
}

.icon--share-square-o:before {
    content: '\e077'
}

.icon--share:before {
    content: '\e078'
}

.icon--sign-paper:before {
    content: '\e079'
}

.icon--sitemap:before {
    content: '\e07a'
}

.icon--square-list:before {
    content: '\e07b'
}

.icon--star:before {
    content: '\e07c'
}

.icon--start-bold:before {
    content: '\e07d'
}

.icon--study-bold:before {
    content: '\e07e'
}

.icon--subnav-bag:before {
    content: '\e07f'
}

.icon--subnav-car-loan:before {
    content: '\e080'
}

.icon--subnav-card:before {
    content: '\e081'
}

.icon--subnav-everyday:before {
    content: '\e082'
}

.icon--subnav-home-loan:before {
    content: '\e083'
}

.icon--subnav-innovative:before {
    content: '\e084'
}

.icon--subnav-insurance:before {
    content: '\e085'
}

.icon--subnav-saving:before {
    content: '\e086'
}

.icon--suggestion:before {
    content: '\e087'
}

.icon--table:before {
    content: '\e088'
}

.icon--trash-o:before {
    content: '\e089'
}

.icon--twitter:before {
    content: '\e08a'
}

.icon--usd:before {
    content: '\e08b'
}

.icon--user:before {
    content: '\e08c'
}

.icon--users:before {
    content: '\e08d'
}

.icon--video-camera:before {
    content: '\e08e'
}

.icon--video:before {
    content: '\e08f'
}

.icon--view-grid:before {
    content: '\e090'
}

.icon--view-list:before {
    content: '\e091'
}

.icon--warning:before {
    content: '\e092'
}

.icon--youtube-text:before {
    content: '\e093'
}

.icon--youtube:before {
    content: '\e094'
}

.form-control {
    border-radius: 4px;
    padding: 9.5px 10px;
    color: #606060;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.field_input {
    width: 90%;
    border: none;
    background: 0 0;
    outline: 0
}

.field_input,
.ph_input {
    transition: all .1s;
    position: absolute
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    width: 100%
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 5px
}

.modal,
.modal-backdrop {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0
}

.vib-v2-section-recruitment-base-custom-navigation .btn.prev {
    float: left
}

.clearfix:after,
.clearfix:before {
    display: table
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

div.ui-datepicker {
    font-size: 14px;
    width: auto;
    width: 16em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    white-space: nowrap
}

.input-group.input-group-forex button.btn-default {
    border: 0
}

button,
input,
select,
textarea {
    font-family: inherit
}

.open>.dropdown-menu {
    display: block
}

html {
    font-family: Nunito;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
body#content .ui-widget {
    font-family: Nunito
}

body#content.modal-open {
    overflow: hidden;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

p {
    margin: 0 0 10.5px
}

.popup-reg,
.popuphide {
    display: none
}

.rangeslider,
.rangeslider__fill {
    touch-action: none
}

* {
    padding: 0;
    margin: 0
}

body {
    font-family: Inter;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    color: #1b1b1b;
    line-height: normal
}

.wpthemeHeader {
    border: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 400
}

a {
    color: var(--bg-color-mono-1);
}

.vib-v2-content-detail-card i {
    font-style: normal
}




ul {
    margin: 0
}

.container-fluid,
.wrapper {
    padding: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.vib-v2-wrapper_new {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto
}

.vib-v2-section-header_new {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 77px;
    height: var(--header-heigth)
}

.vib-v2-header-gadient {
    position: fixed;
    background: #fff;
    height: 77px;
    height: var(--header-heigth);
    box-shadow: inset 0 -1px 0 #E4E4E4;
    width: 100%
}

.vib-v2-header-black {
    position: fixed;
    background-color: #314251;
    height: 65px;
    width: 100%;
    display: none
}

.vib-v2-section-header_new02 {
    height: 77px;
    background: #314251;
    width: 100%
}

.vib-v2-section-header_new.active .vib-v2-scrollbar-header {
    display: none
}

.vib-v2-scrollbar-header {
    display: none;
    position: absolute;
    top: 63px;
    width: 100%;
    transition: .5s
}

.scrolled .vib-v2-header-scroll {
    z-index: 9;
    top: 0;
    position: fixed
}

.vib-v2-header-scroll .vib-v2-scrollbar-header {
    display: block
}

.vib-v2-status-scrollbar-header {
    background: var(--bg-gradient-orange-1);
    height: 2px;
    transition: .5s
}

.vib-v2-header-scroll .vib-v2-ico_logoVIB {
    background: url(/static/theme/vs2018/images/logoVIB_scroll.svg) no-repeat;
    width: 50px;
    height: 50px
}

.vib-v2-header-scroll .vib-v2-link-atm-home,
.vib-v2-header-scroll .vib-v2-link-login-home,
.vib-v2-header-scroll .vib-v2-link-search-home {
    top: 18px;
    transition: all .5s
}

.vib-v2-header-scroll a.tel_top_home,
.vib-v2-header-scroll-02 a.tel_top_home {
    top: 21px;
    transition: all .5s
}

.vib-v2-header-scroll .vib-v2-hamburger-menu {
    top: 23px;
    transition: all .5s
}

.vib-v2-header-scroll .vib-v2-main-nav-home {
    top: 19px;
    transition: all .5s
}

.vib-v2-hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 20px;
    height: 15px;
    cursor: pointer;
    transition: all .5s
}

.vib-v2-hamburger-menu i {
    width: 19px;
    height: 3px;
    position: absolute;
    top: 6px;
    border-radius: 2px;
    left: 0; 
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0)
}

.vib-v2-hamburger-menu i:before {
    position: absolute;
    top: -.375em;
    left: 0;
    content: ' ';
    background-color: #000;
    background-color: var(--bg-color-mono-1);
    width: 19px;
    height: 3px;
    top: -6px;
    border-radius: 2px
}

.vib-v2-hamburger-menu i:after {
    position: absolute;
    top: .375em;
    left: 0;
    content: ' ';
    background-color: #AAA !important;
    background-color: var(--bg-color-mono-3) !important;
    width: 19px;
    height: 3px;
    top: 5px;
    border-radius: 2px
}

.vib-v2-arrow_top_home {
    display: inline-block;
    background: url(/static/theme/vs2018/images/arrow_top_home.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90d0eg);
    vertical-align: middle
}

.vib-v2-main-nav-home {
    position: absolute;
    top: 26px;
    left: 35px;
    transition: all .5s;
    font-size: 16px;
    line-height: normal;
}

.vib-v2-main-nav-home li {
    color: #000;
    display: inline-block;
    padding-right: 4px;
    font-size: 16px;
    white-space: nowrap
}

.vib-v2-main-nav-home li span {
    font-size: 16px;
    white-space: nowrap
}

.vib-v2-main-nav-home li a {
    padding-right: 0;
    font-size: 16px;
    white-space: nowrap
}

.vib-v2-main-nav-home a {
    color: #000;
    padding-right: 5px
}

.vib-v2-main-nav-home a:hover {
    color: var(--color-dard-orange);
    text-decoration: none;
}

.vib-v2-main-nav-home p,.vib-v2-main-nav-home h1 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    white-space: nowrap;
    margin-top: 0;
}

.vib-v2-main-nav-home span {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer
}

.vib-v2-main-nav-home p span {
    font-size: 16px;
    white-space: nowrap
}

.vib-v2-section-header_new02 .vib-v2-main-nav-home span {
    cursor: text
}

.vib-v2-section-header_new02 .vib-v2-main-nav-home:hover span {
    color: #fff
}

.vib-v2-main-nav-home:hover span {
    color: var(--color-dard-orange)
}

.vib-v2-main-nav-home:hover p span {
    color: #fff;
    cursor: text
}

.vib-v2-logoVIB {
    text-align: center;
    padding-top: 16px;
    transition: 2s
}

.vib-v2-logoVIB.logo-scroll {
    padding-top: 9px
}

.vib-v2-ico_logoVIB {
    background: url(/static/theme/vs2018/images/logoVIB.png) no-repeat;
    width: 105px;
    height: 48px;
    display: inline-block;
    position: relative;
    z-index: 5
}

.vib-v2-ico_logoVIB_blue {
    background: url(/static/theme/vs2018/images/logo-vib.svg) no-repeat;
    width: 80px;
    height: 38px;
    display: inline-block;
    position: relative;
    z-index: 5;
    background-size: 100% 100%
}

.vib-v2-section-header_new.active {
    background-color: rgba(0, 0, 0, .9);
    height: 255px
}

.vib-v2-section-header_new.active .vib-v2-list_sp_home {
    display: block
}

.vib-v2-list_sp_home {
    text-align: center;
    position: absolute;
    top: 120px;
    left: 0;
    display: none
}

.vib-v2-list_sp_home ul {
    margin: 0 -22px
}

.vib-v2-list_sp_home li {
    float: left;
    padding: 0 15px;
    list-style: none
}

.vib-v2-list_sp_home li a {
    font-size: 18px;
    font-weight: 400;
    color: #e8e7e9
}

.vib-v2-list_sp_home li:hover a {
    color: var(--color-dard-orange)
}

.vib-v2-list_sp_home li a span {
    display: block
}

.vib-v2-list_sp_home li a i {
    margin-bottom: 20px;
    height: 47px;
    display: block
}

.vib-v2-list_sp_home li a i img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    height: 55px
}

.vib-v2-link-login-home {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .5s
}

.vib-v2-link-login-home span {
    position: absolute;
    top: 40px;
    background: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}

.vib-v2-link-login-home:hover {
    background: transparent
}

.vib-v2-link-login-home:hover span {
    display: block
}

.icon_login-home {
    background: url(/static/theme/vs2018/images/icon-user-header.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100%;
    display: inline-block;
    top: 0;
    position: relative
}

.vib-v2-link-search-home {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .5s
}

.vib-v2-link-search-home span {
    position: absolute;
    top: 40px;
    background: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}

.vib-v2-link-search-home:hover {
    background: transparent
}

.vib-v2-link-search-home:hover span {
    display: block
}

.icon_search-home {
    background: url(/static/theme/vs2018/images/icon-search-header.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100%;
    display: inline-block;
    top: 0;
    position: relative
}

.vib-v2-link-atm-home {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    top: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .5s
}

.vib-v2-link-atm-home span {
    position: absolute;
    top: 40px;
    background: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}

.vib-v2-link-atm-home:hover {
    background: var(--color-dard-orange)
}

.vib-v2-link-atm-home:hover span {
    display: block
}

.icon_atm-home {
    background: url(/static/theme/vs2018/images/icon-header-atm-branch.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    display: inline-block;
    top: 7px;
    position: relative
}

.vib-v2-section-header_new02 .vib-v2-link-atm-home,
.vib-v2-section-header_new02 .vib-v2-link-login-home,
.vib-v2-section-header_new02 .vib-v2-link-search-home {
    top: 24px;
    transition: all .5s
}

.vib-v2-section-header_new02 .vib-v2-logoVIB {
    padding-top: 10px
}

.vib-v2-section-header_new02 a.tel_top_home {
    top: 28px;
    transition: all .5s
}

.vib-v2-section-header_new.active .tel_top_home,
.vib-v2-section-header_new.active .vib-v2-link-atm-home,
.vib-v2-section-header_new.active .vib-v2-link-login-home,
.vib-v2-section-header_new.active .vib-v2-link-search-home {
    z-index: -2;
    opacity: .2
}

.vib-v2-header-scroll.active .tel_top_home,
.vib-v2-header-scroll.active .vib-v2-link-atm-home,
.vib-v2-header-scroll.active .vib-v2-link-login-home,
.vib-v2-header-scroll.active .vib-v2-link-search-home {
    z-index: 1;
    opacity: 1
}

a.tel_top_home {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 36px;
    right: 150px;
    transition: all .5s
}

a.tel_top_home:hover {
    color: var(--color-dard-orange)
}

.vib-v2-header-scroll-02 .vib-v2-link-atm-home,
.vib-v2-header-scroll-02 .vib-v2-link-login-home,
.vib-v2-header-scroll-02 .vib-v2-link-search-home {
    top: 18px;
    transition: all .5s
}

.vib-v2-header-scroll-02 a.tel_top_home {
    top: 24px;
    transition: all .5s
}

.vib-v2-bg_black {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
    -webkit-tap-highlight-color: transparent
}

.icon_exit_menu_left {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 20.0.0,SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='ÄÂ¡ÄÂ»ÄÂ¾ÄÂ¹_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CCCCCC;%7D%0A%3C/style%3E%3Cg id='Cancel'%3E%3Cpath class='st0' d='M30.4,27.2L19.2,16L30.4,4.8c0.9-0.9,0.9-2.2,0-3c-0.9-0.9-2.2-0.9-3,0L16,13L4.6,1.6c-0.9-0.9-2.2-0.9-3,0 s-0.9,2.2,0,3L13,16L1.6,27.4c-0.9,0.9-0.9,2.2,0,3s2.2,0.9,3,0L16,19l11.4,11.4c0.9,0.9,2.2,0.9,3,0 C31.3,29.6,31.3,28.1,30.4,27.2z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    display: block
}

.exit_menu_left {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    display: none;
}
.exit_menu_left .icon_exit_menu_left {
    margin-left: 8px;
}

.logo_menu_left {
    position: absolute;
    left: 28px;
    top: 50px
}

.vib-v2-list-link-menu-left {
    margin-top: 50px;
    padding-bottom: 50px
}

.vib-v2-list-link-menu-left li a {
    height: 50px;
    background: #384e62;
    display: block;
    padding-left: 28px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1px
}

.vib-v2-list-link-menu-left h3 {
    font-weight: 400;
    font-size: 0;
    line-height: 0;
    color: #314251;
    margin: 0;
    padding-left: 28px;
    text-transform: uppercase;
    height: 10px;
    background: #314251;
    overflow: hidden
}

.vib-v2-list-link-menu-left li a:hover {
    text-decoration: none;
    background: #384e62;
    font-weight: 400;
    color: var(--color-dard-orange)
}

.logo_menu_left .vib-v2-ico_logoVIB {
    height: 41px;
    width: 83px
}

.vib-v2-list-link-menu-left ul li i {
    width: 30px;
    height: 50px;
    margin-right: 10px
}

.vib-v2-list-link-menu-left ul li i img {
    width: 30px;
    height: 30px;
    margin-top: -3px
}

.vib-v2-list-link-menu-left ul li i.icon_top_home05 {
    background-size: 90%
}

.vib-v2-list-link-menu-left ul.list_other_link li a {
    background: 0 0;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #959595
}

.vib-v2-list-link-menu-left a sup,
.vib-v2-list-link-menu-left a:hover sup {
    color: var(--color-dard-orange);
    margin-left: 5px;
    font-size: 11px
}

.vib-v2-list-link-menu-left ul.list_other_link li a:hover {
    color: var(--color-dard-orange)
}

ul.list_other_link {
    margin-bottom: 50px;
    margin-top: 10px
}

.vib-v2-content_menu {
    transform: translateX(-100%);
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    max-width: 300px;
    background: #384e62;
    height: 100vh;
    overflow: hidden
}

.vib-v2-content_menu.active {
    transform: translateX(0);
    transition: .5s
}

.vib-v2-search-content {
    position: fixed;
    z-index: 1111;
    height: 117px;
    background: #1b1b1b;
    width: 100%;
    top: 0;
    display: none
}

.vib-v2-search-box {
    margin-left: 145px;
    margin-right: 50px;
    padding-top: 20px;
    position: relative
}

.vib-v2-search-box .icon-btn {
    display: none
}

.vs2018-search-result-suggestion-before {
    padding: 25px 35px
}

.vib-v2-logo-search {
    position: absolute;
    top: 18px;
    left: 0
}

.icon_search_submit {
    background: var(--icon-Search_audit) center no-repeat;
    display: block;
    background-size: 30px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 13px;

    z-index: 1;
}

.vib-v2-search-btn {
    position: absolute;
    right: 0;
    top: 20px
}

.btn_search_submit {
    background: var(--bg-gradient-orange-1);
    display: block;
    width: 50px;
    height: 45px;
    border-radius: 0 5px 5px 0;
    position: relative;
}

.btn_search_submit::before {
    background: var(--bg-color-mono-1);
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}

.vib-v2-search-content.active {
    display: block
}

.vib-v2-input-search-top-home {
    height: 45px;
    padding: 17px;
    border: none;
    width: 100%;
    border-radius: 5px 0 0 5px;
    outline: 0;
    font-size: 16px;
    font-weight: 400
}

::-webkit-scrollbar {
    width: 7px;
    background: 0 0
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background: 0 0
}

::-webkit-scrollbar-thumb {
    webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: rgba(153, 153, 153, .8)
}

.vib-v2-content-form-login::-webkit-scrollbar-thumb,
.vib-v2-content_menu::-webkit-scrollbar-thumb {
    webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: rgba(67, 67, 67, .5)
}

.vib-v2-content-form-login::-webkit-scrollbar-thumb:hover,
.vib-v2-content_menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(153, 153, 153, .8)
}

.vib-v2-content-form-login {
    width: 490px;
    transition: .5s;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1111;
    background: #fff;
    overflow-y: auto
}

.vib-v2-content-form-login.active {
    transform: translateX(0);
    transition: .5s;
    right: 0;
    height: 100vh
}

.vib-v2-exit-form-login {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer
}

.icon_exit-form-login {
    width: 19px;
    height: 19px;
    display: block;
    background: url(/static/theme/vs2018/images/icon-close-popup.svg) no-repeat;
    background-size: 100%
}

.icon-logo-ib {
    display: inline-block;
    background: url(/static/theme/vs2018/images/icon_logo_vib.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 43px;
    vertical-align: middle;
    margin-bottom: 7px;
    margin-right: 10px
}

.vib-v2-header-ib {
    text-align: center;
    line-height: 105px;
    background: #f1f3f4
}

.vib-v2-header-ib span {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase
}

.vib-v2-tab-ib .active {
    color: #000
}

.tab-id-01,
.tab-id-02 {
    float: left;
    width: 50%;
    border-left: 1px solid #e7e7e7;
    list-style: none;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    height: 70px;
    color: #0066b3;
    font-weight: 600;
    font-size: 16px
}

.tab-id-01:hover,
.tab-id-02:hover {
    color: var(--color-dard-orange)
}

.tab-id-01.active:hover,
.tab-id-02.active:hover {
    color: #0066b3
}

.tab-id-01::before,
.tab-id-02::before {
    position: absolute;
    content: "";
    display: none;
    width: 100%;
    height: 3px;
    background: #fdb913;
    top: 68px;
    left: 0
}

.tab-id-01 {
    border-left: none
}

.tab-id-01.active::before,
.tab-id-02.active::before {
    display: block
}

.tab-id-01 span:hover,
.tab-id-02 span:hover {
    color: var(--color-dard-orange)
}

.tab-id-01.active span,
.tab-id-01.active span:hover,
.tab-id-02.active span,
.tab-id-02.active span:hover {
    color: #1b1b1b
}

.vib-v2-input-login.ocb {
    background: #e4e4e4;
    border: none;
    margin-bottom: 0;
    padding-left: 60px;
    height: 60px
}

.vib-v2-input-login.focus {
    box-shadow: 0 0 10 rgba(0, 0, 0, .1) !important;
    border: 1px solid #c9c9c9 !important;
    background: #fff
}

.vib-v2-input-login .ph_input {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    top: 18px
}

.vib-v2-input-login.focus .ph_input {
    font-size: 14px;
    top: 9px
}

.field_input {
    top: 33px
}

.vib-v2-input-login.focus .field_input {
    top: 30px;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 16px
}

.vib-v2-login-box-ib {
    padding: 40px
}

.icon_user_login {
    background: url(/static/theme/vs2018/images/icon_user_login.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: .3
}

.icon_password_login {
    background: url(/static/theme/vs2018/images/icon_password_login.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: .3
}

.line-login-box-ib {
    margin-bottom: 20px
}

.btn-login-box-ib .vib-v2-btn-dk01 {
    max-width: none
}

.btn-login-box-ib {
    text-align: center
}

a.forgot-password-ib {
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    color: #0066b3;
    display: inline-block;
    margin-top: 20px
}

.vib-txt-form-box-ib {
    padding: 40px;
    border-top: 1px solid #e7e7e7
}

.vib-txt-form-box-ib h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0
}

.vib-txt-form-box-ib ul {
    padding-left: 20px;
    margin-top: 20px
}

.vib-v2-btn-form-box-login a.vib-v2-btn-dk03::before {
    background: #1b1b1b
}

.vib-v2-btn-form-box-login a.vib-v2-btn-dk03:hover {
    color: #fff
}

.vib-txt-form-box-ib li {
    list-style: none;
    position: relative;
    margin-bottom: 10px
}

.vib-txt-form-box-ib li:last-child {
    margin-bottom: 0
}

.vib-txt-form-box-ib li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    left: -15px;
    background: #fdb913;
    border-radius: 50%;
    top: 7px
}

.vib-v2-btn-form-box-login a {
    margin-left: 15px !important;
}

.vib-v2-btn-form-box-login a:first-child {
    margin-left: 0;
    margin-top: 20px
}

.icon_store_box {
    background: url(/static/theme/vs2018/images/icon_store_box.png) no-repeat;
    background-size: 100%;
    height: 65px;
    width: 65px;
    display: inline-block
}

.vib-v2-appstore-box {
    margin-top: 20px
}

.vib-v2-txt-appstore-box {
    display: inline-block;
    padding-left: 5px
}

.vib-v2-txt-appstore-box p {
    margin-bottom: 0;
    padding-left: 5px
}

.icon_store_ios {
    background: url(/static/theme/vs2018/images/icon-store-ios-yellow.svg) no-repeat;
    background-size: 100%;
    width: 44px;
    height: 44px;
    display: inline-block
}

.icon_store_android {
    background: url(/static/theme/vs2018/images/icon-store-android-yellow.svg) no-repeat;
    background-size: 100%;
    width: 44px;
    height: 44px;
    display: inline-block
}

#tab-id-02 {
    display: none
}

a.vib-v2-more-detail-banner {
    color: #000;
    line-height: 45px;
    text-decoration: underline;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-semibold-size);
    font-weight: var(--font-body-semibold-weight);
    white-space: nowrap;
    position: relative
}

a.vib-v2-more-detail-banner:hover {
    color: var(--color-dard-orange)
}
  
a.vib-v2-more-detail-banner:after {
    background: var(--icon-Angle_right_black) no-repeat ;
    background-size: 20px;
    content: "";
    width: 24px;
    height: 24px;
    display: block;  
    position: absolute;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    background-position:center;
}

a.vib-v2-more-detail-banner:hover:after {
    background: var(--icon-Angle_right_orange) no-repeat ;
    background-size: 20px;
    background-position:center; 
}

a.vib-v2-more-detail-banner[href="#"]:after {
    display: none
}

.vib-v2-section-banner-home .swiper-slide {
    height: 440px;
    background-position: bottom right
}

.vib-v2-text-banner .vib-v2-fz-title-banner {
    color: #fff
}

.vib-v2-fz-title-banner p a {
    color: #fff
}

.vib-v2-fz-title-banner p a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-text-banner .vib-v2-fz-title-product {
    color: #fff;
    margin-top: 17px
}

.vib-v2-btn-banner {
    margin-top: 40px
}

.vib-v2-btn-banner a.vib-v2-btn-dk01 {
    margin: 0;
}

.vib-v2-text-banner {
    position: absolute;
    top: 170px;
    left: 0
}

.vib-v2-section-banner-home .bx-controls-direction .bx-prev {
    height: 30px;
    width: 30px;
    background: url(/static/theme/vs2018/images/left_arrow_banner_top.svg) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    float: left;
    margin-left: 20px;
    transform: rotate(180deg)
}

.vib-v2-section-banner-home .bx-controls-direction .bx-next {
    height: 30px;
    width: 30px;
    background: url(/static/theme/vs2018/images/left_arrow_banner_top.svg) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    float: right;
    margin-right: 20px
}

.vib-v2-section-banner-home .bx-controls-direction {
    position: absolute;
    left: 0;
    width: 100%
}

.vib-v2-section-banner-home .bx-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -15px
}

.vib-v2-section-banner-home .bx-controls-direction a {
    opacity: .3
}

.vib-v2-section-banner-home .bx-controls-direction a:hover {
    opacity: 1
}

.vib-v2-section-banner-home.bx-pager {
    display: none
}

.vib-v2-link-mobile-appstore {
    display: none
}

.vib-v2-section-banner-home .bx-pager {
    display: none
}

.vib-v2-box-digital-myvib-video .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c9c9c9
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 4px;
    border-radius: 3px;
    border: none;
    background: #e4e4e4
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--bg-gradient-orange-1) !important;
}

.vib-v2-box-card-home {
    text-align: center
}

.vib-v2-box-card-home p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #1b1b1b;
    font-weight: 600
}

.vib-v2-box-card-home {
    width: 194px;
    height: 120px;
    float: left;
    padding-top: 16px;
    position: relative;
    overflow: hidden
}

.vib-v2-box-card-home i img {
    height: 60px
}

.vib-v2-box-card-home a {
    display: block;
    position: relative;
    z-index: 3
}

.vib-v2-box-card-home::after {
    content: "";
    height: 120px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .02) 40%, rgba(0, 0, 0, .09));
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #fdb913;
    transform: translateY(120px);
    transition: .3s;
    display: block
}

.vib-v2-card-home-other {
    position: relative;
    overflow: initial
}

.active .vib-v2-card-home-other:after {
    content: "";
    display: block;
    height: 5px;
    width: 80%;
    left: 10%;
    background: #fdb913;
    position: absolute;
    bottom: 0
}

.vib-v2-card-home-other::after {
    width: 152px;
    left: 15px;
    display: none;
    transition: 0
}

.active .vib-v2-list-other-card-home {
    display: block
}

.vib-v2-list-other-card-home {
    position: absolute;
    top: 121px;
    right: 0;
    width: 330px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .117647058823529);
    z-index: 8;
    display: none;
    text-align: center
}

.vib-v2-box-card-home:hover:after {
    transform: translateY(0);
    transition: .3s
}

.vib-v2-all-card-home {
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-card-home-other {
    width: 177px
}

.vib-v2-card-home-other:hover:after {
    background: 0 0
}

.vib-box-other-card-home {
    float: left;
    width: 50%;
    padding: 20px 0
}

.vib-box-other-card-home p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600
}

.icon_card_other {
    display: block;
    text-align: center;
    height: 45px
}

.icon_card_other img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 60px
}

.vib-box-other-card-home a:hover p {
    color: var(--color-dard-orange)
}

.vib-v2-card-home-other::before {
    position: absolute;
    width: 1px;
    height: 68px;
    background: #bcbcbc;
    left: 0;
    display: block;
    content: "";
    overflow: auto;
    top: 28px
}

.icon-services-card1 {
    background: url(/static/theme/vs2018/images/icon-services-card1.svg) no-repeat;
    background-size: 100%;
    width: 85px;
    height: 60px;
    background-position: center;
    display: inline-block
}

.icon-services-card2 {
    background: url(/static/theme/vs2018/images/icon-services-card2.svg) no-repeat;
    background-size: 70%;
    width: 85px;
    height: 60px;
    background-position: center;
    display: inline-block
}

.icon-services-card3 {
    background: url(/static/theme/vs2018/images/icon-services-card3.svg) no-repeat;
    background-size: 40%;
    width: 85px;
    height: 60px;
    background-position: center;
    display: inline-block
}

a.vib-v2-box-services-card {
    width: 100%;
    margin-left: 30px;
    float: left;
    height: 470px;
    overflow: hidden;
    display: block;
    position: relative;
    /* border-bottom: 5px solid #fdb913; */
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 0 solid transparent;
    transition: all .4s;
}


a.vib-v2-box-services-card:first-child {
    margin-left: 0
}

a.vib-v2-box-services-card::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 470px;
    transform: translateY(330px);
    transition: .5s
}

.vib-v2-text-services-card {
    position: absolute;
    top: 360px;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 0 20px;
    transition: .4s
}

.vib-v2-text-services-card p {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0
}

.vib-v2-link-services-card:hover {
    color: var(--color-dard-orange)
}

.vib-v2-link-services-card {
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    opacity: 0;
    transition: .4s;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 5;
    text-align: center;
    width: 100%
}

.vib-v2-icon-services-card {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
    transition: .3s;
    opacity: 0;
    z-index: 5
}

.vib-v2-box-services-card img.bg_img_box_services {
    height: 470px;
    width: 100%
}

.vib-v2-services-card {
    margin-top: 60px
}

.vib-v2-left-img-news-home {
    float: left;
    width: 500px;
    overflow: hidden;
    border-radius: 5px
}

.vib-v2-left-img-news-home img {
    transition: all .5s;
    max-width: 100%
}

.vib-v2-left-img-news-home img:hover {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    transition: all .5s
}

.vib-v2-right-txt-news-home {
    margin-left: 40px;
    width: 607px;
    float: left
}

.vib-v2-right-txt-news-home a:first-child {
    color: #1b1b1b;
    text-decoration: none;
    display: block
}

.vib-v2-right-txt-news-home a h4 {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    margin-top: 0
}

.vib-v2-right-txt-news-home p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 25px;
    color: #1b1b1b
}

.vib-v2-right-txt-news-home a {
    color: #0066b3;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px
}

.vib-v2-right-txt-news-home a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-box-news-home {
    margin-bottom: 40px
}

.vib-v2-news-home {
    margin-top: 60px
}

.vib-v2-news-home h1,
.vib-v2-news-home h2,
.vib-v2-news-home h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    margin-top: 0
}

.vib-v2-news-home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e4e4e4
}

.vib-v2-news-home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fdb913
}

.vib-v2-news-home .bx-wrapper .bx-pager {
    height: 5px;
    padding: 0;
    padding-top: 20px
}

.news-myvib .bx-wrapper .bx-pager {
    position: relative;
    top: auto;
    height: auto;
    padding-bottom: 0
}

.vib-v2-news-home .bx-wrapper {
    margin-top: 60px
}

.box_menu_footer:first-child {
    margin-left: 0
}

.box_menu_footer ul {
    margin-top: 15px;
    margin-bottom: 0
}

.box_menu_footer a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px
}

.box_menu_footer a:hover {
    color: #fff;
    text-decoration: underline
}

.box_menu_footer li {
    list-style: none
}

.box_menu_footer li a {
    text-decoration: none;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400
}

.box_menu_footer li a:hover {
    color: #fff;
    text-decoration: underline
}

.vib-v2-footer {
    background: #fff;
    background-position: center bottom;
    background-size: cover;
    border-top: 3px solid #fafafa !important;
}

.vib-v2-wrapper_new::after {
    clear: both;
    content: "";
    display: block
}

.img_txt_app_footer span {
    width: 32px;
    height: 32px
}

.img_txt_app_footer {
    float: left;
    margin-right: 10px
}

.txt_right_app_footer {
    float: left;
    color: #fff
}

.txt_right_app_footer span {
    display: inline-block;
    line-height: 32px
}

.link_social_footer {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}

.ios_appstore {
    background: url(/static/theme/vs2018/images/appstore-icon-whitebg.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    height: 25px;
    width: 25px
}

.ios_appstore:hover {
    background: url(/static/theme/vs2018/images/appstore-icon-orange-whitebg.png) no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px
}

.adnroid_appstore {
    background: url(/static/theme/vs2018/images/playstore-icon-whitebg.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    height: 25px;
    width: 25px
}

.adnroid_appstore:hover {
    background: url(/static/theme/vs2018/images/playstore-icon-orange-whitebg.png) no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px
}

.vib-v2-appstore-footer {
    clear: both
}

.icon_store_ios_white {
    display: block;
    background: url(/static/theme/vs2018/images/icon-store-ios-white.svg) no-repeat;
    background-size: 100%;
    width: 33px;
    height: 33px;
    float: left
}

.icon_store_ios_white:hover {
    background: url(/static/theme/vs2018/images/icon-store-ios-yellow.svg) no-repeat
}

.icon_store_android_white {
    display: block;
    background: url(/static/theme/vs2018/images/icon-store-android-white.svg) no-repeat;
    background-size: 100%;
    width: 33px;
    height: 33px;
    float: left
}

.icon_store_android_white:hover {
    background: url(/static/theme/vs2018/images/icon-store-android-yellow.svg) no-repeat
}

.vib-v2-appstore-footer {
    margin-top: 20px;
    clear: both
}

.vib-v2-address-footer {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    position: relative
}

.vib-v2-other-link-footer {
    position: relative;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.vib-v2-other-link-footer li {
    list-style: none;
    color: #e4e4e4;
    display: inline-block;
    padding: 0 5px
}

.vib-v2-other-link-footer li.vib-v2-other-link-footer-line {
    padding: 0 25px;
    text-indent: -9999px
}

.vib-v2-other-link-footer li a {
    color: #fff;
    font-size: 14px
}

.vib-v2-other-link-footer li a:hover {
    color: #fff;
    text-decoration: underline
}

.vib-v2-copyright {
    border-top: 1px solid rgba(255, 255, 255, .6);
    color: #d5d5d5;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding: 30px 0
}

a.vib-v2-langugle_footer {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 14px;
    color: #fff
}

.vib-v2-langugle_footer a {
    color: #fff
}

.vib-v2-langugle_footer a:hover {
    color: var(--color-dard-orange)
}

.langugeEN {
    background: url(/static/theme/vs2018/images/en.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.langugeVN {
    background: url(/static/theme/vs2018/images/vn.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.vib-v2-img-tieu-chi-the {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.vib-v2-img-tieu-chi-the img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 42px
}

.vib-v2-box-tieu-chi-the {
    text-align: center;
    display: inline-block
}

.vib-v2-box-tieu-chi-the-content {
    background-size: cover;
    width: 100%;
    height: 345px;
    text-align: center;
    position: relative;
    margin-top: 46px;
    background-position: center bottom
}

.vib-v2-box-tieu-chi-the {
    padding: 0 65px
}

.vib-v2-box-tieu-chi-the:hover .vib-v2-box-tieu-chi-the p,
.vib-v2-box-tieu-chi-the:hover .vib-v2-img-tieu-chi-the {
    color: var(--color-dard-orange)
}

.vib-v2-box-tieu-chi-the p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 18px
}

.vib-v2-box-tieu-chi-the-content h3 {
    padding-top: 64px;
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    position: relative;
    font-weight: 300
}

.vib-v2-box-tieu-chi-the-content::before {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.vib-v2-list-box-tieu-chi-the {
    padding-top: 50px;
    position: relative
}

.vib-v2-box-tieu-chi-the:hover .vib-v2-img-tieu-chi-the {
    background: #fdb913
}

.vib-v2-box-mobile-fix-footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 1000;
    border-top: 4px solid #1b1b1b
}

.vib-v2-box-img-card {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border-right: 1px solid #4c4c4c;
    text-align: center
}

.vib-v2-slider-box-card {
    margin-left: 55px;
    height: 55px;
    padding: 0 20px
}

.vib-v2-box-img-card .icon_top_home01 {
    width: 24px;
    height: 60px;
    background-position: center
}

.vib-v2-box-mobile-fix-footer .bx-pager {
    display: none
}

.vib-v2-box-mobile-fix-footer .bxslider .swiper-slide {
    line-height: 60px;
    text-align: center
}

.vib-v2-box-mobile-fix-footer .bxslider .swiper-slide a {
    color: #1b1b1b;
    font-size: 12px;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal
}

.vib-v2-box-mobile-fix-footer .bxslider .swiper-slide.active a {
    color: #0066b3;
    font-weight: 600
}

.vib-v2-box-mobile-fix-footer .bx-wrapper .bx-viewport {
    background: 0 0
}

.vib-v2-box-mobile-fix-footer .bx-controls-direction .bx-prev {
    height: 12px;
    width: 12px;
    background: url(/static/theme/vs2018/images/arrow_mobile_card_slider.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    transform: rotate(180deg);
    position: absolute;
    left: -15px;
    top: 20px
}

.vib-v2-box-mobile-fix-footer .bx-controls-direction .bx-next {
    height: 12px;
    width: 12px;
    background: url(/static/theme/vs2018/images/arrow_mobile_card_slider.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 20px
}

.vib-v2-box-mobile-fix-footer .bx-controls-direction a.disabled {
    display: none
}

.vib-v2-box-result-search {
    background: #fff;
    border-radius: 5px;
    margin-top: 2px
}

.vib-v2-box-result-search h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #797979;
    font-size: 16px
}

.vib-v2-box-result-search li {
    list-style: none
}

.vib-v2-box-result-search li a {
    padding: 10px 15px;
    font-size: 16px;
    color: #1b1b1b;
    display: block
}

.vib-v2-box-result-search li a:hover {
    background: #e4e4e4;
    color: #1b1b1b
}

.input_keyup .btn_search_submit {
    background: var(--bg-gradient-orange-1)
}

.delete_search_text {
    position: absolute;
    top: 30px;
    right: 20px;
    display: none
}

.input_keyup .delete_search_text {
    display: block
}

.icon_delete_search_text {
    background: var(--icon-Close) center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: block
}

.icon_top_home01 {
    background: url(/static/theme/vs2018/images/icon_top_home01.svg) no-repeat;
    background-size: 100%;
    display: inline-block
}

.box_logo_vib {
    width: 105px;
    height: 50px;
    position: relative;
    display: inline-block
}

.txt_logo_vib {
    background: url(/static/theme/vs2018/images/blue_vib_logo_text.png) no-repeat;
    background-size: 100% 100%;
    width: 105px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1.5s
}

.symbol_logo_vib {
    background: url(/static/theme/vs2018/images/VIB_Logo_Symbol.png) no-repeat;
    background-size: 100%;
    width: 39px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 1s
}

.vib-v2-hotline {
    position: absolute;
    text-align: right;
    color: #fff;
    top: 15px;
    right: 0
}

.vib-v2-hotline p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    transition: all .5s
}

.vib-v2-hotline span {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    transition: all .5s
}

.vib-v2-header-scroll .vib-v2-hotline p,
.vib-v2-header-scroll-02 .vib-v2-hotline p {
    opacity: 0;
    transition: all .5s
}

.vib-v2-header-scroll .vib-v2-hotline span,
.vib-v2-header-scroll-02 .vib-v2-hotline span {
    transition: all .5s;
    margin-top: -13px;
    display: block
}

.vib-v2-title-banner {
    font-size: 45px;
    color: #1b1b1b;
    line-height: 60px
}

.vib-v2-btn-banner-top {
    margin-top: 30px
}

.vib-v2-btn-banner-top a.vib-v2-btn-dk01 {
    display: inline-block
}

.vib-v2-list-card-content {
    margin-top: 50px
}

.vib-v2-box-card-content {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative
}

.vib-v2-box-card-content h3 {
    margin: 0
}

.vib-v2-box-card-content h3 a {
    font-weight: 400;
    font-size: 26px
}

.vib-v2-box-card-content h3 a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-body-box-card {
    margin-top: 20px;
    position: relative;
    min-height: 218px
}

.vib-v2-body-box-banca {
    min-height: inherit
}

.vib-v2-list-card-content-debit .vib-v2-body-box-card {
    min-height: inherit
}

.box-card-row1 {
    width: 189px;
    float: left
}

.box-card-row2 {
    width: 167px;
    float: left;
    margin-left: 40px
}

.box-card-all-row2 {
    float: left;
    width: 895px
}

.box-card-row3 {
    width: 190px;
    float: left;
    margin-left: 60px;
    margin-bottom: 0;
    padding-top: 65px;
    z-index: 1
}

.box-card-row2 h4 {
    margin-top: 0;
    color: #515151;
    margin-bottom: 25px;
    line-height: 14px;
    font-size: 14px;
    white-space: nowrap
}

.box-card-row2 p {
    font-size: 16px
}

.box-card-row2 p:last-child {
    margin-bottom: 0
}

.vib-v2-body-box-banca .box-card-row2 p {
    margin-bottom: 0
}


.link-detail-row3 {
    margin-bottom: 20px;
    margin-top: 0
}

.link-detail-row3 a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px
}


.content .btn.txt-btn-underline:hover { color: var(--color-dard-orange);
}
.box-card-row3 p {
    margin-bottom: 17px
}

.box-card-row3 p a {
    text-decoration: underline;
    font-size: 16px;
    white-space: nowrap
}

.box-card-row3 p a:nth-child(2) {
    margin-top: 20px;
    display: block
}

.box-card-row3 p a:hover {
    color: var(--color-dard-orange)
}

.img_card_effect .ui-card:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: -1;
    border-radius: 6px;
    background-image: -webkit-linear-gradient(225deg, #1d253c 0, #3e4757 100%);
    background-image: -o-linear-gradient(225deg, #1d253c 0, #3e4757 100%);
    background-image: linear-gradient(225deg, #1d253c 0, #3e4757 100%)
}

.img_card_effect .bg-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    box-shadow: 0 rgba(0, 0, 0, .75);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease, -o-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.img_card_effect .img-card1 {
    width: 100%;
    height: 130px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 0 13px 1px rgba(0, 0, 0, .21);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, .21);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease, -o-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.img_card_effect {
    position: relative
}

.button_card_dk_ngay {
    margin-top: 0;
    margin-bottom: 20px;
    position: absolute;
    left: 902px;
    top: 0;
    width: 190px;
    z-index: 3
}

.icon_support1 {
    background: url(/static/theme/vs2018/images/icon_support1.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 57px;
    display: inline-block
}

.icon_support2 {
    background: url(/static/theme/vs2018/images/icon_support2.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 42px;
    height: 57px;
    display: inline-block
}

.icon_support3 {
    background: url(/static/theme/vs2018/images/icon_support3.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 51px;
    height: 57px;
    display: inline-block
}

.icon_support4 {
    background: url(/static/theme/vs2018/images/icon_support4.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 75px;
    height: 57px;
    display: inline-block
}

.icon_support5 {
    background: url(/static/theme/vs2018/images/icon_support5.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 75px;
    height: 57px;
    display: inline-block
}

.vib-v2-box-content-support {
    text-align: center;
    width: 342px;
    height: 220px;
    border-radius: 5px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 33px
}

.vib-v2-box-content-support:first-child {
    margin-left: 0
}

.vib-v2-we-support h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    margin-top: 50px
}

.vib-v2-box-content-support h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 24px
}

.vib-v2-box-content-support p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 19px
}

.img-support-box {
    margin-top: 9px
}

.vib-v2-box-content-support:hover {
    background: #e4e4e4;
    border: 1px solid #e4e4e4
}

.vib-v2-box-content-support a {
    display: block
}



.btn-support-dk-ngay {
    margin-top: 10px
}

.vib-v2-box-content-support .btn-support-dk-ngay a {
    padding: 0;
    margin: 0 auto
}

.vib-v2-we-support {
    margin-bottom: 60px
}

.vib-v2-img-card-detail {
    position: relative
}

.vib-v2-sticker-mptn img {
    width: 100%;
    max-width: 100px;
    max-height: 100px
}

.vib-v2-img-card-detail img {
    max-width: 100%
}

.vib-v2-content-detail-card h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px
}

.vib-v2-img-card-detail {
    float: left;
    width: 50%;
    padding-right: 15px
}

.vib-v2-btn-card-detail {
    float: right;
    width: 50%
}


.link-card-detail {
    margin-top: 15px
}

.link-card-detail a {
    text-decoration: underline;
    color: #0066b3;
    margin-bottom: 5px;
    display: inline-block
}

.link-card-detail a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-colum-txt-card {
    margin-top: 40px
}

.vib-v2-box-txt-card-detail:first-child {
    width: 100%;
    padding-right: 0
}

.vib-v2-box-txt-card-detail h4 {
    color: #515151;
    margin-top: 0;
    font-size: 14px
}

.vib-v2-box-txt-card-detail b {
    font-weight: 700
}

.vib-v2-box-txt-card-detail p {
    margin-bottom: 0;
    font-size: 16px
}

.vib-v2-box-txt-card-detail p br {
    line-height: 40px;
    display: block
}

.vib-v2-content-detail_credit .vib-v2-box-txt-card-detail p {
    font-size: 16px
}

.vib-v2-box-txt-card-detail p span {
    font-weight: 700
}

.img_benefit_card {
    background: #e4e4e4;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%
}

.img_benefit_card img {
    height: 45px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.vib-v2-box-benefit-card {
    position: relative
}

.img_benefit_card {
    position: absolute;
    left: 0;
    top: 0
}

.txt_benefit_card {
    margin-left: 110px;
    min-height: 80px
}

.txt_benefit_card p {
    font-size: 16px;
    line-height: normal
}

.txt_benefit_card h4 {
    margin-top: 0
}

.txt_benefit_card p {
    margin-bottom: 0
}

.txt_benefit_card p br {
    line-height: 35px;
    display: block
}

.vib-v2-content-detail_credit .txt_benefit_card p {
    font-size: 16px
}

.vib-v2-box-benefit-card {
    margin-bottom: 30px
}

.vib-v2-list-benefit-card {
    margin-bottom: 60px
}

.arrow_right_link {
    background: url(/static/theme/vs2018/images/arrow_right.svg) no-repeat;
    display: inline-block;
    width: 21px;
    height: 15px;
    vertical-align: middle
}

.vib-v2-link-box-colum-content a {
    line-height: 21px;
    margin-right: 20px;
    color: #0066b3;
    font-size: 16px;
    display: inline-block;
    width: 40%;
    margin-bottom: 20px;
    text-decoration: underline
}

.vib-v2-link-box-colum-content a .arrow_right_link {
    display: none
}

.vib-v2-link-box-colum-content a:nth-child(4) {
    white-space: nowrap
}

.vib-v2-link-box-colum-content a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-search-content .autocomplete-suggestions {
    padding: 0;
    border-radius: 5px;
    border: none;
    overflow-y: auto;
    width: 100% !important;
}

.vib-v2-search-content .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: none
}

.vib-v2-search-content .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background-color: #e4e4e4;
    color: #1b1b1b
}

.overflow {
    overflow: hidden
}

.vib-v2-info-other h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding-top: 50px
}

.text-container h3 {
    padding-top: 0
}

.vib-v2-list-link-other {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    display: table-cell
}

.vib-v2-list-link-other:after {
    clear: both;
    content: "";
    display: block
}

a.link-other-list {
    font-size: 16px;
    color: #0066b3;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    margin-bottom: 20px;
    display: block;
    width: calc(100%/3);
    float: left;
    padding-right: 15px;
    text-decoration: underline
}

.vib-v2-list-card-other-find-button {
    margin-top: 30px
}

.vib-v2-list-card-other-find-button:after {
    clear: both;
    content: "";
    display: block
}

a.link-other-list::after {
    display: none;
    content: "";
    position: absolute;
    right: -30px;
    top: 4px;
    display: inline-block;
    background-size: 100%;
    width: 16px;
    height: 16px
}

a.link-other-list:hover {
    color: var(--color-dard-orange)
}

a.link-other-list:after {
    clear: both
}

.popup-exit,.modal-header .close, .exit_popup, .vib-v2-exit-result-calculation {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    display: inline-block;
    background: var(--icon-Close) center no-repeat !important;
    background-size: 100%;
    margin-right: 0;
    opacity: 1 !important;
    text-indent: -9999px;
}
.popup-exit .icon-popup-exit, .modal-header.close span, .exit_popup .icon_exit, .vib-v2-exit-result-calculation .icon-popup-exit { 
    display: none;
}

.popup-exit-auto-loan {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #00518f;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 5
}

.icon-popup-exit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    display: inline-block;
    background: var(--icon-Close) center no-repeat !important;
    background-size: 100%;
    margin-right: 0;
    opacity: 1 !important;
    text-indent: -9999px;
}

.close-popup-mobile .icon-popup-exit {
    margin-right: 0
}

.icon-popup-exit-loan {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/static/theme/vs2018/images/x-loan.png) no-repeat;
    background-size: 100%:
}

.vib-v2-header-popup {
    height: 58px;
    border-bottom: 1px solid #e4e2e6;
    display: flex;
    padding-top: 6px;
    padding-left: 60px;
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden
}

.v2-popup-title {
    padding-top: 35px;
    font-size: 36px;
    font-weight: 300
}

.v2-popup-descrition {
    font-size: 16px;
    padding-top: 10px
}

.vib-v2-popup-wrapper {
    padding: 0 40px
}

.fom-icon01 {
    background: url(/static/theme/vs2018/images/popup_icon01.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.fom-icon02 {
    background: url(/static/theme/vs2018/images/popup_icon02.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.fom-icon03 {
    background: url(/static/theme/vs2018/images/popup_icon03.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.fom-icon04 {
    background: url(/static/theme/vs2018/images/popup_icon04.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.fom-icon05 {
    background: url(/static/theme/vs2018/images/popup_icon05.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.fom-icon06 {
    background: url(/static/theme/vs2018/images/popup_icon06.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block
}

.vib-v2-popup-txt h4 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    margin: 0;
    line-height: normal;
    min-height: 101px;
    margin-bottom: 10px
}

.vib-v2-popup-txt p {
    font-size: 16px;
    margin-bottom: 0
}

.vib-v2-popup-dichvu {
    width: 100%;
    margin-top: -58px;
    background: #fff
}

.btn-popup-txt {
    margin-top: 20px
}

.vib-v2-popup-txt p a {
    color: #0066b3
}

.vib-v2-popup-txt p a:hover {
    text-decoration: underline;
    color: var(--color-dard-orange)
}

.popup_android_icon {
    background: url(/static/theme/vs2018/images/popup_android.svg) no-repeat;
    width: 56px;
    height: 56px;
    background-size: 100%;
    display: inline-block
}

.popup_android_icon:hover {
    background: url(/static/theme/vs2018/images/popup_android_hover.svg) no-repeat
}

.popup_ios_icon {
    background: url(/static/theme/vs2018/images/popup_ios.svg) no-repeat;
    width: 56px;
    height: 56px;
    background-size: 100%;
    display: inline-block
}

.popup_ios_icon:hover {
    background: url(/static/theme/vs2018/images/popup_ios_hover.svg) no-repeat
}

.vib-v2-popup-store-mobile {
    margin-top: 35px
}

.vib-v2-popup-store-mobile p {
    margin-bottom: 0;
    font-size: 16px
}

a.vib-v2-see-all {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #0066b3;
    margin-left: 540px;
    position: relative
}

a.vib-v2-see-all::before {
    background: url(/static/theme/vs2018/images/arrow_blue.png) no-repeat;
    width: 8px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 6px;
    transform: rotate(180deg)
}

a.vib-v2-see-all:hover {
    color: var(--color-dard-orange)
}

.title-header-popup {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px
}

.btn-header-popup {
    width: 150px;
    margin-left: 30px
}

.link-header-popup {
    margin-left: 30px
}

.link-header-popup a {
    color: #0066b3;
    text-decoration: underline
}

.link-header-popup a:hover {
    color: var(--color-dard-orange)
}

.body-header-popup {
    display: flex
}

.img-body-header-popup {
    position: absolute;
    top: 35px;
    left: 60px;
    max-width: 400px
}

.img-body-header-popup h4 {
    font-size: 28px
}

.body-header-popup {
    position: relative;
    margin-top: 58px
}

.img-bg-body-header {
    max-width: 100%
}

.txt-body-header-popup {
    position: absolute;
    top: 35px;
    left: 530px;
    width: 430px
}

.box-txt-body-popup {
    margin-bottom: 30px
}

.box-txt-body-popup h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
}

.vib-v2-popup-icon img {
    height: 70px
}

.vib-v2-popup-footer {
    background: #e4e4e4;
    padding: 20px 0
}

.vib-v2-logo-appstore i {
    height: 41px;
    width: 41px
}

.vib-v2-txt-appstore {
    line-height: 62px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    padding-right: 30px
}

.vib-v2-logo-appstore {
    padding-top: 10px;
    padding-left: 50px
}

.vib-v2-popup-footer {
    display: flex
}

.vib-v2-form-header-border {
    height: 75px;
    line-height: 75px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding-left: 50px;
    text-align: left
}

.vib-v2-img-box-chose-card-form img {
    max-width: 100%;
    height: 130px
}

.vib-v2-txt-box-chose-card-form h4 {
    font-size: 18px;
    margin: 0;
    padding-top: 20px;
    line-height: normal
}

.vib-v2-txt-box-chose-card-form p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 18px;
    margin-bottom: 30px;
    position: relative
}

.vib-v2-title-form {
    font-weight: 400;
    padding-top: 55px;
    font-size: 36px
}

.vib-v2-desc-form {
    font-weight: 400;
    font-size: 16px;
    max-width: 480px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 23px
}

.vib-v2-list-chose-card-form {
    margin-top: 30px;
    margin-bottom: 40px
}

.modal {
    text-align: center
}

.vib-v2-banner-detail .swiper-slide {
    height: 440px
}

.vib-v2-banner-detail .vib-v2-text-banner .vib-v2-fz-title-banner {
    color: #000;
    line-height: 34px
}

.vib-v2-banner-detail .vib-v2-text-banner .vib-v2-fz-title-product {
    color: #1b1b1b;
    font-size: 20px
}

.vib-v2-text-service-digital,
.vib-v2-text-service-digital p {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: normal;
    display: none;
    padding-top: 10px
}

.vib-v2-service-card-digital .vib-v2-text-services-card p {
    line-height: normal
}

.vib-v2-news-home {
    margin-bottom: 60px
}

.vib-v2-box-digital-landing-myvib-content {
    background-color: #f2f2f2;
    background-image: none;
    padding: 40px 0;
    margin-top: 0;
    font-style: normal;
    font-size: 24px;
    color: #1b1b1b;
    text-align: left
}

.vib-v2-box-digital-landing-myvib-content:after {
    content: " ";
    clear: right
}

.vib-v2-box-digital-landing-myvib-text {
    display: inline-block;
    width: 52%;
    float: left
}

.vib-v2-box-digital-landing-myvib-sendsms {
    display: inline-block;
    width: 45%;
    float: right;
    margin-top: 10px
}

.vib-v2-box-digital-landing-myvib-sendsms .form-control.ocb {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px
}

.vib-v2-box-digital-landing-myvib-sendsms .form-control .field_input {
    width: calc(100% - 110px)
}

.vib-v2-box-digital-landing-myvib-sendsms .form-control .vib-v2-btn-dk02 {
    width: 100px;
    float: right;
    position: relative;
    top: -10px;
    right: -10px;
    height: 59px;
    border-radius: 0 5px 5px 0
}

.vib-v2-box-sign-award-asset-asian {
    margin-top: 60px;
    margin-bottom: 60px
}

.vib-v2-box-sign-award-asset-asian-left {
    display: inline-block;
    vertical-align: middle
}

.vib-v2-box-sign-award-asset-asian-left img {
    max-width: 180px
}

.vib-v2-box-sign-award-asset-asian-right {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 40px
}

.vib-v2-box-sign-award-asset-asian-title {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 52px
}

.vib-v2-box-sign-award-asset-asian-text {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #868686;
    text-align: left;
    line-height: 30px
}

.vib-v2-popup-containt {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px
}

#popup-notifysms .modal-content,
#popup-notifysms .modal-dialog {
    max-width: 450px
}

.vib-v2-popup-icon-check {
    text-align: center
}

.vib-v2-popup-icon-check img {
    max-width: 56px
}

.vib-v2-popup-content {
    color: #1e1e1e;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px
}

.vib-v2-popup-content p {
    padding-bottom: 24px
}

.vib-v2-main-nav-form-header-2 {
    top: 33px
}

.vib-v2-digital-download-btn {
    background: #e7e7e8;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    right: 0;
    top: calc(50% - 50px);
    max-width: 100px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    z-index: 999
}

.vib-v2-digital-download-btn a {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.vib-v2-digital-download-icon {
    text-align: center
}

.vib-v2-digital-download-icon img {
    max-width: 23px;
    max-height: 25px
}

.vib-v2-digital-download-text {
    text-align: center;
    margin-top: 7px
}

.vib-v2-box-digital-myvib-interest {
    margin: 60px 0
}

.vib-v2-digital-myvib-interest-title {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    line-height: 36px
}

.vib-v2-digital-myvib-interest-list {
    vertical-align: top;
    position: relative;
    margin-top: 40px
}

.vib-v2-digital-myvib-interest-item {
    display: inline-block;
    width: calc(33% - 2px);
    position: relative
}

.vib-v2-digital-myvib-interest-item-icon {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: #e4e4e4;
    text-align: center;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%
}

.vib-v2-digital-myvib-interest-item-icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 70px
}

.vib-v2-digital-myvib-interest-item-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #1b1b1b;
    text-align: left;
    line-height: normal;
    width: calc(100% - 140px);
    margin-left: 10px;
    vertical-align: top
}

.vib-v2-digital-myvib-interest-item-text p {
    margin-bottom: 0
}

.vib-v2-digital-myvib-interest-item-icons img {
    max-height: 35px;
    max-width: 110px
}

.vib-v2-digital-myvib-interest-item-text a {
    text-decoration: underline;
    color: #0066b3
}

.vib-v2-box-digital-myvib-video {
    background-color: #f2f2f2;
    background-image: none;
    padding: 40px 0;
    padding-top: 60px
}

.vib-v2-box-digital-myvib-video-title {
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    margin: inherit
}

.vib-v2-box-digital-myvib-video-title h2,
.vib-v2-box-digital-myvib-video-title p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: inherit;
    padding: inherit;
    margin-bottom: 0
}

.vib-v2-box-digital-myvib-video-item {
    width: calc(33% - 30px);
    display: inline-block;
    margin-top: 40px;
    margin-right: 30px;
    vertical-align: top
}

.vib-v2-box-digital-myvib-video-item-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.vib-v2-box-digital-myvib-video-item-img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    background: #000;
    cursor: pointer
}

.vib-v2-box-digital-myvib-video-item-img:after {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(/static/theme/vs2018/images/play-icon-white-png.png) center no-repeat;
    background-size: 100%;
    cursor: pointer
}

.vib-v2-box-digital-myvib-video-item-img:hover:before {
    display: none
}

.vib-v2-box-digital-myvib-video-item-img:hover:after {
    display: none
}

.vib-v2-box-digital-myvib-video-item-img img {
    width: 100%
}

.vib-v2-box-digital-myvib-video-item-text {
    margin-top: 20px
}

.vib-v2-box-digital-myvib-video-item-text,
.vib-v2-box-digital-myvib-video-item-text a {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #414044;
    text-align: left;
    line-height: 22px
}

.vib-v2-box-digital-myvib-certified {
    margin: 60px 0;
    vertical-align: top
}

.vib-v2-digital-certified {
    display: inline-block;
    width: 55%
}

.vib-v2-digital-certified-title {
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    padding-top: 20px
}

.vib-v2-digital-certified-text {
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    margin-top: 30px
}

.vib-v2-digital-certified-img {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top
}

.vib-v2-digital-certified-img img {
    max-width: 210px
}

.vib-v2-box-digital-myvib-condition .vib-v2-wrapper_new {
    border-top: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7;
    padding: 40px 0
}

.vib-v2-digital-myvib-condition-text {
    line-height: 36px;
    display: inline-block;
    width: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    width: 382px
}

.vib-v2-digital-condition-link {
    display: inline-block;
    width: auto;
    line-height: 36px;
    margin-left: 30px
}

.vib-v2-digital-condition-link p {
    margin-bottom: 0
}

.vib-v2-digital-condition-link a {
    line-height: 52px;
    font-style: normal;
    font-size: 18px;
    text-decoration: underline;
    color: #0066b3;
    line-height: 30px
}

.vib-v2-box-digital-myvib-download {
    margin: 60px 0
}

.vib-v2-box-digital-myvib-download-containt {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    vertical-align: top
}

.vib-v2-digital-myvib-download-img {
    display: inline-block;
    max-width: 382px;
    vertical-align: top
}

.vib-v2-digital-myvib-download-link {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 390px)
}

.vib-v2-digital-myvib-download-link-title,
h1.vib-v2-digital-myvib-download-link-title,
h2.vib-v2-digital-myvib-download-link-title {
    line-height: 45px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: inherit
}

.vib-v2-digital-myvib-download-link-text {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1b1b1b;
    text-align: left;
    margin-left: 30px;
    padding-top: 20px
}

.vib-v2-digital-myvib-download-link-btn {
    margin-left: 30px;
    padding-top: 21px
}

.vib-v2-banner-black .vib-v2-text-banner {
    max-width: 585px
}

.vib-v2-banner-black .vib-v2-text-banner .vib-v2-fz-title-banner {
    color: #fff
}

.vib-v2-box-digital-ib-feature {
    background-color: #f2f2f2;
    background-image: none;
    padding: 40px 0;
    padding-top: 60px
}

.vib-v2-box-digital-ib-feature-title {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    line-height: 36px;
    margin: inherit
}

.vib-v2-box-digital-ib-feature-item {
    width: calc(33% - 30px);
    display: inline-block;
    margin-top: 40px;
    margin-right: 30px;
    vertical-align: top;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, .0980392156862745);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, .0980392156862745);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .0980392156862745)
}

.vib-v2-box-digital-ib-feature-item-img-containt {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px
}

.vib-v2-box-digital-ib-feature-item-img {
    position: relative;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    opacity: 1
}

.vib-v2-box-digital-ib-feature-item-img img {
    height: 60px
}

.vib-v2-box-digital-ib-feature-item-text {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #000;
    text-align: left;
    margin: 15px 25px 20px
}

.vib-v2-box-digital-sms-syntax-title {
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #1b1b1b;
    text-align: left;
    margin: inherit
}

.vib-v2-box-digital-sms-syntax-table-box {
    padding-top: 40px
}

.vib-v2-box-digital-sms-syntax-table {
    width: 100%
}

.vib-v2-box-digital-sms-syntax-table tr th {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    background-color: #0066b3;
    border: none;
    padding: 20px 25px;
    width: 50%
}

.vib-v2-box-digital-sms-syntax-table tr th:first-child {
    border-top-left-radius: 5px
}

.vib-v2-box-digital-sms-syntax-table tr th:last-child {
    border-top-right-radius: 5px
}

.vib-v2-box-digital-sms-syntax-table tr td {
    text-align: left;
    vertical-align: top;
    padding: 20px 50px 20px 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1b1b1b;
    line-height: normal;
    border-bottom: 1px solid #ececec
}

.vib-v2-box-digital-sms-syntax-table tr td:first-child {
    border-left: 1px solid #ececec
}

.vib-v2-box-digital-sms-syntax-table tr td:last-child {
    border-right: 1px solid #ececec
}

.vib-v2-box-digital-sms-syntax-table tr:last-child td:first-child {
    border-bottom-left-radius: 5px
}

.vib-v2-box-digital-sms-syntax-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

.vib-v2-box-digital-sms-syntax-table tr td p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 16px
}

.vib-v2-box-digital-sms-syntax-table tr td span {
    color: #6b6b6b;
    display: block
}

.vib-v2-box-digital-sms-syntax-table tr td a {
    font-style: normal;
    font-size: 16px;
    text-decoration: underline;
    color: #0066b3;
    font-weight: 600
}

.vib-v2-section-promotion-new {
    background: #f2f2f2;
    padding-top: 60px;
    min-height: 457px
}

.vib-v2-img-promotion-new {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 210px
}

.vib-v2-img-promotion-new img {
    transition: all .5s;
    max-width: 100%
}

.vib-v2-img-promotion-new img:hover {
    transition: all .5s;
    transform: scale(1.2)
}

.vib-v2-list-promotion-new::after {
    clear: both;
    display: block;
    content: ""
}

.vib-v2-content-box-promotion-new {
    background: #fff;
    border-radius: 5px;
    display: block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .0470588235294118)
}

.vib-v2-txt-promotion-new {
    padding: 20px;
    font-size: 20px;
    height: 105px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.vib-v2-content-box-promotion-new:hover .vib-v2-more-promotion-new {
    color: var(--color-dard-orange)
}

.vib-v2-more-promotion-new {
    font-size: 16px;
    color: #0066b3;
    text-decoration: underline;
    padding: 20px;
    padding-top: 0
}

.vib-v2-btn-banner-promtion-vib {
    width: 157px;
    margin-top: 40px
}

.vib-v2-title-banner-promotion-vib {
    font-size: 30px;
    color: #fff
}

.vib-v2-desc-banner-promtoion-vib {
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

.vib-v2-banner-promotion-vib::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-content-banner-promotion-vib {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 4px solid #fdb916;
    position: relative;
    margin-bottom: 20px
}

.vib-v2-txt-cotnent-banner-promotion-vib {
    position: absolute;
    width: 100%;
    padding: 0 40px;
    bottom: -60px;
    left: 0;
    transition: all .5s;
    z-index: 3
}

.vib-v2-content-banner-promotion-vib:hover .vib-v2-txt-cotnent-banner-promotion-vib {
    bottom: 40px
}

.vib-v2-content-banner-promotion-vib::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 102, 179, .12) 50%, rgba(0, 0, 0, .75) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.vib-v2-content-banner-promotion-vib:hover:before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%
}

.vib-v2-section-promotion-vib {
    margin: 60px 0
}

.vib-v2-img-world-box img {
    max-width: 100%;
    transition: all .5s;
    min-height: 150px
}

.vib-v2-img-world-box img:hover {
    transition: all .5s;
    transform: scale(1.2)
}

.vib-v2-img-world-box {
    border-radius: 5px 5px 0 0;
    height: 150px;
    overflow: hidden;
    position: relative
}

.vib-v2-content_world-box {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .0770588235294118);
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.vib-v2-content_world-box:hover .promotion-title {
    color: var(--color-dard-orange)
}

.vib-v2-box-txt-world-new .vib-v2-txt-promotion {
    margin-top: 0
}

.vib-v2-content_world-box:hover .vib-v2-box-txt-world-new {
    border: 1px solid #d7d7d7;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.vib-v2-body-world-detail {
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px dotted #1b1b1b;
    border-top: 1px dotted #1b1b1b
}

.vib-v2-body-world-detail h3 {
    margin-top: 0;
    font-size: 20px
}

.vib-v2-body-world-detail p {
    font-size: 16px
}

.link-dkapdung {
    margin-top: 20px
}

.line-left-world-detail {
    margin-top: 20px
}

.line-left-world-detail h4 {
    margin: 0;
    color: #868686;
    font-size: 16px
}

.vib-v2-desc-world-detail {
    font-size: 18px;
    margin: 20px 0
}

.vib-v2-title_left_detail {
    float: left;
    font-size: 36px;
    font-weight: 300
}

.vib-v2-social_right_detail {
    float: right;
    color: #949494
}

.vib-v2-social_right_detail li {
    list-style: none;
    display: inline-block;
    margin-left: 10px
}

.share_google {
    background: url(/static/theme/vs2018/images/share_google.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    display: block
}

.share_google:hover {
    background: url(/static/theme/vs2018/images/share_google_hover.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    display: block
}

.share_facebook {
    background: url(/static/theme/vs2018/images/share_facebook.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    display: block
}

.share_facebook:hover {
    background: url(/static/theme/vs2018/images/share_facebook_hover.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    display: block
}

.vib-v2-social_right_detail ul {
    display: inline-block;
    vertical-align: middle
}

.vib-v2-social_right_detail span {
    display: inline-block;
    vertical-align: middle
}

.vib-v2-box-txt-world-new {
    padding: 0 20px;
    padding-top: 15px;
    border: 1px solid #fff;
    height: 95px
}

.vib-v2-search-list-data-result {
    margin-top: 40px
}

.logo-scroll .txt_logo_vib {
    transform: scale(0);
    opacity: 0;
    top: -15px
}

.logo-scroll .symbol_logo_vib {
    width: 47px;
    height: 40px;
    right: 30px;
    top: 0
}

.vib-v2-right-body-world-detail img {
    max-width: 100%
}

.vib-v2-list-no-product {
    text-align: center;
    margin-bottom: 60px
}

.vib-v2-no-product-title {
    font-size: 30px;
    color: #a1a1a1;
    font-weight: 400;
    margin-top: 30px
}

.vib-v2-no-product-desc {
    font-size: 30px;
    color: #0066b3;
    font-weight: 300
}

@media screen and (min-width: 768px) {
    .error-details {
        margin-top: 170px;
        margin-bottom: 80px
    }
    .vib-v2-banner-recruiment-footer .vib-v2-text-banner-footer {
        width: 67%;
        float: right;
        padding: 65px 190px 30px 50px
    }
    .input_search_doitac {
        border: none;
        border-radius: 0;
        width: 100%
    }
    .vib-v2-box-search-doitac h3,
    .vib-v2-title-search-doitac {
        display: none
    }
    .vib-v2-search-doitac {
       
        padding: 20px 0
    }
    .vib-v2-select-search-doitac {
        float: left;
        width: 24%
    }
    .vib-v2-input-search-doitac .vib-v2-input01 {
        background: #fff !important;
        padding: 0;
        border-radius: 5px 0 0 5px
    }
    .vib-v2-input-search-doitac {
        float: left;
        width: 70%
    }
    .vib-v2-search-doitac .vib-v2-input-search-doitac {
        width: 68%;
        margin-left: 2%;
        position: relative
    }
    .vib-v2-search-doitac .input_search_doitac {
        margin-top: 0;
        height: 60px;
        border-radius: 5px 0 0 5px;
        padding-left: 25px;
        font-size: 16px
    }
    .vib-v2-button-search-doitac {
        float: right;
        width: 6%
    }
    .vib-v2-button-search-doitac a span {
        display: none
    }
    .vib-v2-select-search-doitac .select_ocb .ocb.bootstrap-select>.dropdown-toggle {
        background: #fff
    }
    .vib-v2-form-body-input-group-large {
        display: inline-block;
        width: calc(66.66% - 4px);
        margin-right: 8px;
        vertical-align: top
    }
    .vib-v2-left-body-world-detail,
    .vib-v2-right-body-world-detail {
        width: 50%;
        float: left
    }
    .vib-v2-right-body-world-detail {
        padding-left: 30px
    }
    .left-number-page-promotion {
        float: left;
        line-height: 60px;
        color: #868686
    }
    .vib-v2-header-promotion-word {
        margin-bottom: 40px
    }
    .vib-v2-list-world-box {
        margin: 0 -15px
    }
    .vib-v2-world-box {
        padding: 0 15px;
        float: left;
        width: 25%;
        margin-bottom: 40px
    }
    .right_select-title-promotion {
        float: right;
        width: 260px
    }
    .vib-v2-banner-promotion-vib {
        margin: 0 -15px
    }
    .vib-v2-list-promotion-new {
        margin: 0 -15px
    }
    .vib-v2-box-promotion-new {
        padding: 0 15px;
        width: 33.33%;
        float: left;
        margin-bottom: 40px
    }
    .vib-v2-box-banner-promotion-vib {
        padding: 0 15px;
        width: 50%;
        float: left
    }
    .vib-v2-section-tab-promotion-new .vib-v2-box-card-header-credit p {
        font-size: 18px;
        color: #5e5e5e
    }
    .vib-v2-img-box-development img {
        min-height: 162px
    }
    .promotion_hightlight .vib-v2-txt-promotion {
        font-size: 20px
    }
    .vib-v2-selectbox-list-leader {
        display: none
    }
    .vib-v2-selectbox-tab-leader-mobile {
        display: none
    }
    .vib-v2-txt-promotion {
        font-size: 16px
    }
    .vib-v2-list-promotion-box {
        margin: 0 -17px
    }
    .vib-v2-time-date-promotion {
        color: #868686;
        margin-top: 10px
    }
    .vib2018-left-slider-news .bx-default-pager {
        display: none
    }
    .vib2018-left-slider-news .bx-controls-direction .bx-next,
    .vib2018-left-slider-news .bx-controls-direction .bx-prev {
        width: 45px;
        height: 45px
    }
    .vib2018-left-slider-news {
        width: 65%;
        float: left
    }
    .vib2018-right-slider-news {
        float: right;
        width: 32%
    }
    .vib2018-left-slider-news .bx-wrapper img {
        height: 510px;
        max-width: none;
        width: auto !important
    }
    .vib-v2-line-radiobox-deposit {
        margin-bottom: 40px
    }
    .vib-v2-line-radiobox-deposit .vib-v2-congcu-radiobox {
        padding-top: 0
    }
    .vib-v2-congcu-radiobox {
        padding-top: 17px
    }
    .vib-v2-line-box-deposit {
        margin-bottom: 40px
    }
    .vib-v2-header-deposit {
        padding: 30px;
        padding-bottom: 0
    }
    .vib-v2-deposit-content-large {
        width: 66.67%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-deposit-content-large02 {
        width: 75%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-deposit-content-small02 {
        width: 25%;
        float: right;
        padding: 0 15px
    }
    .vib-v2-deposit-content-small {
        width: 33.33%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-deposit-content-small .vib-v2-congcu-radiobox {
        white-space: nowrap
    }
    .vib-v2-deposit-content-left {
        width: 50%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-deposit-content-right {
        width: 50%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-input-group-box {
        margin: 0 -15px
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
    .vibv-v2-body-three-services {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 25px
    }
    .vibv-v2-body-three-services::after {
        content: "";
        clear: both;
        display: block
    }
    .vib-v2-body-box-services {
        width: 33.33%;
        float: left;
        padding: 0 15px
    }
    .vib-v2-three-upl .vib-v2-body-box-services {
        width: 45%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.vib-v2-img-card-debit img {
    max-width: 100%
}

.link-img-form-debit {
    margin-top: 15px
}

.link-img-form-debit a {
    text-decoration: underline;
    
    display: block;
    margin-bottom: 5px
}

.link-img-form-debit a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-appcept-vib-value label a {
    color: #0066b3;
    text-decoration: underline
}

.vib-v2-appcept-vib-value label a:hover {
    color: var(--color-dard-orange)
}

.vib-v2-box-other-form-debit {
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
    margin-top: 30px
}

.vib-v2-step5-thanks-debit {
    margin-top: 60px;
    text-align: center
}

.vib-v2-img-box-step5-thanks img {
    max-width: 100%;
    max-height: 259px
}

.vib-v2-box-wrapper-step5-thanks .vib-v2-footer-new-form {
    display: block;
    padding-top: 20px
}

.vib-v2-text-box-step5-thanks h3 {
    font-size: 30px;
    font-weight: 300
}

.vib-v2-text-box-step5-thanks p {
    font-size: 16px;
    margin-bottom: 0
}

.vib-v2-text-box-step5-thanks p a {
    color: #0066b3;
    text-decoration: underline
}

.vib-v2-text-box-step5-thanks p a:hover {
    color: var(--color-dard-orange)
}

.heade-title-white {
    color: #fff !important
}

.note-input-text-form {
    font-weight: 400;
    margin-top: 10px
}

.vib-v2-total-form {
    font-weight: 400;
    font-size: 16px
}

.vib-v2-total-form span {
    padding-left: 15px;
    font-weight: 400
}

.vib-v2-note-total-form {
    padding-top: 10px;
    font-weight: 400;
    max-width: 490px
}

.vib-v2-popup-form-otp {
    padding: 50px
}

.vib-v2-popup-form-otp h2 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 36px;
    margin-top: 0;
    line-height: normal
}

.vib-v2-popup-form-otp p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.vib-v2-otp-input {
    margin-bottom: 20px
}

.vib-v2-otp-input input {
    border: 1px solid #d7d7d7;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-right: 15px;
    font-size: 24px
}

a.send-again-otp {
    font-size: 16px !important
}

a.send-again-otp:hover {
    color: var(--color-dard-orange)
}

.vib-btn-otp {
    margin-top: 20px;
    padding-top: 20px
}

.vib-v2-form-box-thank-text b {
    font-weight: 600
}

.vib-v2-footer-fix {
    margin: 0 -60px;
    background: #e4e4e4;
    padding: 20px 50px;
    border-radius: 0 0 5px 5px;
    margin-top: 30px;
    margin-bottom: -60px;
    clear: both
}

.icon_thanks_form1 {
    background: url(/static/theme/vs2018/images/icon_thanks_form.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle
}

.vib-v2-txt-thanks-form01 {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    width: calc(100% - 40px);
    text-align: left
}

.vib-v2-form-containt-width {
    position: relative
}

.vib-v2-credit-support .vib-v2-box-content-support:first-child {
    margin-left: 0
}

.vib-v2-news-best {
    position: relative;
    display: block;
    line-height: 25px;
    width: 100%;
    height: 25px;
    text-align: left;
    padding-left: 10px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    z-index: 3;
    transition: all .3s;
    text-transform: uppercase;
    background-position: center right;
    background-size: 100%;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(#f48120, #f9a31a)
}

.vib-v2-news-best:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #fff;
    right: -1px
}

.vib-v2-text-banner-flow {
    position: absolute;
    top: 180px;
    left: 0;
    max-width: 570px;
    padding: 40px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px
}

.vib-v2-text-banner-flow h3 {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

.vib-v2-form-input-mobile-banner {
    display: flex
}

.vib-v2-input01-banner {
    width: 77%
}

.vib-v2-btn01-banner {
    width: 24%;
    margin-left: 15px
}

.vib-v2-number-card {
    position: absolute;
    top: 24px;
    left: 33px
}

.vib-v2-img-card-fow {
    padding-top: 20px;
    margin-bottom: 40px
}

.vib-v2-img-card-fow img {
    height: 180px
}

.vib-v2-title-flow {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px
}

.vib-v2-desc-fow {
    margin-top: 10px;
    font-size: 20px
}

.vib-v2-info-credit {
    background-color: #f9f9f9 !important
}

.vib-v2-section-step-flow {
    text-align: center;
    margin-top: 60px
}

.vib-v2-list-step-flow {
    margin-top: 40px;
    position: relative
}

.active .vib-v2-header-step-flow {
    background: #e4e4e4
}

.active .vib-v2-header-step-flow img:nth-child(1),
.vib-v2-header-step-flow img:nth-child(2) {
    display: none
}

.active .vib-v2-header-step-flow img:nth-child(2) {
    display: inline-block
}

.active .vib-v2-header-step-flow p {
    color: #0066b3
}

.vib-v2-box-step-flow.check .vib-v2-header-step-flow em {
    background: url(/static/theme/vs2018/images/check_flow_card.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 45px
}

.vib-v2-header-step-flow {
    position: relative;
    padding-top: 30px;
    border-radius: 5px 5px 0 0
}

.vib-v2-header-step-flow img {
    height: 80px
}

.vib-v2-header-step-flow p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0
}

.vib-v2-body-step-flow {
    display: none
}

.active .vib-v2-body-step-flow {
    display: block
}

.icon-update-time {
    background: url(/static/theme/vs2018/images/icon_updatetime.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

a.more_txt_benefit {
    text-decoration: underline;
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
}

a.more_txt_benefit:hover {
    color: var(--color-dard-orange)
}

a.link {
    text-decoration: underline;
    font-size: 16px
}

a.link:hover {
    color: var(--color-dard-orange)
}
.link-anchor a.link2, .link-detail-result-register a.link2{text-decoration:underline;}


.vib-v2-link-box-colum-content {
    margin-bottom: 20px
}

.vib-v2-link-box-colum-content:last-child {
    margin-bottom: 0
}

.vib-v2-popup-icon h4 {
    font-size: 20px;
    font-weight: 700;
    min-height: 60px
}

.vib-v2-box-ad-detail {
    background: #e4e4e4;
    padding: 40px 30px;
    margin-left: -41px;
    margin-top: 40px;
    padding-left: 41px
}

.vib-v2-box-card-header-credit.Disabled {
    display: none
}

.vib-v2-box-card-header-credit.Disabled:hover:before {
    display: none
}

.vib-tit-26 {
    font-size: 26px;
    font-weight: 300
}

.vib-v2-text-ad-detail {
    margin-top: 10px;
    margin-bottom: 20px
}

.vib-v2-box-ad-detail .vib-v2-btn-dk01 {
    display: inline-block
}

.vib-v2-check-book-time {
    margin-top: 15px
}

.vib-v2-check-book-time label {
    font-size: 18px
}

.inviable_div {
    display: none
}

.vib-v2-title-compare-card {
    background: #e4e4e4;
    text-align: center;
    padding: 15px 0
}

.vib-v2-title-compare-card span {
    font-size: 18px;
    color: #414042;
    font-weight: 600;
    text-transform: uppercase
}

.vib-v2-box-compare-content {
    width: 33%
}

.vib-v2-footer-compare-card {
    padding: 0
}

.vib-v2-footer-compare-card .bx-wrapper .bx-viewport {
    background: 0 0
}

#compare-box-use .vib-v2-footer-compare-card .bx-wrapper .bx-viewport {
    background: 0 0;
    height: 1px !important
}

#compare-box-use .vib-v2-header-slider-clone.scrolled .bx-wrapper .bx-viewport {
    height: inherit !important
}

.vib-v2-footer-compare-card .vib-v2-box-compare-content {
    text-align: center
}

.vib-v2-header-compare-card .vib-v2-box-compare-content {
    text-align: center
}

.vib-v2-box-compare-content h3 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px
}

.vib-v2-box-compare-content p {
    margin-top: 30px;
    margin-bottom: 0
}

#card-compare-slider .vib-v2-box-compare-content p a:last-child {
    margin-top: 10px;
    display: inline-block
}

.vib-v2-chose-card-other {
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer
}
.card-info .vib-v2-chose-card-other{color: #000; text-decoration: underline;}
.card-info .vib-v2-chose-card-other:hover{color: var(--color-dard-orange);}
.icon-card-other {
    background: url(/static/theme/vs2018/images/icon-card-other.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    background-size: 100%;
    height: 19px
}

.vib-v2-content-compare-card h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    padding: 40px 0;
    margin: 0;
    color: #414042;
    background: #ededed;
    display: none
}

.vib-v2-content-chon-the h3 {
    text-align: center;
    font-size: 36px;
    padding: 20px 0;
    font-weight: 300
}

.vib-v2-list-card-chon-them {
    background: #ededed;
    padding-bottom: 40px
}

.vib-v2-box-card-chon-them {
    width: 47%;
    float: left;
    background: #fff;
    border-radius: 5px;
    margin-left: 2%;
    padding: 20px;
    margin-top: 22px;
    position: relative;
    min-height: 158px;
    border: 2px solid #fff
}

.vib-v2-box-card-chon-them.disabled {
    opacity: .5
}

.vib-v2-left-img-them {
    width: 35%;
    float: left
}

.vib-v2-right-txt-them {
    width: 65%;
    float: left;
    padding-left: 20px
}

.vib-v2-left-img-them img {
    max-width: 100%
}

.vib-v2-right-txt-them h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px
}

.vib-v2-right-txt-them p {
    font-size: 16px;
    margin-bottom: 0
}

.vib-v2-box-card-chon-them.active {
    border: 2px solid #0066b3
}

.vib-v2-box-card-chon-them.active:after {
    content: "";
    display: block;
    background: url(wps/wcm/connect/866406e5-e2d2-4958-ad5a-0638474a4232/Check_blue+copy+2%403x.png?MOD=AJPERES) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px
}

.vib-v2-body-find-card {
    background: #fff
}

.vib-v2-title-body-find-card {
    height: 80px;
    text-align: center;
    background: #e4e4e4;
    border-radius: 5px 5px 0 0
}

.vib-v2-title-body-find-card p {
    font-weight: 400;
    padding-top: 19px;
    margin-bottom: 0
}

.vib-v2-title-body-find-card p span {
    font-weight: 600;
    color: #0066b3;
    font-size: 15px;
    padding-left: 5px
}

.vib-v2-box-body-find-card {
    padding: 0
}

.vib-v2-box-body-find-card .bx-wrapper .bx-viewport {
    z-index: 8
}

#footer-open-store-link-text:hover {
    text-decoration: underline
}

.vib-v2-box-body-find-card-last-child .vib-v2-box-compare-content {
    padding-bottom: 50px
}
.vib-v2-all-card-home .bx-controls-direction .bx-next {
    right: 0;
}

.vib-v2-right-condition a.more_txt_benefit:hover,
.vib-v2-right-condition a.new-style-link {
    color: var(--bg-color-mono-1) !important;
}

@media only screen and (min-width: 1148px) {
    .vib-v2-list-card-content-debit .button_card_dk_ngay {
        left: 887px
    }
}

@media only screen and (min-width: 1000px) {
    a:hover{color: var(--color-dard-orange);}
    .link-detail-row3 a:hover,
    .vib-v2-right-condition a.new-style-link:hover  { 
        color: var(--color-dard-orange) !important
    }
    .vib-v2-box-body-find-card .bx-wrapper .bx-viewport {
        height: auto !important
    }
    .vib-v2-body-find-card {
        margin-bottom: 50px;
        border-radius: 5px
    }
    .vib-v2-box-body-find-card-last-child .bx-viewport {
        border-radius: 0 0 5px 5px
    }
    .vib-v2-box-card-content:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
        padding-bottom: 0
    }
    a:hover,
    a.new-style-link:hover ,
    .vib-v2-chose-card-other:hover,
    .spa_s u[onclick]:hover,
    .uploaded_file >label:hover    {
        color: var(--color-dard-orange);  
    }
    .vib-v2-right-condition a.more_txt_benefit:hover {
        color: var(--color-dard-orange) !important;
    }
    .icon_store_android:hover,
    .icon_store_ios:hover {
        filter: invert(58%) sepia(94%) saturate(466%) hue-rotate(344deg) brightness(97%) contrast(99%)
    }
} 
@media only screen and (min-width: 1024px){
    .vib-v2-detail-car .vib-v2-button-txt-car a#aViewDetails:hover::after{
        background: var(--icon-Angle_right_orange) center center no-repeat;
        background-size: 20px;
    }
    .box_menu_footer a:hover, #footer-open-store-link-text:hover, .vib-v2-other-link-footer li a:hover, a.vib-v2-langugle_footer:hover  {
        color: var(--color-dard-orange) !important;
    } 
    .vib-v2-condition-tab span.vib-v2-condition-tab-title:hover {
        color: var(--color-dard-orange);
    }
    .vib-v2-condition-tab span.vib-v2-condition-tab-title:hover:before{ background: var(--icon-Angle_right_orange) no-repeat; background-size:cover;}
    .vib-v2-all-card-home .bx-controls-direction .bx-prev, .vib-v2-all-card-home .bx-controls-direction .bx-next {
        background-size: 24px!important;
        height: 100%!important;
        background-position: center!important;
        top: 0!important;
        background-color: #fff!important;
        width: 50px!important;
    }
}

@media only screen and (max-width: 1024px) {
    .vib-v2-content-compare-card.vib_v2_icon_next_prev .bx-controls-direction a.bx-prev{transform: rotate(180deg);} 
    .vib-v2-detail-car .vib-v2-button-txt-car a#aViewDetails:hover{color: #000;}
    .vib-v2-detail-car .vib-v2-button-txt-car a#aViewDetails:hover::after{background: var(--icon-Angle_right_black) center center no-repeat; background-size: 20px;}
    a.link:hover {
        color: #000;
    }
    .vib-v2-link-atm-home:hover,
    .vib-v2-link-login-home:hover,
    .vib-v2-link-search-home:hover {
        background-color: #fff
    }
    .vib-v2-link-atm-home:hover span,
    .vib-v2-link-login-home:hover span,
    .vib-v2-link-search-home:hover span {
        display: none
    }
    
}

@media only screen and (max-width: 1000px) {
    .vib-v2-box-body-find-card .bx-wrapper .bx-viewport>.vib-v2-slider-compare,
    .vib-v2-box-body-find-card .bx-wrapper .bx-viewport>.vib-v2-slider-compare>.vib-v2-box-compare-content {
        height: 100%
    }
    .vib-v2-other-link-footer li.vib-v2-other-link-footer-line {
        padding: 0 5px;
        text-indent: inherit
    }
    .vib-v2-list-link-menu-left li a:hover {
        background: #384e62
    }
    #step-body .yellow-btn:hover {
        color: #fff !important;
    }    
}

.vib-v2-box-img-body-find-card .vib-v2-box-compare-content {
    text-align: center
}

.vib-v2-header-find-card {
    text-align: center
}

.vib-v2-title-find-card {
    border-radius: 100px;
    font-size: 30px;
    color: #1b1b1b;
    padding: 10px 60px;
    font-weight: 400;
    display: inline-block;
    background-color: #e4e4e4;
    position: relative
}

.vib-v2-title-find-card::before {
    content: "";
    width: 47px;
    height: 42px;
    background: url(/static/theme/vs2018/images/header_title_find_card_gray.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: -29px;
    bottom: -12px
}

.vib-v2-services-find-card {
    margin-top: 30px
}

.back-icon-find-card {
    width: 20px;
    height: 20px;
    background: url(/static/theme/vs2018/images/back_icon_find_card.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.vib-v2-back-tieu-chi-the {
    position: absolute;
    color: #fff;
    font-size: 18px
}

.vib-v2-box-services-find-card {
    position: relative
}

.vib-tootip-form-content {
    position: relative;
    display: inline-block
}

.vib-tootip-form-content:hover .box_tooltip_content {
    display: block
}

.box_tooltip_content {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    width: 320px;
    height: 80px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 0;
    display: none !important
}

.box_tooltip_content::before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0, 0, 0, .7)
}

.vib-v2-box-chose-account-payment {
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer
}

.vib-v2-box-chose-account-payment:hover {
    background: #e4e4e4
}

.vib-v2-box-chose-account-payment.active {
    background: #e4e4e4
}

.vib-v2-box-chose-account-payment h4 {
    margin: 0;
    font-size: 20px
}

.vib-v2-box-chose-account-payment p {
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300
}

.vib-v2-footer-mobile-form {
    display: none
}

.vib-v2-footer-form-credit.vib-v2-footer-mobile-form {
    display: block
}

.note-form-input {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300
}

.note-form-checkbox {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 35px
}

.vib-v2-box-banner-thank {
    position: relative;
    border-bottom: 5px solid #fdb913;
    border-radius: 5px;
    /* overflow: hidden; */
    width: 33.33%
}

.vib-v2-box-banner-thank::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 166px;
    transition: .5s
}
.vib-v2-box-banner-thank::before {
    content: "";
    display: block;
    background: var(--bg-gradient-orange-1);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    transition: .5s;
    border-radius: 0 0 5px 5px;
}
.vib-v2-box-banner-thank:hover:after {
    height: 100%
}

.vib-v2-txt-box-banner-thank {
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 0 20px;
    top: 64%;
    transition: .5s;
    width: 100%
}

.vib-v2-txt-box-banner-thank h4 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.vib-v2-txt-box-banner-thank p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.vib-v2-cion-box-banner-thank {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5%;
    z-index: 1;
    width: 100%;
    transition: .5s;
    opacity: 0
}

.vib-v2-cion-box-banner-thank p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    margin-top: 5px
}

.more-detail-banner-thank {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: .5s;
    opacity: 0
}

.more-detail-banner-thank span {
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

.more-detail-banner-thank span:hover {
    color: var(--color-dard-orange)
}

.vib-v2-box-banner-thank:hover .more-detail-banner-thank {
    bottom: 40px;
    opacity: 1
}

.vib-v2-box-banner-thank:hover .vib-v2-txt-box-banner-thank {
    top: 45%
}

.vib-v2-box-banner-thank:hover .vib-v2-cion-box-banner-thank {
    top: 10%;
    opacity: 1
}

.img-box-thank {
    max-height: 380px;
    min-height: 380px
}

.viv-txt-search-card-header {
    float: right;
    line-height: 45px;
    font-size: 16px
}

.vib-v2-btn-search-card-header {
    float: right;
    margin-left: 30px;
    width: 160px;
    text-align: center
}

.vib-v2-section-tab-all-card {
    margin-top: 0
}

.vib-v2-section-tab-all-banca {
    margin-top: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-section-tab-promotion-new {
    margin-top: 60px
}

.vib-v2-section-tab-promotion-new .vib-v2-list-card-header-mobile {
    height: auto
}

.vib-v2-section-tab-all-promotion {
    margin-top: 0
}

.vib-v2-section-tab-all-card {
    background: #fff;
    box-shadow: rgba(134, 134, 134, .2) 0 10px 10px;
    position: relative;
    z-index: 5
}

.vib-v2-list-card-header-mobile {
    margin-top: 0
}

.vib-v2-box-card-header-credit img {
    height: 50px
}

.credit_img_act {
    display: none
}

.vib-v2-box-card-header-credit {
    text-align: center
}

.vib-v2-box-card-header-credit.active .vib-v2-box-card-header-credit p {
    color: #0066b3
}

.vib-v2-box-card-header-credit p {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    display: inline-block
}

.vib-v2-box-card-header-credit:hover p {
    color: #1b1b1b
}

.vib-v2-box-card-header-credit.active p {
    color: #1b1b1b
}

.vib-v2-header-compare {
    position: absolute;
    width: auto;
    text-align: center;
    padding-top: 10px;
    top: 15px;
    right: 15px;
    display: block
}

.vib-v2-header-compare:hover {
    border-bottom: 2px solid #999
}

.vib-v2-header-compare img {
    height: 50px
}

.vib-v2-header-compare p {
    line-height: 18px;
    margin-bottom: 16px;
    font-size: var(--font-body-medium-size);
    font-weight: var(--font-body-medium-weight);
    line-height: 32px;
    padding-right: 44px !important;
}

.number-compare-header {
    position: absolute;
    top: -5px;
    right: -15px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #fdb913;
    color: #1b1b1b;
    border-radius: 50%;
    font-size: 12px
}

.box-card-header-credit-other.active {
    border-bottom: 6px solid #fdb913;
    background: #fff;
    position: relative;
    z-index: 6
}

.box-card-header-credit-other.active:after {
    content: "";
    width: 100%;
    background: #fff;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 6
}

.vib-v2-line-header-credit {
    float: left;
    margin-left: 35px
}

.vib-v2-line-header-credit::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background: #d7d7d7;
    margin-top: 25px
}

.vib-v2-box-card-header-credit::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #d7d7d7;
    position: absolute;
    right: 0;
    top: 20px
}

.vib-v2-box-card-header-credit:last-child::after {
    display: none
}

.vib-v2-list-card-header-credit::after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.vib-v2-title-chose-header-credit {
    display: none
}

.vib-v2-body-icon-services {
    width: 111px;
    height: 111px;
    background: #e4e4e4;
    border-radius: 50%;
    text-align: center
}

.vib-v2-body-icon-services img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 70px
}

.viv-v2-title-services {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px
}

.vib-v2-body-box-services {
    position: relative
}

.vib-v2-body-icon-services {
    position: absolute;
    left: 15px;
    top: 0
}

.vib-v2-body-txt-services {
    min-height: 111px;
    margin-left: 131px;
    font-size: 16px
}

.vib-v2-body-txt-services span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding-right: 15px
}

.vib-v2-box-content-three-services {
    margin-top: 60px
}

.vib-v2-line-condition {
    padding: 15px 0;
    border-top: 1px solid #d7d7d7
}

.vib-v2-line-condition:last-child {
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-line-condition::after {
    content: "";
    clear: both;
    display: block
}

.vib-v2-left-condition {
    float: left;
    width: 30%;
    font-size: 20px;
    font-weight: 600
}

.vib-v2-right-condition {
    float: left;
    width: 70%;
    font-size: 16px
}

.vib-v2-list-condition {
    margin-top: 25px
}
 
.vib-v2-right-condition p {
    margin-bottom: 20px
}

.vib-v2-right-condition p:last-child {
    margin: 0
}

.vib-v2-images-download-app {
    width: 350px;
    border-radius: 5px 0 0 5px
}

.vib-v2-box-download-app {
    display: flex
}

.vib-v2-title-form-credit {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding-top: 30px
}

.vib-v2-box-form-have-card {
    display: none
}

.vib-v2-txt-about-friend h3,
.vib-v2-txt-about-friend h3 p {
    font-size: 30px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 520px
}

.vib-v2-txt-about-friend p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}

.vib-v2-txt-about-friend p span {
    color: #ffbb13;
    font-weight: 700
}

.vib-v2-btn-about-friend {
    margin-top: 20px
}

.vib-v2-btn-about-friend .vib-v2-btn-dk01 {
    margin: 0
}

.vib-v2-toolbar-range-sllider .splitter {
    display: none
}

.vib-v2-toolbar-range-sllider .rangeslider__handle {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 15px solid var(--bg-gradient-orange-1);
    border-radius: 0;
    background: 0 0;
    top: -27px
}

.vib-v2-toolbar-range-sllider .arrow-left-1,
.vib-v2-toolbar-range-sllider .arrow-left-2,
.vib-v2-toolbar-range-sllider .arrow-right-1,
.vib-v2-toolbar-range-sllider .arrow-right-2 {
    border: none;
    width: 1px;
    height: 1px;
    background: #000
}

.vib-v2-toolbar-range-sllider .arrow-right-2 {
    display: none
}

.vib-v2-toolbar-range-sllider .arrow-left-1 {
    left: 0;
    top: 1px;
    right: auto
}

.vib-v2-toolbar-range-sllider .arrow-left-2 {
    left: 0;
    top: 3px;
    right: auto
}

.vib-v2-toolbar-range-sllider .arrow-right-1 {
    left: 0;
    top: 5px;
    right: auto
}

.vib-v2-toolbar-range-sllider .rangeslider__fill__new {
    border-radius: 0;
    margin-left: 11px;
    height: 5px;
    background: #ccc;
    width: calc(100% - 23px) !important;
    max-width: 100%;
    border-radius: 5px;
}

.vib-v2-toolbar-range-sllider .range-container .min-max-value .max-value,
.vib-v2-toolbar-range-sllider .range-container .min-max-value .min-value {
    font-size: 14px
}

.vib-v2-toolbar-range-sllider .range-container .min-max-value .min-value {
    left: 11px;
    top: 10px
}

.vib-v2-toolbar-range-sllider .range-container .min-max-value .max-value {
    right: 11px;
    top: 10px
}

.rangeslider__fill,
.vib-v2-toolbar-range-sllider .rangeslider {
    height: 5px;
    border-radius: 5px;
}

.vib-v2-toolbar-range-sllider {
    width: 66.67%;
    float: left;
    padding: 0 4px;
    padding-top: 25px
}

.vib-v2-toolbar-range-sllider02 {
    height: 60px;
    width: 75%;
    float: left;
    padding: 0 4px;
    padding-top: 25px
}

.vib-v2-toolbar-range-sllider .rangeslider__fill {
    background: var(--bg-gradient-orange-1);
    margin-left: 11px
}

.vib-v2-line-box-deposit .value-current {
    padding: 0
}

.vib-v2-box-img-body-find-card .bx-wrapper .bx-pager.bx-default-pager a {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #999;
    margin: 0 5px
}

.vib-v2-box-img-body-find-card .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0066b3
}

.vib-v2-tit-radio-congcu {
    font-size: 16px;
    margin-bottom: 10px
}

.vib-v2-header-benefit-auto-table {
    background: #0066b3;
    color: #fff
}

.vib-v2-row-table-benefit1,
.vib-v2-row-table-benefit2,
.vib-v2-row-table-benefit3 {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: normal
}

.vib-v2-header-benefit-auto-table .vib-v2-row-table-benefit2,
.vib-v2-header-benefit-auto-table .vib-v2-row-table-benefit3 {
    font-size: 18px
}

.vib-v2-row-table-benefit1 p,
.vib-v2-row-table-benefit2 p,
.vib-v2-row-table-benefit3 p {
    margin-bottom: 0
}

.vib-v2-header-benefit-auto-table::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-deposit-linh-hoat h4 {
    margin-top: 0;
    font-size: 16px
}

.vib-v2-condition h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.vib-v2-box-content-condition h2 {
    font-size: 26px;
    color: #333;
    margin: 0;
    margin-top: 30px
}

.vib-v2-table-content-condition {
    border-radius: 5px;
    border: 1px solid #797979;
    margin-top: 20px;
    margin-bottom: 40px
}

.vib-v2-interest-condition {
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #797979
}

.vib-v2-table-content-condition h3 {
    background: #e4e4e4;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    border-top: 1px solid #c9c9c9
}

.vib-v2-table-content-condition h4 {
    background: #d7d7d7;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    border-top: 1px solid #c9c9c9
}

.vib-v2-table-content-condition h3:first-child,
.vib-v2-table-content-condition h4:first-child {
    border-top: none;
    border-radius: 5px 5px 0 0
}

.vib-v2-table-content-condition p {
    margin: 0
}

.vib-v2-table-content-condition .vib-v2-line-table-condition:first-child {
    border-top: none
}

.vib-table-condition-left {
    font-weight: 600;
    padding: 5px 20px
}

.vib-table-condition-right {
    padding: 5px 20px
}

.vib-v2-line-table-condition {
    border-top: 1px solid #c9c9c9
}

.vib-v2-line-table-condition::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-purview {
    background: #e4e4e4;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 40px
}

.vib-v2-title-purview {
    font-size: 26px;
    color: #333;
    padding-bottom: 20px
}

.vib-v2-txt-purview p {
    font-size: 14px;
    margin-bottom: 15px
}

.vib-v2-txt-purview ul {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px
}

.vib-v2-condition {
    margin-top: 40px
}

.vib-v2-line-box-table-expression {
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    color: #6b6b6b
}

.vib-v2-left-box-table-expression .vib-v2-line-box-table-expression {
    padding-left: 20px
}

.vib-v2-header-box-table-expression {
    min-height: 60px;
    background: #0066b3;
    color: #fff
}

.vib-v2-right-box-table-expression .vib-v2-header-box-table-expression {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: right
}

.vib-v2-popup-dk-current-form a {
    max-width: 280px;
    margin-top: 30px
}

.vib-v2-popup-dk-current-form {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.vib-v2-popup-dk-current-form h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0
}

.vib-v2-popup-dk-current-form p {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 18px;
    max-width: 600px
}

.vib-v2-table-content-condition-note {
    margin-top: -20px
}

.vib-form-link-appstore {
    margin-top: 10px
}

.vib-form-link-appstore a {
    margin: 0 7px
}

.vib-form-link-appstore img {
    height: 51px
}

.vib-v2-input-pin-card-form h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 300
}

.vib-v2-list-pin-input {
    margin-top: 20px
}

.vib-v2-list-pin-input input {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    text-align: center;
    font-size: 25px
}

.vib-v2-input-pin-card-form p {
    margin-top: 20px;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 300
}

.vib-v2-box-find-car h3 {
    font-size: 36px;
    font-weight: 400;
    margin: 0
}

.vib-v2-box-find-car p {
    margin: 20px 0;
    font-size: 16px
}

.vib-v2-title-auto {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 60px
}

.vib-v2-box-detail-car .vib-v2-title-auto {
    margin-top: 0
}

.vib-v2-box-detail-car {
    margin-top: 40px
}

.vib-v2-box-brand-car {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    text-align: center;
    padding: 10px
}

.vib-v2-box-brand-car img {
    height: 84px;
    min-height: 84px;
    max-width: 100%
}

.vib-v2-box-brand-car:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 0 15px;
    border: none
}

.vib-v2-box-brand-car h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

a.vib-v2-box-brand-car,
a.vib-v2-box-brand-car:hover {
    color: #333
}

a.vib-v2-back-brand-car {
    position: relative
}

.vib-v2-box-vehicles-car img {
    max-width: 100%;
    max-height: 125px;
    min-height: 125px
}

.vib-v2-box-vehicles-car {
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px
}

.vib-v2-box-vehicles-car:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.vib-v2-box-vehicles-car h3 {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 600
}

.vib-v2-box-vehicles-car h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #5e5e5e;
    margin-top: 5px;
    text-align: left
}

.vib-v2-box-vehicles-car p {
    margin-bottom: 0;
    text-align: left;
    color: #1b1b1b;
    font-size: 16px
}

.vib-v2-list-vehicles-car::after {
    content: "";
    clear: both;
    display: block
}

.vib-v2-detail-car {
    padding-top: 25px;
    margin-bottom: 60px
}

.vib-v2-price-auto {
    font-size: 18px;
    font-weight: 400;
    color: #5e5e5e;
    margin-top: 10px
}

.vib-v2-price-auto span {
    font-weight: 600;
    color: #5e5e5e
}

.vib-v2-line-txt-car {
    margin-top: 40px
}

.vib-v2-label-type-car {
    font-size: 16px;
    margin-bottom: 10px
}

.vib-v2-line-txt-car .vib-v2-input01.disabled_input {
    opacity: .5;
    background: #e4e4e4 !important;
    border: 1px solid #999 !important
}

.vib-v2-button-txt-car {
    margin-top: 40px
}

.vib-v2-button-txt-car::after {
    clear: both;
    content: "";
    display: block
}

.bx-pager-banner-top {
    text-align: center
}

.vib-v2-slider-img-car img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px
}

.vib-v2-slider-img-car .bx-prev {
    background: url(/static/theme/vs2018/images/left_slide_img_car.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.vib-v2-list-slide-showroom .bx-prev {
    background: url(/static/theme/vs2018/images/left_slide_img_car.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -30px
}

.vib-v2-slider-img-car .bx-next {
    background: url(/static/theme/vs2018/images/left_slide_img_car.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    right: 0
}

.vib-v2-slider-img-car .bx-next.disabled,
.vib-v2-slider-img-car .bx-prev.disabled {
    display: none
}

.vib-v2-list-slide-showroom .bx-next {
    background: url(/static/theme/vs2018/images/left_slide_img_car.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    right: -30px
}

.vib-v2-slider-img-car {
    position: relative
}

.vib-v2-img-box-showroom img {
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.vib-v2-box-showroom h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600
}

.vib-v2-box-showroom p {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 0
}

.bx-pager-slide-car {
    text-align: center;
    margin-top: 20px
}

.bx-pager-showroom {
    text-align: center
}

.vib-v2-body-benefit-auto-table h4 {
    margin: 0;
    background: #e4e4e4;
    padding: 20px;
    font-size: 18px;
    font-weight: 600
}

.vib-v2-tab-detail-deposit li {
    list-style: none;
    display: block;
    float: left;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 2px;
    font-size: 16px
}

.vib-v2-tab-detail-deposit li.active {
    line-height: 50px;
    background: #0066b3;
    height: 50px;
    margin-top: 0;
    font-weight: 700;
    color: #fff
}

.vib-v2-tab-detail-deposit li {
    padding: 0 30px;
    background: #e4e4e4;
    height: 45px;
    border-radius: 5px 5px 0 0;
    line-height: 45px
}

.vib-v2-line-year-tab {
    height: 49px;
    border-bottom: 1px solid #4c93c9;
    background: #0066b3
}

.vib-v2-line-year-tab ul {
    float: right;
    margin-right: 15px;
    margin-bottom: 0
}

.vib-v2-line-year-tab li {
    list-style: none;
    float: left;
    padding: 0 13px;
    line-height: 49px;
    cursor: pointer;
    font-size: 16px;
    color: #fff
}

.vib-v2-line-year-tab li.active {
    color: #fdb913
}

.vib-v2-header-box-table {
    height: 60px;
    background: #0066b3
}

.vib-v2-header-box-table .vib-v2-colum-table-deposit {
    font-size: 16px;
    font-weight: 600
}

.vib-v2-colum-table-deposit {
    line-height: 60px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    white-space: nowrap
}

.vib-v2-header-box-table .vib-v2-colum-table-deposit {
    white-space: normal
}

.vib-v2-fix-row1-table {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600
}

.vib-v2-header-box-table .vib-v2-fix-row1-table {
    color: #fff
}

.vib-v2-title-box-table-deposit {
    line-height: 60px;
    padding-left: 30px;
    background: #e4e4e4;
    font-size: 16px
}

.vib-v2-title-box-table-deposit span {
    font-size: 18px;
    font-weight: 700
}

.vib-v2-header-box-table .vib-v2-colum-table-deposit {
    color: #fff;
    font-weight: 600
}

.vib-v2-line-box-table-deposit {
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-line-box-table-deposit:last-child {
    border: none
}

.vib-v2-content-detail-deposit {
    display: none
}

.vib-v2-content-detail-deposit.tab_open {
    display: block
}

.vib-v2-note-line-box-table-deposit {
    padding: 10px 30px
}

.header-doitac .vib-v2-link-atm-home {
    right: 50px
}

.header-doitac .tel_top_home {
    right: 100px
}

.vib-v2-showroom .bx-next.disabled,
.vib-v2-showroom .bx-prev.disabled {
    display: none
}

.vib-v2-button-search-doitac a {
    background: var(--bg-gradient-orange-1);
    display: block;
    text-align: center;
    height: 62px;
    line-height: 62px;
    border-radius: 5px;
    position: relative;
    color: #fff !important
}
.vib-v2-button-search-doitac #aSearch {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
}
.vib-v2-button-search-doitac.active_search #aSearch {
    color: var(--bg-color-mono-10) !important;
}
.vib-v2-button-search-doitac a img {
    display: none;
}
.vib-v2-button-search-doitac.active_search a {
    background-color: var(--bg-color-mono-9);
    opacity: 1;
    position: relative;
    border-radius: 0 5px 5px 0;
    color: var(--bg-color-mono-10);
}
.vib-v2-button-search-doitac a::after {
    background: var(--icon-Search_audit) center center no-repeat;
    background-size: 30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 1;
}
/* .vib-v2-button-search-doitac a:hover::after{ background: var(--icon-Search_audit_white) center center no-repeat;} */
.vib-v2-button-search-doitac.active_search a::after {
    background: var(--icon-Search_audit2) center center no-repeat;
    background-size: 30px;
}
.vib-v2-button-search-doitac.active_search a:hover::before {
    background-color: var(--bg-color-mono-9);
    border-radius: 0 2px 2px 0;
    text-decoration: none;
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    border-radius: 0 5px 5px 0;
    transition: all 0.5s ease;
}
.vib-v2-button-search-doitac a::before {
    background: var(--bg-color-mono-1);
    border-radius: 0 2px 2px 0;
    text-decoration: none;
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    border-radius: 0 5px 5px 0;
    transition: all 0.5s ease;
}

.active_search a {
    background: #e4e4e4
}

.vib-v2-box-project h4 a {
    font-size: 18px;
    color: #1b1b1b
}

.vib-v2-box-project p {
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 0
}

.vib-v2-left-header-mortgage {
    font-size: 16px;
    color: #6b6b6b
}

.vib-v2-right-header-mortgage {
    font-size: 16px
}

.vib-v2-line-header-mortgage {
    margin-bottom: 20px
}

.vib-v2-line-header-mortgage:last-child {
    margin-bottom: 0
}

.vib-v2-body-detail-mortgage {
    position: relative
}

.vib-v2-compare-table-deposit {
    font-size: 16px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.vib-v2-header-compare-box-table .vib-v2-compare-table-deposit {
    color: #fff;
    padding: 20px 0;
    text-align: center
}

.vib-v2-header-compare-box-table {
    background: #0066b3;
    border-radius: 5px 5px 0 0
}

.vib-v2-title-table-deposit {
    padding: 20px 0;
    font-size: 16px;
    color: #6b6b6b
}

.img-list-banca {
    position: relative
}

.img-list-banca img {
    max-width: 100%;
    border-radius: 5px
}

.vib-v2-box-banca-content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 26px
}

.vib-v2-box-banca-content h5 {
    margin: 0;
    margin-top: 20px;
    font-size: 16px
}

.img-box-project {
    overflow: hidden;
    height: 150px;
    width: 100%;
    display: block;
    border-radius: 5px
}

.img-box-project img {
    max-width: 100%;
    transition: all 1s;
    height: 100%;
    width: 100%
}

.img-box-project img:hover {
    transform: scale(1.2);
    transition: all 1s
}

.vib-v2-call-appartment {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 40px
}

.vib-v2-table {
    margin-top: 20px;
    display: table
}

.vib-v2-table-cell-left {
    display: table-cell
}

.vib-v2-table-cell-right {
    display: table-cell;
    padding-left: 20px
}

.vib-v2-dk-online {
    margin-top: 40px
}

.vib-v2-btn-dk-online {
    margin-top: 10px
}

.vib-v2-btn-dk-online .vib-v2-btn-dk01 {
    margin: 0
}

.vib-v2-txt-detail-mortgage {
    margin: 40px 0;
    font-size: 16px
}

.vib-v2-section-content-other {
    margin-top: 55px;
    margin-bottom: 60px
}

.vib-v2-list-project::after {
    content: "";
    clear: both;
    display: block
}

.vib-v2-hover-rate {
    position: relative;
    display: inline-block
}

.disabled-rate:hover .number_rate_hover::before {
    display: none
}

.disabled-rate .btn_rate_hover {
    display: none
}

.vib-v2-hover-rate:hover .number_rate_hover {
    font-weight: 600;
    color: #fff
}

.disabled-rate:hover .number_rate_hover {
    color: #1b1b1b
}

.vib-v2-hover-rate:hover .number_rate_hover:before {
    height: 60px;
    transition: all .3s
}

.vib-v2-hover-rate:hover .number_rate_hover span {
    color: #fff
}

.vib-v2-hover-rate:hover .btn_rate_hover {
    top: 0;
    transition: all .3s;
    opacity: 1
}

a.btn_rate_hover {
    background: #fdb913;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    width: 80px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: -80px;
    top: -60px;
    transition: all .3s;
    opacity: 0
}

a.btn_rate_hover:hover {
    background: #fdb916;
    color: #1b1b1b
}

.number_rate_hover {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    min-width: 75px;
    text-align: center
}

.number_rate_hover span {
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #1b1b1b
}

.number_rate_hover::before {
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: #1b1b1b;
    transition: all .3s;
    width: 100%
}

.vib-v2-hover-rate::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-line-slider {
    padding: 10px
}

.vib-v2-right-slider {
    display: table;
    width: 100%
}

.vib-v2-line-slider {
    display: table-cell;
    text-align: right;
    width: 16.67%
}

.vib-v2-header-interest-condition {
    background: #0066b3;
    color: #fff
}

.vib-v2-line-interest-condition {
    border-top: 1px solid #c9c9c9
}

.vib-v2-line-interest-condition:first-child {
    border-top: none
}

.vib-v2-footer-interest-condition .vib-v2-line-interest-condition {
    border-top: 1px solid #c9c9c9
}

.vib-v2-footer-interest-condition .vib-v2-row1-fix {
    font-weight: 700
}

.vib-v2-footer-interest-condition .vib-v2-line-slider {
    font-weight: 700
}

.txt-input-form {
    font-size: 16px
}

.vib-v2-note-form {
    margin-top: 15px;
    font-weight: 300
}

.vib-v2-total-footer {
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #e4e4e4;
    margin-top: 40px
}

.vib-v2-total-footer span {
    font-size: 16px;
    font-weight: 400
}

.vib-v2-have-deposit {
    margin-top: 30px
}

.vib-v2-total-footer .vib-v2-form-body-input-group-left {
    margin-right: 0
}

.vib-v2-total-footer .vib-v2-form-body-input-group-left span,
.vib-v2-total-footer .vib-v2-form-body-input-group-right span {
    display: inline-block;
    padding-left: 15px;
    color: #000
}

.ico_date .ui-datepicker-trigger {
    display: none
}

.ico_date::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    background: url(/static/theme/vs2018/images/icon_datepicker.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.vib2018-left-slider-news .bx-wrapper img {
    border-radius: 8px;
    width: 100%
}

.vib2018-capion-news {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
    color: #fff;
    padding-right: 150px
}

.time_news_slider {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px
}

.txt_news_slider {
    font-size: 26px;
    color: #fff;
    line-height: 35px
}

.vib2018-list-txt-news {
    border-radius: 5px;
    border: 1px solid #e4e4e4
}

.vib2018-box-text-news {
    height: 170px;
    padding: 30px 40px;
    position: relative;
    border-bottom: 1px solid #e4e4e4
}

.vib2018-box-text-news:last-child {
    border: none
}

.vib2018-list-txt-news .vib2018-box-text-news:nth-child(1) {
    border-radius: 5px 5px 0 0
}

.vib2018-box-text-news span {
    color: #868686;
    font-size: 14px
}

.vib2018-box-text-news p {
    margin-bottom: 0;
    margin-top: 10px
}

.vib2018-box-text-news p a {
    font-size: 16px;
    line-height: 27px;
    color: #1b1b1b;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.active_news {
    background: #0066b3;
    position: relative
}

.active_news p a,
.active_news span {
    color: #fff
}

.vib2018-list-txt-news .vib2018-box-text-news:nth-child(3) {
    border-radius: 0 0 8px 8px
}

.vib2018-left-slider-news .bx-controls-direction .bx-prev {
    background: url(/static/theme/vs2018/images/prev_banner_icon.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block
}

.vib2018-left-slider-news .bx-controls-direction .bx-next:hover {
    background: url(/static/theme/vs2018/images/next_banner_icon_hover.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px
}

.vib2018-left-slider-news .bx-controls-direction .bx-next {
    background: url(/static/theme/vs2018/images/next_banner_icon.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px
}

.vib2018-left-slider-news .bx-controls-direction a.disabled {
    opacity: .5
}

.active_news::after {
    content: '';
    display: block;
    width: 18px;
    height: 30px;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -15px;
    background: url(/static/theme/vs2018/images/arrow_active_slider.png) no-repeat
}

.vib2018-bg-news {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 102, 179, .12) 50%, rgba(0, 0, 0, .75) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.vib2018-left-slider-news .bx-controls-direction {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.vib2018-left-slider-news .bx-controls-direction .bx-prev:hover {
    background: url(/static/theme/vs2018/images/prev_banner_icon_hover.png) center no-repeat;
    background-size: 100%;
    display: inline-block
}

.vib-v2-title-news {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
    color: #1b1b1b
}

.vib-v2-title-list h3 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    float: left;
    color: #1b1b1b
}

.vib-v2-title-list h3 p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #515151
}

.vib-v2-title-list::after {
    content: "";
    clear: both;
    display: block
}

.vib2018-slider-news {
    margin-top: 40px
}

.vib-v2-promotion-list {
    margin: 50px 0
}

.vib-v2-word-list {
    margin-top: 40px;
    margin-bottom: 40px
}

.vib-v2-title-table-expression {
    background: #e4e4e4;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
    padding-left: 20px
}

.vib-v2-img-promotion-box img {
    width: 100%;
    border-radius: 5px
}

#popup-loan-detail .vib-v2-line-year-tab ul {
    margin-right: 60px
}

.vib-v2-paging {
    text-align: center
}

.vib-v2-paging-search {
    text-align: left;
    margin-top: 40px
}

.vib-v2-content-report .vib-v2-paging {
    margin-top: 40px
}

.vib-v2-content-promotion-detail {
    margin-top: 40px
}

.vib-v2-btn-share-promotion .vib-v2-btn-dk01 {
    margin: 0
}

.vib-v2-paging li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0066b3;
    width: 40px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 16px;
    position: relative;
    vertical-align: top;
    color: #0066b3;
    text-align: center
}

.vib-v2-paging li:hover a {
    color: var(--color-dard-orange)
}

.vib-v2-paging ul {
    margin-bottom: 0
}

.vib-v2-paging li a {
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin-top: -2px;
    position: relative;
    z-index: 2
}

.vib-v2-paging li a:hover:after {
    display: block
}

.vib-v2-paging li a::after {
    width: 40px;
    height: 40px;
    border: 1px solid #f47920;
    top: 1px;
    left: -1px;
    border-radius: 5px;
    content: "";
    display: none;
    z-index: -1;
    position: absolute
}

.vib-v2-paging li a::before {
    content: "";
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: -1px;
    z-index: -1
}

.vib-v2-paging li.disabled {
    background: #ccc;
    border: none;
    opacity: .5
}

.vib-v2-box-city-auto {
    margin-bottom: 60px
}

.arrow_paging {
    background: url(/static/theme/vs2018/images/paging_arrow.png) no-repeat;
    height: 14px;
    width: 9px;
    display: inline-block;
    position: relative
}

.arrow_paging_inactive {
    background: url(/static/theme/vs2018/images/paging_arrow.png) no-repeat;
    height: 14px;
    width: 9px;
    transform: rotate(180deg);
    display: inline-block
}

.arrow_paging,
.arrow_paging_inactive {
    opacity: .5
}

.vib-v2-paging li a .arrow_paging,
.vib-v2-paging li a .arrow_paging_inactive {
    opacity: 1
}

.arrow_paging_left_inactive {
    opacity: .3;
    background: url(/static/theme/vs2018/images/paging_arrow.png) no-repeat;
    height: 14px;
    width: 9px;
    display: inline-block;
    position: relative;
    transform: rotate(180deg)
}

.arrow_paging_right_inactive {
    opacity: .3;
    background: url(/static/theme/vs2018/images/paging_arrow.png) no-repeat;
    height: 14px;
    width: 9px;
    display: inline-block;
    position: relative
}

.vib-v2-paging li:hover a .arrow_paging_inactive {
    background: url(/static/theme/vs2018/images/paging_arrow_hover.png) no-repeat;
    height: 14px;
    width: 9px;
    display: inline-block;
    transform: rotate(180deg)
}

.vib-v2-paging li:hover a .arrow_paging {
    background: url(/static/theme/vs2018/images/paging_arrow_hover.png) no-repeat;
    height: 14px;
    width: 9px;
    display: inline-block
}

.vib-v2-paging li:first-child:before,
.vib-v2-paging li:last-child:before {
    content: "";
    background: #fff;
    display: block;
    height: 42px;
    position: absolute;
    left: -1px;
    width: 42px;
    top: -1px
}

.vib-v2-paging li:first-child .arrow_paging {
    transform: rotate(180deg)
}

.vib-v2-table-column-left {
    font-size: 16px;
    color: #868686
}

.vib-v2-section-promotion-detail .vib-v2-table-column-left {
    font-weight: 600
}

.vib-v2-line-table-promotion-detail {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4
}

.vib-v2-table-promotion-detail {
    padding-top: 30px
}

.vib-v2-date-promotion {
    margin-bottom: 20px
}

.vib-v2-date-promotion h4 {
    float: left;
    line-height: 30px;
    margin: 0;
    font-size: 16px
}

.share_link_promotion {
    float: right
}

.share_link_promotion span {
    cursor: pointer
}

.share_link_promotion span img {
    display: none
}

.share_link_promotion span:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/theme/vs2018/images/icon_share_share_black.png) no-repeat;
    background-size: 100%
}

.icon--facebook-text::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/wps/wcm/connect/057516f1-12c8-4dee-a458-d6fceda6a523/icon_share_facebook_blue.png?MOD=AJPERES) no-repeat;
    background-size: 100%;
    margin-top: 3px
}

.icon--email:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/wps/wcm/connect/b941dec0-eff6-45d3-b262-66222c0cd934/icon_share_instagram_blue.png?MOD=AJPERES) no-repeat;
    background-size: 100%;
    margin-top: 3px
}

.icon--instagram-text:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/wps/wcm/connect/233e57c1-efe0-424a-8475-6aff596aa56b/icon_share_dlink_blue.png?MOD=AJPERES) no-repeat;
    background-size: 100%;
    margin-top: 3px
}

.icon--google-text:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/wps/wcm/connect/b0de0ded-c3d3-4cb2-83fd-02fbaae5e456/icon_share_google_blue.png?MOD=AJPERES) no-repeat;
    background-size: 100%;
    margin-top: 3px
}

.vib-v2-section-promotion-detail {
    margin-top: 30px
}

.vib-v2-section-banner-about {
    background-size: cover;
    height: 250px;
    z-index: 0;
    position: relative;
    background-position: center right
}

.vib-v2-title-banner-about h2 {
    margin: 0;
    font-size: 45px
}

.vib-v2-title-banner-about p {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px
}

.vib-v2-title-banner-about h2 p {
    margin: 0;
    font-size: 45px;
    font-weight: 300
}

.loader {
    position: fixed;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    z-index: 999999
}

.box_loader::before {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 999995
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.inner.one {
    left: 0;
    top: 0;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #fdb913
}

.inner.two {
    right: 0;
    top: 0;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #f47920
}

.inner.three {
    right: 0;
    bottom: 0;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #f7941d
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.vib-v2-section-tab-about {
    height: 60px;
    background: #f2f2f2
}

.vib-v2-section-tab-about li.active a {
    background: #fff;
    color: #0066b3;
    font-weight: 700;
    margin-right: -1px;
    z-index: 4
}

.vib-v2-section-tab-about li.active a:hover {
    background: #fff;
    color: #0066b3
}

.vib-v2-section-tab-about li a {
    text-align: center;
    font-size: 16px;
    position: relative
}

.vib-v2-section-tab-about li a:hover {
    background: #e4e4e4;
    color: #1b1b1b;
    margin-right: -1px
}

.vib-v2-section-tab-about li.active a::before {
    display: none
}

.vib-v2-section-tab-about li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    background: #d7d7d7
}

.vib-v2-section-tab-about li:first-child a::before {
    display: none
}

.vib-v2-content-about-tab {
    margin: 60px 0
}

.vib-v2-title-about-tab {
    font-size: 36px;
    font-weight: 300
}

.vib-v2-body-about-tab {
    margin-top: 40px
}

.vib-v2-body-about-tab p {
    font-size: 16px
}

.vib-v2-body-about-tab hr {
    display: block;
    background: #d7d7d7;
    height: 2px;
    margin: 40px 0
}

.vib-v2-tab-leader li {
    width: 33.33%;
    float: left;
    position: relative;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    list-style: none;
    text-align: center;
    height: 65px;
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-tab-leader li:hover {
    color: var(--color-dard-orange)
}

.vib-v2-tab-leader li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    display: block;
    background: #0066b3;
    color: #fff
}

.vib-v2-tab-leader {
    height: 65px;
    line-height: 65px
}

.vib-v2-tab-leader::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-manager-leader {
    text-align: center
}

.vib-v2-img-manager {
    display: inline-block;
    vertical-align: middle
}

.vib-v2-img-manager img {
    height: 280px
}

.vib-v2-txt-manager {
    display: inline-block;
    margin-left: 40px;
    width: 450px;
    vertical-align: middle;
    text-align: left
}

.vib-v2-txt-manager .vib-v2-position-leader {
    height: auto
}

.vib-v2-name-leader {
    font-size: 22px
}

.vib-v2-position-leader {
    font-size: 16px;
    margin-top: 15px;
    height: 62px
}

.vib-v2-position-leader p {
    margin-bottom: 0
}

.vib-v2-other-detail-leader {
    margin-top: 20px;
    font-size: 16px;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.vib-v2-other-detail-leader p {
    margin-bottom: 0
}

.vib-v2-more-detail-leader {
    display: inline-block;
    margin-top: 10px
}

.vib-v2-manager-leader {
    margin-top: -20px;
    border-bottom: 1px solid #d7d7d7
}

.vib-v2-line-content-ib::after,
.vib-v2-list-leader::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-line-content-ib {
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 40px
}

.vib-v2-line-content-ib:last-child {
    border-bottom: none
}

.vib-v2-box-leader {
    width: 33.33%;
    padding: 0 40px;
    text-align: center;
    float: left;
    margin-top: 40px
}

.vib-v2-list-leader {
    margin: 0 -40px
}

.vib-v2-detail-leader {
    margin-top: 30px
}

.vib-v2-box-content-ib h2,
.vib-v2-box-content-ib h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px
}

.vib-v2-box-content-ib li {
    list-style: none;
    font-size: 16px
}

.vib-v2-body-content-ib {
    margin-top: 20px
}

.vib-v2-section-ib-detail {
    margin-top: 40px
}

.vib-v2-prev-step {
    font-size: 16px;
    color: #0066b3;
    padding-left: 20px;
    position: relative
}

.vib-v2-prev-step:hover {
    color: var(--color-dard-orange)
}

#popup-dathencuocgoi .vib-v2-input02.ocb {
    border: 1px solid #ccc
}

.fz16 {
    font-size: 16px
}

.vib-v2-popup-have-account-form {
    padding: 20px;
    padding-top: 60px;
    text-align: center
}

.vib-v2-popup-have-account-form p {
    font-size: 16px
}

.vib-v2-btn-have-account {
    margin-top: 40px
}

.vib-v2-btn-have-account a {
    vertical-align: middle
}

.vib-v2-btn-have-account .link {
    line-height: 45px;
    display: inline-block;
    margin-left: 20px
}

#texPop3Button2 {
    margin-left: 0;
    margin-top: 40px;
    line-height: normal
}

.vib-v2-compare-footer {
    background: #fff;
    border-top: 3px solid #c9c9c9;
    height: 140px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 30px
}

.vib-v2-img-box-compare-popup img {
    height: 83px
}

.vib-v2-box-compare-popup {
    display: inline-block;
    margin-left: 10px;
    width: 315px
}

.vib-v2-box-compare-popup::after {
    content: "";
    display: block;
    clear: both
}

.vib-v2-img-box-compare-popup {
    float: left
}

.vib-v2-txt-box-compare-popup {
    float: left;
    width: 170px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px
}

.vib-v2-list-compare-popup {
    display: inline-block
}

.vib-v2-btn-compare-poup {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 200px;
    padding-top: 20px
}

.section-about-news-banner .vib-v2-title-banner-about h2,
.section-about-news-banner .vib-v2-title-banner-about p {
    color: #fff
}

.tab_about_news ul {
    width: auto !important;
    margin-left: 0 !important
}

.tab_about_news ul li {
    width: 50%
}

.tab_about_news ul li a {
    display: block !important
}

.tab_about_news {
    padding: 0 20px
}

.vib-v2-slider-about-news-tab {
    padding-top: 40px
}

.vib-v2-content-report {
    margin-bottom: 60px;
    margin-top: 10px
}

.vib-v2-report-tab img {
    height: 26px
}

.vib-v2-box-report h3 {
    margin: 0;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px
}

.vib-v2-report-tab span {
    display: block;
    line-height: 60px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 45px;
    position: relative;
    border-bottom: 1px solid #e3e3e3
}

.vib-v2-report-tab span::before {
    content: "";
    background: url(/static/theme/vs2018/images/arrow_tab_report.png) no-repeat;
    position: absolute;
    width: 8px;
    height: 12px;
    top: 24px;
    left: -30px
}

.vib-v2-report-tab.active span::before {
    transform: rotate(90deg)
}

.vib-v2-report-tab span:hover {
    color: var(--color-dard-orange)
}

.vib-v2-report-tab h4 {
    margin: 0;
    margin-left: 40px;
    padding: 17px 20px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    transition: all .5s;
    display: none
}

.vib-v2-report-tab h4::after {
    content: "";
    clear: both;
    display: block
}

.vib-v2-report-tab h4 a {
    display: inline-block;
    width: 100%;
    max-width: 900px
}

.vib-v2-report-tab h4 a u {
    color: #0066b3;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px
}

.vib-v2-report-tab h4:hover a {
    color: var(--color-dard-orange)
}

.vib-v2-report-tab h4 em {
    color: #aeaeae;
    font-style: normal;
    display: none
}

.vib-v2-report-tab.active span {
    color: #0066b3;
    border-bottom: none
}

.vib-v2-report-tab.active h4 {
    display: block;
    transition: all .5s
}

.vib-v2-report-tab i {
    float: right;
    color: #a1a1a1;
    font-size: 14px;
    font-style: normal;
    font-weight: 300
}

.vib-v2-report-tab::after {
    content: "";
    clear: both;
    display: block
}

.vib-v2-box-report02 h4 {
    margin-left: 0;
    display: block
}

.report-admin h4 {
    border-bottom: none
}

.report-admin .vib-v2-report-tab.active span {
    border-bottom: none
}

.report-admin .vib-v2-report-tab.active h4:last-child {
    border-bottom: 1px solid #e3e3e3
}

.section_community-about .vib-v2-title-banner-about h2 {
    color: #fff;
    line-height: normal
}

.vib-v2-content-community-about-txt {
    margin-top: 40px
}

.vib-v2-section-txt-community {
    margin-top: 60px
}
.box-search .search-in .btn.vib-v2-btn-dk01:disabled, .box-search .search-in .btn.vib-v2-btn-dk01:disabled:hover, a.vib-v2-btn-dk01.disabled, a.vib-v2-btn-dk01.disabled:hover, a.vib-v2-btn-dk02.disabled, a.vib-v2-btn-dk02.disabled:hover, button.vib-v2-btn-dk01.disabled, button.vib-v2-btn-dk01.disabled:hover, button.yellow-btn.disabled, button.yellow-btn.disabled:hover {
    background: var(--bg-color-mono-9) !important;
    color: var(--bg-color-mono-10) !important;
    opacity: 1 !important;
    transition: none;
}
@media only screen and (min-width: 1025px) {
.vib-v2-popup-link-store-mobile {
display: none;
}
.vib-v2-section-header_new_form .vib-v2-wrapper_new .vib-v2-main-nav-home, .vib-v2-section-header_new_form .vib-v2-wrapper_new .vib-v2-hamburger-menu {
    top: 50% !important;
} 
}

@media only screen and (max-width: 1024px) {
    .vib-v2-wrapper_new {
        padding: 0 20px;
        position: initial;
    }
    .vib-v2-popup-link-store-mobile {
        display: none;
       
    }
    .vib-v2-main-nav-home {
        display: none;
    }
    .vib-v2-section-header_new02 .vib-v2-hamburger-menu, .vib-v2-section-header_new_form .vib-v2-hamburger-menu, .vib-v2-section-header_new .vib-v2-hamburger-menu {
        top: 50%;
        padding: 5px;
        width: 40px;
        height: 40px;
        left: 10px;
        transform: translateY(-50%);
        position: absolute;
    }
    
   
.section-form .form-body {
            padding: 30px 20px;
    }
    
}
@media only screen and (max-width: 767px) {
    .lmenu-header .vib-v2-btn-dk01 {
        padding: 12px 3px;
        font-size: 14px;
    }
}