@import url(//fonts.googleapis.com/earlyaccess/notosansscsliced.css);
.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;
}
.margin-center {
    margin: unset;
}
.row-no-margin {
    margin-left: 0;
    margin-right: 0;
}
.desktop-show-mobile-hidden {
    display: flex;
}
.desktop-hidden-mobile-show {
    display: none;
}
.desktop-show-tablet-hidden {
    display: flex;
}
.desktop-hidden-tablet-show {
    display: none;
}
::-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;
}      
.carousel *{
    font-family: Muli;
}
.carousel span{
    font-family: Poppins;
}
body {          
    max-width:1440px;
    margin: auto;
    padding: 0px !important;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.15);
    background: #F7F7F7;
}
body.cke_editable{
    background: transparent;
    box-shadow: unset;
}
.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;
}
.row-no-margin{
    margin-left: 0;
    margin-right: 0;
}
.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;
    z-index: 99999;
}
.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.cgs-cimb.com/cgscimbresources/system/loading.gif) center no-repeat #efefef;
}
.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;;
}

/* carousel start*/
.carousel-item>img.d-block.w-100 {
    opacity: 1;
}
.carousel-caption {
    color: black;
    left: 64px;
    width: 40%;
    top: 30px;
    text-align: left;
    height: 600px;
    overflow: hidden;
    line-height: 59px;
}
.carousel-indicators {
    left: 64px;
    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;
}
.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.active:after {

    border: 3px solid #E60012;
    border-radius: 10px;
    height: 5px;
    width: 5px;
    bottom: 6px;
    left: 6px;

}
.carousel-item {
    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 {
    background: #000000;
    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: #ffffff;
    font-family: Poppins;
    font-size: 50px; 
    font-weight: bold;
    margin: 20px 0px;
}
.slide-info{
    color: #ffffff;
    font-family: Muli;
    font-size: 22px;
    margin: 10px 0px;
    line-height: 40px;
}
/* carousel end*/

/* benefitsoffuturestrading start */
.benefitsoffuturestrading-frame-outside {
    max-width: 1440px;
    width: 100%;
}
.benefitsoffuturestrading-frame {
    margin: 0px 64px;
    padding: 40px 0px;
    border-radius: 6px;
    background: #f7f7f7 url('/en/images/grey_background.png') no-repeat left;
}
.benefitsoffuturestrading-title {
    color: #231F20;	
    font-family: Poppins;	
    font-size: 22px;	
    font-weight: bold;	
    line-height: 28px;
}
.benefitsoffuturestrading-number {
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;	
    font-weight: bold;	
    vertical-align: top;
    padding-right: 15px;
}
.benefitsoffuturestrading-item {
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    line-height: 24px;
}
.benefitsoffuturestrading-line:not(:last-child) {
    border-right: 0.5px solid #9B9B9B;
}
/* benefitsoffuturestrading end */

/* overview start */
.overview-frame {
    background: #f7f7f7 url('/en/images/blue_background.png') no-repeat top left;
}
#thebenefitsoffuturestradinghidden{
    display: none;
} 
.overview-frame-what {
    color: #FBFCFD;
    padding: 0px 64px;
    padding-top: 20px;
}
.overview-frame-why {
    color: #FBFCFD;
    padding: 0px 64px;
    background: linear-gradient(to top, #ffffff 44%, transparent 0%);
}
/* overview end */

/* futurescontract start */
.overview-grid-frame {
    color: #FBFCFD;
    padding: 64px 0px 0px 0px;
}
.overview-grid-frame:first-child {
    padding: 64px 0px 64px 0px;
}
.overview-title {
    color: #FFFFFF;	
    font-family: Poppins;	
    font-size: 40px;	
    font-weight: bold;	
    line-height: 52px;
}
.overview-message {
    color: #FFFFFF;	
    font-family: Muli;	
    font-size: 16px;	
    line-height: 32px;
}
/* futurescontract end */

/* why try with us start */
.whytradingwithus-grid {
    margin-top: 50px;
    overflow: auto;
}
.whytradingwithus-item-grid{
    width: 410px;
    height: 460px;
    border: 0.5px solid #D8D8D8;	
    border-radius: 6px;	
    background-color: #FFFFFF;
    background: #ffffff;
    padding: 36px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.whytradingwithus-grid-image {
    padding: 0px 0px 30px 0px;
    height: 110px
}
.blue-line {
    box-sizing: border-box;
    height: 2px;
    width: 43px;
    margin: 18px 0px;
    border-top: 1px solid #0B318F;
}
.whytradingwithus-grid-title {
    color: #212121;	
    font-family: Poppins;	
    font-size: 22px;	
    font-weight: bold;	
    line-height: 32px;
    height: 100px;
    overflow: auto;
}
.whytradingwithus-grid-desc {
    opacity: 0.7;	
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    line-height: 30px;
    overflow: auto;
    height: 150px;
}
/* why try with us end */

/* ourproducts start */
.ourproducts-frame {
    padding: 64px 64px 0px 64px;
    background: linear-gradient(to top, #F7F7F7 50%, #ffffff 0%);
}
.ourproducts-grid-frame {
    margin-top: 50px;
}
.ourproducts-title {
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
}
.ourproducts-grid-image {
    padding: 0px 0px 0px 0px;
}
.ourproducts-grid-image-item {
    object-fit: cover;
    height: 275px;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    object-position: center;
}
.ourproducts-item-grid{
    width: 304px;
    height: 440px;
    border: 0.5px solid #D7D7D7;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
    margin-top: 30px;
}
.ourproducts-grid-title {
    color: #212121;	
    font-family: Poppins;	
    font-size: 22px;	
    font-weight: bold;	
    line-height: 32px;
    padding: 0px 30px;
    height: 100px;
}
.ourproducts-grid-details {
    height: 375px;
    display: none;
}
.ourproducts-grid-desc {
    margin: 0px 15px;
    padding: 0px 15px;
    opacity: 0.7;	
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    line-height: 30px;
    overflow: auto;
    height: 250px;
}
.ourproducts-grey-line {
    box-sizing: border-box;
    height: 2px;
    margin: 0px 30px;
    border-top: 1px solid #D7D7D7;
}
.ourproducts-seedetails {
    cursor: pointer;
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    font-weight: bold;	
    letter-spacing: 0.89px;	
    line-height: 20px;
    padding: 20px 30px 20px 30px;
}
/* ourproducts end */

/* event start */
.event-frame {
    padding: 0px 64px;
    background: #f7f7f7 url('../img/grey_background.png') no-repeat top left;
}
.event-grid-frame {
    padding: 64px 0px;
}
.event-title {
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
}
.event-grid {
    margin-top: 50px;
}
.event-grid-image {
    float: left;
    width: 300px;
}
.event-grid-image-item {
    object-fit: cover;
    width: 320px;
    height: 399px;
    border-radius: 6px 0px 0px 6px;
    object-position: center;
}
.event-item-content {
    padding: 30px 30px 0px 30px;
    float: right;
    width: 320px;
}
.event-item-grid{
    width: 635px;
    height: 400px;
    border: 0.5px solid #D7D7D7;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
    padding: 0px 0px 30px 0px;
    margin-top: 30px;
    cursor: pointer;
}
.event-grid-date {
    display: none;
    color: #9B9B9B;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.event-grid-title {
    font-family: Poppins;	
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: auto;
}
.event-grid-desc {
    font-family: Muli;
    opacity: 0.7;
    color: #231F20;
    font-size: 16px;	
    line-height: 30px;
    overflow: auto;
    height: 120px;
}
.event-datetime {
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    font-weight: bold;	
    line-height: 30px;
    margin: 10px 0px;
}
.event-grey-line {
    box-sizing: border-box;
    height: 2px;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 10px;
}
.event-signuphere {
    cursor: pointer;
    color: #231F20;	
    font-family: Muli;	
    font-size: 16px;	
    font-weight: bold;	
    letter-spacing: 0.89px;	
    line-height: 20px;
    padding: 20px 0px;
}
.event-item-grid2{
    width: 304px;
    height: 550px;
    border: 0.5px solid #D7D7D7;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
    margin-top: 30px;
}
.event-grid-image2 {
    padding: 0px 0px 0px 0px;
}
.event-grid-image-item2 {
    object-fit: cover;
    height: 150px;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    object-position: center;
}
.event-item-content2 {
    padding: 30px 30px 0px 30px;
}
.event-grid-title2 {
    font-family: Poppins;	
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: auto;
}
.event-grid-desc2 {
    font-family: Muli;
    opacity: 0.7;
    color: #231F20;
    font-size: 14px;	
    line-height: 30px;
    overflow: auto;
    height: 120px;
}
.event-datetime2 {
    color: #231F20;	
    font-family: Muli;	
    font-size: 14px;	
    font-weight: bold;	
    line-height: 30px;
    margin: 10px 0px;
}
.event-grey-line2 {
    margin: 0px 30px;
    box-sizing: border-box;
    height: 2px;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 10px;
}
.event-signuphere2 {
    cursor: pointer;
    color: #231F20;	
    font-family: Muli;	
    font-size: 14px;	
    font-weight: bold;	
    letter-spacing: 0.89px;	
    line-height: 20px;
    padding: 20px 30px;
}
/* event end */


.main_editor_frame {
    padding: 64px 64px;
}

.main_editor-who-is-cgs-cimb {
    margin-bottom: 20px;
    color: #231F20;	
    font-family: Muli;	
    font-size: 14px;	
    letter-spacing: 1.23px;	
    line-height: 18px;
}
.main_editor-connecting-businesse {
    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: 30px;
}


@media (max-width: 1440px)  {
    .desktop-show-tablet-hidden {
        display: none;
    }
    .desktop-hidden-tablet-show {
        display: flex;
    }
}

@media (max-width: 768px)  {
    .margin-center {
        margin: auto;
    }
    .desktop-show-mobile-hidden {
        display: none;
    }
    .desktop-hidden-mobile-show {
        display: flex;
    }

    .carousel-item>img.d-block.w-100 {
        opacity: 1;
    }

    .carousel-caption {
        color: black;
        left: 30px;
        width: auto;
        top: 50px;
        text-align: left;
        height: 300px;
        overflow: hidden;
        line-height: 59px;
    }
    .slide-title{
        color: #ffffff;
        font-family: Poppins;
        font-size: 26px; 
        font-weight: bold;
        margin: 20px 0px;
    }
    .slide-info{
        color: #ffffff;
        font-family: Muli;
        font-size: 14px;
        margin: 10px 0px;
        line-height: 22px;
    }
    .benefitsoffuturestrading-frame {
        margin: 0px 30px;
        background: #f6f6f6;
        padding: 40px 0px;
        border-radius: 6px;
    }
    .benefitsoffuturestrading-item {
        color: #231F20;	
        font-family: Muli;	
        font-size: 16px;	
        line-height: 24px;
        padding-top: 25px;
    }
    .benefitsoffuturestrading-line:not(:last-child) {
        border-right: 0px solid #9B9B9B;
    }
    .overview-title {
        color: #FFFFFF;	
        font-family: Poppins;	
        font-size: 26px;	
        font-weight: bold;	
        line-height: 52px;
    }
    .overview-message {
        color: #FFFFFF;	
        font-family: Muli;	
        font-size: 14px;	
        line-height: 32px;
    }
    .overview-frame-what {
        color: #FBFCFD;
        padding: 0px 30px;
        padding-top: 20px;
    }
    .overview-grid-frame {
        color: #FBFCFD;
        padding: 30px 0px 30px 0px;
    }
    .overview-frame-why {
        color: #FBFCFD;
        padding: 0px 30px 30px 30px;
        background: linear-gradient(to top, #ffffff 44%, transparent 0%);
    }
    .whytradingwithus-item-grid{
        width: 320px;
        height: 420px;
        border: 0.5px solid #D8D8D8;	
        border-radius: 6px;	
        background-color: #FFFFFF;	
        box-shadow: 0 1px 17px 0 rgba(36,38,44,0.11);
        background: #ffffff;
        padding: 24px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .whytradingwithus-grid {
        margin-top: 25px;
        overflow: auto;
    }
    .whytradingwithus-grid-image {
        padding: 0px 0px 20px 0px;
        height: 90px
    }
    .whytradingwithus-grid-title {
        color: #212121;	
        font-family: Poppins;	
        font-size: 20px;	
        font-weight: bold;	
        line-height: 32px;
        height: 100px;
    }
    .whytradingwithus-grid-desc {
        opacity: 0.7;	
        color: #231F20;	
        font-family: Muli;	
        font-size: 14px;	
        line-height: 30px;
        overflow: auto;
        height: 155px;
    }
    .ourproducts-grid-frame {
        margin-top: 25px;
    }
    .ourproducts-frame {
        padding: 30px;
        background: linear-gradient(to top, #F7F7F7 50%, #ffffff 0%);
    }
    .ourproducts-title {
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;
    }
    .event-frame {
        padding: 0px 30px;
        background: #f7f7f7 url('../img/grey_background.png') no-repeat top left;
    }
    .event-grid-frame {
        padding: 60px 0px 30px 0px;
    }
    .event-grid {
        margin-top: 25px;
    }
    .main_editor_frame {
        padding: 30px;
    }
    .main_editor-who-is-cgs-cimb {
        margin-bottom: 5px;
        color: #231F20;	
        font-family: Muli;	
        font-size: 12px;	
        letter-spacing: 1.23px;	
        line-height: 18px;
    }
    .main_editor-connecting-businesse {
        color: #E60012;
        font-family: Poppins;
        font-size: 26px;
        font-weight: bold;	
        line-height: 40px;
        margin-top: 10px;
    }
    .main_editor-connecting-businesse-desc {
        color: #231F20;
        font-family: Muli;	
        font-size: 14px;	
        line-height: 30px;
        margin-top: 10px;
    }
}