.is-zh-only,
.is-sc-only,
.is-en-only,
.is-th-only,
.is-vn-only,
.is-jp-only,
.is-ar-only,
.is-kr-only {
    display: none !important;
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 160px;
}



.innner-pc .bottom-group {
    padding-top: 56px;
}

.sapce {
    margin: 0 auto;
    margin: 16px auto 24px auto;
    background-color: var(--lipstick);;
    height: 1px;
    width: 80px;
}

.part2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
}

@media screen and (max-width: 1024px) {
    .innner-wap.swiper-container {
        margin-bottom: 80px;
    }

    .innner-wap .swiper-slide {
        background-size: cover;
    }

    .innner-wap .wap-small-title {
        padding-top: 130px;
    }

    .innner-wap .banner-text-title {
        padding: 0 0 16px;
    }

    .innner-wap .banner-text-content {

        margin: 0 auto;
    }

    .innner-wap .bottom-group {
        padding-top: 32px;
    }

    .swiper-container.innner-wap {
        height: 700px;
    }

    .innner-wap div.bottom-group {
        padding-top: 32px;
    }
}


/* part2 */
.part2 .container {
    width: 100%;
    max-width: 1488px !important;
    margin: 0 auto;
}

.part2 h2.title {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    text-align: center;
    margin-bottom: 16px;
}

.part2 p.des {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: center;
    color: var(--color-brand-Auxiliary);
    text-align: center;
    padding-bottom: 64px;
}

@media screen and (min-width: 1025px) {
    .part2 h2.title {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 20px;
    }

    /* .part2 p.des {
        border-bottom: 2px solid rgba(0, 0, 0, .1);
        margin-bottom: 12px;
    } */
}


/* flex */
@media screen and (min-width: 1025px) {
    .part2 .flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: stretch;
    }
}


/* select */
.select {
    display: flex;
    align-items: center;
    position: relative;

}

.select span {
    white-space: nowrap;
    padding-left: 32px;
}

select::-ms-expand {
    display: none;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 16px;
    background: url(../images/contract-specification/Icon_Dropdown_Default.svg) no-repeat right center;

}



.select>span::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/contract-specification/Icon_Time.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.select,
.select select {
    width: 100%;
    height: 48px !important;
}

.select::after {
    border-color: #363636 !important;
}

@media screen and (min-width: 1025px) {

    .select,
    .select select {
        max-width: 360px;
    }
}


/* searchbox */
.cms-filter-search {
    background-image: url('../images/common/Icon_Search.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #e4e4e4;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
    padding: 12px;
    padding-left: 46px;
}

.rtl .cms-filter-search {
    background-position: 98% 50%;
    padding-left: inherit;
    padding-right: 46px;
}

.cms-filter-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e4e4e4;
    opacity: 1;
    /* Firefox */
}

.cms-filter-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e4e4e4;
}

.cms-filter-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e4e4e4;
}

.cms-filter-search:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 1;
    /* Firefox */
}

.cms-filter-search:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
}

.cms-filter-search:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent;
}

@media screen and (min-width: 1025px) {
    .cms-filter-search {
        max-width: 460px;
    }
}

@media screen and (max-width:834px) {
    .rtl .cms-filter-search {
        background-position: 96% 50%;
    }
}


/* tab */
.cms-table-categories {
    display: grid;

    grid-template-columns: repeat(4, 1fr);



    border-bottom: 2px solid #e6e8eb;
    margin-bottom: 40px;
}

.cms-category-item {
    flex: 0 0 74px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    padding: 8px 0;
    color: #4a546d;
    letter-spacing: normal;
    position: relative;
}
.cms-category-item.active{
    color: var(--lipstick);
}

.cms-category-item:not(:last-child) {
    margin-right: 8px;
}

.cms-category-item.active::before {
    position: absolute;
    bottom: -3px;
    height: 4px;
    background-color: var(--lipstick);
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 64px;

}

.cms-category-item:hover {
    cursor: pointer;
    color: var(--lipstick);;
    background-color: #fff;
}

/* .tab1,
.tab2 {
    display: none;
    overflow-x: scroll;
}
.tab1.active,
.tab2.active {
    display: block;
} */
@media screen and (min-width: 1025px) {
    .cms-table-categories {
        display: flex;
        flex-wrap: wrap;

    }

    .cms-category-item {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        padding-bottom: 16px;
        flex: 1;


    }
}


/* table */

.cms-table s {
    color: #afb5b9;
}

.effective_date:not(.show),
.trading-platform-head:not(.show),
.trading-platform:not(.show) {
    display: none;
}

.trading-platform span {
    display: block;
}

.cms-table {
    width: 175%;
    table-layout: fixed;
    margin-bottom: 16px;
    border: 1px solid #d5d9e0;
    border-radius: 4px;
    border-collapse: collapse;
}

.cms-table s {
    color: #afb5b9;
}


.cms-table th:not(:first-child) {

    border-left: 1px solid #d5d9e0;
}

.cms-table th,
.cms-table  td {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    border: 0;
    word-wrap: break-word;
    padding: 12px;
    color: #0b1a3c;
}

.cms-table th {
    width: 25%;

    background-color: #f0f5f9;
}

.cms-table  td {
    font-weight: normal;
    border-left: 1px solid #d5d9e0;
    border-top: 1px solid #d5d9e0;
    padding: 16px;
    vertical-align: top;


}
.cms-table  tr:nth-of-type(8n+1){
    background-color: #f9fafb;




}


.cms-table  tr {}

@media screen and (min-width: 1025px) {
    .cms-table {
        width: 100%;
    }

    .cms-table th:nth-child(1) {
        width: 10%;
    }

    .cms-table th:nth-child(2) {
        width: 20%;
    }

    .cms-table th:nth-child(3) {
        width: 10%;
    }

    .cms-table th:nth-child(4) {
        width: 15%;
    }

    .cms-table th:nth-child(5) {
        width: 15%;
    }

    .cms-table th:nth-child(6) {
        width: 15%;
    }

    .cms-table th:nth-child(7) {
        width: 15%;
    }

    .cms-table th,
    .cms-table  td {
        font-size: 16px;
    }

    /*.cms-table th:first-child,
    .cms-table  td:first-child {
        padding-left: 47px;
    }*/

    .rtl .cms-table  td:first-child {
        padding-left: inherit;
    }

    .cms-table  td {
        vertical-align: top;
    }
}


/* d2 */
.cms-table  .depth-2 td {
    font-size: 14px;
    font-weight: bold;
}


/* d4 */
.cms-table  .depth-epth-4 p:not(:last-child) {
    margin-bottom: 8px;
}

.cms-table  .depth-4 td:nth-child(2) {
    text-align: right;
}


/* toggle */
.cms-table  .depth-2,
.cms-table  .depth-3,
.cms-table  .depth-4 {
    display: none;
}

.cms-table  .depth-1.active+.depth-2,
.cms-table  .depth-1.active+.depth-2+.depth-3,
.cms-table  .depth-1.active+.depth-2+.depth-3+.depth-4 {
    display: table-row;
}

.cms-table  .depth-1 {
    cursor: pointer;
}

.cms-table  .depth-1 td:first-of-type {
    position: relative;
}

/*.cms-table  .depth-1 td:first-of-type::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
 
    width: 24px;
    height: 24px;
    background: url("../images/contract-specification/Icon_Dropdown_Default.svg") no-repeat scroll center / contain;
}*/

.rtl .cms-table  .depth-1 td:first-of-type::before {
    top: 45%;
    left: 16px;
}

@media screen and (min-width: 1025px) {
    .is-hidden-desktop {
        display: none !important;
    }
}



@media screen and (max-width: 834px) {
    .rtl .cms-table  .depth-1 td:first-of-type {
        text-align: right;
    }

    .rtl .cms-table  .depth-1 td:first-of-type::before {
        left: inherit;
    }
}

.cms-table  .depth-1.active td:first-of-type::before {
    background-image: url("../images/contract-specification/Icon_Dropdown_Active.svg");
}

/* Table Pagination */

.undisplay-btn {
    display: none;
}

.cms-table-pg {
    display: flex;
    justify-content: flex-end;
}

.cms-table-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 160px;
}

.note-text {
    margin-bottom: 24px;
    font-size: 12px;
}

.cms-table-pg-numbers {
    display: flex;
    list-style: none !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.cms-table-pg-numbers li {
    width: 48px;
    height: 48px;
    margin: 0 2px;
    border-radius: 1px;
    border: solid 1px #e6e8eb;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #8a8f9a;
    cursor: pointer;
    display: none;
    line-height: 48px;
    border-radius: 4px;
}

.cms-table-pg-numbers li:hover,
.cms-table-pg-numbers li:focus,
.cms-table-pg-numbers li.active {
    color: #ffffff;
    background-color: var(--lipstick);
}

.cms-table-pg-numbers li.show {
    display: block;
}

.cms-table-pg-previous,
.cms-table-pg-next {
    padding: 6px 12px;
    margin: 0 2px;
    border-radius: 1px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.cms-table-pg-previous.active,
.cms-table-pg-previous:hover,
.cms-table-pg-next.active,
.cms-table-pg-next:hover {
    color: var(--lipstick);;
}

.cms-table-pg-total {
    display: none;
    padding: 6px 12px;
    margin: 0 2px;
    border-radius: 1px;
    border: none;
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    cursor: pointer;
    background-color: var(--lipstick);;
    white-space: nowrap;
}

/* Shape */
.chevron::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/contract-specification/Icon_Previous.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);


}

.chevron.right:before {
    left: 0;
    transform: rotate(180deg) translateY(50%);
}

.chevron.left:before {
    left: 0.25em;

}

.rtl .select select:not([multiple]) {
    padding-left: 2.5em;
    padding-right: inherit;
}

.rtl .select:not(.is-multiple):not(.is-loading)::after {
    right: inherit;
    left: 1.125em;
}

@media screen and (max-width: 834px) {
    .rtl .innner-wap #swiper-slide-wap-1 .bottom-group {
        bottom: inherit;
        top: 270px;
    }
}
@media screen and (max-width: 1024px) {

    .cms-category-item{
        flex: 1;
        margin-bottom: 8px;
    }
    .cms-table{
        width: 900px;
    }
    .cms-table th{
        width: 110px;
        line-height: 18px;

    }
    .cms-table th:nth-child(1){
        width: 120px;
    }
    .cms-table th:nth-child(2){
        width: 160px;
    }
    .is-hidden-touch {
        display: none !important;
    }
    .flex{
        flex-direction: column-reverse;
    display: flex;
    }
    .cms-table-container{
        width: 100%;
        overflow-x: scroll;
    }
    /*.cms-table td:first-child{
        padding-left: 48px;
    }*/
    .cms-table-footer{
        margin-bottom: 80px;

    }
    
}
/* .rtl .navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after{
    position: initial;
} */