[data-rel^=lightcase] {
    cursor: pointer;
}

.sec_6 {
    background-image: url(../images/sec_6bg1.png), url(../images/sec_6bg2.png);
    background-position: bottom left, bottom right;
    background-repeat: no-repeat;
    background-color: transparent;
}

.sec_6-header {
    padding: 10px 25px;
    border-radius: 35px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    background: #006838;
    background: -moz-linear-gradient(left, #006838 0%, #12713a 35%, #488b41 72%, #498b41 100%);
    background: -webkit-linear-gradient(left, #006838 0%, #12713a 35%, #488b41 72%, #498b41 100%);
    background: linear-gradient(to right, #006838 0%, #12713a 35%, #488b41 72%, #498b41 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#006838', endColorstr='#498b41', GradientType=1);
}

.sec_6-body {
    background-color: rgb(174 174 174 / 50%);
    border-radius: 10px;
}

.sec_6-body-item {
    color: #000;
    background-color: white;
    border: 1px solid #488b41;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    transition: .3s;
}

.sec_6_sit {
    padding: 15px;
}

.sec_6-body-item:last-child {
    margin-bottom: 0 !important;
}

.sec_6-body-item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_6-body-item-image img {
    opacity: 0;
}

.sec_6-body-item-image.image-max img {
    opacity: 0.5;
}

.image-max-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 36px;
    font-weight: 400;
}

.sec_7 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_7-item {
    background-color: white;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    transition: .3s;
}

.sec_7-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px #80b555;
}

.sec_7-item:hover .sec_7-item-header {
    background-color: #047835;
    color: white;
}

.sec_7-item:hover .sec_7-item-header-sub {
    color: #80B555;
}

.sec_7-item-header {
    background-color: #80b555;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    transition: .3s;
}

.sec_7-item-header-sub {
    color: #00491D;
    font-weight: 300;
    font-size: 15px;
    transition: .3s;
}

.sec_7-item-body {
    font-size: 28px;
    font-weight: 500;
    padding: 15px 10px;
}

.sec_7-item-body>* {
    margin-bottom: 5px;
}

.text-other2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8rem;
}

.text-other {
    background-color: #871E2E;
    color: white;
    font-size: 14px;
    font-weight: 300;
    border-radius: 25px;
    line-height: 0.8rem;
    padding: 8px 5px 5px 5px;
    transition: .3s;
}

.sec_7-item:hover .text-other {
    background-color: #047835;
}

.text-currency {
    color: #5D9200;
    font-size: 17px;
    font-weight: 500;
}

.sec_7-other-regis-zone {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px 30px;
    color: white;
    border-radius: 45px;
}

.sec_8 {
    background-image: url(../images/sec_8bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #cacaca;
}

.sec_8-item-image {
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.sec_8-item-text {
    color: #006838;
    font-size: 17px;
    font-weight: 500;
}

.sec_8-othertext {
    font-size: 18px;
    font-weight: 500;
}

.items_s6_sub {
    background-color: #007934;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}

.items_s6_h:hover .items_s6_sub {
    z-index: 1;
}

.items_s6_h:hover .sec_6-body-item {
    color: #fff;
    top: -10px;
    left: -10px;
    z-index: 2;
    background-color: #498B41;
}

.items_s6_icon {
    display: none;
}

.items_s6_h:hover .items_s6_icon {
    display: inline-block;
}

.items_s6_h:hover .items_s6_inum {
    display: none;
}

.items_s6_h:hover .items_s6_num {
    /* display: none; */
}

.items_s6_h:hover .items_s6_col_a {
    /* width: 75%; */
}

@media(min-width:576px) {
    .items_s6_h:hover .items_s6_col_a {
        /* width: 83.33333333%; */
    }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {
    .col_xl_2_5 {
        width: 20%;
    }
}

@media(min-width:1400px) {}

@media(min-width:1600px) {}

@media(min-width:1800px) {
    .sec_8-othertext {
        font-size: 30px;
        line-height: 35px;
    }

    .sec_7-item:hover {
        transform: scale(1.2);
    }

    .sec_7-item:hover .sec_7-item-header {
        font-weight: 500;
    }

    .sec_7-item-header {
        font-size: 28px;
        font-weight: 700;
        line-height: 33px;
    }

    .sec_7-item-header-sub {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
    }

    .sec_7-item-body {
        font-size: 45px;
        line-height: 50px;
        font-weight: 700;
    }

    .text-currency {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
    }

    .text-other {
        font-size: 16px;
        line-height: 21px;
        padding: 8px 15px 5px 15px;
    }

    .text-other2 {
        font-size: 16px;
        line-height: 21px;
    }

    .sec_6-body-item {
        font-weight: 600;
        font-size: 20px;
    }

    .sec_8-item-text {
        font-size: 28px;
        line-height: 35px;
    }

    .sec_6-header {
        font-size: 24px;
        line-height: 30px;
    }
}










@media(max-width:767px) {
    .sec_8 {
        background-size: 30%;
    }
}

@media(max-width:575px) {
    .sec_7-other-regis-zone {
        border-radius: 15px;
    }

    .rgtf_sec_7_item {
        margin: 5px !important;
    }

    .rgtf_col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rgtf_row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .rgtf_container {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}

.participant_box.extra {
    margin-top: 50px;
}

.bg-new-2026 {
    background: #006838;
    background: -moz-linear-gradient(left, #006838 26%, #488b41 60%, #498b41 100%);
    background: -webkit-linear-gradient(left, #006838 26%, #488b41 60%, #498b41 100%);
    background: linear-gradient(to right, #006838 26%, #488b41 60%, #498b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006838', endColorstr='#498b41', GradientType=1);
    color: #fff;
    border-radius: 25px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.head-bg-2026 table {
    border-collapse: separate;
    border-spacing: 2px 3px;
    margin-bottom: 0;
}

.head-bg-2026 th {
    background-color: #7A7A7A;
    border-color: #007934;
    color: #fff;
    font-weight: 500;
}

.head-bg-2026 table th,
.head-bg-2026 table td {
    border: 1px solid #00793460;
    padding: 10px 20px;
    vertical-align: middle;
}

.custom_ul ul {
    margin: 0;
}