@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

body {
    font-family: "Mitr", sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

.mybox-body {
    background: linear-gradient(180deg, #ffffffa8 0%, #e5faffaf 100%);
    padding: 50px;
    border-radius: 30px;
    outline: 10px solid #ffffff45;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: drop-shadow(0px 4px 10px #3b6f995d);
}

.main-border {
    border-color: #000;
    opacity: .1;
}

.main-body {
    background: url(../images/bg-page.webp?v=3.24) top center/cover no-repeat;
    background-attachment: fixed;
    padding: 100px 0 80px;
    min-height: 90vh;
}

.section-title {
    max-width: fit-content;
    width: 100%;
    padding: 30px 30px 15px 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.col-text-title-head-white {
    position: relative;
    padding: 0 45px;
}

.col-text-title-head-white::before {
    content: "";
    position: absolute;
    background: url(../images/ic-star-head-white.webp?v=3.24) center / contain no-repeat;
    width: 36px;
    height: 36px;
    bottom: 0;
    left: 0px;
    z-index: 3;
}

.col-text-title-head-white::after {
    content: "";
    position: absolute;
    background: url(../images/ic-star-head-white.webp?v=3.24) center / contain no-repeat;
    width: 36px;
    height: 36px;
    bottom: 0;
    right: 0px;
    z-index: 3;
}

.text-title-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    filter: drop-shadow(0px 2px 5.5px #4bb7ff) !important;
    background: linear-gradient(180deg, #ffffff 14%, #edfcf9 67%, #d9faff 83%, #ffffff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blue {
    color: #0E8CEE;
}

.text-detail.update {
    width: fit-content;
    font-size: 20px !important;
    color: #ffffff !important;
    padding: 6px 70px !important;
    margin: 30px auto 0 !important;
    background: linear-gradient(90deg, rgb(14 140 238 / 0%) 0%, rgb(14 140 238 / 50%) 10%, rgb(14 140 238 / 70%) 50%, rgb(14 140 238 / 50%) 90%, rgb(14 140 238 / 0%) 100%) !important;
}

.text-detail.update a {
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .main-body {
        padding: 80px 0 50px;
    }

    .mybox-body {
        padding: 25px;
        outline: 7px solid #ffffff45;
    }

    .text-title-head {
        font-size: 32px;
    }

    .col-text-title-head-white::before,
    .col-text-title-head-white::after {
        width: 26px;
        height: 26px;
    }
}