:root {
    --red: var(--color-primary);
    --blue: #323c52;
    --blue2: #162d38;
    --offwhite: #f2f1ed;
    --grey1: #a1a1a1;
}
@font-face {
    font-family: "SVN-Helvetica Now";
    font-weight: 300;
    src: url(../fonts/svn-helvetica-now-text-light.otf);
}
@font-face {
    font-family: "SVN-Helvetica Now";
    font-weight: 400;
    src: url(../fonts/svn-helvetica-now-text-regular.otf);
}
@font-face {
    font-family: "SVN-Helvetica Now";
    font-weight: 500;
    src: url(../fonts/svn-helvetica-now-text-medium.otf);
}
@font-face {
    font-family: "SVN-Helvetica Now";
    font-weight: 700;
    src: url(../fonts/svn-helvetica-now-text-bold.otf);
}
@font-face {
    font-family: "SVN-Helvetica Now";
    font-weight: 800;
    src: url(../fonts/svn-helvetica-now-text-extrabold.otf);
}
@font-face {
    font-family: "Georgia";
    font-weight: 400;
    src: url(../fonts/georgia.ttf);
}
*,
:after,
:before {
    box-sizing: border-box;
}
strong {
    font-weight: 700;
}
body {
    font-family: "SVN-Helvetica Now";
    line-height: 1.4;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;
    background-color: #fff;
    counter-reset: section;
}
:active,
:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.flasherror {
    position: absolute;
    background-color: transparent;
    border: 1px solid red;
    top: 0;
    left: -2px;
    width: calc(100% + 4px);
    height: 100%;
    display: none;
}
.select__wrap {
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
}
p {
    margin: 0 0 15px;
}
.marP p {
    margin-bottom: 4vh;
}
p:last-child,
.marP p:last-child {
    margin: 0;
}
.scrollbar-track-y,
.scrollbar-thumb {
    width: 4px !important;
    z-index: 1000 !important;
}
.scrollbar-track {
    opacity: 1 !important;
}
.scrollbar-track-y {
    background: #d8d8d8 !important;
}
.loading__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: transparent;
    display: none;
}
.loading__icon {
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    overflow: hidden;
    background-image: url(../images/loading.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}
.row_f .loading__wrap {
    width: 100%;
    height: 100%;
}
.anisecond,
.anifirst {
    opacity: 0;
}
.is-loading #main,
.is-loading .loadhide {
    display: none;
}
.is-transitioning {
    pointer-events: none;
    cursor: progress;
}
#viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--offwhite);
}
.clearfix {
    clear: both;
}
header {
    position: relative;
}
.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 30000;
    top: 0;
    left: 0;
    background: #fff;
}
.progress {
    height: 2px;
    width: 0;
    background: var(--offwhite);
    position: absolute;
    left: 0;
    top: 0;
}
.c {
    width: 1248px;
    position: relative;
    margin: auto;
    z-index: 100;
}
.eff_scroll_zom_wrap {
    overflow: hidden;
    position: relative;
}
.eff_scroll_zom_wrap img {
    width: 100%;
    height: auto;
}
.bg__anima_01 {
    position: relative;
    overflow: hidden;
}
.bg__anima__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.bg__anima__img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.loading_w {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    display: none;
}
.loading_i {
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/loading-white.svg);
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}
.statistical .loading_i {
    background-image: url(../images/loading.svg);
}
.mod-sel {
    position: relative;
}
.mod-sel .mod-sel-ls {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    z-index: 1000;
}
.mod-sel li {
    list-style: none;
    line-height: 24px;
    background-color: #fff;
    cursor: pointer;
    padding: 11px 10px;
    position: relative;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
}
.mod-sel li:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: 0;
    left: 0;
    -o-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.mod-sel li:hover {
    color: var(--red);
}
.mod-sel-lb {
    line-height: 33px;
    background-color: #fff;
    padding: 0 28px 0 10px;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mod-sel-lb:before {
    content: "";
    width: 17px;
    height: 10px;
    background-size: 100% 100%;
    background-image: url(../images/arrow_bot_r.svg);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}
.form-select {
    display: flex;
    width: 100%;
}
.form-select > div:nth-child(1) {
    width: 180px;
    line-height: 53px;
}
.form-select > div:nth-child(2) {
    width: calc(100% - 180px);
    padding: 10px 0;
}
.mainmenu {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 4;
}
.mainmenu .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.logo {
    width: 100px;
    height: 17px;
    display: table-cell;
    background-image: url(../images/logoshortn.svg);
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
}
.menu {
    display: flex;
}
.menu li {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #323c52;
    list-style: none;
    line-height: 50px;
    cursor: pointer;
    margin-left: 27px;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.menu li.active,
.menu li:hover {
    color: var(--color-primary);
}
.line-bottom {
    width: 100% !important;
    height: 1px !important;
    background: #a1a1a1;
    position: absolute;
    bottom: 0;
    left: 0;
    -o-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.line-top {
    width: 100% !important;
    height: 1px !important;
    background: #a1a1a1;
    position: absolute;
    top: 0;
    left: 0;
    -o-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.line-left {
    width: 1px !important;
    height: 100% !important;
    background: #a1a1a1;
    position: absolute;
    top: 0;
    left: 0;
    -o-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.line-right {
    width: 1px !important;
    height: 100% !important;
    background: #a1a1a1;
    position: absolute;
    top: 0;
    right: 0;
    -o-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
header {
    position: relative;
    padding-top: 50px;
    background-color: #fff;
    display: flex;
    width: 100%;
}
header > div {
    width: 50%;
}
.form-cw {
    max-width: 470px;
    position: relative;
    margin-left: 105px;
}
.mobile {
    display: none;
}
h1 {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.05em;
    color: var(--color-primary);
    margin: 50px 0 16px;
}
h1 a {
    color: var(--color-primary);
    text-decoration: none;
}
.form_row_r {
    position: relative;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #323c52;
}
input {
    height: 45px;
    line-height: 45px;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #323c52;
    width: 100%;
    border: 0;
}
::-webkit-input-placeholder {
    color: #323c52;
}
:-ms-input-placeholder {
    color: #323c52;
}
::placeholder {
    color: #323c52;
}
.btn-c {
    position: relative;
    margin-top: 20px;
}
.btn-c.mrT40 {
    margin-top: 40px;
}
.btn-lbl {
    display: flex;
    justify-content: center;
}
.btn-lbl > div:nth-child(1) {
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 40px 14px 25px;
    cursor: pointer;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background-color: var(--color-primary);
}
.btn-lbl > div:nth-child(1) span {
    position: relative;
}
.btn-lbl > div:nth-child(1) span:before {
    content: "";
    width: 19px;
    height: 14px;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/a_r.svg);
    position: absolute;
    top: 50%;
    right: -24px;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-lbl > div:nth-child(1):hover {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.btn-lbl > div:nth-child(1):hover span:before {
    background-image: url(../images/a_r-h.svg);
}
.notice {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #a1a1a1;
    margin-top: 55px;
}
.notice strong {
    font-weight: 500;
}
.option-rg {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}
.option-rg li {
    position: relative;
    line-height: 33px;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 12px;
    cursor: pointer;
    color: #323c52;
    font-weight: 300;
}
.option-rg li.active,
.option-rg li:hover {
    color: #fff;
    background-color: #323c52;
}
h3 {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #323c52;
    padding: 55px 0;
}
.gr_clm {
    display: flex;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #323c52;
    width: 100%;
    justify-content: space-between;
}
.gr_clm_it {
    max-width: 240px;
}
.gr_clm_it:nth-child(1) .gr_txt {
    padding-right: 60px;
}
.gr_clm_it:nth-child(2) .gr_txt {
    padding-right: 28px;
}
.gr_icon {
    position: relative;
    height: 110px;
}
.gr_icon img {
    height: 80px;
    width: auto;
}
.gr_txt {
    padding-top: 20px;
}
.sPB50 {
    padding-bottom: 50px;
}
.bgw {
    background-color: #fff;
}
.col-blue {
    color: #323c52;
}
.sly_w {
    position: relative;
    padding: 80px 105px 0;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.02em;
}
.sla_control {
    position: absolute;
    top: 38px;
    right: 100px;
    display: flex;
    height: 35px;
    align-items: center;
}
.sla_prev {
    width: 31px;
    height: 22px;
    background-size: 100% 100%;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/sla_prev.svg);
    background-repeat: no-repeat;
    margin-left: 15px;
}
.sla_next {
    width: 31px;
    height: 22px;
    background-size: 100% 100%;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/sla_next.svg);
    background-repeat: no-repeat;
    margin-left: 12px;
}
.sla_prev.slick-disabled {
    background-image: url(../images/sla_prev_none.svg);
    cursor: not-allowed;
}
.sla_next.slick-disabled {
    background-image: url(../images/sla_next_none.svg);
    cursor: not-allowed;
}
.investor-ifo {
    display: flex;
    align-items: center;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #323c52;
    margin-top: 30px;
}
.investor-ifo > div > div:nth-child(1) {
    width: 95px;
    margin-right: 45px;
}
.investor-img {
    border-radius: 50%;
}
.investor-img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.sly2 {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #323c52;
}
.sly2-it {
    position: relative;
    width: 515px;
    margin-right: 218px;
}
.sly2 .slick-track {
    display: flex;
}
.sly2 .slick-slide {
    float: inherit;
    height: auto;
    min-height: auto;
}
.sly2 .line-right {
    right: -109px;
}
.sly2-w .sla_control {
    top: 55px;
    right: 0;
}
.flex03 {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}
.flex03_it {
    width: calc(50% - 30px);
    margin-bottom: 70px;
}
.funds h3 {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 23px;
    margin-bottom: 32px;
    position: relative;
}
.rpoptitle {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #323c52;
    margin: 20px 0;
}
.VESAF .rpoptitle {
    padding-right: 50px;
}
.VEOF .rpoptitle {
    padding-right: 160px;
}
.VIBF .rpoptitle {
    padding-right: 120px;
}
.VFF .rpoptitle {
    padding-right: 120px;
}
.point-it {
    display: flex;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #323c52;
    margin-bottom: 10px;
}
.point-it > div:nth-child(1) {
    margin-right: 10px;
}
.statistical {
    min-height: 180px;
    position: relative;
    margin-top: 20px;
}
.VIBF .statistical {
    margin-top: 44px;
}
.chartifo-r {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 8px 0;
}
.chartifo-r > div:nth-child(1) {
    width: 48%;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-size: 9.5px;
    line-height: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 40px;
}
.chartifo-r > div:nth-child(2) {
    width: 26%;
    font-family: "SVN-Helvetica Now";
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 35px;
}
.chartifo-r > div:nth-child(3) {
    width: 26%;
    font-family: "SVN-Helvetica Now";
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 35px;
}
.chartifo-r:nth-child(1) > div:nth-child(2),
.chartifo-r:nth-child(1) > div:nth-child(3) {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.col-blue {
    color: var(--blue);
}
.col-red {
    color: var(--red);
}
.col-grey1 {
    color: var(--grey1);
}
.col-white {
    color: #fff;
}
.chartnote {
    margin-top: 5px;
    font-size: 13px;
}
.fundnote {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #a1a1a1;
    margin-top: 10px;
}
.flex03_it .btn-lbl {
    display: flex;
    justify-content: flex-start;
}
.flex03_it .btn-c {
    margin-top: 25px;
}
.opitems {
    display: flex;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
}
.opitems.sparound {
    justify-content: space-around;
}
.opitems li {
    width: calc(25% - 24px);
    margin-right: 32px;
    position: relative;
}
.opitems.sparound li {
    width: calc(25% - 16px);
    margin-right: 0;
}
.opitems.sparound .rpnumber {
    margin-top: 0;
}
.opitems li:nth-child(4n + 4) {
    margin-right: 0;
}
.rpnumber {
    position: relative;
    padding: 0 0 21px;
    margin: 20px 0 20px;
}
.f10 {
    font-family: "Georgia";
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.07em;
    color: var(--red);
}
.rpnumber span {
    font-size: 0.26em;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 7px;
    letter-spacing: -1px;
    margin-left: 5px;
}
.rpnumber p {
    display: flex;
    align-items: center;
}
.aboutvinacapital h3 {
    padding-bottom: 0;
}
.logofooter {
    display: table-cell;
    width: 198px;
    height: 31px;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/logo.svg);
}
.footer-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #a1a1a1;
}
.aboutvinacapital {
    padding-bottom: 80px;
}
.footer {
    padding: 50px 0 40px;
}
.sly_img {
    position: relative;
}
.playbutton {
    background-image: url(../images/playbutton.svg);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 100;
    cursor: pointer;
}
.menuicon {
    display: none;
}
.bgoverimg {
    width: 100%;
    height: 100%;
    position: relative;
}
.bgoverimg img {
    width: auo;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    min-height: 100%;
}
.form-cw {
    padding-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
    .page-id-26940 .gr_clm_it {
        width: 18%;
    }
}
@media only screen and (max-width: 1440px) {
    h1 {
        margin-top: 40px;
    }
    .form-cw {
        padding-bottom: 50px;
    }
    .notice {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1366px) {
    h1 {
        margin-top: 20px;
    }
    .form-cw {
        padding-bottom: 40px;
    }
    .notice {
        margin-top: 40px;
    }
    .form-cw {
        margin-left: 80px;
    }
}
@media only screen and (max-width: 1300px) {
    .form-cw {
        padding-bottom: 30px;
    }
    .form-cw {
        margin-left: 55px;
    }
    .c {
        width: calc(100vw - 120px);
    }
    .menu li {
        cursor: pointer;
        margin-left: 15px;
    }
    .menu li:first-child {
        margin-left: 0;
    }
    .gr_clm_it {
        max-width: calc(20vw - 40px);
    }
    .gr_clm_it:nth-child(1) .gr_txt {
        padding-right: 25px;
    }
    .gr_clm_it:nth-child(2) .gr_txt {
        padding-right: 6px;
    }
    .sly2-it {
        position: relative;
        width: calc(50vw - 120px);
        margin-right: 120px;
    }
    .sly2 .line-right {
        right: -60px;
    }
    .chartifo-r > div:nth-child(1) {
        width: 60%;
    }
    .chartifo-r > div:nth-child(2),
    .chartifo-r > div:nth-child(3) {
        width: 30%;
    }
    .VIBF .statistical {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1240px) {
    .c {
        width: calc(100vw - 100px);
    }
    .form-cw {
        max-width: calc(50vw - 100px);
        margin-left: 50px;
    }
    .notice {
        margin-top: 25px;
    }
    h1 {
        margin-bottom: 5px;
    }
    .gr_clm_it {
        max-width: calc(20vw - 30px);
    }
    .flex03_it {
        width: calc(50% - 25px);
    }
}
@media only screen and (max-width: 1100px) {
    .c {
        width: calc(100vw - 80px);
    }
    .menu li {
        font-size: 11px;
        margin-left: 15px;
    }
    .mainmenu .c {
        margin-left: 40px;
    }
    h1 {
        font-size: 22px;
        line-height: 34px;
    }
    .form-cw {
        max-width: calc(50vw - 60px);
        margin-left: 30px;
    }
    .form-select > div:nth-child(1) {
        width: 162px;
    }
    .form-select > div:nth-child(2) {
        width: calc(100% - 162px);
    }
    .option-rg li {
        padding: 0 10px;
    }
    input {
        height: 36px;
        line-height: 36px;
    }
    .notice {
        margin-top: 15px;
    }
    .btn-c {
        margin-top: 15px;
    }
    h1 {
        margin-bottom: 0;
    }
    .chartifo-r > div:nth-child(1) {
        padding-right: 25px;
    }
    .chartifo-r:nth-child(1) > div:nth-child(2),
    .chartifo-r:nth-child(1) > div:nth-child(3) {
        font-size: 10px;
        line-height: 16px;
    }
    h3 {
        font-size: 22px;
    }
    .f10 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media only screen and (min-width: 1024px) {
    .page-id-26940 .bgoverimg img {
        top: 0;
        bottom: inherit;
    }
    .page-id-26940 .desktop.bgoverimg {
        overflow: hidden;
    }
    .page-id-26940 .scrollbar-track-y,
    .page-id-26940 .scrollbar-thumb {
        width: 12px !important;
    }
}
@media only screen and (max-width: 1023px) {
    h1 {
        margin-top: 0;
    }
    .mainmenu {
        z-index: 1000;
    }
    #viewport {
        position: relative;
        height: auto;
    }
    .mainmenu {
        height: 60px;
    }
    .mainmenu .c {
        height: 60px;
    }
    .menumobile {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        display: none;
        opacity: 0;
        background-color: #fff;
    }
    .menu li {
        font-size: 24px;
        line-height: 35px;
        margin-left: 0;
        padding: 15px 0 15px 40px;
    }
    .menu li:first-child {
        padding-top: 60px;
    }
    .logo {
        width: 160px;
        height: 25px;
    }
    .menu {
        display: block;
    }
    header {
        display: block;
    }
    header > div {
        width: 100%;
    }
    .form-cw {
        max-width: calc(100vw - 80px);
        margin-left: 40px;
        padding: 40px 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 35px;
    }
    input {
        height: 45px;
        line-height: 45px;
    }
    .form-select > div:nth-child(1) {
        width: 180px;
    }
    .option-rg {
        justify-content: flex-start;
    }
    .option-rg li {
        margin-right: 15px;
    }
    .btn-c {
        margin-top: 25px;
    }
    .notice {
        margin-top: 25px;
    }
    .gr_clm_it {
        max-width: calc(50vw - 60px);
        width: calc(50vw - 60px);
    }
    .gr_clm {
        flex-wrap: wrap;
    }
    .gr_clm_it:nth-child(n + 3) {
        margin-top: 25px;
    }
    h3 {
        padding: 40px 0 20px;
    }
    .sly_w {
        padding: 80px 0 0;
    }
    .btn-c.mrT40 {
        margin-top: 30px;
    }
    .sla_control {
        right: 0;
    }
    .sly2-it {
        width: calc(100vw - 80px);
        margin-right: 0;
    }
    .sly2 .line-right {
        display: none;
    }
    .sly2-w {
        margin-top: 30px;
    }
    .sly2-w .sla_control {
        top: 82px;
    }
    .funds h3 {
        padding-top: 40px;
    }
    .flex03_it {
        width: calc(100vw - 80px);
        margin-bottom: 60px;
    }
    .rpnumber {
        margin: 10px 0 20px;
    }
    .f10 {
        font-size: 90px;
        line-height: 90px;
    }
    .opitems li {
        width: calc(50% - 20px);
        margin-right: 0;
    }
    .opitems li:nth-child(n + 3) {
        margin-top: 35px;
    }
    .opitems {
        justify-content: space-between;
    }
    .menuicon {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menuicon > div {
        width: 20px;
        height: 14px;
        background-size: 100% 100%;
        overflow: hidden;
        background-image: url(../images/menuicon.svg);
    }
    .menuicon.open > div {
        background-image: url(../images/menuclose.svg);
    }
    .logo {
        background-image: url(../images/logomobile.svg);
    }
    .VESAF .rpoptitle {
        padding-right: 0;
    }
    .VEOF .rpoptitle {
        padding-right: 0;
    }
    .VIBF .rpoptitle {
        padding-right: 0;
    }
    .VFF .rpoptitle {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .c {
        width: calc(100vw - 50px);
    }
    .mainmenu .c {
        margin-left: 25px;
    }
    .form-cw {
        max-width: calc(100vw - 50px);
        margin-left: 25px;
    }
    h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.05em;
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
    section {
        padding: 0;
    }
    .form-select {
        flex-wrap: wrap;
    }
    .form-select > div:nth-child(1),
    .form-select > div:nth-child(2) {
        width: 100%;
    }
    .form-select > div:nth-child(2) {
        padding: 0 0 12px;
        margin-top: -10px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .gr_clm_it {
        max-width: calc(50vw - 33px);
        width: calc(50vw - 33px);
    }
    .sly_w {
        padding: 76px 0 0;
    }
    .sla_control {
        top: 34px;
    }
    .sly2-it {
        width: calc(100vw - 50px);
    }
    .sly2 {
        font-size: 17px;
        line-height: 24px;
    }
    .sly2-w .sla_control {
        right: 25px;
    }
    .investor-ifo > div > div:nth-child(1) {
        width: 70px;
        margin-right: 15px;
    }
    .investor-ifo {
        font-family: "SVN-Helvetica Now";
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }
    .gr_clm_it:nth-child(1) .gr_txt {
        padding-right: 0;
    }
    .gr_clm_it:nth-child(2) .gr_txt {
        padding-right: 0;
    }
    .playbutton {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
    }
    .flex03_it .btn-lbl {
        justify-content: center;
    }
    .fundnote {
        text-align: center;
    }
    .f10 {
        font-size: 60px;
        line-height: 60px;
    }
    .opitems li {
        width: calc(50% - 8px);
    }
    .aboutvinacapital {
        padding-bottom: 65px;
    }
    .footer-c {
        display: block;
        font-family: "SVN-Helvetica Now";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
        color: #a1a1a1;
    }
    .footer-c > div:nth-child(2) {
        margin-top: 13px;
    }
    .chartifo-r:nth-child(1) > div:nth-child(3) {
        text-align: center;
    }
    .chartifo-r > div:nth-child(2),
    .chartifo-r > div:nth-child(3) {
        text-align: center;
    }
    .chartifo-r > div:nth-child(1) {
        padding-right: 5px;
    }
    .menu li {
        font-size: 17px;
        line-height: 24px;
        padding: 10px 0 10px 25px;
    }
    .menu li:first-child {
        padding-top: 45px;
    }
    .gr_clm,
    .point-it {
        line-height: 22px;
    }
    .flex03_it {
        width: calc(100vw - 50px);
    }
}
@media only screen and (max-width: 390px) {
    .f10 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 320px) {
    .option-rg li {
        margin-right: 0;
        padding: 0 9px;
    }
    .option-rg {
        justify-content: space-between;
    }
    .sly2-w .sla_control {
        top: 100px;
    }
    .f10 {
        font-size: 45px;
        line-height: 45px;
    }
}
.page-id-26940 .statistical[data-fund="VVF"] .chartifo-r:last-child {
    display: none;
}
.page-id-41352 header {
    display: block;
}
.page-id-41352 header div {
    width: 100%;
}
.page-id-41352 .bgoverimg img {
    position: relative;
    width: 100%;
}
.page-id-41352 .form-cw {
    max-width: 800px;
    margin: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-41352 .btn-lbl {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}
