
/* Genaral */
.hd_margin {
    margin: 0 10px;
}
.session_1,
.session_2,
.session_3,
.session_4,
.session_6,
.session_7,
.session_8 { 
    padding: 30px 0;
 }
 .session_5 {
    padding: 30px 0 4px 0;
 }
 .hd_container p { margin-bottom: 0; line-height: 1.5; }
/* Session 1 */
.session_1 {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 255, 253));
}
.session_1 .title h1 {
    font-size: 40px;
    font-style: italic;
    background-image: linear-gradient(rgb(255, 154, 2), rgb(203, 8, 1));
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.session_1 .title h1 span {
    font-style: normal;
}
.session_1 .s1_sale {
    display: grid;
    grid-template-columns: 500px auto;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.session_1 .sale-title {
    text-align: center;
}
.session_1 .sale-title p {
    background-image: linear-gradient(rgb(255, 22, 22), rgb(232, 196, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.session_1 .sale-title .title p {
    font-size: 50px;
    font-weight: 600;
}
.session_1 .sale-title .sale p {
    font-size: 120px;
    margin-top: -50px;
    font-weight: 600;
}
.session_1 .cont {
    width: 754px;
    margin: 0 auto;
    padding-top: 20px;
}
.session_1 .cont p {
    font-size: 18px;
    font-weight: 600;
    color: rgb(1, 145, 133);
    text-align: left;
}
.session_1 .cont .cont_ {
    display: grid;
    grid-template-columns: 30px auto;
    align-items: start;
    margin-bottom: 10px;
}
.session_1 .cont .cont_ svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
/* Session 2 */
.session_2 {
    background-image: radial-gradient(circle, rgb(2, 153, 162), rgb(5, 122, 110));
}
.session_2 .s2_box {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    justify-content: center;
    column-gap: 26px;
}
.session_2 .title p {
    font-size: 38px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
.session_2 .cont p {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
.session_2 .s2_box .box_ {
    padding: 6px;
    background-image: linear-gradient(rgb(1, 255, 224), rgb(235, 255, 253));
    border-radius: 16px;
}
.session_2 .s2_box .box_ .img img {
    border-radius: 16px;
}
.session_2 .s2_box p {
    line-height: 1.3;
    font-weight: 600;
    color: rgb(5, 122, 109);
    margin-top: 10px;
    margin-bottom: 0;
}
/* Session 3 */
.session_3 {
    background-color: rgb(241, 255, 254);
}
.session_3 .s3_box {
    display: grid;
    grid-template-columns: repeat(3, 264px);
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    color: #FFF;
    margin-top: 20px;
}
.session_3 .cont_title .title p {
    color: rgb(5, 122, 109);
    text-align: center;
    font-size: 44px;
    font-weight: 600;
}
.session_3 .cont_title .sub_title p {
    text-align: center;
    color: rgb(5, 122, 109);
    font-size: 36px;
}
.session_3 .box_ {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    background-image: linear-gradient(rgb(5, 122, 110), rgb(5, 147, 185));
    border-radius: 16px; 
    text-align: center;    
}
.session_3 .box_ .name {
    font-size: 32px;
    font-weight: 600;
    padding: 6px;
    line-height: 1.2;
    margin-top: 4px;
}
.session_3 .box_ .price {
    background-image: linear-gradient(rgb(244, 64, 37), rgb(230, 150, 1));
    font-size: 34px;
    font-weight: 600;
    padding: 6px 0px;
    border-radius: 16px;
    line-height: 1.2;
}
/* Session 4 */
.session_4 {
    background-image: radial-gradient(circle, rgb(2, 155, 162), rgb(5, 122, 110));
}
.session_4 .title_s4 p {
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
.session_4 .s4_box {
    display: grid;
    grid-template-columns: repeat(2, 350px);
    align-items: center;
    justify-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
}
.session_4 .s4_box .box_ {
    width: 100%;
    padding: 6px 4px;
    border: 2px solid #FFF;
    border-radius: 16px;
}
.session_4 .s4_box .box_ a p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
/* Session 5 */
.session_5 .title_s5 p {
    background-image: linear-gradient(rgb(244, 64, 37), rgb(232, 184, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.session_5 .s5_box {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
    justify-content: center;
    align-items: start;
    justify-items: center;
    margin: 0 10px;
}
.session_5 .sub_title_s5 p {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: rgb(1, 92, 82);
    margin: 30px 0;
}
.session_5 .sub_img_s5 {
    text-align: center;
}
.session_5 .s5_box .box_ {
    background-color: rgb(2, 153, 162);
    padding: 10px 8px;
    width: 100%;
    height: 436px;
}
.session_5 .s5_box .box_ .cont .name,.session_5 .s5_box .box_ .cont .degree{
    color: #FFF;
    line-height: 1.2;
    text-align: center;
}
.session_5 .s5_box .box_ .cont .name {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.session_5 .s5_box .box_ .cont .degree {
    padding: 10px 6px 8px 6px;
}
.session_5 .s5_box .box_ .cont {
    background-color: rgb(35, 174, 159);
    height: 154px;
}
.session_5 .s5_box .box_ .avatar>img{
    width: 100%;
    height: 260px;
}
/* Session 6 */
.session_6 {
    background-color: rgb(5, 122, 109);
}
.session_6 .s6_title {
    margin: 0 10px;
}
.session_6 .s6_title .title {
    background-color: rgb(241, 243, 244);
    width: 660px;
    margin: 0 auto;
    border-radius: 16px;
}
.session_6 .s6_title .title p{
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    background-image: linear-gradient(rgb(255, 215, 1), rgb(234, 44, 5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 10px;
    text-align: center;
}
.session_6 .s6_title .sub_title p {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    color: #FFF;
    text-align: center;
    padding: 10px;
}
.session_6 .s6_box {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    column-gap: 10px;
    row-gap: 10px;
    margin: 0 10px;
}
.session_6 .s6_box .img {
    display: flex;
    align-items: center;
}
.session_6 .s6_box .img img {
    width: 320px;
    height: 315px;
}
/* Session 7 */
.session_7 {
    background-image: linear-gradient(rgb(255, 254, 254), rgb(241, 255, 254));
}
.session_7 .s7_title .title p {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3 !important;
    color: rgb(5, 122, 109);
    padding-bottom: 20px;
}
.session_7 .s7_box {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    justify-content: center;
    align-items: start;
    column-gap: 20px;
    row-gap: 10px;
}
.session_7 .box_width {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: rgb(50, 136, 142);
}
.session_7 .s7_news {
    display: flex;
    margin-top: 20px;
    column-gap: 10px;
}
.session_7 .s7_news img {
    width: 280px;
}
.session_7 .s7_box .box_ .cont_ {
    background-color: rgb(229, 241, 255);
    padding: 10px;
    margin-top: 1px;
}
.session_7 .s7_box .box_ .cont_ .title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
}
/* Session 8 */
.session_8 {
    background-image: radial-gradient(circle, rgb(1, 161, 170), rgb(1, 145, 133));
}
.session_8 .form {
    background-color: #FFFF;
    padding: 10px;
}
.session_8 .s8_form {
    display: grid;
    grid-template-columns: 750px auto;
}
.session_8 .form .count-down-container {
    border: 1px dashed rgb(1, 92, 82);
    margin: 10px auto;
    width: 310px;
}
.session_8 .form .count-down-container .count_title {
    font-weight: 600;
    color: rgb(1, 92, 82);
    line-height: 1.3;
    font-size: 16px;
    text-align: center;
    margin: 8px 0;
}
.session_8 .form .count_box {
    display: grid;
    grid-template-columns: repeat(4, 60px);
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin: 4px auto;
}
.session_8 .form .note {
    text-align: center;
    color: rgb(244, 72, 37);
    font-weight: 600;
    font-size: 20px;
}
.session_8 .form small {
    color: rgb(1, 92, 82);
    font-weight: 600;
    margin-top: 4px;
}
.session_8 .form div.num {
    display: flex;
    background-color: rgb(137, 218, 209);
    width: 48px;
    max-height: 34px;
    text-align: center;
    font-size: 30px;
    align-items: center;
    justify-content: center;
}
.session_8 .form .timer_title {
    text-align: center;
    background-image: linear-gradient(rgb(244, 64, 37), rgb(255, 105, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.count-down {
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.session_8 .s8_form .title {
    background-image: linear-gradient(rgb(255, 215, 1), rgb(255, 254, 254));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.session_8 .s8_form .sale {
    display: flex;
    width: 300px;
    height: 300px;
    background-image: linear-gradient(rgb(244, 64, 37), rgb(255, 215, 1));
    border: 2px solid #FFF;
    border-radius: 50%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.session_8 .s8_form .sale p {
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: -40px;
}
.session_8 .s8_form .sale .sale_per {
    height: 140px;
    font-size: 110px;
    font-weight: 600;
    color: #FFF;
}
.session_8 .s8_form .box_img {
    position: relative;
}
.session_8 .s8_form .box_img .gift {
    position: absolute;
    bottom: 0px;
    left: 60%;
}
/* Mobile */
@media only screen and (max-width: 48em) {
    /* Session 1 */
    .session_1 .title h1 {
        font-size: 28px;
    }
    .session_1 .s1_sale {
        grid-template-columns: auto;
    }
    .session_1 .cont {
        width:      100%;
        margin-top: -40px;
    }
    /* Session 2 */
    .session_2 .s2_box {
        grid-template-columns: repeat(2, 170px);
        row-gap: 20px;
        margin: 0 10px;
    }
    .session_2 .title p {
        font-size: 26px;
    }
    .session_2 .cont p {
        font-size: 16px;
    }
    /* Session 3 */
    .session_3 .box_ {
        height: 150px;
    }
    .session_3 .box_ .name {
        font-size: 24px;
    }
    .session_3 .box_ .price {
        font-size: 20px;
    }
    .session_3 .s3_box {
        grid-template-columns: repeat(2, 170px);
        row-gap: 20px;
    }
    .session_3 .cont_title .title p {
        font-size: 26px;
    }
    .session_3 .cont_title .sub_title p {
        font-size: 24px;
    }
    /* Session 4 */
    .session_4 .title_s4 p {
        font-size: 32px;
    }
    .session_4 .s4_box {
        grid-template-columns: auto;
        row-gap: 20px;
    }
    /* Session 5 */
    .session_5 .s5_box {
        grid-template-columns: auto auto;
        column-gap: 6px;
        row-gap: 10px;
    }
    .session_5 .title_s5 p {
        font-size: 32px;
    }
    .session_5 .sub_title_s5 p {
        font-size: 24px;
    }
    .session_5 .s5_box .box_ .cont .degree p {
        font-size: 12px !important;
    }
    .session_5 .s5_box .box_ .avatar>img {
        width: 100%;
        height: 200px;
    }
    .session_5 .s5_box .box_ .cont .name {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .session_5 .s5_box .box_ { height: 100%; }
    .session_5 .s5_box .box_ .cont { height: 160px; }
    /* Session 6 */
    .session_6 .s6_box {
        grid-template-columns: auto;
    }
    .session_6 .s6_box .img img {
        width: 100%;
        height: 184px;
    }
    .session_6 .s6_title .title p {
       font-size: 26px; 
    }
    .session_6 .s6_title .title {
        width: 100%;
    }
    .session_6 .s6_title .sub_title p {
        font-size: 30px;
    }
    /* Session 7 */
    .session_7 .s7_box { grid-template-columns: repeat(1, 350px); }
    .session_7 .s7_title .title p { font-size: 28px; }
    .session_7 .s7_news {
        align-items: center;
        flex-direction: column;
        row-gap: 10px;
    }
    .session_7 .box_width { max-width: 100%; }
    /* Session 8 */
    .session_8 .s8_form {
        grid-template-columns: auto;
    }
    .session_8 .s8_form .title {
        font-size: 30px;
    }
    .session_8 .form .timer_title {
        font-size: 24px;  
    }
    .session_8 .form .count-down-container {
        width: 100%;
    }
}