.section-ps-bg-lg{
    background: transparent;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    border: 0px;
}

.section-ct-bg-pa-l{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 40%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-ct-bg-pa-r{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 40%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-ps-detail{
    background: var(--ct-color-primary);
}

.section-ps-detail .bg-img-st-ci{
    background-size: cover;
    display: none;
}

.section-ps-detail .col-content-data{
    background-color: var(--ct-color-primary);
}

.section-ps-detail *{
    color: #FFF;
}

.section-ps-detail .btn-custom-secondary,
.section-ps-detail .btn-custom-secondary .bi{
    color: #313165 !important;
}

.section-ps-detail .btn-custom-bl{
    color: #313165;
}

.section-ps-detail .ct-section-title .shape-decoration {
    display: inline-block;
    height: 7px;
    width: 54px;
    border-radius: 10px;
    background: var(--ct-color-blue-100);
    margin-bottom: 3px;
}

.section-ps-detail .ct-section-title .section-title, 
.section-ps-detail .ct-section-title .section-title p {
    color: #FFF;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1;
    margin-bottom: 15px;
}

.section-ps-detail .ct-section-title .section-subtitle {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-ps-detail .section-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px;
}

.card-ps-section{
    /* background: rgba(255,255,255, 0.1); */
    margin-bottom: 15px;
}

.card-ps-section .form-check-select-section{
    margin-bottom: 15px;
    font-weight: bold;
    justify-content: left;
    align-items: center;
    padding-left: 0px;
}

.card-ps-section  .form-check-input{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    margin-left: 5px;
}

.card-ps-section .form-check-input:checked{
    /*background-color: #79E1E2;*/
    border-color: #79E1E2;
    /*background-image: none;*/
}

.card-ps-section .form-check-label{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0px;
    cursor: pointer;
}

.card-ps-section .card-body{
    
}

.card-ps-section .ct-input-rd-section{

}

.ps-table-section{
    border-collapse: collapse;
    border-radius: 6px;
    border-style: hidden;
    box-shadow: 0 0 0 1px var(--ct-color-blue-100);
}

.ps-table-section tr{
    border: 1px solid var(--ct-color-blue-100);
}

.ps-table-section td,
.ps-table-section th{
    padding: 5px 15px;
}

.ps-table-section th{
    font-size: 1rem;
    font-weight: 600;
}

.ps-table-section td{
    font-size: 1rem;
    font-weight: 400;
}

.card-ps-section .ps-table-schedule{
    border-collapse: collapse;
    border-radius: 6px;
    border-style: hidden;
    box-shadow: 0 0 0 1px var(--ct-color-blue-100);
}

.card-ps-section .ps-table-schedule tr{
    border: 1px solid var(--ct-color-blue-100);
}

.card-ps-section .ps-table-schedule td,
.card-ps-section .ps-table-schedule th{
    padding: 5px 15px;
}

.card-ps-section .ps-table-schedule th{
    font-size: 1rem;
    font-weight: 600;
}

.card-ps-section .ps-table-schedule td{
    font-size: 1rem;
    font-weight: 400;
}

.card-course-price{
    border: 1px solid var(--ct-color-blue-100);
    background: transparent;
    border-radius: 6px;
}

.card-course-price .card-body{
    padding: 10px 15px;
}

.card-course-price p{
    text-align: center;
    margin-bottom: 0px;
    font-size: 1.6rem;
}

.card-course-price .flag-icon-cl,
.card-course-price .flag-icon-us {
    border-radius: 50%;
    font-size: 25px;
    height: 25px;
    width: 25px;
    background-size: cover;
}

/*START STYLE frn-ps-on-available*/
.ct-frn-ps-on-available{

}

.notification-mail-container {
    width: 406px;
    max-width: 406px;
    margin: 0 auto;
}

.noti-form-msg{
    margin: 0 auto;
    background-color: #79E1E2;
    padding: 25px 50px;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
}

#mail_notification_form {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}
#mail_notification_form .form-header {
    margin-top: 20px;
    margin-bottom: 20px;
}
#mail_notification_form .form-header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
#mail_notification_form .form-header p {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 1rem;
    font-weight: 300;
}
#mail_notification_form .sep {
    height: 1px;
    background: #e8e8e8;
    width: 406px;
    margin: 0px -25px;
}
#mail_notification_form .inputs {
    margin-top: 25px;
}
#mail_notification_form .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}
#inp_applicant_name, #inp_applicant_phone, #inp_applicant_mail {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    color: #000;
}
#mail_notification_form .inputs input[type=email]:focus, input[type=text]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}
#mail_notification_form .inputs label.terms {
    float: left;
    font-size: 1rem;
    font-style: italic;
}
.frn-ps-on-available .btn-send-request {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem 1.6rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all .2s ease-in-out;
}
.frn-ps-on-available .btn-send-request:hover {
    text-decoration: none;
    background-color: white;
    border-color: #5cb85c;
    color: #5cb85c;
}
/* END STYLE frn-ps-on-available*/

.section-ci-about{
    background: #FFF;
}

.section-ci-gen-obj{
    background: #FFF;
}

.section-ci-spe-obj{
    background: #FFF;
}

.section-ci-target{
    background: #FFF;
}

/*MEDIA MAX*/
@media (max-width: 1399.98px) {
    
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .ps-table-section td, .ps-table-section th {
        padding: 5px 5px;
    }

    .section-ct-bg-pa-l{
        display: none;
    }

    .section-ct-bg-pa-r{
        display: none;
    }
}

@media (min-width: 768px) {
    .section-ps-detail{
        background-size: cover;
        background-image: linear-gradient(90deg, var(--ct-color-primary) 60%, transparent 40%) !important;
    }

    .section-ps-detail .section-ct-bg-pa-r{
        width: 40%;
        background-image: url('/app/images/product_sheet/section_detail_img.png'), linear-gradient(90deg, #FFF 0%, transparent 100%);
    }

    .section-ci-about{
        background: transparent !important;
        background-size: 50% 100%;
        background-image: linear-gradient(90deg, #000 100%, transparent 50%) !important;
    }

    .section-ci-about .section-ct-bg-r{
        background-size: 50% 100%;
        background-position: right;
        background-image: linear-gradient(90deg, #FFF 100%, transparent 50%) !important;
    }

    .section-ci-gen-obj{
        background: transparent !important;
        background-size: 50% 100%;
        background-image: linear-gradient(90deg, #FFF 100%, transparent 50%) !important;
    }

    .section-ci-gen-obj .section-ct-bg-pa-r{
        /* width: 50%; */
        background-position: center right;
        background-image: url('/app/images/course_info/section_obj_ge_img.jpg'), linear-gradient(90deg, #FFF 0%, transparent 100%);
    }

    .section-ci-spe-obj{
        background-size: 50% 100%;
        background-position: right;
        background-image: linear-gradient(270deg, #FFF 100%, transparent 50%) !important;
    }

    .section-ci-spe-obj .section-ct-bg-pa-l{
        /* width: 50%; */
        background-position: center left;
        background-image: url('/app/images/course_info/section_obj_sp_img.jpg'), linear-gradient(90deg, #FFF 0%, transparent 100%);
    }

    .section-ci-target{
        background-size: 50% 100%;
        background-image: linear-gradient(90deg, #FFF 100%, transparent 50%) !important;
    }

    .section-ci-target .section-ct-bg-pa-r{
        /* width: 50%; */
        background-position: center right;
        background-image: url('/app/images/course_info/section_target_img.jpg'), linear-gradient(90deg, #FFF 0%, transparent 100%);
    }

}