body {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    color: black;
}

:root {
    --c-red: #7E0202;
    --c-red-active: #660000;
    --c-redlight: #FD9A9A;
    --c-redlight-active: #ff7878;
}


/*----------------------------------
    COLOR STYLE 
----------------------------------*/
.bg-red {
    background-color: var(--c-red);
}

.bg-redlight {
    background-color: var(--c-redlight);
}
.bg-redlight100{
    background-color: #FFF1F1;
}
.bg-redlight000{
    background-color: #FFF6FA;
}
.text-gray{
    color:#595959;
}
.bg-lightgray{
    background-color: #F2F2F2;
}
.text-violet{
    color:#320099;
}
.bg-violetlight{
    background-color: #F2DFFF;
}
.bg-greenlight{
    background-color: #D4FFE0;
}
.bg-pinklight{
    background-color: #FFE3E3;
}
.bg-bluelight{
    background-color: #D7FAFF;
}
.text-orange{
    color:#F3780D;
}
.bg-banner{
    background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.3)),url(../images/cambridge.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}
/*-----------------------------------------
    LAYOUT STYLE
-------------------------------------------*/
select,
button,
a {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-decoration: none;
}
.fw-medium{
    font-weight:500;
}
.fw-semibold{
    font-weight:600;
}
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}
.fs-36{
    font-size: 36px;
}
.fs-48{
    font-size: 48px;
}
.container-fluid60{
    padding-left: 60px;
    padding-right: 60px;
}
.container-fluid95{
    padding-left: 95px;
    padding-right: 95px;
}
.container-fluid235{
    padding-left: 235px;
    padding-right: 235px;
}
.iconS-nav-30{
    width: 30px;
    height:30px;
    object-fit: contain;
}
.iconS-nav-42{
    width: 42px;
    height:42px;
    object-fit: contain;
}
.ws-nowrap{
    white-space: nowrap;
}
.shape-circle{
    border-radius:100%;
    padding: 5px;
}
.wh-70{
    width: 70px;
    height: 70px;
}
.wh-50{
    width: 50px;
    height: 50px;
}
.object-cover{
    object-fit: cover;
}
.section2{
    padding:3rem;
    box-shadow: 5px 4px 8px rgba(0,0,0,.1);
    background-color: #FFDADA;
    position: relative;
}
.section2::before{
    content:'';
    position: absolute;
    background-color:White;
    border-top-left-radius:200px;
    border-bottom-left-radius:200px;
    width:70%;
    height:100%;
    bottom:0;
    right:0;
}
.box-ds2{
    position: relative;
    z-index: 2;
}
/*-----------------------------------------
    NAVBAR STYLE
-------------------------------------------*/
.logo {
    width: 120px;
}
.navbar .nav-link{
    color:white;
    font-size: 24px;
    font-weight: 500;
    padding:10px!important;
}
.navbar-nav .nav-link.active {
    color: white;
}
.has-search {
    position: relative;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #000;
    left: 5px;
}
.box50{
    width: 50%;
}
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler {
    border: var(--bs-border-width) solid white;
}
/*-----------------------------------------
    Footer STYLE
-------------------------------------------*/
#footer{
    color:white;
}
.nav-foot .nav-link{
    padding:0;
    color:white;
}
.nav-foot .nav-item{
    padding-top:0.5rem;
}
.nav-foot2 .nav-item{
    padding-top:1rem;
    padding-bottom:1rem;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

/*-----------------------------------------
    FORM STYLE
-------------------------------------------*/
input[type='text'].form-control.f65,input[type='email'].form-control.f65,input[type='date'].form-control.f65{
    height:65px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
}
textarea.form-control.f65{
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
}
.form-control.f65:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--c-redlight);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(253, 154, 154,.25);
}
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
  .uploader label {
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px dashed #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .uploader label:hover {
    border-color: var(--c-red);
  }
  .uploader label.hover {
    border: 3px solid var(--c-red);
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: 0.5rem;
  }
  .uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, var(--c-red-active) 0%, var(--c-red) 50%);
    border-radius: 4px;
  }
  .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, var(--c-red-active) 0%, var(--c-red) 50%);
    border-radius: 4px;
  }
  .uploader input[type=file] {
    display: none;
  }
  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #666666;
  }
  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.375rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: var(--c-red);
    border-color: var(--c-red-active);
    cursor: pointer;
  }
/*-----------------------------------------
    BUTTON STYLE
-------------------------------------------*/
.btn:focus {
    outline: 0;
}

.btn-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-icon svg,
.btn-icon i {
    margin-right: 5px;
}

.btn-red {
    background-color: var(--c-red);
    color: white;
    border-color: var(--c-red);
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    background-color: var(--c-red-active) !important;
    color: white !important;
    border-color: var(--c-red-active);
}
.btn-redlight {
    background-color: var(--c-redlight);
    color: white;
    border-color: var(--c-redlight);
}

.btn-redlight:hover,
.btn-redlight:active,
.btn-redlight:focus {
    background-color: var(--c-redlight-active) !important;
    color: white !important;
    border-color: var(--c-redlight-active);
}
.btn-h65{
    height:65px;
    padding-left:50px;
    padding-right: 50px;
}



.Back_banner {
    height: 30vh;
    padding-top: 80px;
}


.box-detail {
    padding: 20px;
}

.Box_red {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ff9a9a2e;
    padding-left: 20px;
}

.Box_instructor {
    padding: 60px;
}


.image_instru {
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.Name_instru {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.position_instru {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.Hilign_text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.detail_tec {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}





























/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (max-width: 767px) {
    .container-fluid60,.container-fluid95,.container-fluid235{
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .section2{
        padding:2rem;
    }
    .section2::before{
        content:'';
        position: absolute;
        background-color:White;
        border-top-left-radius:200px;
        border-bottom-left-radius:0px;
        border-top-right-radius:200px;
        width:100%;
        height:80%;
        bottom:0;
        right:0;
    }
    h2.fs-36 {
        font-size: calc(1.75rem + .9vw);
    }
    .box50{
        width: 90%;
    }
}

@media screen and (max-width: 1023px) {

}

@media screen and (min-width: 320px) and (max-width: 374px) {

}

@media screen and (min-width: 375px) and (max-width: 413px) {


}

@media screen and (min-width: 414px) and (max-width: 424px) {


}

@media screen and (min-width: 425px) and (max-width: 767px) {


}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container-fluid60{
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .container-fluid95{
        padding-right: 40px;
        padding-left: 40px;
    }
    .container-fluid235{
        padding-right: 80px;
        padding-left: 80px;
    }
    .section2::before{
        content:'';
        position: absolute;
        background-color:White;
        border-top-left-radius:250px;
        border-bottom-left-radius:0px;
        border-top-right-radius:250px;
        width:100%;
        height:70%;
        bottom:0;
        right:0;
    }
    .box50{
        width: 80%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container-fluid60{
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .container-fluid95{
        padding-right: 40px;
        padding-left: 40px;
    }
    .container-fluid235{
        padding-right: 80px;
        padding-left: 80px;
    }
    .box50{
        width: 80%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
    .box50{
        width: 70%;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1439px) {
    .box50{
        width: 80%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .box50{
        width: 80%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

}

@media screen and (min-width: 1920px) and (max-width: 2559px) {

}

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