fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.cover{background-color:#e7fbdd;background-image:url(/images/background/cover/cover-part-top.png),url(/images/background/cover/cover-part-bottom.png);background-position:0 0,100% 100%;background-repeat:no-repeat,no-repeat}.section-gradient:before{content:"";background:linear-gradient(180deg,#f3f8f7 37.63%,rgba(235,241,243,0) 91.16%);height:200px;position:absolute;width:100%;z-index:-1}.box-shadow{box-shadow:1px 1px 8px rgba(119,130,136,.2)}.box-shadow-inset{box-shadow:inset 0 1px 4px rgba(0,0,0,.09)}.border-custom{position:relative;top:0;height:4px}.border-bottom-primary{border-bottom:2px solid #6cd56b!important}@media(min-width:768px){.border-md-end{border-right:1px solid #dee4e8}}@media(min-width:992px){.border-lg-end{border-right:1px solid #dee4e8}}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.table-advanced .table-simple-customfield>.table.b-table>thead>tr>th{border-right:1px solid #dee4e8!important}.table-advanced .table-simple-customfield>.table.b-table>thead>tr>th:first-child,.table-advanced .table-simple-customfield>.table.b-table>thead>tr>th:last-child{border-right:0 solid #dee4e8!important}.table-advanced .table-simple-customfield>.table.b-table>tbody>tr>td{border-right:1px solid #dee4e8!important}.table-advanced .table-simple-customfield>.table.b-table>tbody>tr>td:first-child,.table-advanced .table-simple-customfield>.table.b-table>tbody>tr>td:last-child{border-right:0 solid #dee4e8!important}.w-150px{width:150px!important}.mxw-150{max-width:150px!important}.mnw-150{min-width:150px!important}.mnw-160{min-width:160px!important}.mnw-170{min-width:170px!important}.mnw-180{min-width:180px!important}.mnw-250{min-width:250px!important}.mnw-200{min-width:200px!important}.mnw-220{min-width:220px!important}.mnw-500{min-width:500px!important}.mnw-130{min-width:130px!important}.mnw-120{min-width:120px!important}.mnw-100{min-width:100px!important}.mnw-80{min-width:80px!important}.mnw-65{min-width:65px!important}.mnw-50{min-width:50px!important}.border-radius-2px{border-radius:2px!important}.datetimes-picker.custom-date-picker .vc-container{--green-700:#1ac21a!important;--green-900:#1ac21a!important;--blue-600:#3b7ac3!important;--blue-200:#f3f7f9!important}.datetimes-picker.custom-date-picker .vc-pane{font-family:DB Helvethaica X,sans-serif}.datetimes-picker.custom-date-picker .vc-header .vc-title{font-family:DB Helvethaica X\ 65 Med,sans-serif;font-size:20px;font-weight:500}.datetimes-picker.custom-date-picker .vc-nav-popover-container{background-color:#1d3352}.datetimes-picker.custom-date-picker .vc-nav-popover-container .vc-nav-item,.datetimes-picker.custom-date-picker .vc-nav-popover-container .vc-nav-title{font-size:24px;font-family:DB Helvethaica X,sans-serif;font-weight:500}.datetimes-picker.custom-date-picker .vc-weeks{font-weight:500}.datetimes-picker.custom-date-picker .vc-weeks .vc-weekday{font-family:DB Helvethaica X,sans-serif;font-size:20px;font-weight:500}.datetimes-picker.custom-date-picker .vc-weeks .vc-day-content{font-family:DB Helvethaica X,sans-serif;color:#292626;font-size:20px;font-weight:400!important}.datetimes-picker.custom-date-picker .vc-weeks .vc-day-content.is-disabled{color:#979ca5}.btn-wrap{min-width:auto!important;word-break:break-word}.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column{z-index:4!important}.width-24px{width:24px!important}.width-28px{width:28px!important}.height-24px{height:24px!important}.height-28px{height:28px!important}.stock-com-and-screen[data-v-35c6d6c5]:before{width:100%;height:300px!important;position:absolute;top:0 rem!important;right:0;bottom:-10 rem!important;left:0;content:"";background:linear-gradient(180deg,#f3f8f7 37.63%,rgba(235,241,243,0) 91.16%);z-index:0}.nav-tabs.primary-active-underline-arrow .nav-link.active[data-v-35c6d6c5]{color:#154e92!important;background-color:transparent!important}.nav-tabs.primary-active-underline-arrow .nav-link.active[data-v-35c6d6c5]:before{background-color:#154e92!important}.nav-tabs.primary-active-underline-arrow .nav-link.active[data-v-35c6d6c5]:after{border:0!important}.past-performance .multiselect{min-height:35px}.past-performance .multiselect__select{height:34px!important}.past-performance .multiselect__tags{min-height:35px;padding:7px 40px 0 8px}.past-performance .multiselect__single{margin-bottom:6px}.custom-input-label-past-performance select{text-overflow:ellipsis;display:flex}.custom-input-label-past-performance .input-group .input-group-text{padding:0 .75rem;font-size:.75rem!important}.custom-input-label-past-performance .input-group .form-control{padding:0 .75rem;font-size:1.25rem!important}.equity-dropdown-select{min-width:100px}.equity-dropdown-select .multiselect__tags{min-width:auto!important}@media(min-width:768px){.equity-dropdown-select .multiselect__tags{min-width:150px!important}}.form-select{background-position:right .75rem top .6rem}.custom-multiselect.multiselect--active{z-index:3!important}.custom-multiselect.multiselect--active .multiselect__tags{border:1px solid #1ac21a;border-radius:5px}.custom-multiselect.multiselect--active .multiselect__select{transform:rotate(-180deg);transition:.2s}.custom-multiselect.multiselect .multiselect__tags{border:1px solid #ced4da;border-top-left-radius:0!important;border-bottom-left-radius:0!important;min-width:150px}.custom-multiselect.multiselect:hover .multiselect__tags{border:1px solid #1ac21a;cursor:pointer}.custom-multiselect.multiselect .multiselect__tags .multiselect__single{font-family:DB Helvethaica X,sans-serif;font-size:1.25rem;color:#292626}.custom-multiselect.multiselect .multiselect__select{transition:.2s}.custom-multiselect.multiselect .multiselect__select:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231e1e21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");border:0;display:block;width:100%;height:100%;top:5%;background-position:0 10%;background-repeat:no-repeat}.custom-multiselect.multiselect .multiselect__content-wrapper{border:1px solid #1ac21a;border-radius:4px}.custom-multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option{font-family:DB Helvethaica X,sans-serif;font-size:1.25rem}.custom-multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option .show-select{display:none}.custom-multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--highlight{background-color:#1ac21a;color:#fff}.custom-multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--selected{background-color:#fff;color:#1ac21a}.custom-multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--selected .show-select{display:block}.text-end[data-v-79ff26e8]{position:relative;top:5px}.btn-view-more[data-v-79ff26e8]{color:#545557}.snapshot-item[data-v-35a3a4b2]{border-radius:5px;width:15.625rem;height:auto;cursor:pointer}.h-32px[data-v-35a3a4b2]{height:32px}.pt-50px[data-v-35a3a4b2]{padding-top:50px}.pt-2px[data-v-35a3a4b2]{padding-top:2px}.custom-card[data-v-35a3a4b2]{padding:14px;background:#fff;box-shadow:1px 1px 8px rgba(119,130,136,.2);border-radius:4px;height:165px!important}.custom-card[data-v-35a3a4b2]:hover{box-shadow:3px 3px 16px 2px rgba(106,110,112,.26);transition:.2s}.custom-card:hover .title[data-v-35a3a4b2]{color:#0d4fce!important}.badge[data-v-35a3a4b2]{color:#fff;font-family:Sarabun,sans-serif!important;line-height:1.5;font-weight:500;font-size:12px;padding:2px 8px}[class^=tag-][data-v-35a3a4b2]{font-weight:500;line-height:18px;font-family:DB Helvethaica X\ 65 Med,sans-serif;font-size:1.125rem;width:-moz-fit-content;width:fit-content;display:flex;align-items:center!important;padding:1px .5rem;position:relative}.tag-pined[data-v-35a3a4b2]{color:#e4a200;background-color:#fff8e6;border-radius:2px}.tag-green[data-v-35a3a4b2]{background-color:#1ac21a}.tag-blue[data-v-35a3a4b2],.tag-green[data-v-35a3a4b2]{color:#fff;border-radius:2px}.tag-blue[data-v-35a3a4b2]{background-color:#0d4fce}.tag-today[data-v-35a3a4b2]{color:#545557;background-color:#fff;border-radius:0 2px 2px 0;border:1px solid #dee4e8;border-left:none}.tag-today[data-v-35a3a4b2]:before{content:"";height:calc(100% + 2px);width:2px;border-left:4px solid #1ac21a!important;border-radius:2px 0 0 2px;position:absolute;left:-2px}.text-truncate-2-line[data-v-35a3a4b2]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.div-bottom[data-v-35a3a4b2]{position:absolute;bottom:10px}.research .swiper-pagination{margin-top:20px!important}.research .swiper-pagination-bullet{width:10px;height:10px;margin:3px;background-color:#979ca5}.research .swiper-pagination-bullet:only-child{visibility:hidden}.research .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1ac21a}.research .swiper-container-horizontal>.swiper-pagination{text-align:left;position:absolute;bottom:0}.research .swiper-button-navigation{color:#1ac21a;border:1px solid #dee4e8;box-sizing:border-box;box-shadow:1px 1px 8px rgba(119,130,136,.2);background-color:#fff;font-size:1.5rem;width:2.5rem;height:2.5rem;position:absolute;top:50%;z-index:1;transition:transform .1s ease-in-out;transform:translateY(-50%)}.research .swiper-button-navigation:after{position:absolute;border-radius:100%;content:"";display:block;width:inherit;height:inherit;z-index:1}.research .swiper-button-navigation.click{transform:scale(.94) translateY(-50%);filter:contrast(98%)}.research .swiper-button-navigation.left{left:15px}.research .swiper-button-navigation.right{right:15px}.research .swiper-button-navigation.swiper-button-disabled{display:none!important}.research .navigation-out-side.custom-navigation .swiper-button-navigation{box-shadow:2px 2px 10px rgba(119,130,136,.25);border:1px solid #dee4e8;color:#1ac21a}.research .navigation-out-side.custom-navigation .swiper-button-navigation.left{left:-10px}.research .navigation-out-side.custom-navigation .swiper-button-navigation.right{right:-10px}@media(min-width:992px){.research .navigation-out-side.custom-navigation .swiper-button-navigation.left{left:-15px}.research .navigation-out-side.custom-navigation .swiper-button-navigation.right{right:-15px}}