@import url(//fonts.googleapis.com/earlyaccess/notosansscsliced.css);
.modal{
    z-index: 999999999;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}
.card {
    background-color: transparent;
}
.mobile-show {
    display: none;
}
.desktop-show {
    display: block;
}
button:active, button:focus {
    outline: 0;
}
.cimb-i-trade-frame>.row {
    display: block;
}
.col-lg-12.col-md-12.col-no-padding.insights-tabbar.row.row-no-margin>.tab-table {
    width: 70%;
    overflow: auto;
}
.carousel *{
    font-family: Muli;
}
.carousel span{
    font-family: Poppins;
}
.insights-detail-icon-bar-frame {
    width: 114px;
    display: inline-block;
    vertical-align: top;
}
.chiese-text{
    font-family: 'Noto Sans SC Sliced', sans-serif;
}
h1{
    font-family: Poppins;
    font-size: 50px;
}
h2{
    font-family: Poppins;
    font-size: 40px 
}
h3{
    font-family: Poppins;
    font-size: 22px;
}
h4{
    font-family: Muli;
    font-size:16px;
}
a {
    text-decoration: none;
    color: #212529;
}
a:hover {
    text-decoration: none;
}
#topbutton {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
    cursor: pointer;
    opacity: 0.6;
}
.form-control:focus{
    border-color: #0B318F;
    box-shadow: none;
}
.sticky-top{
    padding-right: 0px !important;
    margin-right: 0px !important;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}
.fit-browser-width{
    width: 100% 
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://www.cgsi.com/en/images/loading.gif) center no-repeat #efefef;
}
/*bootstrap btn style start */
/* 20190423 fixed .btn-danger {
     background: linear-gradient(to bottom, #E60012 50%, #0B318F 50%) !important;
     background-size: 200% 300% !important;
     background-position:top !important;
     border: none!important;
     transition:all 0.2s ease !important;
}
*/
.btn-danger {
    background: linear-gradient(to bottom, #E60012 50%, #BD000F 50%) !important;
    background-size: 200% 300% !important;
    background-position:top !important;
    border: none!important;
    transition:all 0.2s ease !important;
}
.btn-danger:hover{
    background-position: bottom !important;
    color:#FFF !important;
}
.btn-danger:focus{
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
.btn-danger:focus:hover{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    ;
}
.btn-danger:active{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    ;
}
.btn-outline-danger {
    border-color: #E60012 !important;
    color: #E60012;
    transition:all 1s ease !important;
}
.btn-outline-danger:hover {
    background: transparent;
    border-color: #0B318F !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    ;
    color: #0B318F;
}
.btn-outline-danger:active{
    color: #0B318F !important;
    background: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.btn_intercom {
    position: fixed;
    bottom: 10%;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}
/*bootstrap btn style end*/
.main_editor_frame {
    padding: 30px 7.2vw;
    padding-top: 85px;
    background: #F7F7F7;
}
.main_editor_blank_frame {
    /*padding: 0px 7.2vw;*/
}
/* main web frame start*/
.main_website_frame {
    padding: 0px 15px;
    background: transparent;
}
.main_product_frame{
    margin-left: 7.2vw;
}
.main_explore_recommended_frame{
    padding: 0px 7.2vw;
}
/* main web frame end*/
/* error start */
.error-iframe {
    padding: 169px 175px;
    margin-right: 0px;
    margin-left: 0px 
}
/* error end */
.blue-line {
    box-sizing: border-box;
    height: 2px;
    width: 43px;
    margin: 10px 35px 0px 35px;
    border-top: 1px solid #0B318F;
}
.white-line {
    box-sizing: border-box;
    height: 2px;
    width: 43px;
    border-top: 1px solid #FFF;
}
.iframe-search-header {
    padding: 70px 7.2vw 27px 7.2vw;
}
.btn_search {
    cursor: pointer;
}
.search-searchbox-frame {
    padding: 41px 7.2vw 41px 7.2vw;
    background-color: #F7F7F7;
}
.search-keyword-box {
    padding: 23px .75rem;
}
.search-resultlength {
    margin-top: 9px;
    color: #9B9B9B;
    font-family: Muli;
    font-weight:900 
}
.iframe-search {
    padding: 60px 7.2vw;
}
/* newsroom start */
#iframe-newsroom {
    padding: 70px 7.2vw 60px 7.2vw;
}
.newsroom-title {
    color: #212121;
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    margin-right: 31px;
}
.newsroom-list{
    width: 100%;
}
.newsroom-divider {
    padding-top: 14px;
    border-bottom: 0.5px solid #D8D8D8;
}
.newsroom-filter-frame-desktop {
    margin-top: 50px;
    margin-bottom: 90px;
    display: flex;
}
.newsroom-filter-frame-desktop .form-control{
    padding: 23px .75rem !important;
}
.newsroom-filter-frame-mobile {
    display: none;
    margin-top: 28px;
    margin-bottom: 28px;
}
.newsroom-datetime {
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.newsroom-teaser {
    margin-top: 15px;
    padding-right: 10%;
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.newsroom-learnmore {
    display: none;
}
.newsroom-hr {
    margin: 34px 0px;
    box-sizing: border-box;
    height: 2px;
    border-bottom: 0.5px solid #D8D8D8;
}
.newsroom-frame {
    cursor: pointer;
    background: url(https://www.cgsi.com/en/images/arrow_down_right.png) no-repeat 100% 50% transparent;
}
.newsroom-connectioncountry {
    display: inline;
}
.newsroom-tab-select-controll .select-selected {
    padding-right: 28px;
    border-radius: 0px;
    color: black !important;
    width: 200px;
}
.btn-newsroom {
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
    width: 200px;
}
#mediacontacts {
    padding: 0px 7.2vw;
    z-index: 2;
}
.mediacontacts-divider {
    margin-bottom: 71px;
    border-top: 0.5px solid #D8D8D8;
}
.mediacontacts-frame {
    padding: 0px 0px 71px 0px;
}
.mediacontacts-tab-subtitle {
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin-right: 31px;
}
.mediacontacts-tab-select-controll .select-selected {
    padding-right: 28px;
    color: black !important;
    width: 184px;
    margin-top: 20px;
}
.mediacontacts-tab-select-controll .select-items {
    width: 184px;
}
.mediacontacts-items-frame {
    margin-top: 57px;
    overflow: auto;
}
.mediacontacts-items {
    height: 290px;
    width: 410px;
    border: 0.5px solid #D8D8D8;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 9px 0 rgba(36,38,44,0.11);
    padding: 25px 32px;
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 20px;
}
.mediacontacts-items-divider {
    box-sizing: border-box;
    height: 2px;
    margin-top: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.mediacontacts-items-name {
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
}
.mediacontacts-items-position {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 28px;
    margin-top: 13px;
    height: 56px;
}
.mediacontacts-items-phone {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}
.mediacontacts-items-email {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 4px;
}
.mediacontacts-items-place {
    margin-top: 18px;
}
/* newsroom end */
/* pagging start */
.pagging-btnPreviousReadonly {
    border: none;
    outline: none;
    padding: 10px 16px 10px 0px;
    margin-right: 19px;
    background-color: transparent;
    font-size: 12px;
    background: url("https://www.cgsi.com/en/images/arrow_left_grey.png") no-repeat scroll 50% 0% transparent;
}
.pagging-btnPrevious {
    border: none;
    outline: none;
    padding: 10px 16px 10px 0px;
    margin-right: 19px;
    background-color: transparent;
    cursor: pointer;
    font-size: 12px;
    background: url("https://www.cgsi.com/en/images/arrow_down_left.png") no-repeat scroll 50% 0% transparent;
}
.pagging-btnNext {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    cursor: pointer;
    margin-left: 15px;
    font-size: 12px;
    background: url("https://www.cgsi.com/en/images/arrow_down_right.png") no-repeat scroll 50% 0% transparent;
}
.pagging-btnNextReadonly {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    margin-left: 15px;
    font-size: 12px;
    background: url("https://www.cgsi.com/en/images/arrow_right_grey.png") no-repeat scroll 50% 0% transparent;
}
.pagging-btnPage {
    border: none;
    outline: none;
    padding: 5px 12px;
    margin-left: 11px;
    background-color: transparent;
    cursor: pointer;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
}
.pagging-btnPage:hover {
    background-color: #0B318F;
    border-radius: 50%;
    color: white;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
}
.pagging-btnPage.active{
    background-color: #0B318F;
    border-radius: 50%;
    color: white;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
}
.pagging-paging{
    display: block;
    margin-top: 81px;
}
/* pagging end */
/* insights component star*/
.shadow-login-text {
    position: relative;
    max-height:20em;
    overflow: hidden;
}
.shadow-login {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
}
.insights-frame .insights-tabbar{
    justify-content: unset;
}
.insights-frame .insights-tabbar .product3-tablink{
    margin-left: 0px;
    margin-right: 43px;
    margin-top: 21px;
    white-space: nowrap;
}
.insights_uppercase {
    text-transform: uppercase;
}
.insights_related {
    text-transform: uppercase;
}
.insights-component-viewall{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
    padding-top: 50px;
    cursor: pointer;
    color: black !important;
    margin-bottom: 10px;
}
.insights-component-viewall:hover {
    text-decoration: none;
}
.insights-component.insights-type.insights-item{
    margin-left: 0;
    margin-right:0;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    overflow: auto;
    background-color: #E9EDF8;
}
.insights-component.insights-type.insights-item .item-grid{
    margin-left: 10px;
    margin-right: 10px ;
    width: 295px;
}
.insights-component .all-item{
    /*    margin-left: 7.2vw;
        margin-right:7.2vw;
        padding-left: 0px;
        padding-right: 0px;*/
    margin-left: 0;
    margin-right:0;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-bottom: 0px;
    overflow: auto;
    background-color: #E9EDF8;
}
.insights-component .all-item .item-grid{
    margin-left: 10px;
    margin-right: 10px ;
    width: 295px;
}
.insights-component .grid-desc{
    opacity: 0.7;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    width: auto;
    overflow: hidden;
    line-height: 27px;
    max-height: 101px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.phone-insights-viewall-btn-frame{
    display: none;
}
/* insights component end */
/* lastannouncement start */
#iframe-lastannouncement {
    padding: 7.2vw;
}
.latestannouncements-learnmore {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    /*color: #FFFFFF;*/
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
}
.lastannouncement-title {
    color: #E60012;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 11px;
}
.lastannouncement-datetime {
    margin-top: 49px;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.lastannouncement-teaser {
    margin-top: 11px;
    color: #231F20;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.lastannouncement-message {
    margin-top: 10px;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.lastannouncement-hr {
    margin-top: 58px;
    box-sizing: border-box;
    height: 2px;
    border-bottom: 0.5px solid #D8D8D8;
}
/* lastannouncement end */
/*findtheperfectinvestment-select-control start*/
.select-selected {
    color: #A7A7A7 !important;
    padding: 14px 24px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    font-weight:700 !important;
}
.findtheperfectinvestment-select-control .select-selected{
    color:#9B9B9B !important;
}
.findtheperfectinvestment-select-control .select-items {
    right: 0px;
}
.findtheperfectinvestment-select-control .select-items div:hover {
    background-color: rgba(0, 0, 0, 0);
    background: lightgrey;
}
.findtheperfectinvestment-select-control .select-items div ,.select-selected {
    width: 100%;
    padding: 13px 19px;
}
/*findtheperfectinvestment-select-control end*/
/* CUSTION SELECTOR start*/
.login-select select{
    display:none;
}
.login-select {
    position: relative;
    font-family: Muli;
}
.login-select select {
    display: none;
    /*hide original SELECT element:*/
}
.select-selected {
    color: #0B318F !important;
    background-color: white;
    background-image: url(https://www.cgsi.com/en/images/arrow_down.png);
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 50%;
    font-weight: 900;
}
/*style the items (options), including the selected item:*/
.select-items div ,.select-selected {
    color: black;
    padding: 8px 16px;
    /*border: 1px solid #ced4da;*/
    border: 1px solid #E60012;
    /*border-radius: .25rem;*/
    cursor: pointer;
    user-select: none;
    padding: 11px 18px;
    font-size: 16px;
    color:black;
    padding-right: 28px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    height:auto;
    overflow:auto;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.2) ;
    /*border-radius: .25rem;*/
    font-weight: 900;
}
.select-items div{
    border: none;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#0B318F;
    font-weight:900;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 5px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    background-color: #A7A7A7;
}
/* CUSTION SELECTOR end*/
/* carousel start*/
.carousel-caption-platform {
    color: black;
    left: 0px;
    width: 100%;
    height: 320px;
    overflow: hidden;
    line-height: 32px;
    background-color: transparent;
}
.slide-title-platform {
    color: #231F20;
    font-family: Poppins;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0px;
}
.slide-info-platform {
    color: #231F20;
    font-family: Muli;
    font-size: 13px;
    margin: 10px 0px;
    line-height: 22px;
}
.carousel-item>img.d-block.w-100 {
    object-position: center;
}
.carousel-caption {
    color: black;
    left: 7.2vw;
    width: 40%;
    top: 0%;
    text-align: left;
    height: 600px;
    overflow: hidden;
    line-height: 59px;
}
.carousel-indicators {
    left: 7.2vw;
    bottom: 60px;
    justify-content: flex-start;
    margin-left: 0%;
}
.carousel-indicators li {
    cursor: pointer;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin: 7px 7px;
    background-color: #9B9B9B;
    margin-right:28px;
    border-top: none;
    border-bottom: none;
    box-sizing: inherit;
    position: relative;
}
.carousel-indicators li.active {
    margin: 3px;
    background-color: transparent;
    border: 1px solid #E60012;
    box-shadow: 0 0 2px #E60012;
    height: 20px;
    width: 20px;
    margin-right:28px;
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li.active:after {
    border: 3px solid #E60012;
    border-radius: 10px;
    height: 5px;
    width: 5px;
    bottom: 6px;
    left: 6px;
}
.carousel-item {
    height: 100%;
    background-image: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel.fade {
    opacity: 1;
}
.carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}
.carousel.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}
.slide-title{
    color: #231F20;
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    margin: 20px 0px;
}
.slide-info{
    color: #231F20;
    font-family: Muli;
    font-size: 22px;
    margin: 10px 0px;
    line-height: 40px;
}
/* carousel end*/
/* LATEST ANNOUNCEMENTS start*/
.latestannouncements-frame {
    padding: 30px 7.2vw 30px 7.2vw;
    /*background: #13318c;*/
    height: 400px;
}
.latest-announcements-title {
    /*color: #FFFFFF;*/
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
}
.latestannouncements {
    /*color: #efefef;*/
    margin-top: 37px;
    margin-right: 35px;
    margin-bottom: 40px;
    display:flex;
}
.latestannouncements > div:first-child{
    display: none;
}
.latestannouncements-title-hr {
    margin: 20px 0px 0px 0px;
    /*border-color: #ffffff;*/
    border-style: solid;
}
.latestannouncements-date {
    /*color: #FFFFFF;*/
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
.latestannouncements-desc {
    /*color: #FFFFFF;*/
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    max-height: 98px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.announcements-modal-frame {
    padding: 50px 30px 
}
.announcements-modal-title {
    margin-top: 20px;
    color: #424143;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.28px;
    line-height: 33px;
}
.announcements-modal-desc {
    margin-top: 20px;
    color: #6E6E6F;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.latestannouncements-hr {
    border-color: #ffffff;
    border-style: solid;
    display: none;
}
.latestannouncements-desktop-showall {
    cursor: pointer;
    /*color: #FFFFFF;*/
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}
.latestannouncements-mobile-showall {
    display: none;
    color: #ffffff;
    cursor: pointer;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
/* LATEST ANNOUNCEMENTS start*/
/*top products and service start*/
/*alex start 1204*/
.topproductsandservice-frame {
    padding: 83px 0px 7.2vw 0px;
    height: 514px;
}
.topproductsandservicetitle-frame{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
}
/*alex end 1204*/
.explore-more-about-o {
    color: #231F20;
    font-family: 'Muli';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.top-products-servi {
    color: #231F20;
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.topproductsandservice-grid {
    width: 13%;
}
.topproductsandservice-table {
    width: 100%;
    margin-top: 55px;
    table-layout: fixed;
    padding: 0px 7.2vw;
}
.topproductsandservice-border {
    border: 0.5px solid #D8D8D8;
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 27px 25px;
    height: 184px;
    display: block;
    cursor: pointer;
    background-image: url(https://www.cgsi.com/en/images/arrow_learn_more.png);
    background-repeat: no-repeat;
    background-position: 25px 85%;
}
.topproductsandservice-border:hover{
    border: 0.5px solid #0B318F;
}
.topproductsandservice-text {
    color: #231F20;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
}
/*alex start 1204*/
.topproductsandservice-scroll{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
}
.topproductsandservice-scroll::-webkit-scrollbar{
    width: 5px;
    height: 0px !important;
    background-color: #F5F5F5;
}
.topproductsandservice-left{
    display: flex;
}
.topproductsandservice-left>div:first-child{
    /*width:70%;*/
}
.topproductsandservice-left>div:last-child{
    width:30%;
}
.topproductsandservice-right{
    display: flex;
    justify-content: space-between;
    color: #FFF;
}
/*alex end 1204*/
/*top products and service end*/
/*find the perfectinvestment start*/
/*alex start 1204*/
.findtheperfectinvestment-frame {
    background-repeat: no-repeat;
    height: auto;
    padding: 30px 7.2vw;
    background-color: #f6f6f6;    
    background-size: auto 40vw;
    background-position: bottom right;
    position: relative;
}
.custom-background {
    width: 35vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    right: 0;
    top: 0;
}
/*alex end 1204*/
.findtheperfectinvestment-title {
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    padding-right: 102px;
}
.findtheperfectinvestment-title2 {
    color: #231F20;
    font-family: Muli;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px 
}
.findtheperfectinvestment-triangle{
    border-style: solid;
    border-color: transparent;
    border-width: 25px 0 25px 25px;
    border-left-color: #E9EDF8;
    position: absolute;
    right: -24px;
    top: 25px;
}
.findtheperfectinvestment-man{
    margin-right: 15px;
    width: 89%;
    display: none;
}
.findtheperfectinvestment-question {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 13px;
}
.findtheperfectinvestment-button {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    margin-top: 49px;
    padding: 17px 7.2vw;
    white-space: inherit;
}
/*find the perfectinvestment end*/
/* start change */
.open-account-btn-frame{
    margin-top: 25px;
    text-align: end;
}
.open-account-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding: 17px;
}
.world-map-btn-frame{
    margin-left: auto;
}
.world-map{
    margin-bottom: -8%;
}
/* end change */
/* insight start */
.insights-frame {
    /*height: 802px;*/
    padding: 0px 7.2vw;
}
.insights-component .insights-item{
    margin-left: 7.2vw;
    margin-right:7.2vw;
}
/*insight end*/
/* world map start*/
.row.world-map-btn{
    display: flex;
    margin-top: 29px;
}
/*main page control start*/
.main_editor-want-new-insights-be {
    color: #231F20;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 59px;
}
.main_editor-youcantryfullfeatured {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.main_editor-email-input-height{
    height: 92px;
    border: 0.5px solid #D8D8D8;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.main_editor-email-input-button {
    height: 92px;
    width: 224px;
    border-radius: 0 6px 6px 0;
    background-color: #E60012;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
}
.main_editor-who-is-cgs-cimb {
    color: #1A1919;
    font-family: Muli;
    font-size: 16px;
    line-height: 20px;
}
.main_editor-connecting-businesse {
    margin-top: 33px;
    color: #E60012;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 59px;
}
.main_editor-connecting-businesse-desc {
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
}
.main_editor-map-btn-go-to-institutional {
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
}
.main_editor-map-btn-why-cgs-cimb {
    color: #E60012;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
}
/*main control end*/
/*product and services start*/
.item-grid {
    box-sizing: border-box;
    width: 295px;
    /*border: 0.5px solid #D8D8D8;*/
    /*border-radius: 6px;*/
    /*background-color: #FFFFFF;*/
    /*box-shadow: 0 1px 9px 0 rgba(36,38,44,0.11);*/
    display: inline-block;
    padding: 35px 0px 0px 0px;
    display: table;
    margin: 0 auto;
}
.item-grid:hover {
    /*border: 0.5px solid #0B318F;*/
    cursor: pointer;
}
.all-exchange-traded.active {
    color: #0B318F;
    font-weight: 900;
}
.grid-categories-frame {
    height: 25px;
}
.grid-categories {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-radius: 4px;
    padding: 6px 11px;
    background-color: #0B318F;
    text-transform: uppercase;
}
.grid-title-frame {
    margin-top: 20px;
    height: 104px;
    padding: 0px 35px;
}
.grid-title {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 68px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.grid-desc-frame {
    margin-top: 12px;
    height: 114px;
    /*padding: 0px 35px;*/
}
.grid-desc {
    opacity: 0.7;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    width: auto;
    overflow: hidden;
    line-height: 27px;
    max-height: 105px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.grid-divider {
    box-sizing: border-box;
    height: 1px;
    /*margin: 0px 35px;*/
    border-top: 1px solid #A7A7A7;
    margin-top: 7px;
}
.grid-location-frame {
    margin-top: 17px !important;
    padding: 0px 35px;
}
.grid-lightbulb-frame {
    margin-top: 21px;
    background-color: #F7F7F7;
    height: 67px;
    padding: 0px 35px;
    box-shadow: 0 1px 9px 0 rgba(36,38,44,0.11);
}
.grid-learnmore-frame {
    padding: 26px;
}
.grid-learnmore {
    cursor: pointer;
    color: #1A1919;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
}
.grid-learnmore:hover >img{
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(210deg);
}
.categories{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
}
.all-exchange-traded{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    padding-top: 15px;
    cursor: pointer;
    color: #9b9b9b;
    border-bottom: 0.5px solid #D9D9D9;
}
.all-exchange-traded:hover{
    color: #0B318F;
    font-weight: 900;
}
.row-frame {
    margin-left: 35px;
    margin-right: 0px;
}
.products-and-serives-sidebar{
    background-color: #F7F7F7;
    padding-top:163px;
    max-width: 352px;
    padding-left: 69px;
    padding-right: 54px;
}
.phone-products-and-serives-sidebar .select-selected{
    display: none;
}
.product-and-serivces-paging{
    display: none;
}
.products-and-serives-item{
    display: none;
    padding: 0px;
}
.show {
    display: inline-block;
}
.option-item {
}
.dropdown-menu[role=combobox]{
    left: -5px !important;
    padding-bottom: 0px;
}
.inner[role=listbox]{
    width: 100%;
}
.dropdown-toggle[data-toggle=dropdown] {
    font-weight: bold !important;
    padding: 11px 18px !important;
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    background-image: url(https://www.cgsi.com/en/images/arrow_down.png);
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 50%;
    font-family: Muli;
}
.dropdown-item[role=option]{
    color: #000000;
    font-size: 16px;
    font-weight: bold !important;
    background-color: transparent;
    padding: 11px 18px !important;
    font-family: Muli;
}
.dropdown-item[role=option]:hover{
    color: #0B318F !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    background-color: transparent;
    padding: 11px 18px !important;
    font-family: Muli;
}
.dropdown-toggle::after{
    display: none!important;
}
.col-lg-9.col-md-8 > .row > .products-and-serives-item.show{
    padding: 30px 10px;
}
.product-and-serivce-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.grid-lightbulb{
    padding: 14px 5px;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
/*product and services end*/
/* start cfd*/
.main_product_frame button:focus{
    outline: transparent;
}
.product-sidebar a{
    color:#9B9B9B;
}
.product-sidebar a:hover{
    color:#0B318F;
}
.sticky-sidebar{
    top: 250px;
    z-index: 10;
    padding-bottom: 120px;
    transition: 0.3s;
}
.sticky-sidebar.up{
    top: 200px;
    transition: 0.3s;
}
.categories-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    padding-right: 30px;
}
.col-no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.row-no-margin{
    margin-left: 0;
    margin-right: 0;
}
.related-products-title {
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 65px;
}
.product1-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.product1-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.product1{
    padding-top: 157px;
    padding-bottom: 120px;
    padding-left: 157px;
    padding-right: 7.2vw;
}
.product-categories {
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: unset;
    border-bottom: 1px solid #F7F7F7;
    cursor: pointer;
    margin-right: 107px;
    padding-top: 15px;
    padding-bottom: 19px;
}
.product-categories.active{
    color: #0B318F;
    font-weight: 900;
}
.product-categories:hover{
    color: #0B318F;
    font-weight: 900;
}
.product1-title{
    color: #black;
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    padding-right: 58px;
}
.row-frame-padding{
    padding: 0px 15px;
}
.product2{
    padding-top: 157px;
    padding-left: 157px;
    padding-right: 7.2vw;
    background-color: #0B318F !important;
}
.product2-item{
    padding: 30px 40px 30px 0px;
}
.product2-carousel-number{
    color: #9B9B9B;
    font-family: Poppins;
    font-size: 16px;
    line-height: 33px;
}
.product2-carousel-title{
    color: #fff;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    min-width: 222px;
}
.product2-carousel-info{
    margin-top: 20px;
    color: #fff;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    min-width: 143px 
}
.product2-blue-outline{
    background-color: #fff !important;
}
.product2-blue-outline table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.product2-blue-outline td, th {
    border: 1px solid #dddddd;
    text-align: left;
}
.product2-blue{
    background:#0B318F;
    padding: 100px;
    margin-left: 0px;
    /*margin-right: 7.2vw;*/
    width: 100%;
    border-radius: 0 0 26% 0;
}
.product2-blue{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    color:#FFF;
}
.product2-blue-collapsible {
    background-color: #0B318F;
    color: white;
    cursor: pointer;
    padding: 32px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    background: url(https://www.cgsi.com/en/images/arrow_white_down.png) no-repeat 97%;
    border-bottom: 1px solid #FFF;
    padding-right: 50px;
}
.product2-blue-collapsible-frame{
    width:100%;
}
.product2-blue-collapsible-content{
    background-color:transparent;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #FFF !important;
}
.product2-blue-collapsible-header{
    background: transparent;
    border: none;
    padding: 0px;
    padding-top: 33px;
    padding-bottom: 33px;
    font-weight: normal;
}
.product2-blue-collapsible-header-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    padding:0;
    width: 100%;
    text-align: left;
    background: url(https://www.cgsi.com/en/images/arrow-up-white-sm.svg)no-repeat 100% 50%;
    padding-right: 27px;
    white-space: inherit;
}
.product2-blue-collapsible-header-title:hover{
    color: #FFF !important;
    text-decoration:none !important;
}
.product2-blue-collapsible-header-title:focus{
    color: #FFF !important;
    text-decoration:none !important;
}
.collapsed.product2-blue-collapsible-header-title{
    background: url(https://www.cgsi.com/en/images/arrow-down-white-sm.svg)no-repeat 100% 50%;
}
.product2-blue-collapsible-body-text{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    padding: 0px;
    padding-bottom: 33px;
}
.product2-blue-collapsible-body-text p{
    margin: 0px;
}
/* start old product2 blue */
.product2-blue-collapsible {
    background-color: #0B318F;
    color: white;
    cursor: pointer;
    padding: 32px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    background: url(https://www.cgsi.com/en/images/arrow_white_down.png) no-repeat 97%;
    border-bottom: 1px solid #FFF;
    padding-right: 50px;
}
.product2-blue-collapsible-frame{
    width:100%;
}
.product2-blue-content {
    padding: 0px;
    color:#FFF;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
}
.product2-blue-content p{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.product2-blue-content li{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.product2-blue-content li a{
    color: #FFF;
}
.product2-blue-collapsible.active {
    background: url(https://www.cgsi.com/en/images/arrow_white_up.png) no-repeat 97%;
    /* Unicode character for "plus" sign (+) */
    border-bottom: 0px solid #FFF;
}
/* end old product2 blue */
.product2-modal-header{
    border-bottom: none;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 40px;
    padding-bottom: 15px;
}
.close{
    float: right;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.product2-modal-header .close{
    padding:0rem;
}
.product2-modal-body{
    padding-left: 23px;
    padding-right: 31px;
}
.product2-pop-up{
    font-weight: bold;
    color: #0B318F;
    cursor: pointer;
}
.product2-modal-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.28px;
    line-height: 33px;
}
.list-color-black{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.list-color-blue{
    list-style: disc;
    color: #0B318F;
    padding-left: 10px;
}
.product3{
    padding-top: 118px;
    padding-bottom: 120px;
    padding-left: 157px;
}
.product3>.platform-tools4-info {
    margin-top: 20px;
}
.product3-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 46px;
}
.product3-subtitle{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 67px;
    margin-bottom: 44px;
}
.product3-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin-right: 216px;
    margin-top: 10px;
    margin-bottom: 31px;
}
.product3-tab {
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
}
.product3-tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 43px;
    padding-left: 0px;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}
/* Change background color of buttons on hover */
.product3-tab button:hover {
    font-weight: 900;
    /*    color: #0B318F;
        border-bottom: 3px solid #0B318F;*/
    color: #E60012;
    border-bottom: 3px solid #E60012 !important;
}
/* Create an active/current tablink class */
.product3-tab button.active {
    font-weight: 900;
    /*    color: #0B318F;
        border-bottom: 3px solid #0B318F;*/
    color: #E60012;
    border-bottom: 3px solid #E60012 !important;
}
.product3-tablink{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16px;
    line-height: 33px;
}
.price-title{
    color: #7A7A7B;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.price-info{
    font-family: Muli;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.pricing-overview-price{
    margin-right: 20px;
}
/*BUG 14 START*/
.product4{
    padding-top: 90px;
    padding-left: 157px;
    padding-right: 7.2vw;
    padding-bottom: 104px;
    /*background: url(https://www.cgsi.com/en/images/learn_more_about_cfd_background.png) no-repeat 100%;
    */
}
/*BUG 14 END*/
.product4-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-right: 43px;
}
.product4-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin-right: 43px;
    margin-bottom: 20px;
}
.product4 iframe{
    min-height: 287px;
}
/*alex start 1204*/
.video-previous.disabled{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-next.disabled{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-previous.disabled:hover{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-next.disabled:hover{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-previous.disabled:active{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-next.disabled:active{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.video-previous{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #E60012;
}
.video-next{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #E60012;
}
.video-next:hover{
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #0B318F;
}
.video-next:active{
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #0B318F ;
}
.video-previous:hover{
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #0B318F;
}
.video-previous:active{
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #0B318F ;
}
.topproductsandservice-previous.disabled{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-next.disabled{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-previous.disabled:hover{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-next.disabled:hover{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-previous.disabled:active{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-next.disabled:active{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: auto !important;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #D8D8D8;
}
.topproductsandservice-previous{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #E60012;
}
.topproductsandservice-next{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #E60012;
}
.topproductsandservice-next:hover{
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #0B318F;
}
.topproductsandservice-next:active{
    background: url("https://www.cgsi.com/en/images/arrow_down_right_white_sm.png") no-repeat 50% 50% #0B318F ;
}
.topproductsandservice-previous:hover{
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #0B318F;
}
.topproductsandservice-previous:active{
    background: url("https://www.cgsi.com/en/images/arrow_down_left_white_sm.png") no-repeat 50% 50% #0B318F ;
}
/*alex end 1204*/
.product5{
    padding-top: 117px;
    padding-bottom: 130px;
    border-bottom: 1px solid #D7D7D7;
    background-color: #E9EDF8 !important;
}
.product5:last-child{
    border-bottom: 0px solid #D7D7D7;
}
.product5-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.product5-subtitle{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 43px 
}
.product5-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin-top: 36px;
}
.product5-learnmore-frame{
    padding-top: 24px;
    padding-bottom: 24px;
}
.product5-learnmore{
    display: inline;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
}
.product7{
    border-top: 15px solid #E60012;
    border-bottom: 1px solid #D7D7D7;
}
.phone-product7-right{
    background: #0B318F;
    padding: 213px 7.2vw 79px 81px;
    border-radius: 0 0 26% 0;
}
.product7-blue-info a{
    color:white;
}
.product7-card{
    border: none;
    border-bottom: 1px solid #D8D8D8 !important;
    background: transparent;
}
.product7-card:last-child{
    border-bottom: none !important;
}
.product7-card-header{
    border:none;
    background: transparent;
    padding-left: 0;
}
.product7-card-body{
    padding-left: 0;
}
.product7-card-title{
    padding-left: 0;
    padding-right: 30px;
    text-align: left;
    width: 100%;
    color: #212121;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 33px;
    text-align: left;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg) no-repeat 97% 50%;
    white-space: inherit;
}
.product7-card-title.collapsed{
    background: url(https://www.cgsi.com/en/images/arrow_down.svg) no-repeat 97% 50%;
}
.product7-card-title:hover{
    color:#212121;
    text-decoration: unset;
}
.product7-card-title:focus{
    color:#212121;
    text-decoration: unset;
}
.product7-card-title.collapsed:hover{
    color: #212121;
    text-decoration: unset;
}
.product7-card-title.collapsed:focus{
    color: #212121;
    text-decoration: unset;
}
.product7-card-body{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px;
}
.product7-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.product7-content{
    color: #212121;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
.product7-blue-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
}
.product7-blue-info{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.product7-phone-number{
    background: url('https://www.cgsi.com/en/images/phone-icon-white.svg') no-repeat 0% 8px;
    padding-left: 30px;
}
.product7-email-address{
    background: url('https://www.cgsi.com/en/images/email-icon-white.svg') no-repeat 0% 10px;
    padding-left: 30px;
}
.product7-selector-controll{
    margin-top: 40px;
    margin-bottom: 31px;
}
.product7-selector-controll .select-selected{
    color: #9B9B9B !important;
}
.product7-selector-controll .select-items div:hover{
    font-weight: normal !important;
}
.product8{
    padding-bottom: 90.5px;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
}
.product8-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.product8-item-frame{
    margin-top: 66px;
    overflow-x:auto;
}
.product8 .item-grid{
    padding: 0px;
}
/* start new product7*/
.product7-selector-controll .select-items div:hover{
    font-weight: bold !important;
}
.product7-selector-controll2{
    width: 184px;
    margin-left: 26px;
}
.product7-selector-controll2 .select-selected{
    color:black !important;
}
.product7-viewall{
    margin-top: 13px;
    margin-left: auto;
    padding-right: 12px;
}
.product7-blue-or-frame{
    margin: 18px 0px 38px 0px;
    border-bottom: 1px solid #FFF;
}
.product7-blue-or-frame:before{
    content:"or";
    color: #FBFCFD;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #0B318F;
    position: relative;
    padding: 24px;
    left: 40%;
    top: 13px;
}
.product7-blue-btn-frame{
    margin-top: 22px;
    margin-bottom: 29px;
}
.product7-blue-btn-frame .btn-danger{
    padding-top: 13px;
    padding-bottom: 13px;
    background: #FFF !important;
    color: #E60012;
}
.phone-product7-right .product7-blue-info-frame:last-child{
    margin-bottom: 0px;
}
.phone-product7-right .product7-blue-info-frame:last-child p{
    margin-bottom: 0rem;
}
.phone-product7-left{
    padding-top: 90px;
    padding-bottom: 76px;
    background-color: #fff !important;
}
.phone-product7-left div:nth-last-child(2) .product7-content{
    border-bottom: none 
}
.phone-viewall-frame{
    display: none;
}
/* new product7 end*/
.related-event{
    margin-top: 66px;
    padding-bottom: 90.5px;
    border-bottom: 1px solid #D8D8D8;
    overflow-x: auto;
}
.grid-time-frame{
    padding-right: 23.5px;
    padding-left: 35px;
    padding-bottom: 28px;
}
.grid-time{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.view-all-events{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
}
.product8-item{
    padding-right:28px;
}
.product8-item-frame{
    margin-top: 22px;
    background: #E9EDF8;
}
.phone-view-all-event{
    display: none;
}
.phone-product2{
    display: none;
}
.product10{
    padding-top: 90px;
    padding-bottom: 76px;
    padding-right: 7.2vw;
}
.product10-row{
}
.product10-card{
    border: none;
    border-bottom: 1px solid #D7D7D7 !important;
}
.product10-header{
    background-color:transparent;
    border-bottom:none;
    padding-left: 0px;
}
.product10-subtitle{
    color: #212121;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 33px;
    text-align: left;
    padding-left: 0;
    padding-right: 30px;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg) no-repeat 97% 50%;
    white-space: inherit;
    width: 100% 
}
.product10-subtitle.collapsed{
    background: url(https://www.cgsi.com/en/images/arrow_down.svg) no-repeat 97% 50%;
}
.product10-subtitle:hover{
    color:#212121;
    text-decoration: unset;
}
.product10-subtitle:focus{
    color:#212121;
    text-decoration: unset;
}
.product10-subtitle.collapsed:hover{
    color: #212121;
    text-decoration: unset;
}
.product10-subtitle.collapsed:focus{
    color: #212121;
    text-decoration: unset;
}
.product10-body{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px;
}
/* end cfd*/
/*start explore recommended*/
.explore-recommended-left{
    margin-top: 93px;
}
.explore-recommended-right{
    background:#f7f7f7;
    padding-left: 113px;
    padding-right:113px;
    padding-bottom: 69px;
    margin-bottom: 55px;
}
.explore-recommended-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 13px;
}
.explore-recommended-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    max-width: 525px;
    /*change*/
}
.explore-recommended-help-message{
    font-family: Muli;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 36px;
    color: #9B9B9B;
    padding-top:15px;
    max-width: 525px;
    /*change*/
}
.explore-recommended-selector-label{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13px;
    line-height: 32px;
    padding-top:31px;
    margin-bottom: 14px;
}
.explore-recommended-selector .select-selected{
    color:#9B9B9B !important;
    padding-right: 42px;
}
.explore-recommended-selector .select-items {
    right:0;
}
.explore-recommended-selector .select-items div:hover{
    font-weight: bold !important;
}
.checkboxframe {
    padding-top: 10px;
}
.explore-recommended-button{
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    padding: 17px;
    margin-top: 43px;
    white-space: normal;
}
.findtheperfectinvestment-result{
    padding-left: 7.2vw;
    padding-right:7.2vw;
}
.findtheperfectinvestment-result{
    background: linear-gradient(to top, #13318c 50%, #ffffff 0%);
    z-index: 2;
    padding-bottom: 87.5px;
}
.findtheperfectinvestment-result-item{
    margin: auto;
    margin-bottom: 53px;
}
.still-have-questions{
    background-image: url(https://www.cgsi.com/en/images/myman3.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 483px;
    padding-top:120px;
    margin-left: 7.2vw;
}
.still-have-questions-sm-title{
    font-family: Muli;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 20px;
}
.still-have-questions-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 59px;
    max-width: 525px;
    /* change */
}
.still-have-questions-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding: 17px 54px;
    margin-top: 34px;
    text-transform: uppercase;
}
.phone-findtheperfectinvestment-result-title-frame{
    display: none;
}
.phone-findtheperfectinvestment-result-title{
    font-family: Poppins;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.21px;
    line-height: 32px;
    padding-top:56px;
    padding-bottom: 21px;
}
.still-have-questions{
    display: block;
}
.phone-still-have-questions{
    display: none;
}
/* change */
.explore-recommended-blue-line-frame{
    margin-top:39px;
}
/* change */
/*end explore recomended*/
/* start platform and tools info*/
.cimb-i-trade-frame{
    padding-top: 68px;
}
.platform-tools1{
    padding-bottom: 80px;
}
.platform-tools1-left{
    margin-top: 55px;
}
.pla .platform-tools1-right{
    margin-top: 55px;
}
.platform-tools1-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.platform-tools1-title{
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 72px;
}
.platform-tools1-gray-title{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 33px;
    margin-top:36px;
    margin-bottom: 21px;
}
.platform-tools1-info{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}
.platform-tools2{
    background:#0B318F;
    padding: 89px 74px 97px 110px;
}
.platform-tools2-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.platform-tools2-white-line-frame{
    margin-top: 24px;
    margin-bottom: 30px;
}
.platform-tools2-sm-title{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 29px;
}
.platform-tools3{
    padding-top: 105px;
    padding-bottom: 0px;
}
.platform-tools2-info{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.platform-tools3-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.platform-tools3-collapsible {
    background-color: transparent;
    cursor: pointer;
    padding: 11px 0px ;
    padding-right: 19px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    color: #212121;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 33px;
    border-bottom: 0.5px solid #D8D8D8;
    background: url(https://www.cgsi.com/en/images/arrow_down.svg) no-repeat 97%;
}
.platform-tools3-collapsible-card{
    border:none;
    border-top: 1px solid #D8D8D8 !important;
    padding-left: 0;
}
.platform-tools3-collapsible-card:last-child {
    border:none;
    border-bottom: 0px !important;
    padding-left: 0;
}
.platform-tools3-collapsible-header{
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.platform-tools3-collapsible-title{
    width: 100%;
    color: #0B318F;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 33px;
    text-align: left;
    padding-left: 0;
    padding-right: 30px;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg) no-repeat 97% 50%;
    white-space: inherit;
}
.platform-tools3-collapsible-title.collapsed{
    background: url(https://www.cgsi.com/en/images/arrow_down.svg) no-repeat 97% 50%;
    color: #212121;
    white-space: inherit;
}
.platform-tools3-collapsible-title:hover{
    color:#0B318F;
    text-decoration: unset;
}
.platform-tools3-collapsible-title:focus{
    color:#0B318F;
    text-decoration: unset;
}
.platform-tools3-collapsible-title.collapsed:hover{
    color: #212121;
    text-decoration: unset;
}
.platform-tools3-collapsible-title.collapsed:focus{
    color: #212121;
    text-decoration: unset;
}
.platform-tools3-collapsible-body{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.platform-tools3-collapsible-body-img img{
    width:100%;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.platform-tools3-collapsible.active {
    background-color: transparent;
    color: #0B318F;
    font-weight: 800;
    border-bottom: 0px solid #D8D8D8;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg) no-repeat 97%;
}
/* Style the collapsible content. Note: hidden by default */
.platform-tools3-content {
    padding: 20 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.phone-platform-tools3-right{
    padding-right: 0px;
}
.platform-tools4{
    padding:62px 66px 7.2vw 115px;
    background: #F7F7F7 url('https://www.cgsi.com/en/images/learn_more_about_cfd_background.png')no-repeat ;
    background-size: auto;
}
.platform-tools4-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.platform-tools4-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.price .platform-tools4-info{
    padding-left: 20px;
}
.platform-tools4 .product3-tab {
    overflow: auto;
    border-bottom: 1px solid #D8D8D8;
}
.platform-tools4 .product3-tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-right: 43px;
    padding-left: 0px;
    transition: 0.3s;
    font-weight: 900;
    border-bottom: 3px solid transparent !important;
}
/* Change background color of buttons on hover */
.platform-tools4 .product3-tab button:hover {
    /*    color: #0B318F;
        border-bottom: 3px solid #0B318F;*/
    color: #E60012;
    border-bottom: 3px solid #E60012 !important;
}
/* Create an active/current tablink class */
.platform-tools4 .product3-tab button.active {
    font-weight: 900;
    /*    color: #0B318F;
        border-bottom: 3px solid #0B318F !important;*/
    color: #E60012;
    border-bottom: 3px solid #E60012 !important;
}
.platform-tools4 .product3-tablink{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16px;
    line-height: 33px;
}
.platform-tools4 .highlight{
    font-weight: bold;
    text-decoration: underline;
}
.platform-tools5-list{
    color:#0B318F;
}
.platform-tools5-list p{
    font-family: Muli;
    font-size: 16px;
    line-height: 24px;
    color:black;
}
.related-products-item-frame {
    overflow-x: auto;
}
.product5 .carousel-indicators li{
    margin-right:14px !important;
}
.product5 .carousel-indicators li.active{
    margin-right:14px !important;
}
.product5 .carousel-indicators{
    bottom: -60px !important;
    justify-content: center;
    margin-left:unset;
}
.platform-tools5-item{
    padding: 130px 0px;
    border-bottom: 1px solid #D7D7D7;
}
.platform-tools5-item:first-child{
    padding-top: 0px;
}
.platform-tools5-item:last-child{
    padding-bottom: 0px;
}
.platform-tools6{
    padding-top: 90px;
    padding-left: 157px;
    padding-right: 7.2vw;
    padding-bottom: 104px;
    background: url(https://www.cgsi.com/en/images/learn_more_about_cfd_background.png) no-repeat 100%;
}
.platform-tools6>div>iframe {
    min-height:300px;
}
.phone-platform-tools6-left{
    display: none;
}
.platform-tools6-btn{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    margin-top: 26px;
    padding:17px 17.5px 15px 17.5px;
}
.platform-tools7-item-frame{
    padding-top: 17px;
    padding-bottom: 24px;
}
.platform-tools7-subtitle{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
}
.platform-tools7-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.grid-date-frame{
    padding-top: 21px;
    padding-left: 35px;
    padding-right: 35px;
}
.grid-date{
    /*color: #9B9B9B;*/
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
}
.phone-platform-tools3-left{
    display: none;
}
.platform-tools5 .carousel-item > .d-block w-100{
    height: 478px;
    object-fit: none;
    object-position: center;
}
/* end platform and tools infor*/
/* start insights*/
.insights{
    padding: 75px 7.2vw 0px 7.2vw;
}
.insights-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 31px;
}
.insights-select-controll{
    margin-top: auto;
    margin-bottom: auto;
}
.insights-select-controll .select-selected{
    width: 100%;
    color: black !important;
}
.insights-tabbar{
    display: flex;
    justify-content: flex-end;
}
.insights-type{
    /*padding-top:7.2vw;*/
}
.insights-subtitle-frame{
    border-bottom: #D8D8D8 solid 1px;
    margin-bottom: 65px;
}
.insights-subtitle{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16px;
    line-height: 33px;
    text-align:left;
}
.insights-viewall{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    float:right;
    cursor: pointer;
}
.insights-type{
    /*padding-top:35px;*/
}
.all-item{
    padding-top:66px;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-bottom:48px;
}
.all-item:nth-of-type(even){
    background: #F7F7F7;
}
.insights-btn{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
    min-width:200px;
}
.insights-tabbar .product3-tablink{
    margin-left: 43px;
    margin-right: 0px;
    white-space: nowrap;
}
.insight-tab-select-controll .select-selected{
    padding-right: 28px;
    border-radius: 0px;
    color: black !important;
    width: 200px;
}
.item-grid-lagre{
    display:block;
    height:495px !important;
}
.item-grid-lagre .item-grid{
    height:495px !important;
}
.item-grid-lagre .grid-desc{
    height: 128px;
    -webkit-line-clamp: 4;
}
.item-grid-lagre .grid-desc-frame{
    height: 162px;
}
/*alex start 1204*/
.item-grid-lagre .grid-location-frame{
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    padding: 0px 35px;
}
/*alex start 1204*/
.insights-type .item-grid{
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.related-research-frame .item-grid{
    margin: 0px;
    margin-right: 15px;
}
.item-grid-sm{
    display: none;
}
.insights-input-group .form-control{
    padding: 23px .75rem !important;
}
.phone-insights-input-group {
    display: none;
}
.phone-insights-input-group {
    display:none;
}
.insights-item{
    padding-left: 7.2vw;
    padding-right:7.2vw;
}
.insights-image-resize-lagre{
    object-fit: cover;
    height: 494px;
    width: 508px;
    border-radius: 6px 0px 0px 6px;
    object-position: center;
}
.insights-image-resize{
    object-fit: cover;
    height:155px;
    max-width:304px;
    border-radius: 6px 6px 0px 0px;
    object-position: center;
    padding: 1px;
}
.insights-login-frame{
    /*    border-top: 0.5px solid #D8D8D8;
        margin-left: 7.2vw;
        margin-right: 403px;*/
}
.insights-login-div {
    margin-top: 89px;
    border-radius: 6px;
    background-color: #F7F7F7;
    padding: 53px 155px 80px 111px;
}
.let-s-see-more-about {
    color: #E60012;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 59px;
}
.btn-createanaccount {
    margin-top: 38px;
    font-family: Muli;
    font-size: 14px;
    font-family: Muli;
    font-weight: 800;
}
.btn-logintoitrade {
    margin-top: 38px;
    font-family: Muli;
    font-size: 14px;
    font-family: Muli;
    font-weight: 800;
}
/* end insights*/
/* start insights detail*/
.insights-detail{
    margin-top: 89px;
}
.insights-detail-title-grid{
    padding-left: 7.2vw;
    padding-right:7.2vw;
    margin-bottom: 15px;
}
.insights-detail-title-frame{
    padding-left: 7.2vw;
    padding-right:7.2vw;
}
.insights-detail-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.insights-detail-title{
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 72px;
}
.insights-detail-gray-content-frame{
    padding: 20px 7.2vw 10px 7.2vw;
}
.insights-detail-gray-content{
    color:#9b9b9b;
    font-family: Muli;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
}
.insight-detail-info-frame{
    padding: 10px 7.2vw 40px 7.2vw;
}
.insights-detail-icon-bar {
    text-align: center;
    /* Set a specific width */
}
.insights-detail-icon-bar a {
    display: block;
    padding-right: 48px;
    transition: all 0.3s ease;
    color: black;
    font-size: 36px;
}
.insightsbasic-detail-icon-bar a {
    display: block;
    transition: all 0.3s ease;
    color: black;
    font-size: 36px;
    text-align: center;
}
.insightsbasic-image {
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.icon-bar-share{
    text-align: left;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.71px;
    line-height: 15px;
    padding-top:10px;
    padding-right: 48px;
}
.iconinsights-bar-share{
    text-align: center;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 5px;
}
.insight-detail-subtitle{
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    max-width: 864px;
}
.insightbasic-detail-subtitle{
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.diversifying-into-ge{
    max-width: 864px;
}
.insight-detail-border{
    width: 304px;
    height: 280px;
    padding:39px 49px;
    background: #F7F7F7;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    margin-left: auto;
    margin-top:15px;
}
.insight-detail-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 25px;
    line-height: 18px;
    margin-top: 30px;
}
.strategic-entry-into{
    padding-top: 59px;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-bottom: 59px;
    background: #F7F7F7;
}
.strategic-entry-into-info{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
    margin-top: 40px;
    max-width: 864px;
}
.strategicbasic-entry-into-info{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}
.strategicbasic-entry-into-info>a, .strategicbasic-entry-into-info>i>a{
    color: #007bff;
}
.indications-of-chang{
    margin: 60px 7.2vw 174px 7.2vw;
}
.diagram-frame{
    margin-top: 100px;
}
.diagram-frame-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.diagram-frame img{
    max-width: 864px;
}
.line-frame{
    margin-top: 37px;
    margin-bottom: 10px;
}
.line-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 31px;
}
.diagram-gray-frame{
    margin-bottom: 59px;
}
.diagram-sm-info-frame{
    margin-top: 36px;
}
.diagram-sm-info{
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: auto;
    margin-right: 37px;
}
.diagram-gray-info{
    font-family: Muli;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
    color: #9B9B9B;
    margin-top: 14px;
}
.related-research{
    margin-top: 166px;
    padding-bottom: 90.5px;
}
.video-frame{
    height: 555.4px ;
    padding-left: 7.2vw;
    padding-right: 403px;
    background: #F7F7F7;
}
.video-frame iframe{
    max-width: 864px;
}
.popular-products-in{
    max-width: 855px;
}
.phone-diagram-subtitle{
    display: none;
}
.phone-icon-bar{
    display:none;
}
.phone-insight-detail-border{
    display: none;
}
.diagram-subtitle{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.related-research-frame{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
}
.diagram-gray-title{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
}
.insights-detail-background{
    object-fit: scale-down;
}
.insights .product3-tab {
    overflow: unset;
}
/* end insights detail*/
/* insight event*/
.event-tab{
    width: 100%;
}
.event-header{
    position: relative;
}
.event-detail-frame{
    position: absolute;
    height: auto;
    width: 324px;
    top: 48px;
    right: 7.2vw;
    border-radius: 6px;
    background-color: #0B318F;
    font-family: Muli;
}
.mobile-event-detail{
    display: none;
}
.event-detail-info{
    padding: 31px 37px 44px 37px;
}
.event-detail-icon{
    float: left;
}
.event-detail-subtitle{
    color: #FFFFFF;
    height: 43px;
    width: 201px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.83px;
}
.event-detail-date{
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
.event-detail-addr{
    max-width: 205px;
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 27px;
}
.event-detail-map{
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
    cursor: pointer;
}
.event-detail-btn{
    padding-top: 27px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
}
.event-detail-btn .custom-disabled{
    background: lightgray!important;
    opacity: 1;
}
.event-tab-frame{
    padding: 0px 7.2vw 0px 7.2vw;
}
#eventdescription {
    padding: 63px 7.2vw 110px 7.2vw;
}
#eventrecap {
    padding: 63px 7.2vw 110px 7.2vw;
}
.insight-event-info-frame{
    padding: 63px 7.2vw 110px 7.2vw;
}
.event-description{
    display: inline-block;
    width: 80%;
}
.event-description-info{
    padding-top: 24px;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.event-recap{
    width:100%;
    max-width: 864px;
}
.event-recap-video{
    padding: 48px 0px 48px 0px;
}
.event-recap-info-detail{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
}
.event-recap-info-detail .platform-tools5-list p{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    color:black;
}
.event-speaker{
    padding-top: 59px;
    padding-left: 178px;
    padding-right: 7.2vw;
    padding-bottom: 59px;
    background: #F7F7F7;
}
.event-speaker-image{
    padding-top: 33px;
}
.event-speaker-info{
    padding-top: 27px;
    padding-left: 35px;
}
.event-speaker-info-detail{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    max-width: 639px;
}
.mobile-insights-detail-icon-bar{
    display: none;
}
.mobile-insight-detail-subtitle{
    display: none;
}
/* end insight event*/
/* start about cms-cimb (awards)*/
.image{
    position:relative;
    height:500px;
    width:100%;
    background: url('https://www.cgsi.com/en/images/flags.jpg');
    background-position: bottom;
    background-size:cover;
    -moz-box-shadow: inset 0px 850px 500px -500px #fff;
    -webkit-box-shadow: inset 0px 850px 500px -500px #fff;
    -o-box-shadow: inset 0px 850px 500px -500px #fff;
    box-shadow: inset 0px 580px 500px -500px #fff;
}
.image:before,.image:after{
    content:'';
    position:absolute;
    left:5%;
    opacity:0.5;
}
.awards{
    background: url(https://www.cgsi.com/en/images/flags_background.png) repeat-x center bottom;
    padding-bottom: 75px;
    width: 100%;
}
.awards-padding{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-top: 89px;
}
.awards-title{
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
}
.awards-info{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    padding-right: 125px;
}
.awards-info-frame{
    /*margin-top: 55px;*/
}
.awards-flags{
    object-fit: contain;
    object-position: center;
    max-height: 400px;
    width: 100%;
}
.awards-tab-padding{
    margin: 0px;
}
.awards-tab{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16px;
    line-height: 33px;
    color:black;
    padding:0px;
    padding-bottom: 27px;
    margin-right: 37px;
}
.awards-tab:hover{
    color:#E60012;
    border-bottom: 3px solid #E60012;
    border-radius: 0px;
}
.awards-tab.active{
    font-family: Muli;
    font-size: 16px;
    font-weight: 800 !important;
    letter-spacing: 0.16px;
    line-height: 33px;
    color:black;
    color:#E60012 !important;
    background-color:transparent !important;
    border-bottom: 3px solid #E60012;
    border-radius: 0px !important;
}
.awards-tabbar{
    /*border-bottom: 1px solid #D8D8D8;*/
    margin: 0px 7.2vw;
    margin-top: 20px;
    display: -webkit-inline-box;
    /* justify-content: space-around;
    */
    width: -webkit-fill-available;
    overflow: auto;
}
.awards-tab-content{
    margin-top: 109px;
}
.awards-tab-subtitle{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    padding-right: 10px;
}
.awards-tab-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
    padding-right: 178px;
}
.awards-tab-gray-info{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 38px;
    padding-right: 178px;
}
.who-we-are-row{
    padding:0px 7.2vw;
    padding-bottom: 94px;
}
.who-we-are-right{
    padding-left: 63px;
}
.awards-tab-gray-info-frame{
    margin-bottom: 2rem;
}
.awards-tab-select-controll{
    margin-left: 30px;
}
.awards-tab-select-controll .select-selected{
    padding-right: 28px;
    color:black !important ;
    width: 184px;
}
.awards-tab-select-controll .select-items{
    width: 184px;
}
.our-awards-upper{
    margin: 0px 7.2vw;
}
.our-awards-lower{
    margin: 0px 7.2vw;
    margin-top:52px;
}
.our-awards-categories-title{
    color: #212121;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
}
.our-awards-years{
    border-bottom: 1px solid #F7F7F7;
    padding: 14px 0px;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.our-awards-years:hover{
    color:#0B318F;
}
.our-awards-years.active{
    color: #0B318F !important;
}
.our-awards-lower-right{
    padding-left: 130px;
}
.awards-item-grid{
    width: 416px;
    height: 385px;
    border: 0.5px solid #D7D7D7;
    border-radius: 6px;
    margin-right: 18px;
    margin-bottom: 21px;
}
.awards-item-grid:hover{
    border: 0.5px solid #0B318F;
    cursor: pointer;
}
.awards-grid-title-frame{
    height:145px;
    padding: 24px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5;
    */
    -webkit-box-orient: vertical;
}
.awards-grid-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    max-height: 108px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.awards-grid-decs-frame{
    height: 118px;
    padding:11px 30px;
}
.awards-grid-decs-title{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}
.awards-grid-decs{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.awards-item-grid .grid-divider{
    height: 1px;
    /*margin: 0px 30px ;*/
}
.awards-item-grid .grid-location-frame{
    padding: 0px 30px;
}
.awards-grid-member-frame{
    padding: 0px 30px;
    height: 145px;
    margin-top: 30px;
}
.awards-grid-member-name-frame{
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.awards-grid-member-profile-frame{
    padding-left: 15px;
}
.awards-grid-member-name{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: auto;
}
.awards-grid-member-info-frame{
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.awards-grid-member-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 28px;
}
.team-members{
}
.team-members-upper{
    margin: 0px 7.2vw;
}
.team-members-lower{
    margin: 0px 7.2vw;
    margin-top: 96px;
}
.team-members-lower-right{
    margin-bottom: 71px;
}
.team-members .grid-location-frame{
    padding: 0px;
    margin: 0px !important;
}
.team-members .awards-grid-decs{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.team-members .awards-grid-decs-frame{
    height: 135px;
}
.team-members-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
    padding-right: 150px;
}
.team-members-categories-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
}
.team-members-member{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0px;
    border-bottom: 1px solid #F7F7F7;
    margin-right: 140px;
    cursor: pointer;
    color:#9B9B9B;
}
.team-members-member:hover{
    color: #0B318F;
}
.team-members-member.active{
    color: #0B318F !important;
}
.ready-to-be-a-member-frame{
    width: 304px;
    height:250px;
    border: 1px solid #F7F7F7;
    border-radius: 6px;
    background: #F7F7F7 ;
    padding: 37px 42px;
    margin-top: 260px;
}
.ready-to-be-a-member-sm-title{
    font-family: Muli;
    font-size: 14px;
    letter-spacing: 1.23px;
    line-height: 18px;
}
.ready-to-be-a-member-tilte{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.ready-to-be-a-member-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding: 17px 37px;
}
.vision-and-mission{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    /*background: url(https://www.cgsi.com/en/images/footerbackground.png)no-repeat;*/
    background:#0B318F;
    border-radius: 0 0 26% 0;
    background-size:cover;
    padding-bottom: 95px;
    width: 100%;
}
.vision-and-mission-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 32px;
    font-weight: bold;
    line-height: 59px;
    padding-right: 37px;
}
.vision-and-mission-subtitle{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    margin-top: 16px;
}
.vision-and-mission-info{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
}
.vision-and-missino-row{
    padding-top: 95px;
}
.ready-to-get-started{
    background-repeat: no-repeat;
    background-position: right top;
    height: 520px;
    padding-top:120px;
    padding-left: 7.2vw;
    background: linear-gradient(to right, #E9EDF8 50%, #ffffff 0%) !important;
    margin-bottom: -80px;
}
.ready-to-get-started>div:first-child {

}
.ready-to-get-started-sm-title{
    font-family: Muli;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 20px;
}
.ready-to-get-started-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 59px;
}
.ready-to-get-started-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding:17px;
    margin-top: 50px;
    width: 214px;
    white-space: inherit;
}
.phone-ready-to-be-a-member-frame{
    display: none;
}
.phone-team-members-categories-frame{
    display: none;
}
.phone-ready-to-get-started{
    display: none;
}
.phone-our-awards-categories-frame{
    display: none;
}
.member-learn-more .modal-header{
    margin:0px 30px;
    padding-left:0px;
    padding-right:0px;
}
.member-learn-more .modal-body{
    margin:0px 30px;
    padding-left:0px;
    padding-right:0px;
}
.member-learn-more .awards-grid-member-name-frame{
    margin-top: 49px;
}
.awards-grid-member-image-frame>img {
    border-radius: 50%;
}
.member-learn-more .awards-grid-member-image-frame{
    margin-top: 32px;
}
.member-learn-more .modal-body-detail{
    opacity: 0.7;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    max-height: 289px;
    overflow: auto;
}
.ourawards-learn-more .ourawards-header{
    padding: 0px;
    margin: 0px 30px;
}
.ourawards-learn-more .modal-header-detail{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.modal-header-title-frame{
    margin: 0px 30px;
}
.modal-header-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.modal-header-detail-frame{
    margin: 0px 30px;
    border-bottom: 1px solid #D8D8D8;
}
.modal-header-detail{
    opacity: 0.7;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.modal-body-title-frame{
    margin: 0px 30px;
}
.modal-body-title{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.modal-body-detail-frame{
    margin: 0px 30px;
    border-bottom: 1px solid #D8D8D8;
}
.modal-body-detail{
    opacity: 0.7;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.modal-footer-frame{
    margin: 27px 30px;
}
.awards-tab-iframe .close{
    color: #0B318F !important;
}
/* end about cms-cimb (awards)start*/
/* start news details */
.news-detail-title-frame{
    margin: 85px 7.2vw 50px 7.2vw;
}
.news-detail-date{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 8px;
}
.news-detail-title{
    color: #231F20;
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 72px;
}
.news-detail-info-frame{
    padding: 0px 7.2vw;
}
.news-detail-gray-info{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
    margin-top: 23px;
    margin-bottom: 90px;
}
.news-icon-bar-frame {
    width: 50px;
    background-color: transparent;
}
.news-icon-bar-frame a {
    display: block;
    text-align: center;
    padding: 16px 0px 28px 0px;
}
.news-icon-bar-frame a:last-child {
    padding-bottom: 0px;
}
.news-icon-title{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.71px;
    line-height: 15px;
    text-align: center;
}
.news-detail-subtitle{
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.news-detail-decs-frame{
    margin-top: 32px;
    margin-right: 337px;
    margin-bottom: 50px;
}
.news-detail-decs{
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 30px;
}
.span-blue-hightlive{
    color: #0B318F;
    font-weight: bold;
}
.news-file-frame{
    margin-left: 176px;
    margin-right: 400px;
}
.news-file{
    padding: 43px 217px 43px 112px;
    background: #F7F7F7;
}
.news-file-title{
    color: #212121;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 59px;
    margin-bottom: 0px;
}
.news-file-size{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 16px;
    line-height: 59px;
}
.news-file-download{
    color: #0B318F;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
.news-file-info-frame{
    padding-left: 20px;
}
.news-file-frame{
    margin-bottom: 78px;
}
.news-file-icon{
    width: 100%;
}
.phone-news-icon-bar-frame{
    display: none;
}
/* end news details */
/* start resourceslist */
.resourceslist p{
    margin-bottom: 0px;
}
.resourceslist-upper-frame{
    margin: 0px 7.2vw;
    margin-top: 86px;
}
.resourceslist-lower-frame{
    margin: 0px 7.2vw;
    margin-top: 86px;
}
.resourceslist-title-frame{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 95px;
}
.resourceslist-title{
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 0px;
    margin-right: 31px;
}
.resourceslist-select-controll .select-selected{
    color:black !important;
    padding-right: 28px;
}
.resourceslist-select-controll .select-items{
    height: auto;
}
.resourceslist-tabbar .nav-link{
    color:black !important;
    background: transparent !important;
    font-family: Muli;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.16px;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 48px;
    cursor: pointer;
}
.resourceslist-tabbar .nav-link.active{
    color:#0B318F !important;
    border-bottom: 3px solid #0B318F;
    border-radius: 0px;
    padding-bottom: 26px;
}
.resourceslist-tabbar .nav-link:hover{
    color:#0B318F !important;
    border-radius: 0px;
    padding-bottom: 26px;
}
.span-gray-color{
    color: #9b9b9b;
}
.search-list {
    padding: 20px 0px;
}
.searchitem-grid {
    padding: 40px 0px 35px 0px;
}
.searchitem-item-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform:uppercase;
}
.searchitem-item-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.searchitem-item-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.searchitem-item-sm-title-frame{
    margin-bottom: 25px;
}
.searchitem-item-title-frame{
    margin-bottom: 20px;
}
.searchitem-item-info-frame{
    margin-bottom: 30px;
}
.searchitem-item-image {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.resource-item{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 62px;
    width: 100%;
}
.resoures-image-resize{
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    height: 173px;
    width: 100%;
}
.resource-item-sm-title{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform:uppercase;
}
.resource-item-title{
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.resource-item-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.resource-open-pdf{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 20px;
    cursor: pointer;
}
.resource-open-pdf-frame{
    margin-bottom: 44px;
}
.resource-item-left{
    padding-right: 50px;
}
.resource-item-right{
    padding-top: 37px;
}
.resource-item-sm-title-frame{
    margin-bottom: 19px;
}
.resource-item-title-frame{
    margin-bottom: 17px;
}
.resource-item-info-frame{
    margin-bottom: 18px;
}
/* end resourceslist*/
/* start why cgs cimb */
.why-cgs-cimb-iframe p{
    margin-bottom: 0em;
}
.why-cgs-cimb-title-frame{
    padding-top: 78px;
}
.why-cgs-cimb-title{
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    line-height: 7.2vw;
}
.blue-underline{
    border-bottom: 3px solid #E60012;
    width: 43px;
}
.why-cgs-cimb-grey-info-frame{
    padding-top: 143px;
}
.why-cgs-cimb-grey-info{
    color: #9B9B9B;
    font-family: Muli;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 36px;
    max-width: 386px;
    margin-top: 18px;
}
.why-cgs-cimb-info-frame{
    margin-left: 226px;
    margin-right: 235px;
}
.why-cgs-cimb-info-frame-left{
    padding-right: 44px;
}
.why-cgs-cimb-info{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 32px;
}
.why-cgs-cimb-upper{
    padding: 0px 7.2vw;
    padding-bottom: 84px;
    background:#F7F7F7;
}
.why-cgs-cimb-image-frame{
    background:#F7F7F7;
}
.why-cgs-cimb-image-frame img{
    margin-top: -230px;
}
.why-cgs-cimb-blue-frame{
    background: #0B318F;
    /*    margin-left: 27%;
        margin-top: 54px;
        padding:100px 7.2vw 132px 39.14%;*/
}
.why-cgs-cimb-blue-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
}
.why-cgs-cimb-blue-info{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.why-cgs-cimb-subtitle{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.why-cgs-cimb-lower-padding{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
}
.why-cgs-cimb-upper-image-frame{
    position: absolute;
}
.why-cgs-cimb-blue-info-frame{
    margin-top: 32px;
}
.why-cgs-cimb-item-frame{
    max-width: 394px;
    margin-right: auto;
    margin-bottom: 30px;
}
.why-cgs-cimb-item-frame2{
    max-width: 310px;
    margin-right: auto;
    margin-top: 54px;
}
.why-cgs-cimb-item-desc{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.why-cgs-cimb-item{
    text-align: left;
}
.why-cgs-cimb-btn-frame{
    margin-left: auto;
    width: 214px 
}
.why-cgs-cimb-btn{
    width: 100%;
    font-weight: bold;
    padding: 17px ;
}
.for-retail-clients{
    margin-top: 113px;
    margin-bottom: 123px;
}
.for-institutional{
    background: #F7F7F7;
    padding-top: 113px;
    padding-bottom: 123px;
}
.phone-why-cgs-cimb-btn-frame{
    display: none;
}
.why-cgs-cimb-item-desc-frame{
    margin-top: 35px;
}
/* end why cgs cimb */
/* start login*/
.login-padding p{
    margin-bottom: 0rem !important;
}
.login-padding{
    background: linear-gradient(to top, #13318c 44%, #ffffff 0%);
}
.login-border{
    margin: auto;
    background: #F7F7F7;
    max-width: 1090px;
}
.login-border-left{
    padding-top: 93px;
    padding-left: 107px;
    padding-bottom:107px;
    padding-right: 0px;
}
.login-border-left .carousel-indicators{
    left: 0px;
    bottom: -83px;
    justify-content: flex-start;
    margin-left: 0%;
}
.login-border-left .carousel-item>img.d-block.w-100{
    height: 446px;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
}
.login-input{
    padding: 14px 24px;
}
.login-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.login-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}
.login-forgot-password{
    color: #0B318F;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
.login-title-frame{
    margin-bottom: 44px;
}
.login-input-frame{
    margin-bottom: 21px;
}
.login-forgot-password-frame{
    margin-bottom: 37px;
}
.login-btn-frame{
    margin-bottom: 63px;
}
.login-text{
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
.login-border-right{
    margin-top: 87px;
    margin-bottom: 103px;
    padding-left: 99px;
    padding-right: 99px;
}
/* end login */
/* start openanaccount */
.openanaccount-background-style p{
    margin-bottom: 0rem;
    font-size: 20px;
    /*color: #fff;*/
}
.openanaccount-background-style{
    margin-bottom:-10px;
    /*background: linear-gradient(to top, #13318c 44%, #ffffff 0%);*/
}
.openanaccount-border{
    margin: auto;
    background: linear-gradient(to right, #0B318F 50%, #F7F7F7 0%);;
    max-width: 1090px;
}
.openanaccount-title{
    font-family: Poppins;
    font-size: 40px !important;
    font-weight: bold;
    line-height: 52px;
}
.openanaccount-subtitle{
    color: #fff;
    font-family: Muli;
    font-size: 28px !important;
    font-weight: 900;
    line-height: 30px;
}
.openanaccount-info{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.openanaccount-selector-controll .select-selected{
    color: black!important;
}
.openanaccount-border-left{
    padding: 68px 97px 45px 113px;
    /*    border-right: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8;*/
}
/*.openanaccount-border-left:after{
     content: 'or';
     left: 123%;
     top: -168px;
     padding: 11px 15px;
     border: 1px solid #D8D8D8;
     border-radius: 50%;
     background: #fff;
     position: relative;
     z-index: 2;
}
*/
.openanaccount-circle-or {
    width: 36px;
    height: 36px;
    padding-top: 4px;
    text-align: center;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    border: 0.5px solid #D8D8D8;
    background-color: #FFFFFF;
    z-index: 1;
    display: initial;
}
.openanaccount-title-frame{
    margin-bottom: 23px;
}
.openanaccount-subtitle-frame{
    margin-bottom: 16px;
}
.openanaccount-info-frame{
    margin-bottom: 16px;
}
.openanaccount-selector-controll{
    margin-bottom: 28px;
}
.openanaccount-tel-frame{
    margin-bottom: 16px;
}
.openanaccount-email-frame{
    padding-bottom: 27px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D8D8D8;
}
.openanaccount-border-right .openanaccount-email-frame{
    border-bottom:none;
}
.background-phone-icon{
    background: url(https://www.cgsi.com/en/images/Icon_Phone.svg) no-repeat;
    padding-left: 22px;
    background-position-y: 9px;
}
.background-email-icon{
    background: url(https://www.cgsi.com/en/images/Icon_Mail.svg) no-repeat;
    padding-left: 22px;
    background-position-y: 9px;
}
.openanaccount-border-right{
    /*    border-left: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8;*/
    padding: 68px 97px 45px 113px;
}
.openanaccount-info-bold{
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.openanaccount-btn{
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}
.openanaccount-btn-frame{
    margin-bottom: 32px;
}
.openanaccount-btn-frame2{
}
.openanaccount-info-bold img{
    padding-right: 15px;
}
.phone-openanaccount-sign-up-frame{
    display: none;
}
.dropdown-OpenNewAc-menu-Width1 .select-items{
    max-height: 150px;
}
.dropdown-OpenNewAc-menu-Width2 .select-items{
    max-height: 150px;
}
.dropdown-OpenNewAc-menu-Width3 .select-items{
    max-height: 150px;
}
/* end openanaccount */
/* start freauently-asked-questions*/
.freauently-asked-questions-upper .contact-us-background{
    min-height: 264px;
}
#production2>.col-12.col-no-padding.product1-title {
    color:white;
}
.map{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    margin-left: 30px;
}
.faqs-tab-title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
}
.faqs-tab-collapses{
    margin-top: 30px;
    max-width: 759px;
}
.faqs-tab-collapse-frame{
    padding-top: 32px;
    padding-bottom: 44px;
    border-bottom:1px solid #D8D8D8;
}
.faqs-tab-collapse-header{
    background: transparent;
    padding-left: 0;
    border: none;
}
.faqs-card{
    border:0px;
    border-bottom: 1px solid #D8D8D8 !important;
    padding-top: 20px;
    padding-bottom: 32px;
}
.faqs-tab-collapse-subtitle{
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    width:100%;
    text-align: left;
    cursor: pointer;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg)no-repeat 98% 50% ;
    white-space: inherit;
}
.faqs-tab-collapse-subtitle:hover{
    color:#212121;
    text-decoration: unset;
}
.faqs-tab-collapse-subtitle:focus{
    color:#212121;
    text-decoration: unset;
}
.faqs-tab-collapse-subtitle.collapsed{
    color: #231F20;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    width:100%;
    text-align: left;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 30px;
    background: url(https://www.cgsi.com/en/images/arrow_down.svg)no-repeat 98% 50%;
    white-space: inherit;
}
.faqs-tab-collapse-subtitle.collapsed:hover{
    color: #212121;
    text-decoration: unset;
}
.faqs-tab-collapse-subtitle.collapsed:focus{
    color: #212121;
    text-decoration: unset;
}
.faqs-tab-collapse-body{
    padding-left: 0;
    padding-top: 0;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.faqs-tab-collapse-info{
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
}
.child-body{
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 17px;
}
.child-tabs{
    list-style:none;
    padding-left: 0px;
    border-bottom: 0px;
}
.child-link{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    color: #9B9B9B !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: inherit;
    cursor: pointer;
}
.child-link:hover{
    color: #0B318F !important;
    text-decoration:none;
}
.child-link.active{
    color: #0B318F !important;
}
.freauently-asked-questions-lower{
}
.faq-all-exchange-traded{
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 17px;
    padding-top: 15px;
    cursor: pointer;
    color: #9b9b9b;
}
.faq-all-exchange-traded.active{
    color: #0B318F;
}
.faq-all-exchange-traded:hover{
    color: #0B318F;
    font-weight: 900;
}
.freauently-asked-questions-lower-card{
    border-bottom: 1px solid #D8D8D8;
}
.child-link-no-child.active{
}
.phone-freauently-asked-questions-lower{
    display: none;
}
.faqs-border-line{
    border-bottom:1px solid #D8D8D8 !important;
}
.freauently-asked-questions-select-controll .select-selected{
    color: black !important;
    width: 184px;
    background-color: red !important;
}
.phone-freauently-asked-questions-select-controll{
    display: none;
}
.related-articles-frame{
    max-width: 759px;
}
.related-articles-title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    line-height: 58px;
}
.related-articles-collapse-frame{
    padding: 17px 0px;
    border-bottom: 1px solid #D8D8D8;
}
.related-articles-collapse-subtitle{
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    cursor: pointer;
    background: url(https://www.cgsi.com/en/images/arrow_up.svg)no-repeat 98% 50% ;
}
.related-articles-collapse-subtitle.collapsed{
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    cursor: pointer;
    padding-right: 30px;
    background: url(https://www.cgsi.com/en/images/arrow_down.svg)no-repeat 98% 50%;
}
.related-articles-collapse-info{
    font-family: Muli;
    font-size: 14px;
    line-height: 30px;
    margin-top: 14px;
}
.related-articles-title-frame{
    margin-top: 55px;
}
.create-account-blue-frame-right{
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-bottom: 67px;
}
.create-account-blue-frame{
    margin: 0px;
    /*max-width: 80%;*/
}
.create-account-blue-frame-padding{
    background: #0B318F;
    border-radius: 6px 6px 60px 6px;
    padding: 45px 78px;
    margin-left: 20px;
}
.create-account-blue-info{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.create-account-blue-title{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
}
.create-account-blue-btn{
    color: #FFFFFF;
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
    padding: 17px 25px;
    white-space: normal;
}
.create-account-blue-btn-frame{
    text-align: end;
    padding-top: 63px;
}
.hidden{
    display: none !important;
}
.destop-navbar-brand-padding{
    padding: 15px;
}
.destop-navbar-brand-padding img{
    width: auto;
    height: 30px;
}
.dropdown.dropdown-menu-hover.dropdown-crow .nav-link{
    transition-duration: 0.3s;
}
.nav-link-padding{
    padding: 20px 15px;
    transition-duration: 0.3s;
}
.right-nav-link-padding{
    padding: 20px;
}
.campaigns-nopadding {
    padding-right: 0px;
    padding-left: 0px;
}
.campaigns-logo {
    height: 50px;
}
.campaign-norow {
    margin-left: 0px;
    margin-right: 0px;
}
.campaign-logo {
    height: 50px;
}
#campaigns-section0 {
    padding: 20px 7.2vw;
    position: absolute;
}
.campaigns-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    color: #231F20;
    padding-bottom: 40px;
}
.btn-campaigns {
    border: 0px;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    background: #0B318F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-color: #0B318F;
    padding: 15px 40px;
}
.campaigns-section {
    padding: 80px 7.2vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.campaigns-card-subframe {
    /*background: #FFFFFF;*/
    /*border: 1px solid rgba(35, 31, 32, 0.1);*/
    box-sizing: border-box;
    /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);*/
    border-radius: 10px;
    margin: auto;
    max-width: 500px;
    min-height: 300px;
    height: 100%;
    margin-top: 20px;
    margin: auto;
}
.careerlife .campaigns-card-subframe {
    background: #0B318F;
}
.campaigns-card-image {
    height: 60px;
}
.campaigns-card-title {    
    padding: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    color: #231F20;
}
.campaigns-card-desc {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #9B9B9B;
}
.campaigns-section1-frame {
    position: absolute; 
    top: 17vw;
    padding-left: 7.2vw;
    width: 35%;
}
.campaigns-section1-headline {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 3vw;
    line-height: 120%;
    color: #FFFFFF;
}
.campaigns-section1-desc {
    margin: 2vw 0px;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 2vw;
    line-height: 130%;
    color: #F7F7F7;
}
.campaigns-section1-btn {
    border:0px;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 1vw;
    line-height: 130%;
    background: #0B318F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-color: #0B318F;
    padding: 1vw 3vw;
}
.campaigns-section2-btn {  
    text-align: center;
}
.campaigns-section3-frame {
    max-width: 800px;
    margin: auto;
    padding-bottom: 60px;
}
.campaigns-section3-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.campaigns-section3-desc {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #F7F7F7;
    margin-top: 20px;
}
.campaigns-section3-button {
    text-align: center;
    margin-top: 30px;
}
.campaigns-section3-part2frame {
    margin: 15px 30px;
}
.campaigns-section3-part2title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}
.campaigns-section3-part2desc {
    margin-top: 10px;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #F7F7F7;
}
.campaigns-section4 {
    padding: 40px 0px 80px 0px;
    width: 1000px;
    margin: auto;
}
.campaigns-section4-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #231F20;
    margin-bottom: 30px;
}
.campaigns-section4-frame {
    width: 490px;
    height: 320px;
}
.campaigns-section4-subframe {
    padding: 75px 50px;
    background: #FFFFFF;
    border: 1px solid rgba(35, 31, 32, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 10px;
}
.campaigns-section4-image {
    height: 50px;
}
.campaigns-section4-title {
    margin-top: 23px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    color: #231F20;
}
.campaigns-section4-desc {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #9B9B9B;
    margin-top: 18px;
}
.campaigns-section5-frame {
    padding: 50px;
}
.campaigns-section5-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: #FFFFFF;
}
.campaigns-section5-desc {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #F7F7F7;
    margin-top: 20px;
}
.campaigns-section5-button {
    margin-top: 40px;
}
.campaigns-section6-button {
    margin-top: 40px;
    text-align: center;
}
.campaigns-faq-frame {
    max-width: 800px;
    margin: auto;
}
.campaigns-section7-subframe {
    background: #FFFFFF;
    border: 1px solid rgba(35, 31, 32, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 10px;
    padding: 30px;
    width: 95%;
    max-width: 310px;
    min-height: 450px;
    height: 100%;
    margin: auto;
}
.campaigns-section7-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.campaigns-section7-image {
    width: 50px;
}
.campaigns-section7-name {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #231F20;
}
.campaigns-section7-desc {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #9B9B9B;
    padding-top: 18px;
}
.campaigns-section8-frame {
    background: #F9A29F;
    border-radius: 10px;
    width: 100%;
    padding: 20px 40px 40px 40px;
}
.campaigns-section8-text {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #231F20;
    margin-top: 20px;
}
.campaigns-input {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    text-indent: 20px;
    color: #231F20;
    margin-top: 20px;
}
.campaigns-section8-button {
    margin-top: 30px;
}
#iframe-job {
    padding: 0px 7.2vw 50px 7.2vw;
}
.job-search-frame {
    width: 100%; 
    position: inherit; 
    top: 300px; 
    z-index: 1000;
    text-align: center; 
    font-weight: bold; 
    font-family: Poppins; 
    font-size: 40px; 
    color: #ffffff;
    padding: 30px 0px 70px 0px;
    background-color: #000080;
}
.job-topic-frame {
    padding: 50px 7.2vw;

}
.job-title-content {
    font-size: 32px;
}
.job-title-subcontent {
    color: #0F318D;
    font-size: 32px;
    font-weight: bold;
}
.job-table {
    width: 100%;
}
.job-table>thead>tr {
    background: #0F318D;
}
.job-table>tbody>tr {
    cursor: pointer;
}
.job-table>thead>tr>th {
    color: #ffffff;
    text-align: center;
}
.job-datetime {
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}
.job-title {
    margin-top: 20px;
    color: #231F20;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.job-desc {
    margin-top: 20px;
    color: #231F20;
    font-family: Muli;
    font-size: 16px;
    line-height: 30px;
}
.job-hr {
    margin: 34px 0px;
    box-sizing: border-box;
    height: 2px;
    border-bottom: 0.5px solid #D8D8D8;
}
.job-frame {
    cursor: pointer;
    background: url(https://www.cgsi.com/en/images/arrow_down_right.png) no-repeat 100% 50% transparent;
}
.job-desc-title {
    margin-top: 10px;
    font-weight: bold;
}
.job-desc-desc {
    margin-top: 5px;
}
.job-sourcecode {
    margin-top: 50px;
}
.job-btn {
    margin-top: 50px;
    width: 200px;
}
.job-applyform {
    max-width: 500px;
    margin-top: 50px;
    display: none;
}
.job-apply-input {
    margin-top: 10px;
}

.share-frame {
    padding: 7.2vw;
    padding-top: 80px;
}
.share-title {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
}
.share-form {
    margin-top: 50px;
    max-width: 1000px;
}
.btn-shareyourfeedback {
    margin-top: 30px;
}

.insight-detail-trading-frame {
    padding: 10px 7.2vw 40px 7.2vw;
    display: table; 
    width: 100%;
}
.trading-video {
    height: calc(100vw/3);
    margin-bottom: 20px;
}
.trading-section1 {
    display: table-cell;
}
.trading-section2 {
    width: 350px; 
    display: table-cell; 
    vertical-align: top; 
    padding-left: 20px;
}
.grid-discover{
    display: flex;
    justify-content:space-between;
}
.grid-discover >div{
    width: 40%;
    min-width: 120px;
}
.grid-discover >div:last-child{
    width: auto;
}
.frequently-asked-question-title{
    display: flex;
    justify-content: space-between;
    color: #fff !important;
    align-items: center;
}
.frequently-asked-question-title .dropdown-toggle[data-toggle=dropdown]{
    background-color: #E60012 !important;
    border: 0px !important;
    color: #FFF;
}

@media (max-width: 1440px) {
    .carousel-item>img.d-block.w-100 {
        object-fit: scale-down;
        height: auto;
    }
}
@media (max-width: 1350px) {
    .why-cgs-cimb-upper-image-frame{
        position: unset;
    }
    .why-cgs-cimb-blue-frame{
        /*        margin: 0px;
                max-width: 100%;
                padding-left: 7.2vw;
                padding-right: 7.2vw;*/
    }
}
@media (max-width: 992px) {
    .frequently-asked-question-title{
        display: block;
    }
    .frequently-asked-question-title >div{
        margin-top: 10px;
    }
    .mobile-show {
        display: block;
    }
    .desktop-show {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .job-search-frame {
        width: 100%; 
        position: inherit; 
        top: 200px; 
        z-index: 1000;
        text-align: center; 
        font-weight: bold; 
        font-family: Poppins; 
        font-size: 26px; 
        color: #000000;
    }
    .findtheperfectinvestment-frame {
        background-image: none;
        padding: 0 0px;
        height: 100%;
    }
    /*alex 1204 start*/
    .custom-background{
        background-image: none !important;
    }
    /* alex 1204 end*/
    .findtheperfectinvestment-frame .form-group{
        margin-bottom: 0rem;
    }
    .findtheperfectinvestment-title {
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
        padding-right: 27px;
        /*change*/
    }
    .findtheperfectinvestment-title2 {
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        font-weight: 900;
        margin: 0;
    }
    .findtheperfectinvestment-triangle{
        border-style: solid;
        border-color: transparent;
        border-width: 25px 0 25px 25px;
        border-left: 25px solid transparent;  
        border-right: 25px solid transparent;  
        border-bottom: 30px solid #E9EDF8;
        position: absolute;
        right: 45%;
        top: -50px;
    }
    .findtheperfectinvestment-man{
        margin-right: 15px;
        width: 89%;
        display: initial;
    }
    /*start change*/
    .findtheperfectinvestment-question{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.13px;
        line-height: 32px;
    }
    .findtheperfectinvestment-button {
        color: #FFFFFF;
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        margin-top: 37px;
        padding: 17px;
    }
    .insight-detail-trading-frame {
        padding: 27px 30px 27px 30px;
        display: grid; 
        width: 100%;
    }

    .trading-video {
        height: calc(100vw/2);
        margin-bottom: 20px;
    }

    .trading-section2 {
        width: 100%; 
        display: table-cell; 
        vertical-align: top; 
        padding-left: 0px;
        padding-top: 20px;
    }
}
/* end freauently-asked-questions*/
@media (max-width: 767px) {
    .mobile-show {
        display: block;
    }
    .desktop-show {
        display: none;
    }
    .insights-tabbar {
        display: none !important;
    }
    .resourceslist-tabbar-frame {
        display: none !important;
    }
    .resources-selector-zone {
        margin-bottom: 10px;
        display: block !important;
    }
    .insights-selector-zone {
        margin-bottom: 10px;
        display: block !important;
    }
    .insights-table-selector .select-items {
        width: 100%;
        left: 0;
    }
    .insights-table-selector .select-selected {
        color: #000 !important;
    }
    .resources-table-selector .select-selected {
        color: #000 !important;
    }
    .col-lg-12.col-md-12.col-no-padding.insights-tabbar.row.row-no-margin>.tab-table {
        width: 100%;
        overflow: auto;
    }
    h1{
        font-family: Poppins;
        font-size: 26px;
    }
    h2{
        font-family: Poppins;
        font-size: 26px 
    }
    h3{
        font-family: Poppins;
        font-size: 20px;
    }
    h4{
        font-family: Muli;
        font-size:14px;
    }
    /* newsroom start */
    #iframe-newsroom {
        padding: 30px;
    }
    .mediacontacts-tab-select-controll .select-selected {
        padding-right: 0px;
        color: black !important;
        width: 100%;
        margin-top: 0px;
    }
    .mediacontacts-tab-select-controll .select-items {
        width: 100%;
        left: 0px;
    }
    .mediacontacts-tab-select-controll {
        padding: 0px !important;
        /* change */
    }
    .newsroom-tab-select-controll>.select-selected {
        border: 1px solid #ced4da;
        border-radius: .25rem;
        cursor: pointer;
        user-select: none;
        padding: 8px 13px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 0px;
    }
    .newsroom-tab-select-controll>.select-items {
        left: 0;
        right: 0;
    }
    .newsroom-title {
        color: #212121;
        font-family: Poppins;
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 25px;
        margin-right: 31px;
    }
    .newsroom-divider {
        padding-top: 34px;
        border-bottom: 0.5px solid #D8D8D8;
    }
    .newsroom-filter-frame-desktop {
        display: none;
    }
    .newsroom-filter-frame-mobile {
        display: grid;
        margin-top: 38px;
        padding-bottom: 34px;
        border-bottom: 0.5px solid #D8D8D8;
        margin-bottom: 56px;
    }
    .newsroom-datetime {
        color: #9B9B9B;
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .newsroom-teaser {
        margin-top: 10px;
        padding-right: 10%;
        color: #212121;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .newsroom-learnmore {
        margin-top: 21px;
        display: inherit;
        color: #1A1919;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
    }
    .newsroom-hr {
        margin: 26px 0px;
        box-sizing: border-box;
        height: 2px;
        border-bottom: 0.5px solid #D8D8D8;
    }
    .newsroom-frame {
        cursor: pointer;
        background: none;
    }
    .newsroom-connectioncountry {
        display: inline;
    }
    .btn-newsroom {
        margin-top: 15px;
        width: 100%;
        padding: 12px;
        /*change*/
    }
    #mediacontacts {
        padding: 0px 30px;
        z-index: 2;
    }
    .mediacontacts-divider {
        margin-bottom: 53px;
        border-top: 0.5px solid #D8D8D8;
    }
    .mediacontacts-frame {
        padding: 0px 0px 71px 0px;
    }
    .mediacontacts-frame .col-no-padding{
        padding-left: 0px;
    }
    .mediacontacts-tab-subtitle {
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 47px;
        margin-right: 31px;
    }
    .mediacontacts-items-frame {
        margin-top: 31px;
        overflow: auto;
    }
    .mediacontacts-items {
        height: 290px;
        width: 300px;
        border: 0.5px solid #D8D8D8;
        border-radius: 6px;
        background-color: #FFFFFF;
        box-shadow: 0 1px 9px 0 rgba(36,38,44,0.11);
        padding: 23px 26px;
        display: inline-block;
        margin-right: 29px;
        margin-bottom: 20px;
    }
    .mediacontacts-items-divider {
        box-sizing: border-box;
        height: 2px;
        margin-top: 18px;
        margin-bottom: 15px;
        border-bottom: 1px solid #D8D8D8;
    }
    .mediacontacts-items-name {
        color: #231F20;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        height: 28px;
    }
    .mediacontacts-items-position {
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 28px;
        margin-top: 13px;
        height: 56px;
    }
    .mediacontacts-items-phone {
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 32px;
    }
    .mediacontacts-items-email {
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 4px;
    }
    .mediacontacts-items-place {
        display: none;
    }
    /* newsroom end */
    .btn_intercom {
        display: none;
    }
    .main_editor_frame {
        padding: 30px 30px;
        background: #F7F7F7;
    }
    .main_editor_blank_frame {
        /*padding: 30px 30px;*/
    }
    .carousel-item>img.d-block.w-100 {
        object-fit: scale-down;
        height: auto;
    }
    .carousel-caption {
        position: relative;
        display: inherit !important;
        color: black;
        left: 0px;
        width: 100%;
        top: 0px;
        text-align: left;
        height: 320px;
        overflow: hidden;
        padding: 20px 30px;
        line-height: 32px;
        background-color: transparent;
    }
    .carousel-indicators {
        left: 30px;
        bottom: 20px;
        justify-content: flex-start;
        margin-left: 0%;
    }
    /* change */
    .carousel-indicators li {
        cursor: pointer;
        border-radius: 12px;
        width: 8px;
        height: 8px;
        margin: 7px 2px;
        background-color: #9B9B9B;
        margin-right:10px;
    }
    .carousel-indicators li.active {
        margin: 0px;
        margin-top: 2px;
        background-color: transparent;
        border: 1px solid #E60012;
        box-shadow: 0 0 2px #E60012;
        height: 17px;
        width: 17px;
        margin-right:7px;
    }
    .carousel-indicators li.active:after {
        border: 3px solid #E60012;
        border-radius: 10px;
        height: 5px;
        width: 5px;
        bottom: 5px;
        left: 5px;
    }
    /* change */
    .slide-title {
        color: #231F20;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        margin: 20px 0px;
    }
    .slide-info {
        color: #231F20;
        font-family: Muli;
        font-size: 13px;
        margin: 10px 0px;
        line-height: 22px;
    }
    #iframe-lastannouncement {
        padding: 30px;
    }
    .announcements-modal-frame {
        padding: 30px 
    }
    .announcements-modal-title {
        margin-top: 15px;
        color: #424143;
        font-family: Poppins;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.28px;
        line-height: 33px;
    }
    .announcements-modal-desc {
        margin-top: 15px;
        color: #6E6E6F;
        font-family: Muli;
        font-size: 16px;
        line-height: 30px;
    }
    .latestannouncements-frame {
        padding: 27px 30px 50px 30px;
        /*background: #13318c;*/
        height: 100%;
    }
    /*new change*/
    .latest-announcements-title {
        /*color: #FFFFFF;*/
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.2px;
        line-height: 33px 
    }
    /*end change*/
    .latestannouncements {
        /*color: #efefef;*/
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .latestannouncements > div:first-child{
        display: block;
        margin-right: 15px;
    }
    .latestannouncements-title-hr {
        margin: 15px 0px 15px 0px;
        /*border-color: #ffffff;*/
        border-style: solid;
    }
    .latestannouncements-date {
        /*color: #FFFFFF;*/
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        line-height: 28px;
    }
    .latestannouncements-desc {
        /*color: #FFFFFF;*/
        font-family: Poppins;
        font-size: 12px;
        /*new change*/
        font-weight: bold;
        line-height: 16px;
        max-height: 89px;
        overflow: hidden;
        position: relative;
        padding-right: 40px;
    }
    .latestannouncements-learnmore {
        position: inherit;
        margin-top: 19px;
        /*color: #FFFFFF;*/
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.89px;
        line-height: 15px;
        margin-bottom: 28px;
    }
    .latestannouncements-hr {
        /*display: inherit;*/
    }
    .latestannouncements-desktop-showall {
        display: none;
    }
    .latestannouncements-mobile-showall {
        display: inherit;
        color: #ffffff;
        cursor: pointer;
        color: #FFFFFF;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        margin-top: 31px;
    }
    /*top products and service start*/
    /*alex start 1204*/
    .topproductsandservice-frame {
        padding: 39px 0px;
        height: auto;
    }
    .topproductsandservicetitle-frame{
        padding-left: 30px;
        padding-right: 30px;
    }
    /*alex end 1204*/
    .explore-more-about-o {
        color: #231F20;
        font-family: 'Muli';
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .top-products-servi {
        color: #231F20;
        font-family: 'Poppins';
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .topproductsandservicebutton-frame{
        display: none;
    }
    /*alex start 1221*/
    .topproductsandservice-scroll{
        padding-left: 30px 
    }
    /*alex end 1221*/
    .open-account-btn-frame{
        margin-top: 25px;
        text-align: unset;
    }
    .open-account-btn{
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding: 12px 17px;
        width: 100%;
    }
    .world-map-btn-frame{
    }
    .world-map{
        margin-bottom: -7%;
    }
    /* end change */
    /*top products and service end*/
    .insights-frame {
        padding: 0px 30px;
    }
    .latestannouncements.three, .latestannouncements.four {
        display: none;
    }
    .main_editor-want-new-insights-be {
        color: #231F20;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
    }
    .main_editor-youcantryfullfeatured{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .main_editor-email-input-height {
        margin-top: 36px;
        height: 40px;
        border: 0.5px solid #D8D8D8;
        border-radius: 6px;
        background-color: #FFFFFF;
    }
    .main_editor-email-input-button {
        margin-top: 36px;
        height: 40px;
        width: 100%;
        border-radius: 0 6px 6px 0;
        font-size:0px;
        background: url(https://www.cgsi.com/en/images/arrow_white.png) no-repeat 10px 6px #E60012 !important;
    }
    .main_editor-who-is-cgs-cimb {
        color: #231F20;
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 13px;
    }
    .main_editor-connecting-businesse {
        color: #E60012;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
    }
    .main_editor-connecting-businesse-desc {
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .main_editor-map-btn-go-to-institutional {
        color: #FFFFFF;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
    }
    .main_editor-map-btn-why-cgs-cimb {
        color: #E60012;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
    }
    /* CUSTION SELECTOR COPY*/
    .login-select select{
        display:none;
    }
    .login-select {
        position: relative;
        font-family: Muli;
    }
    .login-select select {
        display: none;
        /*hide original SELECT element:*/
    }
    .select-selected {
        color: #0B318F !important;
        background-color: white;
        background-image: url(https://www.cgsi.com/en/images/arrow_down.png);
        background-repeat: no-repeat;
        background-position-x: 93%;
        background-position-y: 53%;
        width:100%;
        font-weight: 900;
    }
    /*style the items (options), including the selected item:*/
    .select-items div ,.select-selected {
        color: black;
        padding: 8px 16px;
        /*        border: 1px solid #ced4da;
                border-radius: .25rem;*/
        border: 1px solid #E60012;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        color:black;
        padding-right:28px;
    }
    /*style items (options):*/
    .select-items {
        position: absolute;
        background-color: white;
        height: auto;
        overflow:auto;
        left: 31px;
        right: 31px;
        z-index: 99;
        border: 1px solid rgba(0, 0, 0, 0.2) ;
        border-radius: .25rem;
        width: auto;
    }
    .select-items div{
        border: none;
    }
    /*hide the items when the select box is closed:*/
    .select-hide {
        display: none;
    }
    .select-items div:hover {
        background-color: rgba(0, 0, 0, 0);
        color:#0B318F;
        font-weight:900;
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        border-radius: 5px;
        background-color: #F5F5F5;
    }
    ::-webkit-scrollbar {
        display: none;
        width: 5px;
        background-color: #F5F5F5;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
        background-color: #A7A7A7;
    }
    .findtheperfectinvestment-select-control .select-items {
        width: 100%;
        left: 0px !important;
        right: 0px !important;
    }
    .findtheperfectinvestment-select-control .select-selected {
        padding: 11px 24px !important;
    }
    /*END OF CUSTION SELECTOR*/
    /*phone-product-and-services*/
    .row.products-and-serives{
    }
    .row-frame{
        margin: 0px 0px;
    }
    .phone-products-and-serives-sidebar .select-selected{
        display: block;
    }
    .products-and-serives-sidebar {
        display: none;
    }
    .products-and-serives-item-list .item-grid{
        width: auto;
        max-width: 305px;
    }
    .product-and-serivces-btnPrevious {
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: transparent;
        cursor: pointer;
        font-size: 12px;
        background: url("https://www.cgsi.com/en/images/arrow_left_grey.png") no-repeat scroll 50% 0% transparent;
    }
    .product-and-serivces-btnNext {
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: transparent;
        cursor: pointer;
        font-size: 12px;
        background: url("https://www.cgsi.com/en/images/arrow_down_right.png") no-repeat scroll 50% 0% transparent;
    }
    .product-and-serivces-btnPage {
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: transparent;
        cursor: pointer;
        font-size: 12px;
    }
    .product-and-serivces-btnPage:hover {
        background-color: #0B318F;
        border-radius: 50%;
        font-size: 12px;
        color: white;
    }
    .product-and-serivces-btnPage.active{
        background-color: #0B318F;
        border-radius: 50%;
        font-size: 12px;
        color: white;
    }
    .product-and-serivces-paging{
        display: block;
        margin-top: 44px;
    }
    .phone-products-and-serives-sidebar.login-select.col-12 .select-items{
        left: 15px;
        right: 15px;
    }
    .product-and-serivce-title{
        font-size: 26px;
    }
    .phone-products-and-serives-sidebar .select-selected{
        color: black !important;
        font-weight: bold;
    }
    .phone-products-and-serives-sidebar .select-items div:hover {
        color:#0B318F;
        font-weight:bold;
    }
    .products-and-serives-item{
        margin: auto;
        width: 100%;
    }
    .grid-categories-frame{
        font-size: 12px;
    }
    .grid-title-frame{
        padding: 0px 33px;
    }
    .grid-title{
        font-size: 18px;
    }
    .grid-desc-frame{
        /*padding: 0px 33px;*/
    }
    .grid-desc{
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        position: relative;
        line-height: 27px;
        max-height: 101px;
        margin-right: -1em;
        padding-right: 2em;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .grid-lightbulb-frame{
        padding:0px 33px;
    }
    .grid-learnmore{
        font-size: 12px;
    }
    .grid-location-frame{
        padding: 0px 33px;
    }
    .grid-learnmore-frame{
        padding: 26px;
    }
    .grid-lightbulb{
        padding: 14px 5px;
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
    }
    /*end of phone-product-and-services*/
    /* start cfd*/
    .product-sidebar{
        display: none;
    }
    .product1-sm-title{
        font-size: 10px;
    }
    .product1-title{
        font-size:26px;
        line-height:unset;
        padding:0;
    }
    .product1-info{
        font-size: 14px;
    }
    .product2{
        padding-top: 53px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product2 .carousel-caption{
        position: relative;
        display: inherit !important;
        color: black;
        left: 0px;
        width: 100%;
        top: 0px;
        text-align: left;
        /*overflow: unset;
        */
        overflow-y: scroll;
        padding: 20px 30px;
        line-height: 32px;
        background-color: transparent;
    }
    .product2-carousel-number{
        font-size: 14px;
    }
    .product2-carousel-title{
        font-size: 20px;
    }
    .product2-carousel-info{
        font-size: 14px;
    }
    .product2-item-frame{
        display: none;
    }
    .product2-blue-title{
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .product2-blue-collapsible{
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
    }
    .product2-blue-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .product2-blue-content li{
        font-size: 14px;
        line-height: 24px;
    }
    .product5{
        padding-top: 57px;
        padding-bottom: 70px;
        padding-right: 0px;
    }
    .product5-title{
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .product5-subtitle{
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
    }
    .product5-info{
        font-size: 14px;
        line-height: 24px;
    }
    .product5-learnmore{
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.89px;
        line-height: 15px;
    }
    .col-no-padding.platform-tools4-title {
        padding-left: 0px;
    }
    .product3{
        padding:57px 30px 63px 30px;
    }
    .product3-tab.col-lg-12.cd-md-12col-lg-12.cd-md-12.col-no-padding {
        padding-left: 0px;
    }
    .product7-selector-controll .select-items{
        right:0;
        left:0;
    }
    .product7-blue-title{
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .product7-blue-info{
        font-size: 14px;
        line-height: 24px;
    }
    /* new product7 start*/
    .desktop-product7-blue{
    }
    .product7-selector-controll{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .product7-selector-controll .select-selected{
        color: #9B9B9B !important;
    }
    .product7-selector-controll2{
        margin-left: 0px;
        width: 100%;
    }
    .product7-selector-controll2 .select-items{
        left:0;
        right:0;
    }
    .product7-viewall{
        display: none;
    }
    .phone-viewall{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding: 12px 0px;
    }
    .phone-viewall{
        display: block;
        margin: 35px 0px;
    }
    .phone-product7-left{
        padding-bottom: 0px;
    }
    .product7 .col-no-padding{
        padding-left: 0px;
    }
    .product7-blue-or-frame{
        margin: 28px 0px;
        border-bottom: 1px solid #FFF;
    }
    .product7-blue-or-frame:before{
        content:"or";
        color: #FBFCFD;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        background: #0B318F;
        padding: 6px;
        position: relative;
        left: 48%;
        top: 10px;
    }
    .phone-product7-right .col-no-padding{
        padding-left: 0px;
    }
    .product1{
        padding-left: 0px;
    }
    /* new product7 end*/
    .product8-title{
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .phone-view-all-event{
        display: block;
        padding: 14px;
        margin-top:25px;
        margin-left: 15px;
        margin-right: 15px;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center !important;
    }
    .view-all-events{
        display: none;
    }
    .related-products-2{
        overflow: auto;
    }
    .phone-product2{
        display: flex;
    }
    .product1{
        padding-top: 41px;
        padding-bottom: 57px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-no-padding{
        padding-left: 15px;
    }
    #production4>.col-no-padding{
        padding-left: 15px;
        padding-right: 15px;
    }
    #platform-tools6>.col-no-padding{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product2-blue{
        background:#0B318F;
        padding: 100px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 58px;
        padding-bottom: 80.5px;
        width:100%;
    }
    .product7-subtitle{
        font-size: 20px;
    }
    .product7-content{
        font-size: 14px;
    }
    .main_product_frame{
        margin-left: 0px;
    }
    .phone-product1{
        padding-right: 30px;
        padding-left: 15px;
    }
    .phone-product2{
        padding-bottom: 110px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .phone-product5{
        padding-left: 30px;
        padding-right: 30px;
    }
    .phone-product5-image{
        padding-left: 0px;
        padding-right: 0px;
    }
    .phone-product7-left{
        padding-left: 30px;
        padding-right: 30px;
    }
    .phone-product7-right{
        padding-top: 53px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
    .phone-viewall-frame{
        display:block;
    }
    .product8 {
        padding-bottom:63.5px;
        padding-right: 30px;
    }
    .related-event{
        margin-top: 52px;
        margin-bottom: 60px;
        padding-left: 15px;
        padding-right: 30px;
    }
    .product10{
        padding: 52px 30px 0px 30px;
        margin: 0px;
    }
    .product10-row{
    }
    /* end cfd*/
    /* start platform and tools info*/
    .cimb-i-trade-frame{
        padding-top: 0px;
    }
    .platform-tools1{
        padding-bottom: 54px;
    }
    .platform-tools1-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .platform-tools1-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .platform-tools1-gray-title{
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        margin-top:66px;
        margin-bottom: 21px;
    }
    .platform-tools1-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .platform-tools2{
        background:#0B318F;
        padding: 59px 30px 56px 30px;
    }
    .platform-tools2 .col-no-padding{
        padding-left: 0px;
    }
    .platform-tools2-title{
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .platform-tools2-sm-title{
        color: #FFFFFF;
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        margin-top:57px;
    }
    .platform-tools2-info{
        color: #FFFFFF;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .platform-tools3{
        padding-top: 66px;
        padding-bottom: 59px;
    }
    .platform-tools3-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .platform-tools3-collapsible {
        background-color: transparent;
        cursor: pointer;
        padding: 11px 0px ;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        color: #212121;
        font-family: Poppins;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.2px;
        line-height: 33px;
        border-bottom: 0.5px solid #D8D8D8;
        background: url(https://www.cgsi.com/en/images/arrow_down.svg) no-repeat 97%;
    }
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .platform-tools3-collapsible.active {
        background-color: transparent;
        color: #0B318F;
        border-bottom: 0px solid #D8D8D8;
        background: url(https://www.cgsi.com/en/images/arrow_up.svg) no-repeat 97%;
    }
    /* Style the collapsible content. Note: hidden by default */
    .platform-tools3-content {
        padding: 20 0px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        font-family: Muli;
        font-size: 16px;
        line-height: 30px;
    }
    .platform-tools3 .carousel-indicators{
        bottom: -54px;
    }
    .platform-tools3 .carousel-caption {
        position: relative;
        display: inherit !important;
        color: black;
        left: 0px;
        width: 100%;
        top: 0px;
        text-align: left;
        height: 370px;
        /*overflow: unset;
        */
        overflow-y: scroll;
        padding: 20px 30px;
        line-height: 32px;
        background-color: transparent;
    }
    .platform-tools4{
        padding:57px 30px 63px 30px;
        background: #F7F7F7 url('https://www.cgsi.com/en/images/learn_more_about_cfd_background.png')no-repeat ;
        background-size: auto;
    }
    .platform-tools4 .col-no-padding{
        padding-left: 0px;
    }
    .platform-tools4-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .platform-tools4-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        padding-top: 26px;
    }
    .platform-tools4 .product3-tab {
        overflow: auto;
        border-bottom: 1px solid #D8D8D8;
    }
    .platform-tools4 .product3-tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding-top: 25px;
        padding-bottom: 0px;
        margin-right: 43px;
        padding-left: 0px;
        transition: 0.3s;
        font-weight: 900;
        white-space: nowrap;
    }
    /* Change background color of buttons on hover */
    .platform-tools4 .product3-tab button:hover {
        /*        color: #0B318F;
                border-bottom: 3px solid #0B318F;*/
        color: #E60012;
        border-bottom: 3px solid #E60012 !important;
    }
    /* Create an active/current tablink class */
    .platform-tools4 .product3-tab button.active {
        font-weight: 900;
        color: #0B318F;
        border-bottom: 3px solid #0B318F;
    }
    .platform-tools4 .product3-tablink{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.16px;
        line-height: 33px;
    }
    .phone-product5{
        padding-bottom: 30px;
    }
    .platform-tools5 .product5-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .platform-tools5 .product5-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .platform-tools5 p{
        color:black;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .platform-tools5-list{
        color:#0B318F;
    }
    .platform-tools5-list p{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        color:black;
    }
    .i-trade-mobile-application .carousel-item > .d-block w-100{
        height: 478px;
        object-fit: none;
        object-position: center;
    }
    .product4{
        padding-top: 55px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 79px;
        /*background: url(https://www.cgsi.com/en/images/learn_more_about_cfd_background.png) no-repeat 100%;
        */
    }
    .product5 .carousel-indicators li{
        margin-right:14px !important;
    }
    .product5 .carousel-indicators li.active{
        margin-right:14px !important;
    }
    .product5 .carousel-indicators{
        justify-content: center;
        margin-left:unset;
    }
    .product4-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .platform-tools6-btn{
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
        margin-top: 26px;
        padding:17px 17.5px 15px 17.5px;
    }
    .platform-tools7-item-frame{
        padding-top: 17px;
        padding-bottom: 24px;
    }
    .platform-tools7-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
    }
    .platform-tools7-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .grid-date-frame{
        padding-top: 21px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .grid-date{
        /*color: #9B9B9B;*/
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        line-height: 28px;
    }
    .platform-tools1-left{
        padding-left: 30px;
        padding-right: 30px;
    }
    .phone-platform-tools3{
        padding-left: 30px;
        padding-right: 30px;
    }
    .platform-tools3-collapsible-frame{
        display: none;
        padding-bottom: 100px;
    }
    .phone-platform-tools3-right{
        display: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    .phone-platform-tools3-left{
        display: flex;
    }
    .phone-platform-tools6-left{
        display: block;
    }
    .platform-tools6{
        padding-top: 55px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 79px;
        background: url(https://www.cgsi.com/en/images/learn_more_about_cfd_background.png) no-repeat 100%;
    }
    .platform-tools6-left{
        display: none;
    }
    .phone-platform-tools6-left-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    /* end platform and tools infor*/
    /* start explore recommended */
    .unset-padding{
        padding-left: 0px;
    }
    .main_explore_recommended_frame{
        padding:0px;
    }
    .explore-recommended-left{
        margin-top: 41px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 36px;
    }
    .explore-recommended-right{
        background:#f7f7f7;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 55px;
        margin-bottom: 0px;
    }
    .explore-recommended-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .explore-recommended-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 32px;
    }
    .explore-recommended-help-message{
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        padding-top:20px;
    }
    .explore-recommended-selector-label{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.13px;
        line-height: 32px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .explore-recommended-selector .select-selected{
        color:#9B9B9B !important;
    }
    .explore-recommended-selector .select-items{
        left:0;
    }
    .explore-recommended-selector .select-items div:hover{
        font-weight: bold !important;
    }
    .checkboxframe{
        padding-top: 10px;
    }
    .explore-recommended-button{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        padding: 12px;
        margin-top: 33px;
    }
    .findtheperfectinvestment-result{
        padding-left: 30px;
        padding-right:30px;
    }
    .phone-findtheperfectinvestment-result-title-frame{
        display: flex;
    }
    .findtheperfectinvestment-result{
        background: #FFF;
    }
    .still-have-questions{
        display: none;
    }
    .phone-still-have-questions{
        display: block;
        padding: 47px 30px 7.2vw 30px;
    }
    .still-have-questions-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .still-have-questions-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 32px;
    }
    .still-have-questions-btn{
        font-family: Muli;
        font-size: 12px;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding:12px 108px;
    }
    /* change */
    .explore-recommended-blue-line-frame{
        margin-top:25px;
    }
    /* change */
    /* end explore recommended */
    /* start insights*/
    .insights{
        padding: 32px 30px 0px 30px;
    }
    .insights .col-no-padding{
        padding-left: 0px;
        margin-top: 10px;
    }
    .insights-type{
        padding-left: 0px;
        padding-right: 0px;
    }
    .insights-type .col-no-padding{
        padding-left: 0px;
    }
    .insights-select-controll .select-items{
        left: 0;
        width: 100%;
    }
    .insights-input-group{
        display:none !important;
    }
    .phone-insights-input-group {
        display:grid;
    }
    .phone-insight-select-controll .select-selected{
        padding-right: 28px;
        color:black !important;
    }
    .phone-insight-select-controll .select-items{
        left: 0;
        right: 0;
    }
    .tab-table{
        overflow-x: auto;
        padding: 15px 0px;
    }
    .insights-tabbar{
        justify-content: flex-start;
    }
    .insights-tabbar .product3-tablink{
        margin-left: 0px;
        margin-right: 30px;
        padding:0px;
    }
    .insights-btn{
        width:100%;
    }
    .all-item{
        padding-top:0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    /*start change*/
    .item-grid-lagre {
        display: none;
    }
    .item-grid-sm{
        display: block;
    }
    .menu{
        cursor: pointer;
    }
    .submenu{
        cursor: pointer;
    }
    /*end change*/
    .insights-type .item-grid{
        margin: auto;
        width: auto;
        width: 295px;
    }
    .insights-login-frame {
        border-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .insights-login-div {
        margin-top: 89px;
        border-radius: 0px;
        background-color: #F7F7F7;
        padding: 35px 30px 41px 30px;
    }
    .let-s-see-more-about {
        color: #E60012;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .btn-createanaccount {
        margin-top: 20px;
        font-family: Muli;
        font-size: 12px;
        font-family: Muli;
        font-weight: 800;
    }
    .btn-logintoitrade {
        margin-top: 20px;
        font-family: Muli;
        font-size: 12px;
        font-family: Muli;
        font-weight: 800;
    }
    /* end insights*/
    /* start insights detail*/
    .insights-detail{
        margin-top: 41px;
    }
    .insights-detail-title-grid{
        padding-left: 30px;
        padding-right:30px;
        margin-bottom: 15px;
    }
    .insights-detail-title-frame{
        padding-left: 30px;
        padding-right:30px;
    }
    .insights-detail-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .insights-detail-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
        padding-right: 0px !important;
    }
    .insights-detail-gray-content-frame{
        padding:0px 30px;
        padding-top: 21px;
    }
    .insights-detail-gray-content{
        color:#9b9b9b;
        font-family: Muli;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        line-height: 22px;
    }
    .insight-detail-info-frame{
        padding: 27px 30px 27px 30px;
    }
    .insights-detail-icon-bar-frame {
        width: 0px;
    }
    .insights-detail-icon-bar {
        text-align: center;
        /* Set a specific width */
        display:none;
    }
    .insights-detail-icon-bar a {
        display: block;
        padding-right: 48px;
        transition: all 0.3s ease;
        color: black;
        font-size: 36px;
    }
    .insightsbasic-detail-icon-bar a {
        display: block;
        transition: all 0.3s ease;
        color: black;
        font-size: 36px;
        text-align: center;
    }
    .icon-bar-share{
        text-align: left;
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.71px;
        line-height: 15px;
        padding-top:10px;
        padding-right: 48px;
    }
    .iconinsights-bar-share{
        text-align: center;
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.71px;
        padding-top: 5px;
    }
    .insight-detail-subtitle{
        color: #231F20;
        font-family: Poppins;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
    }
    .insightbasic-detail-subtitle{
        color: #231F20;
        font-family: Poppins;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
    }
    .diversifying-into-ge{
    }
    .insight-detail-border{
        width: 304px;
        height: 280px;
        padding:39px 49px;
        background: #F7F7F7;
        border-radius: 5px;
        border: 1px solid #D8D8D8;
        margin-left: auto;
        margin-top:15px;
        display: none;
    }
    .insight-detail-btn{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        padding: 17px 25px;
        line-height: 18px;
        margin-top: 30px;
    }
    .strategic-entry-into{
        padding-top: 45px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 1px;
        background: #F7F7F7;
    }
    .strategic-entry-into-info{
        color: #231F20;
        font-family: Muli;
        font-size: 16px;
        line-height: 32px;
        margin-top: 40px;
        padding-bottom: 41px;
    }
    .strategicbasic-entry-into-info{
        color: #231F20;
        font-family: Muli;
        font-size: 16px;
        line-height: 32px;
        margin-top: 20px;
        padding-bottom: 41px;
    }
    .indications-of-chang{
        margin: 60px 30px 0px 30px;
    }
    .diagram-frame{
        margin-top: 25px;
    }
    .diagram-frame-title{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 18px;
    }
    .line-frame{
        margin-top: 37px;
        margin-bottom: 24px;
    }
    .line-title{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        margin-right: 31px;
    }
    .diagram-gray-frame{
        margin-bottom: 59px;
    }
    .diagram-sm-info-frame{
        text-align: left;
    }
    .diagram-sm-info{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        margin: auto;
        margin-right: 37px;
    }
    .diagram-gray-info{
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        line-height: 18px;
        color: #9B9B9B;
        margin-top: 14px;
        text-align: left;
    }
    .related-research{
        margin-top: 0px;
        padding-top:45px;
        padding-bottom: 90.5px;
        border-top: 1px solid #D7D7D7;
    }
    .video-frame{
        height: 256px ;
        padding-left: 0px;
        padding-right: 0px;
        background: #F7F7F7;
    }
    .popular-products-in-diagram-frame{
        text-align: center;
        margin-bottom: 31px;
    }
    .diagram-subtitle{
        display: none;
    }
    .phone-diagram-subtitle{
        display: flex;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 42px;
    }
    .phone-insight-detail-border{
        padding: 34px 30px 41px 30px;
        background: #F7F7F7;
        display: block;
    }
    .phone-insight-detail-border-title{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .phone-icon-bar{
        display: block;
        margin: 10px 30px;
    }
    .phone-icon-bar-title{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.43px;
        line-height: 13px;
    }
    .related-research-frame{
        padding-left: 30px;
        padding-right: 30px;
    }
    .icon-padding{
        margin-right: 35px;
    }
    .diagram-gray-title{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        line-height: 22px;
    }
    .diagram-frame-image{
        width: 220px;
    }
    .insights-item{
        margin:0px 30px;
    }
    .insights-subtitle{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.16px;
        line-height: 33px;
        text-align: left;
        margin-top: 35px;
    }
    .insights-viewall{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.89px;
        float: right;
        cursor: pointer;
    }
    /* end insights detail*/
    /* start insights event*/
    #eventdescription{
        padding:38px 30px;
    }
    #eventrecap{
        padding:38px 30px;
    }
    .insight-event-info-frame{
        padding:38px 30px;
    }
    .event-speaker{
        padding:31px 30px;
    }
    .circle{
        height: 93px;
        padding-right: 20px;
    }
    .main_editor_frame .col-no-padding {
        padding-left: 0px;
    }
    .event-recap.col-no-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .event-speaker-info{
        padding-left: 0px;
        padding-right: 0px;
    }
    .event-tab-frame{
        padding: 0px;
    }
    .insight-detail-subtitle{
        margin-bottom: 0px;
    }
    .event-tab .col-no-padding{
        padding-left: 30px;
        padding-right: 30px;
    }
    .product3-tablink{
        font-size:14px;
    }
    .product3>.platform-tools4-info {
        margin-top: 0px;
    }
    .product3-tab button{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .product3-tab button.active{
        font-weight: bold;
    }
    .platform-tools4-btn{
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
        margin-top: 26px;
        padding:17px 17.5px 15px 17.5px;
    }
    .event-detail-frame{
        display: none;
    }
    .mobile-event-detail-frame{
    }
    .mobile-event-detail{
        display: block;
        height: auto;
        width: auto;
        border-radius:0px;
        background-color: #0B318F;
        font-family: Muli;
    }
    .mobile-insights-detail-icon-bar{
        display: block;
        padding: 15px 30px;
    }
    .mobile-icon-item{
        padding-right: 35px;
    }
    .event-space-block{
        display: none;
    }
    .event-tab .product3-tablink{
        line-height:unset;
    }
    .event-tab .product3-tablink{
        margin-right: 31px;
    }
    .event-tab table tbody tr td:last-child .product3-tablink{
        margin-right:0px;
    }
    .mobile-insight-detail-subtitle{
        color: #231F20;
        font-family: Poppins;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        display: block;
    }
    .event-description{
        width: 100%;
    }
    /* .event-description.col-no-padding {
         padding-left: 0px;
    }
    */
    /* end insights event*/
    /* instights component start*/
    .phone-insights-viewall-btn-frame{
        display: block;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 52px;
        padding-bottom: 41px;
    }
    .phone-insights-viewall-btn{
        border: 1px solid white;
        background: #E60012;
        color: white;
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding-bottom: 12px;
        padding-top: 12px 
    }
    .insights-component.insights-type.insights-item{
        margin-left: 0px;
        margin-right:0px;
        padding-left: 30px;
        padding-right: 30px;
        overflow: auto;
        background-color: #E9EDF8;
    }
    .insights-component.insights-type{
        padding-left: 0px;
        padding-right: 0px;
    }
    .insights-component .insights-type{
        padding-left: 0px;
        padding-right: 0px;
    }
    .insights-component.insights-type.insights-item .item-grid{
        margin-right: 22px ;
        width: 295px;
    }
    .insights-component .all-item{
        margin-left: 0px;
        margin-right:0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
        overflow: auto;
        background-color: #E9EDF8;
    }
    .insights-component-viewall{
        display: none;
    }
    .insights-frame{
        height: 100%;
        border-bottom: 1px solid #021544;
    }
    .related-research .col-no-padding{
        padding-left: 0px;
    }
    .insights-frame .insights-tabbar .product3-tablink{
        padding: 0px;
        margin-right: 30px;
    }
    .insights-title{
        font-size: 26px;
    }
    .phone-insights-viewall-btn-frame{
        margin-top: 31px;
    }
    .insights-frame .insights .col-no-padding{
        padding-left: 0px;
        margin-top: 10px;
    }
    /* instights component end*/
    /* award start*/
    .ready-to-get-started{
        display: none;
    }
    /* award end*/
    /* start about cms-cimb (awards)*/
    .image{
        position:relative;
        height:290px;
        width:100%;
        background: url('https://www.cgsi.com/en/images/flags.jpg');
        background-position: bottom;
        background-size:cover;
        -moz-box-shadow: inset 0px 850px 500px -500px #fff;
        -webkit-box-shadow: inset 0px 850px 500px -500px #fff;
        -o-box-shadow: inset 0px 850px 500px -500px #fff;
        box-shadow: inset 0px 650px 500px -500px #fff;
    }
    .image:before,.image:after{
        content:'';
        position:absolute;
        left:5%;
        opacity:0.5;
    }
    .awards{
        background-position:top;
    }
    .awards-padding{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 57px;
    }
    .awards-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .awards-info{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        padding-right:0px 
    }
    .awards-info-frame{
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .awards-flags{
        object-fit: cover;
        object-position: bottom;
        max-height: 250px;
        width: 100%;
    }
    .awards-tab-padding{
        margin: 0px;
    }
    .awards-tab-iframe .col-no-padding{
        padding:0px;
        margin-bottom: 10px;
    }
    .awards-tab{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.12px;
        line-height: 33px;
        padding:0px;
        margin-right: 30px;
    }
    .awards-tab:hover{
        color:#E60012;
    }
    .awards-tab.active{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800 !important;
        letter-spacing: 0.16px;
        line-height: 33px;
        color:black;
        color:#E60012 !important;
        background-color:transparent !important;
        border-bottom: 3px solid #E60012;
        border-radius: 0px !important;
    }
    .awards-tabbar{
        /*border-bottom: 1px solid #D8D8D8;*/
        margin: 0px!important;
        padding: 0px 30px;
        padding-top: 10px;
        /* height: 40px;
        */
    }
    .awards-tab-content{
        margin-top: 52px;
    }
    .awards-tab-subtitle{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .awards-tab-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding-right: 0px;
    }
    .awards-tab-gray-info{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        padding-right:0px;
    }
    .who-we-are-row{
        margin: 0px 30px;
        padding-bottom: 60px;
    }
    .who-we-are-right{
        padding-left: 0px;
    }
    .awards-tab-gray-info-frame{
        margin-bottom: 2rem;
    }
    .awards-tab-select-controll{
        margin-left: 0px;
        margin-bottom: 14px;
    }
    .awards-tab-select-controll .select-selected{
        padding-right: 28px;
        color:black !important ;
        width: 100%;
    }
    .awards-tab-select-controll .select-items{
        left: 0px;
        right:0px;
        width: 100%;
    }
    .our-awards-upper{
        margin: 0px 30px;
    }
    .our-awards-lower{
        margin: 0px 30px;
        margin-top:32px;
    }
    .our-awards-lower-left{
        display:none;
    }
    .our-awards-categories-title{
        color: #212121;
        font-family: Poppins;
        font-size: 13.2px;
        font-weight: bold;
        line-height: 33px;
    }
    .our-awards-years{
        border-bottom: 1px solid #F7F7F7;
        padding: 14px 0px;
        color: #9B9B9B;
        font-family: Muli;
        font-size: 8.4px;
        font-weight: bold;
        cursor: pointer;
    }
    .our-awards-years:hover{
        color:#0B318F;
    }
    .our-awards-lower-right{
        padding-left: 130px;
    }
    .frame-teammember-div{
        margin:auto;
    }
    .awards-item-grid{
        width: 100%;
        max-width:309px;
        height: unset;
        border: 1px solid #D7D7D7;
        border-radius: 6px;
        margin-right: 0px;
        margin: auto;
        margin-bottom: 21px;
    }
    .awards-grid-title-frame{
        height:195px;
        padding: 24px 30px;
    }
    .awards-grid-title{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
        max-height: 160px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .awards-grid-decs-frame{
        height: 118px;
        padding:11px 30px;
    }
    .awards-grid-decs-title{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 0px;
    }
    /* .awards-grid-decs-title:before {
         points in the end content: '...';
         absolute position position: absolute;
         set position to right bottom corner of block right: 20px;
         bottom: 0;
    }
     .awards-grid-decs-title:after {
         points in the end content: '';
         absolute position position: absolute;
         set position to right bottom corner of text right: 20px;
         set width and height width: 1em;
         height: 1em;
         margin-top: 0.2em;
         bg color = bg color under block background: white;
    }
    */
    .awards-grid-decs{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        opacity: 0.7;
    }
    .awards-item-grid .grid-divider{
        height: 1px;
        /*margin: 0px 30px ;*/
    }
    .awards-item-grid .grid-location-frame{
        padding: 0px 30px;
    }
    .awards-grid-member-frame{
        padding: 0px 30px;
        height: 145px;
        margin-top: 30px;
    }
    .awards-grid-member-name-frame{
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .awards-grid-member-profile-frame{
        padding-left: 15px !important;
    }
    .awards-grid-member-name{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        margin-top: auto;
    }
    .awards-grid-member-info-frame{
        height: 76px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .awards-grid-member-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .team-members-upper{
        margin: 0px 30px;
    }
    .team-members-lower{
        margin: 0px 30px;
        margin-top: 32px;
    }
    .team-members-categories-frame{
        display: none;
    }
    .team-members .grid-location-frame{
        padding: 0px;
        margin: 0px;
    }
    .team-members .awards-grid-decs{
        height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .team-members .awards-grid-decs-frame{
        height: 135px;
    }
    .team-members-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding-right: 0px;
    }
    .team-members-categories-title{
        font-family: Poppins;
        font-size: 13.2px;
        font-weight: bold;
        line-height: 33px;
    }
    .team-members-member{
        font-family: Muli;
        font-size: 8.4px;
        font-weight: bold;
        padding: 14px 0px;
        border-bottom: 1px solid #F7F7F7;
        margin-right: 140px;
        cursor: pointer;
        color:#9B9B9B;
    }
    .team-members-member:hover{
        color: #0B318F;
    }
    .ready-to-be-a-member-frame{
        width: 304px;
        height:250px;
        border: 1px solid #F7F7F7;
        border-radius: 6px;
        background: #F7F7F7 ;
        padding: 37px 42px;
        margin-top: 260px;
    }
    .ready-to-be-a-member-sm-title{
        font-family: Muli;
        font-size: 8.4px;
        letter-spacing: 1.23px;
        line-height: 18px;
    }
    .ready-to-be-a-member-tilte{
        font-family: Poppins;
        font-size: 13.2px;
        font-weight: bold;
        line-height: 32px;
    }
    .ready-to-be-a-member-btn{
        font-family: Muli;
        font-size: 8.4px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
        padding: 17px 37px;
    }
    .vision-and-mission{
        padding-left: 30px;
        padding-right: 30px;
        /*background: url(https://www.cgsi.com/en/images/footerbackground.png)no-repeat;*/
        background-size: auto 100%;
        height: unset;
        padding-bottom: 62px;
    }
    .vision-and-mission-title{
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .vision-and-mission-subtitle{
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .vision-and-mission-info{
        color: #FFFFFF;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .vision-and-missino-row{
        padding-top: 95px;
    }
    .ready-to-get-started{
        background-image: url(https://www.cgsi.com/en/images/human_components_en.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 483px;
        padding-top:120px;
        margin-left: 7.2vw;
        margin-right: 7.2vw;
    }
    .ready-to-get-started-sm-title{
        font-family: Muli;
        font-size: 9.6px;
        letter-spacing: 1.4px;
        line-height: 20px;
    }
    .ready-to-get-started-title{
        font-family: Poppins;
        font-size: 24px;
        font-weight: bold;
        line-height: 59px;
    }
    .ready-to-get-started-btn{
        font-family: Muli;
        font-size: 8.4px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-align: center;
        padding:17px;
        margin-top: 50px;
    }
    .phone-ready-to-get-started{
        display: block;
        padding: 30px 30px 30px 30px;
    }
    .phone-ready-to-get-started-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .phone-ready-to-get-started-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 32px;
    }
    .phone-ready-to-get-started-btn{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
        padding: 12px 80px;
    }
    .phone-ready-to-be-a-member-frame{
        padding:60px 30px;
        background: #F7F7F7;
        width: 100%;
        display: block;
    }
    .phone-ready-to-be-a-member-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .phone-ready-to-be-a-member-tilte{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 32px;
    }
    .phone-ready-to-be-a-member-btn{
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding: 12px 90.5px;
        width: 100%;
    }
    .phone-team-members-categories-frame{
        display: block;
        margin-bottom: 30px;
    }
    .phone-team-members-categories-select-controll .select-selected{
        color: black !important;
    }
    .phone-team-members-categories-select-controll .select-items{
        left: 0px;
        right: 0px;
    }
    .phone-our-awards-categories-select-controll .select-selected{
        color: black !important;
        width: 100%;
    }
    .phone-our-awards-categories-select-controll .select-items{
        left: 0px;
        right: 0px;
    }
    .phone-our-awards-categories-frame{
        display: block;
    }
    .phone-awards-tab-select-controll{
        margin-bottom: 14px;
    }
    .phone-awards-tab-select-controll .select-selected{
        color: black !important;
        width: 100%;
    }
    .phone-awards-tab-select-controll .select-items{
        left: 0px;
        right: 0px;
    }
    .member-learn-more .modal-header{
        margin: 0px 30px;
        margin: 23px;
        padding: 0px;
    }
    .member-learn-more .modal-body{
        margin:0px 30px;
        padding-left:0px;
        padding-right:0px;
    }
    .member-learn-more .awards-grid-member-name-frame{
        margin-top: 5px;
    }
    .member-learn-more .awards-grid-member-image-frame{
        margin-top: 0px;
    }
    .modal-header .member-image{
        width: 100px;
    }
    .member-learn-more .modal-body-detail{
        opacity: 0.7;
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 30px;
    }
    .ourawards-learn-more .ourawards-header{
        padding: 0px;
        margin: 0px 30px;
    }
    .ourawards-learn-more .modal-header-detail{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 30px;
    }
    .modal-header-title-frame{
        margin: 0px 30px;
    }
    .modal-header-title{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
    }
    .modal-header-detail-frame{
        margin: 0px 30px;
        border-bottom: 1px solid #D8D8D8;
    }
    .modal-header-detail{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .modal-body-title-frame{
        margin: 14px 30px 0px 30px;
    }
    .modal-body-title{
        margin: 0px;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .modal-body-detail-frame{
        margin: 0px 30px;
        border-bottom: 1px solid #D8D8D8;
    }
    .modal-body-detail{
        opacity: 0.7;
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 30px;
    }
    .modal-footer-frame{
        margin: 15px 30px;
        margin-bottom: 24px;
    }
    .close-btn{
        padding: 0px 21px;
        padding-top: 8px;
    }
    .awards-item-grid .grid-learnmore-frame{
        padding: 21px 0;
    }
    /* end about cms-cimb (awards)start*/
    /* start news details */
    .news-detail-title-frame{
        margin: 85px 7.2vw 50px 7.2vw;
    }
    .news-detail-date{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
    }
    .news-detail-title{
        color: #231F20;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .news-detail-info-frame{
        padding: 0px 30px;
    }
    .news-detail-gray-info{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        line-height: 22px;
    }
    .news-icon-bar-frame {
        display: none;
        width: 50px;
        background-color: transparent;
    }
    .news-icon-bar-frame a {
        display: block;
        text-align: center;
        padding: 16px 0px 28px 0px;
    }
    .news-icon-bar-frame a:last-child {
        padding-bottom: 0px;
    }
    .news-icon-title{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.71px;
        line-height: 15px;
        text-align: center;
    }
    .news-detail-subtitle{
        color: #231F20;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .news-detail-decs-frame{
        margin-top: 32px;
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .news-detail-decs{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 30px;
    }
    .span-blue-hightlive{
        color: #0B318F !important;
        font-weight: bold;
    }
    .news-file-frame{
        margin-left: 0px;
        margin-right: 0px;
    }
    .news-file{
        padding: 30px 30px 30px 30px;
        background: #F7F7F7;
        margin-right: 0px;
    }
    .news-file-title{
        color: #212121;
        font-family: Poppins;
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 0px;
    }
    .news-file-size{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 12px;
        line-height: none;
        font-weight: normal;
    }
    .news-file-download{
        color: #0B318F;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 0px;
    }
    .news-file-info-frame{
        padding-left: 20px !important;
    }
    .news-file-frame{
        margin-bottom: 42px;
    }
    .news-detail .col-no-padding{
        padding-left: 0px;
    }
    .phone-news-icon-bar-frame{
        display: block;
        margin: 0px 30px;
        margin-bottom: 46px;
    }
    .phone-news-icon-title{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.43px;
        line-height: 13px;
        margin-bottom: 8px;
    }
    .phone-news-icon{
        margin-right: 35px;
        height: 16px;
        width: 16px;
    }
    .phone-news-icon:last-child{
        margin-right: 0px;
    }
    /* end news details */
    /* start resourceslist */
    .resourceslist-frame .col-no-padding{
        padding-left: 0px;
    }
    .resourceslist p{
        margin-bottom: 0px;
    }
    .resourceslist-upper-frame{
        margin: 0px;
        margin-top: 35px;
    }
    .resourceslist-lower-frame{
        margin: 0px 30px;
        margin-top: 0px;
    }
    .resourceslist-title-frame{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 35px;
    }
    .resourceslist-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
        letter-spacing: 0.21px;
        margin-bottom: 25px !important;
        margin-left: 30px;
        margin-right:30px;
    }
    .resourceslist-select-controll{
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    .resourceslist-select-controll .select-selected{
        color:black !important;
    }
    .resourceslist-select-controll .select-items{
        left: 0;
        right:0;
    }
    .resourceslist-tabbar-frame {
        overflow: auto;
    }
    .resourceslist-tabbar{
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-inline-box;
        width: auto;
    }
    .resourceslist-tabbar.justify-content-end{
        justify-content: start !important;
    }
    .resourceslist-tabbar .nav-link{
        color:black !important;
        background: transparent !important;
        font-family: Muli;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.12px;
        line-height: 33px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 21px 
    }
    .resourceslist-tabbar .nav-link.active{
        color:#0B318F !important;
        border-bottom: 3px solid #0B318F;
        border-radius: 0px;
        font-weight: 800;
        padding-bottom: 5px;
    }
    .resourceslist-tabbar .nav-link:hover{
        color:#0B318F !important;
        border-radius: 0px;
        padding-bottom: 5px;
    }
    .span-gray-color{
        color: #9b9b9b;
    }
    .resource-item{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 32px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
    }
    .resoures-image-resize{
        object-fit: cover;
        object-position: center;
        border-radius: 6px;
        height: 173px;
        width: 100%;
    }
    .resource-item-sm-title{
        font-family: Muli;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1.82px;
        line-height: 13px;
        text-transform:uppercase;
    }
    .resource-item-title{
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .resource-item-info{
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .resource-open-pdf{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.89px;
        line-height: 15px;
        cursor: pointer;
    }
    .resource-open-pdf-frame{
        margin-bottom: 30px;
    }
    .resource-item-left{
        padding-right: 0px;
        order:2;
    }
    .resource-item-right{
        padding-top: 0px;
        margin-bottom: 18px;
        order: 1;
    }
    .resource-item-sm-title-frame{
        margin-bottom: 12px;
    }
    .resource-item-title-frame{
        margin-bottom: 14px;
    }
    .resource-item-info-frame{
        margin-bottom: 18px;
    }
    /* end resourceslist*/
    /* start why cgs cimb */
    .why-cgs-cimb-iframe p{
        margin-bottom: 0em;
    }
    .why-cgs-cimb-title-frame{
        padding-top: 36px;
    }
    .why-cgs-cimb-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .blue-underline{
        border-bottom: 3px solid #E60012;
        width: 43px;
    }
    .why-cgs-cimb-grey-info-frame{
        padding-top: 30px;
    }
    .why-cgs-cimb-grey-info{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 22px;
        max-width: none;
        margin-top: 18px;
    }
    .why-cgs-cimb-info-frame{
        margin:auto;
    }
    .why-cgs-cimb-info-frame-left{
        padding-right: 44px;
    }
    .why-cgs-cimb-info{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
        max-width: none;
    }
    .why-cgs-cimb-upper{
        padding: 0px 30px;
        padding-bottom: 61px;
        background:#F7F7F7;
    }
    .why-cgs-cimb-image-frame{
        background:#F7F7F7;
    }
    .why-cgs-cimb-image-frame img{
        margin-top: 101px;
    }
    .why-cgs-cimb-blue-frame{
        background: #0B318F;
        /*        max-width: 1048px;
                margin-left: 0px;
                margin-top: 0px;
                padding:55px 30px 65px 30px !important;*/
        /*change*/
    }
    .why-cgs-cimb-blue-title{
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
    }
    .why-cgs-cimb-blue-info{
        color: #FFFFFF;
        font-family: Muli;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }
    .why-cgs-cimb-subtitle{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .why-cgs-cimb-lower-padding{
        padding-left: 30px;
        padding-right: 30px;
    }
    .why-cgs-cimb-upper-image-frame{
        position: unset;
    }
    .why-cgs-cimb-blue-info-frame{
        margin-top: 32px;
    }
    .why-cgs-cimb-item-frame{
        max-width: 394px;
        margin-right: auto;
        margin-top: auto;
        width: 299px;
    }
    .why-cgs-cimb-item-frame2{
        max-width: 299px;
        margin-right: auto;
        margin-top: 46px;
        width: 299px;
    }
    .why-cgs-cimb-item-desc{
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }
    .why-cgs-cimb-btn-frame{
        display: none;
    }
    .why-cgs-cimb-btn{
        margin-left: auto;
        font-size: 12px;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .for-retail-clients{
        margin-top: 7.2vw;
        margin-bottom: 66px;
    }
    .for-institutional{
        background: #F7F7F7;
        padding-top: 7.2vw;
        padding-bottom: 66px;
    }
    .phone-why-cgs-cimb-btn-frame{
        margin-top: 48px;
        width: 100%;
        display: block;
    }
    .why-cgs-cimb-item-desc-frame{
        margin-top: 35px;
    }
    /* end why cgs cimb */
    /* start login*/
    .login-padding p{
        margin-bottom: 0rem !important;
    }
    .login-padding .col-no-padding{
        padding-left: 0px ;
    }
    .login-padding{
        background: linear-gradient(to top, #13318c 44%, #ffffff 0%);
    }
    .login-border{
        margin: auto;
        background: #F7F7F7;
        max-width: 1090px;
    }
    .login-border-left{
        padding-top: 30px!important;
        padding-left: 30px !important;
        padding-bottom:43px!important;
        padding-right: 30px!important;
    }
    .login-border-left .carousel-indicators{
        left: 0px;
        bottom: -83px;
        justify-content: flex-start;
        margin-left: 0%;
    }
    .login-border-left .carousel-item>img.d-block.w-100{
        height: 446px;
        object-fit: contain;
        object-position: center;
        border-radius: 6px;
    }
    .login-input{
        padding: 12px 22px;
    }
    .login-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .login-btn{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.5px;
        line-height: 15px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .login-forgot-password{
        color: #0B318F;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
    }
    .login-title-frame{
        margin-bottom: 44px;
    }
    .login-input-frame{
        margin-bottom: 25px;
    }
    .login-forgot-password-frame{
        margin-bottom: 32px;
    }
    .login-btn-frame{
        margin-bottom: 38px;
    }
    .login-text{
        font-family: Muli;
        font-size: 16px;
        font-weight: bold;
        line-height: 27px;
    }
    .login-border-right{
        margin-top: 73px;
        margin-bottom: 39px;
        padding-left: 30px !important;
        padding-right: 30px;
    }
    .login-header .navbar.navbar-expand-sm.navbar-light.navbar-padding.nav-border-bottom-gray{
        display: flex;
        height: 75px;
    }
    .login-header .nav-border-bottom-gray{
        padding:0px 30px;
    }
    .cimb-logo{
        width: 40%;
    }
    .itrade-logo{
        width: 24%;
    }
    /* end login */
    /* start openanaccount */
    .openanaccount-background-style p{
        margin-bottom: 0rem;
    }
    .openanaccount-background-style{
        background: linear-gradient(to top, #13318c 44%, #ffffff 0%);
        margin-bottom:-10px;
    }
    .openanaccount-border{
        margin: auto;
        background: linear-gradient(to bottom, #0B318F 37%, #F7F7F7 0%);
        max-width: 1090px;
    }
    .openanaccount-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .openanaccount-subtitle{
        color: #231F20;
        font-family: Muli;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
    }
    .openanaccount-info{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .openanaccount-selector-controll .select-selected{
        color: black!important;
    }
    .openanaccount-border-left{
        padding: 38px 30px 38px 30px;
        /*        border: 1px solid #D8D8D8;
                border-bottom-color: transparent;*/
    }
    .openanaccount-border-left:after{
        content: 'or';
        left: 50%;
        font-family: Muli;
        top: -38px;
        margin-left: -15px;
        padding: 11px 15px;
        /*        border: 1px solid #D8D8D8;*/
        border-radius: 50%;
        background: #fff;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }
    .openanaccount-title-frame{
        margin-bottom: 31px;
    }
    .openanaccount-subtitle-frame{
        margin-bottom: 20px;
    }
    .openanaccount-info-frame{
        margin-bottom: 14px;
    }
    .openanaccount-selector-controll{
        margin-bottom: 28px;
    }
    .openanaccount-selector-controll .select-items{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .openanaccount-selector-controll .select-items{
        left: 0;
        right:0;
    }
    .openanaccount-tel-frame{
        margin-bottom: 14px;
    }
    .openanaccount-circle-or {
        display: none;
    }
    .openanaccount-email-frame{
        padding-bottom: 57px;
        border-bottom: 1px solid #D8D8D8;
    }
    .background-phone-icon{
        background: url(https://www.cgsi.com/en/images/Icon_Phone.svg) no-repeat;
        padding-left: 22px;
        background-position-y: 9px;
    }
    .background-email-icon{
        background: url(https://www.cgsi.com/en/images/Icon_Mail.svg) no-repeat;
        padding-left: 22px;
        background-position-y: 9px;
    }
    .openanaccount-border-right{
        /*        border: 1px solid #D8D8D8;
                border-top-color: transparent;*/
        padding: 10px 30px 38px 30px;
    }
    .openanaccount-info-bold{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }
    .openanaccount-btn{
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .openanaccount-btn-frame{
        margin-bottom: 32px;
    }
    .openanaccount-btn-frame2{
        margin-top: 47px;
    }
    .openanaccount-info-bold img{
        padding-right: 15px;
    }
    .phone-openanaccount-sign-up-frame{
        display: block;
        padding: 30px;
    }
    .openanaccount-sign-up-frame{
        display: none;
    }
    /* end openanaccount */
    /* start freauently-asked-questions*/
    .freauently-asked-questions-lower{
        display: none;
    }
    .freauently-asked-questions-lower .col-no-padding{
        padding-left:0px ;
    }
    .phone-freauently-asked-questions-lower{
        display: block;
        padding: 30px 0px 0px 0px;
    }
    .phone-faq-item-link-menu p{
        margin-bottom: 0rem;
    }
    .phone-faq-item-link-frame{
        padding: 0px 30px;
    }
    .phone-faq-item-link{
        color: #9B9B9B;
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.23px;
        line-height: 47px;
        cursor: pointer;
        background:url(https://www.cgsi.com/en/images/arrow_down_right.png)no-repeat 98% 50%;
    }
    .freauently-asked-questions-select-controll{
        display: none;
    }
    .phone-freauently-asked-questions-select-controll{
        display: block 
    }
    .phone-freauently-asked-questions-select-controll .select-selected{
        color: black!important;
    }
    .phone-freauently-asked-questions-select-controll .select-items{
        left: 0;
        right: 0;
    }
    .phone-faq-item-link-menu-back-btn{
        color: #231F20;
        font-family: Muli;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.27px;
        line-height: 22px;
        cursor: pointer;
    }
    .phone-faq-item-link-menu-subitem{
        color: #231F20;
        font-family: Muli;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.27px;
        line-height: 22px;
        cursor: pointer;
        background:url(https://www.cgsi.com/en/images/arrow_down_right.png)no-repeat 98% 50%;
    }
    .phone-faq-item-link-menu-subitem-blue-frame{
        background: #0B318F;
        padding:16px 30px;
        margin-bottom: 31px;
        margin-top: 10px;
    }
    .phone-faq-item-link-menu-subitem-blue-frame .phone-faq-item-link-menu-subitem{
        color: #FFF;
        background: none;
    }
    .phone-faq-item-link-menu-subitem-frame{
        padding: 16px 30px;
    }
    .phone-faq-item-link-subitem-menu-frame p{
        margin-bottom: 0rem;
    }
    .phone-faq-item-link-subitem-menu-frame .col-no-padding{
        padding-left: 0px;
    }
    .phone-faqs-tab-title{
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .phone-faqs-tab-collapse-subtitle{
        color: #212121;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
        cursor: pointer;
        padding-right: 30px;
        background: url(https://www.cgsi.com/en/images/arrow_up.svg)no-repeat 98% 50% ;
    }
    .phone-faqs-tab-collapse-subtitle.collapsed{
        color: #212121;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bold;
        line-height: 33px;
        cursor: pointer;
        padding-right: 30px;
        background: url(https://www.cgsi.com/en/images/arrow_down.svg)no-repeat 98% 50% ;
    }
    .phone-faqs-tab-collapse-info{
        color: #231F20;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .phone-faqs-qanda-frame{
        padding: 0px 30px!important;
    }
    .phone-tab-pane{
        width: 100%;
    }
    .phone-faqs-tab-collapses{
        padding-bottom: 30px;
        padding-top: 22px;
        border-bottom: 1px solid #D8D8D8;
    }
    .phone-faqs-tab-collapses:last-child{
        border-bottom: none;
    }
    .phone-faqs-tab-title-frame{
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .phone-collapse-item{
        margin-top: 26px;
    }
    .freauently-asked-questions-upper .contact-us-title-padding{
        padding-bottom: 35px;
    }
    .map{
        width: 100%;
        height: 300px;
        margin-top: 40px;
        margin-left: 0px;
    }
    .phone-create-account-blue-padding{
        padding: 44px 30px;
        background: #0B318F;
    }
    .phone-create-account-blue-title{
        color: #FBFCFD;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 35px;
    }
    .phone-create-account-blue-info{
        color: #FBFCFD;
        font-family: Muli;
        font-size: 14px;
        line-height: 24px;
    }
    .phone-create-account-blue-btn{
        padding-top: 14px;
        padding-bottom: 14px;
        font-family: Muli;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.39px;
        line-height: 15px;
        text-align: center;
    }
    .phone-create-account-blue-title-frame{
        margin-bottom: 17px;
    }
    .phone-create-account-blue-info-frame{
        margin-bottom: 25px;
    }
    .related-articles-collapse-frame:last-child{
        border-bottom: none;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100%;
    }
    .dropdown-toggle[data-toggle=dropdown] {
        font-weight: bold !important;
        padding: 8px 16px !important;
        background-color: #ffffff !important;
        border: 1px solid #ced4da !important;
        background-image: url(https://www.cgsi.com/en/images/arrow_down.png);
        background-repeat: no-repeat;
        background-position-x: 93%;
        background-position-y: 50%;
        font-family: Muli;
    }
    /* end freauently-asked-questions*/
    #carouselExampleIndicators>.carousel-inner>.carousel-item.active>.nocontent {
        height: 0px;
    }
    .d-block.w-100.nobackgroundimage {
        height: 20px !important;
        visibility: hidden;
    }
    .campaign-logo {
        height: 40px;
    }
    #campaigns-section0 {
        padding: 20px 30px;
        position: absolute;
    }
    .campaigns-title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        color: #231F20;
        padding-bottom: 20px;
    }
    .btn-campaigns {
        border: 0px;
        font-family: Muli;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 130%;
        background: #0B318F;
        border-radius: 5px;
        text-transform: uppercase;
        color: #FFFFFF;
        border-color: #0B318F;
        padding: 15px 40px;
        width: 100%;
    }
    .campaigns-section1-frame {
        position: absolute; 
        top: 17vw;
        padding-left: 30px;
        width: 35%;
    }
    .campaigns-section {
        padding: 35px 30px;
    }
    .campaigns-card-subframe {
        background: #FFFFFF;
        border: 1px solid rgba(35, 31, 32, 0.1);
        box-sizing: border-box;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
        margin: auto;
        max-width: 100%;
        min-height: 300px;
        height: 100%;
        margin-top: 20px;
    }
    .campaigns-card-image {
        height: 60px;
    }
    .campaigns-card-title {    
        padding: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        color: #231F20;
    }
    .campaigns-card-desc {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        color: #9B9B9B;
    }
    .campaigns-section3-frame {
        max-width: 800px;
        margin: auto;
        padding-bottom: 60px;
    }
    .campaigns-section3-title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        text-align: center;
        color: #FFFFFF;
    }
    .campaigns-logo {
        height: 5vw;
    }
    .campaigns-section3-desc {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        color: #F7F7F7;
        margin-top: 20px;
    }
    .campaigns-section3-button {
        text-align: center;
        margin-top: 30px;
    }
    .campaigns-section3-part2frame {
        margin: 15px 0px;
    }
    .campaigns-section3-part2title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 130%;
        color: #FFFFFF;
    }
    .campaigns-section3-part2desc {
        margin-top: 10px;
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        color: #F7F7F7;
    }
    .campaigns-section4 {
        padding: 40px 0px 80px 0px;
        width: 1000px;
        margin: auto;
    }
    .campaigns-section4-title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        text-align: center;
        color: #231F20;
        margin-bottom: 30px;
    }
    .campaigns-section4-frame {
        width: 490px;
        height: 320px;
    }
    .campaigns-section4-subframe {
        padding: 75px 50px;
        background: #FFFFFF;
        border: 1px solid rgba(35, 31, 32, 0.1);
        box-sizing: border-box;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
        margin: 10px;
    }
    .campaigns-section4-image {
        height: 50px;
    }
    .campaigns-section4-title {
        margin-top: 23px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
        color: #231F20;
    }
    .campaigns-section4-desc {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        color: #9B9B9B;
        margin-top: 18px;
    }
    .campaigns-section5-frame {
        padding: 35px 0px;
    }
    .campaigns-section5-title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        color: #FFFFFF;
    }
    .campaigns-section5-desc {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        color: #F7F7F7;
        margin-top: 20px;
    }
    .campaigns-section5-button {
        margin-top: 40px;
    }
    .campaigns-section6-button {
        margin-top: 40px;
        text-align: center;
    }
    .campaigns-faq-frame {
        max-width: 800px;
        margin: auto;
    }
    .campaigns-section7-subframe {
        background: #FFFFFF;
        border: 1px solid rgba(35, 31, 32, 0.1);
        box-sizing: border-box;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
        margin: 10px;
        padding: 30px;
        width: 100%;
        max-width: 100%;
        min-height: 450px;
        height: 100%;
        margin: auto;
    }
    .campaigns-section7-title {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 130%;
        text-align: center;
        color: #FFFFFF;
    }
    .campaigns-section7-image {
        width: 50px;
    }
    .campaigns-section7-name {
        font-family: Muli;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 130%;
        color: #231F20;
    }
    .campaigns-section7-desc {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
        color: #9B9B9B;
        padding-top: 18px;
    }
    .campaigns-section8-frame {
        background: #F9A29F;
        border-radius: 10px;
        width: 100%;
        padding: 20px 40px 40px 40px;
    }
    .campaigns-section8-text {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
        color: #231F20;
        margin-top: 20px;
    }
    .campaigns-input {
        font-family: Muli;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 130%;
        text-indent: 20px;
        color: #231F20;
        margin-top: 20px;
    }
    .campaigns-section8-button {
        margin-top: 30px;
    }
    #captcha_element_sm {
        transform: scale(0.77); 
        transform-origin: 0 0; 
        -webkit-transform-origin: 0 0;
    }
    .topproductsandservice-left{
        display: block;
    }
    .topproductsandservice-left > div:last-child{
        width: 100%;
    }
    .topproductsandservice-right{
        display: flex;
        justify-content: space-between;
        color: #FFF;
        overflow-y: scroll;
    }
    .topproductsandservice-right>div{
        min-width: 400px;
    }
}