/* all page --------------------------------------- */
.banner-sub-page {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15), rgb(41 11 71 / 71%), rgb(69, 31, 118)), url(../asset/img/banner/bg-sub-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right 50%;
}

.sptb-sub-banner {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.sptb-box-bread {
    padding-top: 1.5rem;
}

.set-section {
    background-color: #ebebeb;
    margin-top: -25px;
}

.sptb-conntent {
    padding-bottom: 3rem;
}

.sptb-conntent-2 {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.sptb-conntent-3 {
    padding-top: 2rem;
    padding-bottom: 7rem;
}

.sptb-conntent-4 {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.head-sub-page {
    color: #fff;
    font-size: 40px;
}

.text-bread {
    color: #aaa;
}

.text-bread:hover {
    color: #441F76;
}

@media (max-width: 991px) {
    .sptb-sub-banner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    .head-sub-page {
        text-align: center;
    }
}

/* chairman-statement page --------------------------------------- */

.box-pic-chairman {
    text-align: center;
      display: flex;
        height: 100%;
}

.pic-chairman-1 {
    width: 75%;
    margin-top: 80px;
}

.chairman-head-text {
    text-align: center;
    font-size: 30px;
    color: #FFCB08;
    margin-top: 0px;
    font-weight: 500;
}

.box-profile-1 {
    text-align: center;
    margin-top: 30px;
}

.text-profile-1 {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0;
}

.sign-pic {
    width: 150px;
}

.sign-pic-2 {
    width: 90px;
}

@media (max-width: 1549px) {
    .pic-chairman-1 {
        width: 75%;
    }
}

@media (max-width: 1399px) {
    .pic-chairman-1 {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .pic-chairman-1 {
        margin-top: 30px;
    }

    .box-chairman-content {
        margin-top: 40px !important;
    }
}

@media (max-width: 991px) {
    .sptb-sub-banner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .head-chairman {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .pic-chairman-1 {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .head-chairman {
        text-align: center;
    }

    .box-bread {
        text-align: center;
    }

    .chairman-text {
        text-align: center;
         line-height: 1.8;
    margin-bottom: 18px;
    color: #444;
    }
}

@media (max-width: 406px) {
    .chairman-head-text {
        font-size: 25px;
    }
}
.chairman-img {
     width: 100%;
    height: 100%;
    object-fit: cover; /* สำคัญมาก */
    border-radius: 12px; /* optional ให้ดูสวย */
}

/* company business page --------------------------------------- */

.text-top-line {
    display: flex;
    margin-top: 0px;
}

.h-line {
    width: 50px;
    height: 3px;
    background-color: #FFCB08;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.cb-img {
    width: 99%;
}

.cb-img-2 {
    width: 99%;
}

.cb-img-3 {
    margin-top: 20px;
    width: 100%;
}

.cb-img-4 {
    margin-top: 20px;
    width: 100%;
}

.cb-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.cb-head-text-2 {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 20px;
}

.cb-service-card {
    background-color: #fff;
    border: #e9e9e9 solid 1px;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    height: 170px;
}

.box-cb-conntent {
    margin: 6px 0;
}

.cb-text-detail {
    margin-bottom: 0px;
}

.icon-cb-set-1 {
    width: 50px;
}

.icon-cb-set-2 {
    width: 70px;
}

.icon-cb-set-3 {
    width: 90px;
}

@media (min-width: 1200px) {
    .cb-img-2 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .cb-service-card {
        height: 180px;
    }

    .cb-img-4 {
        display: none;
    }
}

@media (max-width: 991px) {
    .text-top-line {
        margin-top: 30px;
    }

    .cb-service-card {
        height: 170px;
    }

    .cb-img-2 {
        display: none;
    }
}

/* company profile page --------------------------------------- */

.profile-head-text {
    text-align: center;
    font-size: 30px;
    color: #FFCB08;
    margin-top: 0px;
    font-weight: 500;
}

.btn-timeline {
    font-size: 16px;
    height: 50px;
}

.img-timeline {
    width: 100%;
}

.box-cp-content {
    padding: 40px;
}

.modal-set-width {
    --bs-modal-width: 1000px;
}

::marker {
    color: #FFCB08;
}

.default::marker {
    color: #333;
}

.mark-primary::marker {
    color: #441F76;
}

.text-list-content {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .btn-timeline {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hide-sm {
        display: none;
    }
}

/* organization page --------------------------------------- */

.organize-head-text {
    text-align: center;
    font-size: 30px;
    color: #FFCB08;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-img-organize {
    text-align: center;
    margin-top: 50px;
}

.img-organize {
    width: 80%;
}

@media (max-width: 991px) {
    .img-organize {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .img-organize {
        width: 100%;
    }

    .box-img-organize {
        margin-top: 40px;
    }
}

@media (max-width: 449px) {
    .organize-head-text {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 379px) {
    .organnize-head-text {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .box-img-organize {
        margin-top: 20px;
    }
}

/* structure page --------------------------------------- */

.structure-head-text {
    text-align: center;
    font-size: 30px;
    color: #FFCB08;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-img-structure {
    text-align: center;
    margin-top: 50px;
}

.img-structure {
    width: 80%;
}

@media (max-width: 991px) {
    .img-structure {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .img-structure {
        width: 100%;
    }

    .box-img-structure {
        margin-top: 40px;
    }
}

@media (max-width: 449px) {
    .structure-head-text {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 379px) {
    .structure-head-text {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .box-img-structure {
        margin-top: 20px;
    }
}

/* board of directtors page --------------------------------------- */

.charter-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.profile-card {
    text-align: center;
    background-color: #fff;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 460px;
}

.profile-card-en {
    text-align: center;
    background-color: #fff;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 440px;
}

.box-set-text {
    height: 160px;
}

.box-set-text-en {
    height: 150px;
}

.img-profile {
    width: 100%;
    height: auto;
}

.profile-title {
    padding: 20px;
    text-align: left;
}

.profile-name {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

.job-position {
    font-size: 15px;
    color: #441F76;
    margin-top: 5px;
}

.appoint-date {
    color: #aaa;
    font-size: 14px;
}

.profile-popup {
    width: 150px;
}

.modal-body {
    margin: auto;
}

.text-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.text-posiion {
    font-size: 16px;
}

.modal-detail-content {
    padding: 5px 30px 10px 30px;
}

.text-content {
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 5px;
    margin-top: 5px;
}

.modal-list {
    margin: 10px 10px;
    color: #6f6f6f;
}

.charter-box-download {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 170px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.charter-box-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 220px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.charter-hr-box-download {
    border: #a8a8a8 solid 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.charter-doc-head-text {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 50px;
    margin-top: 5px;
}

.charter-box-download:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

p.text-notice {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
}

@media (max-width: 1549px) {
    .box-set-text {
        height: 180px;
    }

    .box-set-text-en {
        height: 140px;
    }
}

@media (max-width: 1399px) {
    .profile-card {
        height: 420px;
    }

    .box-set-text-en {
        height: 170px;
    }
}

@media (max-width: 1199px) {
    .profile-card {
        height: 350px;
    }

    .profile-card-en {
        height: 350px;
    }

    .profile-title {
        padding: 15px;
    }

    .box-set-text {
        height: 140px;
    }

    .box-set-text-en {
        height: 140px;
    }

    .profile-name {
        font-size: 16px;
    }

    .job-position {
        font-size: 13px;
    }

    .appoint-date {
        font-size: 11px;
    }

    .charter-doc-head-text {
        font-size: 16px;
    }

    .button-label2.btn-more {
        font-size: 16px !important;
        padding: 3px 10px;
    }

    p.text-notice {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .profile-card {
        height: 340px;
    }

    .profile-card-en {
        height: 340px;
    }

    .profile-title {
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .profile-card {
        height: 350px;
    }

    .profile-card-en {
        height: 340px;
    }

    .box-set-text {
        height: 130px;
    }

    .box-set-text-en {
        height: 120px;
    }

    .charter-box-download {
        height: 160px;
    }

    .charter-doc-head-text {
        height: 40px;
    }
}

@media (max-width: 575px) {
    .profile-card {
        height: 360px;
    }

    .box-set-text {
        height: 140px;
    }
}

@media (max-width: 539px) {
    .profile-card {
        height: 360px;
    }

    .profile-card-en {
        height: 340px;
    }

}

@media (max-width: 509px) {
    .profile-card {
        height: 350px;
    }

    .profile-card-en {
        height: 340px;
    }

    .box-set-text {
        height: 135px;
    }

    .box-set-text-en {
        height: 135px;
    }
}

@media (max-width: 438px) {
    .profile-card {
        height: 330px;
    }

    .profile-card-en {
        height: 330px;
    }

    .box-set-text {
        height: 150px;
    }
}

@media (max-width: 420px) {
    .profile-card {
        height: 330px;
    }
}

@media (max-width: 390px) {
    .profile-card {
        height: 350px;
    }

    .profile-card-en {
        height: 320px;
    }

    .box-set-text {
        height: 170px;
    }

    .box-set-text-en {
        height: 150px;
    }
}

@media (max-width: 387px) {
    .profile-card {
        height: 360px;
    }

    .box-set-text {
        height: 190px;
    }

}

/* sub committee page --------------------------------------- */

.worko-tabs {
    width: 100%;
    text-align: center;
}

.worko-tabs .state {
    position: absolute;
    left: -10000px;
}

.worko-tabs .flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.worko-tabs .flex-tabs .tab {
    flex-grow: 1;
    height: auto;
    color: #441F76;
}

.worko-tabs .flex-tabs .panel {
    padding: 70px 0px;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.worko-tabs .tab {
    display: inline-block;
    font-size: 14px !important;
    padding: 20px 10px;
    vertical-align: top;
    background-color: #fff;
    cursor: hand;
    cursor: pointer;
    border-bottom: 3px solid #eee;
    transition: background 0.4s, padding-left 0.4s;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label,
#tab-five:checked~.tabs #tab-five-label,
#tab-six:checked~.tabs #tab-six-label {
    background-color: #441F76;
    cursor: default;
    border-bottom-color: #FFCB08;
    color: #fff;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel,
#tab-five:checked~.tabs #tab-five-panel,
#tab-six:checked~.tabs #tab-six-panel {
    display: block;
}

@media (max-width: 767px) {
    .flex-tabs {
        flex-direction: column;
    }

    .flex-tabs .tab {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    .flex-tabs #tab-one-label {
        order: 1;
    }

    .flex-tabs #tab-two-label {
        order: 2;
    }

    .flex-tabs #tab-three-label {
        order: 3;
    }

    .flex-tabs #tab-four-label {
        order: 4;
    }

    .flex-tabs #tab-five-label {
        order: 5;
    }

    .flex-tabs #tab-six-label {
        order: 6;
    }

    .flex-tabs #tab-one-panel {
        order: 1;
    }

    .flex-tabs #tab-two-panel {
        order: 2;
    }

    .flex-tabs #tab-three-panel {
        order: 3;
    }

    .flex-tabs #tab-four-panel {
        order: 4;
    }

    .flex-tabs #tab-five-panel {
        order: 5;
    }

    .flex-tabs #tab-five-panel {
        order: 6;
    }

    #tab-one:checked~.tabs #tab-one-label,
    #tab-two:checked~.tabs #tab-two-label,
    #tab-three:checked~.tabs #tab-three-label,
    #tab-four:checked~.tabs #tab-four-label,
    #tab-five:checked~.tabs #tab-five-label,
    #tab-six:checked~.tabs #tab-six-label {
        border-bottom: none;
    }

    #tab-one:checked~.tabs #tab-one-panel,
    #tab-two:checked~.tabs #tab-two-panel,
    #tab-three:checked~.tabs #tab-three-panel,
    #tab-four:checked~.tabs #tab-four-panel,
    #tab-five:checked~.tabs #tab-five-panel,
    #tab-six:checked~.tabs #tab-six-panel {
        border-bottom: 1px solid #ccc;
    }
}

/* award page --------------------------------------- */

.box-select {
    padding-top: 5rem;
}

.award-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

.award-card {
    text-align: left;
    width: auto;
    margin-top: 20px;
    overflow: hidden;
}

.img-award {
    width: 100%;
    height: auto;
}

.box-award-caption {
    padding: 10px 15px;
    border: #dbdbdb solid 1.5px;
    margin-top: -10px;
}

.trophy-name {
    margin-top: 5px;
    font-size: 16px;
    color: #441F76;
}

.trophy-detail {
    color: #333;
    font-size: 14px;
}

#myImg {
    width: 100%;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

#myImg:hover {
    transform: scale(102%);
}

.modal {
    z-index: 999999999;
    display: none;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-2 {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.modal-hover-opacity:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden
}

.modal-content-2,
#caption {

    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#imgModal {
    justify-content: center;
    margin: auto;
    width: 100%;
    max-width: 675px;
}

@media (max-width: 1300px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: 100%;
        max-width: 675px;
    }
}
@media (max-width: 1200px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 675px;
    }
}
@media (max-width: 991px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 675px;
    }
}
@media (max-width: 768px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 545px;
    }
}
@media (max-width: 575px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 395px;
    }
}
@media (max-width: 425px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 345px;
    }
}
@media (max-width: 375px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 320px;
    }
}
@media (max-width: 350px) {
    #imgModal {
        justify-content: center;
        margin: auto;
        width: unset;
        max-width: 300px;
    }
}

.box-modal-content {
    text-align: center !important;
}

@media (max-width: 991px) {
    .award-head-text {
        text-align: center;
    }
}

/* privacy policy page --------------------------------------- */

.box-download {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 190px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.box-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 220px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.hr-box-download {
    border: #a8a8a8 solid 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.doc-head-text {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 70px;
    margin-top: 5px;
}

.box-download:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

@media (max-width: 1199px) {
    .doc-head-text {
        font-size: 16px;
    }
}

/* service-industrial-waste-incinerator page --------------------------------------- */

.sptb-service-conntent {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.box-service-1-pic {
    text-align: center;
    margin-top: 20px;
}

.box-service-1-pic-1 {
    text-align: center;
    margin-top: 30px;
}

.service-1-pic {
    width: 100%;
}

.service-1-pic-2 {
    width: 100%;
}

.service-1-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.service-1-content-1 {
    padding-left: 25px !important;
}

.service-1-content-2 {
    margin-top: 20px !important;
    padding-left: 30px !important;
}

.box-vc-menu {
    display: flex;
    justify-content: space-between;
}

.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    background-color: #fff;
    color: black;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    border-bottom: #eeeeee solid 1px;
}

.vertical-menu a:hover {
    color: #441F76;
    background-color: #f4f4f4;
}

.vertical-menu a.active {
    border-left: #441F76 solid 3px;
    background-color: #f4f4f4;
    color: #441F76;
}

.icon-vc-menu {
    margin: auto 0;
}

@media (max-width: 1199px) {
    .box-service-1-pic {
        margin-top: 20px;
    }

    .service-1-pic {
        width: 100%;
    }

    .service-1-content {
        padding-left: 15px !important;
    }

    .box-service-1-pic-1 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .sptb-service-conntent {
        padding-top: 3rem;
    }

    .service-1-content-1 {
        padding-left: 10px !important;
    }

    .service-1-content-2 {
        padding-left: 10px !important;
    }
}

@media (max-width: 767px) {
    .service-1-head-text {
        margin-top: 40px;
    }

    .service-1-content-2 {
        margin-top: 0px !important;
    }
}

/* service-pollution-control-system page --------------------------------------- */

.service-2-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.service-2-head-text-2 {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 30px;
}

.pic-service-2 {
    width: 100% !important;
}

.detial-header {
    color: #441F76;
    font-weight: 500;
    font-size: 16px;
}

.box-service-2-pic {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .service-2-head-text {
        margin-top: 30px;
    }
}

/* service-continuous-monitoring-systems page --------------------------------------- */

.service-3-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.pic-service-3 {
    width: 100%;
}

.box-pic-service-3 {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .service-3-head-text {
        margin-top: 30px;
    }
}

/* service-hazardous-waste-quality-improvement-system page --------------------------------------- */

.service-4-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.pic-service-4 {
    width: 100%;
}

.box-pic-service-4 {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .service-4-head-text {
        margin-top: 30px;
    }
}

/* service-laboratory-for-hazardous-waste-analysis page --------------------------------------- */

.service-5-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.list-service-5 {
    padding: 0px 20px;
}

.pic-service-5 {
    width: 100%;
}

.box-pic-service-5 {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .service-5-head-text {
        margin-top: 30px;
    }
}

/* service-transport page --------------------------------------- */

.service-6-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}

.list-service-6 {
    padding: 0px 20px;
}

.pic-service-6 {
    width: 100%;
}

.box-pic-service-6 {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .service-6-head-text {
        margin-top: 30px;
    }
}

/* raw-relating page --------------------------------------- */

.raw-box-download {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 230px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.raw-box-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 280px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.raw-box-download-en {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 230px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.raw-box-download-en::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 300px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.hr-raw-box-download {
    border: #a8a8a8 solid 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.raw-doc-head-text {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 100px;
    margin-top: 5px;
}

.raw-doc-head-text-en {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 100px;
    margin-top: 5px;
}


.raw-box-download:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

.raw-box-download-en:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

@media (max-width: 1399px) {
    .raw-doc-head-text {
        height: 130px;
    }

    .raw-box-download {
        height: 250px;
    }

    .raw-box-download-en {
        height: 280px;
    }

    .raw-doc-head-text-en {
        height: 150px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .raw-doc-head-text {
        font-size: 16px;
    }

    .raw-doc-head-text {
        height: 90px;
    }

    .raw-box-download {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .raw-box-download-en {
        height: 200px;
    }

    .raw-doc-head-text-en {
        height: 90px;
    }
}

@media (max-width: 417px) {
    .raw-box-download-en {
        height: 230px;
    }

    .raw-doc-head-text-en {
        height: 110px;
    }
}

@media (max-width: 385px) {
    .raw-box-download-en {
        height: 250px;
    }

    .raw-doc-head-text-en {
        height: 130px;
    }
}

/* e-letter page --------------------------------------- */

.box-e-letter {
    margin-bottom: 40px;
}

.box-date {
    background-color: #FFCB08;
    padding: 5px 5px;
    width: 150px;
    height: 40px;
    text-align: center;
}

.icon-el-1 {
    width: 15px;
    margin-top: 5px;
    margin-right: 5px;
}

.text-date {
    color: #441F76;
    font-size: 16px;
}

.text-news {
    margin-top: 30px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.text-news:hover {
    color: #5f2ea2;
}

.hr-el {
    background-color: #b6b6b6;
    margin-top: 50px;
}


/* Active and Hoverable Pagination */

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #EC8432;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}


/* border-pagination */

.b-pagination-outer {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

#border-pagination {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}

#border-pagination li {
    display: inline;
}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #441F76;
    color: #fff !important;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

/* announcement-and-organizational-measures page --------------------------------------- */

.aom-box-download {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 190px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.aom-box-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 220px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.hr-aom-box-download {
    border: #a8a8a8 solid 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.aom-doc-head-text {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 70px;
    margin-top: 5px;
}

.aom-box-download:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

@media (max-width: 1199px) {
    .aom-doc-head-text {
        font-size: 16px;
    }
}

/* social-responsibility-policy page --------------------------------------- */

.box-sign {
    margin-top: 60px;
    text-align: center;
    margin-left: 1150px;
}

.sign-text {
    margin: 3px;
}

.csr-pic {
    width: 100%;
}

@media (max-width: 1549px) {
    .box-sign {
        margin-left: 1074px;
    }
}

@media (max-width: 1399px) {
    .box-sign {
        margin-left: 870px;
    }
}

@media (max-width: 1199px) {
    .box-sign {
        margin-left: 685px;
    }
}

@media (max-width: 991px) {
    .box-sign {
        margin-left: 450px;
    }
}

@media (max-width: 767px) {
    .box-sign {
        margin-left: 265px;
    }
}

@media (max-width: 515px) {
    .box-sign {
        margin-left: 215px;
    }
}

@media (max-width: 476px) {
    .box-sign {
        margin-left: 170px;
    }
}

@media (max-width: 431px) {
    .box-sign {
        margin-left: 124px;
    }
}

@media (max-width: 385px) {
    .box-sign {
        margin-left: 104px;
    }
}

/* csr-committe page --------------------------------------- */

.csr-head-text {
    text-align: left;
    font-size: 20px;
    color: #441F76;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 500;
}

.csr-head-text-2 {
    text-align: left;
    font-size: 16px;
    color: #441F76;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.csr-head-text-3 {
    text-align: left;
    font-size: 16px;
    color: #FFCB08;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ol-pf-25 {
    padding-inline-start: 25px;
    font-size: 17px !important;
}

.ol-pf-25-2 {
    padding-inline-start: 25px;
    font-size: 16px !important;
}

.line-10 {
    margin: 10px 0px;
}

.banner-csr {
    width: 100%;
}

.bt-1 {
    width: 10%;
}

/* csr-activities page --------------------------------------- */

.card-csr-act {
    background-color: #fff;
    height: 440px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin-top: 25px;
}

.img-csr {
    width: 100%;
    height: auto;
}

.box-csr-content {
    padding: 10px 20px 1px 20px;
    height: 155px;
}

.csr-act-head-text {
    color: #441F76;
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 10px;
}

.csr-content-text {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 30px;
}

.btn-csr-content {
    padding: 10px 20px 1px 20px;
}

.btn-csr {
    padding: 10px 10px;
}

.card-csr-act:hover {
    background-color: #f7f7f7;
}

#csr-img {
    width: 100%;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

#csr-img:hover {
    transform: scale(105%);
}

@media (max-width: 1549px) {
    .card-csr-act {
        height: 420px;
    }
}

@media (max-width: 1399px) {
    .card-csr-act {
        height: 370px;
    }

    .box-csr-content {
        height: 140px;
    }

    .csr-act-head-text {
        font-size: 16px;
    }

    .csr-content-text {
        font-size: 14px;
    }

    .btn-csr {
        padding: 7px;
        font-size: 16px !important;
    }
}

@media (max-width: 1199px) {
    .card-csr-act {
        height: 390px;
    }
}

@media (max-width: 991px) {
    .card-csr-act {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .card-csr-act {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .box-csr-content {
        height: 130px;
    }

    .card-csr-act {
        height: 360px;
    }

    .csr-act-head-text {
        font-size: 14px;
    }

    .csr-content-text {
        font-size: 12px;
    }

    .btn-csr {
        font-size: 12px;
    }
}

@media (max-width: 509px) {
    .box-csr-content {
        height: 130px;
    }

    .card-csr-act {
        height: 340px;
    }
}

@media (max-width: 475px) {
    .card-csr-act {
        height: 330px;
    }
}

@media (max-width: 425px) {
    .box-csr-content {
        height: 120px;
    }

    .card-csr-act {
        height: 300px;
    }
}

@media (max-width: 385px) {
    .box-csr-content {
        height: 110px;
    }

    .card-csr-act {
        height: 280px;
    }
}

/* contact us page --------------------------------------- */

.card-contact {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-top: 10px;
}

.contact-content-2 {
    display: flex;
    padding: 10px 20px;
    margin: auto 0;
}

.icon-contact {
    width: 50px;
}

.head-contact {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500 !important;
    font-size: 18px;
}

.contact-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a9a9a9;
}

.card-form {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-top: 10px;
}

.head-text-form {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}

.form-content {
    padding: 10px 30px;
}

.content-text-form {
    color: #777777;
}

.btn-form-content {
    margin-top: 20px;
    text-align: center;
}

.google-map {
    padding-bottom: 65%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.box-captcha {
    text-align: center;
    margin-top: 20px;
}

.img-captcha {
    width: 35%;
    border: #e4e4e4 solid 1px;
}

.set-modal {
    scale: 1.5;
    margin: auto
}

.img-map {
    width: 100%;
}

@media (max-width: 991px) {
    .set-modal {
        scale: 1;
        margin: auto
    }
}

/* career page --------------------------------------- */

.box-company {
    margin-top: 30px;
}

.career-head-text {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.career-head-text-2 {
    font-size: 20px;
    font-weight: 500;
    color: #441F76;
    margin-bottom: 5px;
}

.career-head-text-3 {
    font-size: 18px;
    font-weight: 500;
    color: #441F76;
    margin-bottom: 5px;
}


.company-text {
    margin-top: 5px;
}

.contact-description {
    font-size: 20px;
    margin-top: 5px;
}

.box-detail-career {
    margin-top: 30px !important;
}

.accordion dt>a {
    text-align: left;
    padding: 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
}

.accordion dd {
    color: #333;
    font-size: 1em;
    margin-bottom: 10px !important;
}

dd {
    margin-inline-start: 30px !important;
}

.accordion {
    position: relative;
    background-color: #f1f1f1;
}

.accordionTitle {
    background-color: #ffffff;
    color: #441F76 !important;
}

.accordionTitle:before {
    content: "+";
    font-size: 2em;
    line-height: 0.5em;
    float: right;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover {
    background-color: #2a0c52;
    color: #fff !important;
}

.accordionTitleActive {
    background-color: #2a0c52;
    color: #fff !important;
}

.accordionTitleActive:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
}

@media all {
    .accordionItem {
        max-height: 1000em;
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItemCollapsed {
    max-height: 0;
}

.animateIn {
    -webkit-animation-name: accordionIn;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: normal;
    -moz-animation-duration: 0.65s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionIn;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@media (max-width: 1399px) {
    .career-head-text {
        font-size: 20px;
    }

    .contact-description {
        font-size: 20px;
    }

    .company-text {
        font-size: 14px;
    }

    dd {
        margin-inline-start: 10px !important;
    }
}

@media (max-width: 1199px) {
    .box-detail-career {
        margin-top: 60px !important;
    }
}

@media (max-width: 991px) {
    .box-detail-career {
        margin-top: 0px !important;
    }

    .career-head-text {
        text-align: center;
    }

    .career-head-text-2 {
        text-align: center;
    }

    .contact-description {
        text-align: center;
    }

    .company-text {
        text-align: center;
    }

    dd {
        margin-inline-start: 20px !important;
    }

    .box-btn-job {
        text-align: center;
    }
}

/* financial-highlight page --------------------------------------- */

.box-graph {
    padding: 0 220px;
}

.finace-head-text {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .box-graph {
        padding: 0 120px;
    }
}

@media (max-width: 991px) {
    .box-graph {
        padding: 0 80px;
    }
}

@media (max-width: 767px) {
    .box-graph {
        padding: 0 20px;
    }

    .set-pt {
        padding: 30px 0 0 0;
    }

    .finace-head-text {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

/* md&a page --------------------------------------- */

.mda-box-download {
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    margin-bottom: 40px;
}

.mda-box-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #FFCB08;
    height: 200px;
    width: 25px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.hr-mda-box-download {
    border: #a8a8a8 solid 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mda-doc-head-text {
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    height: 60px;
    margin-top: 5px;
}

.mda-box-download:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

.mda-box-download-en:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}

@media (max-width: 1399px) {
    .mda-doc-head-text {
        height: 60px;
    }

    .mda-box-download {
        height: 180px;
    }
}

@media (max-width: 1199px) {
    .mda-doc-head-text {
        font-size: 16px;
    }

    .mda-doc-head-text {
        height: 60px;
    }

    .mda-box-download {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .mda-box-download {
        height: 150px;
    }

    .mda-doc-head-text {
        height: 30px;
    }
}

@media (max-width: 504px) {
    .mda-box-download {
        height: 180px;
    }

    .mda-doc-head-text {
        height: 50px;
    }
}

/* corporat-governance page --------------------------------------- */

.cg-head-text {
    text-align: left;
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.cg-head-text-2 {
    text-align: left;
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
}

.cg-card {
    width: 100%;
    background-color: #fff;
    border-bottom: #FFCB08 solid 4px;
    height: 160px;
    padding: 5px 30px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
    text-align: center;
}

.cg-card:hover {
    border-top: #FFCB08 solid 4px;
    border-bottom: none;
}

.cg-content-text {
    font-size: 17px;
    font-weight: 500;
}

.pr-40 {
    padding-right: 40px;
}

.img-table-detail {
    width: 75%;
}

.box-table-detail {
    text-align: center;
    margin-top: -30px;
}

@media (max-width: 1399px) {
    .cg-card {
        height: 190px;
    }
}

@media (max-width: 1199px) {
    .cg-card {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .cg-card {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .cg-card {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .cg-card {
        height: 140px;
    }
}

/* internal-control-and-risk-management page --------------------------------------- */

.box-diagram {
    text-align: center;
    margin-top: 50px;
}

.img-diagram {
    width: 50%;
}

.img-cg {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-dp {
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .img-diagram {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .img-diagram {
        width: 80%;
    }
}

/* sustainability-report page --------------------------------------- */

.card-report {
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 25px;
}

.report-head-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.box-link-btn {
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #441F76;
    padding: 18px 10px;
}

.box-link-btn a {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    margin: 20px 20px;
}

.box-link-btn a:hover {
    color: #FFCB08 !important;
}

.img-report {
    width: 100%;
}

@media (max-width: 1549px) {
    .box-link-btn {
        padding: 18px 5px;
    }
}

@media (max-width: 1399px) {
    .box-link-btn a {
        margin: 10px 10px;
        font-size: 14px;
    }

    .report-head-text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .box-link-btn a {
        margin: 20px 20px;
        font-size: 18px;
    }

    .report-head-text {
        font-size: 22px;
    }
}

/* 404 page --------------------------------------- */

.error-head-text {
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    color: #441F76;
    margin-bottom: 10px;
    margin-top: 10px;
}

.img-404 {
    width: 40%;
}

.box-error {
    text-align: center;
}

.error-sub-text {
    margin-top: 10px;
}

/* read detail page --------------------------------------- */

.header-read-detail {
    background-image: url(../asset/img/read-detail/read-detail1920.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.box-read-link {
    padding: 14px;
    text-align: right;
}

.read-link {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400 !important;
    font-size: 18px;
    margin-right: 20px;
}

.box-img-news {
    text-align: center;
}

.img-mockup-news {
    width: 65%;
}

.box-news-mockup-content {
    text-align: left;
    margin-top: 40px;
}

.mockup-news-head-text {
    color: #441F76;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .header-read-detail {
        background-image: url(../asset/img/read-detail/read-detail1000.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .box-read-link {
        padding: 24px;
    }

    .img-mockup-news {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-read-detail {
        background-image: url(../asset/img/read-detail/read-detail750.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .read-link {
        font-size: 16px;
    }

    .box-read-link {
        padding: 14px;
    }
}

@media (max-width: 575px) {
    .header-read-detail {
        background-image: url(../asset/img/read-detail/read-detail530.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .read-link {
        font-size: 14px;
    }

    .box-read-link {
        padding: 24px;
    }
}

/* Financecial Statement --------------------------------------- */

.card-form-download {
    background-color: #ffffff;
    padding: 35px;
    text-align: center;
    height: 270px;
}

.img-finace-state {
    background: url(../asset/img/pic/img-finace-state.webp) center center no-repeat;
    background-size: cover;
    height: 270px;
}

.crop-img-card-1 {
    border-bottom: 3px solid #FFCB08;
}

.crop-img-card-2 {
    border-bottom: 3px solid #FFCB08;
}

.download-card-text {
    margin: 50px 0 0 0 !important;
}

@media (max-width: 991px) {
    .img-finace-state {
        height: 0px;
    }

    .crop-img-card-1 {
        border-bottom: none;
    }

    .card-form-download {
        height: auto;
        padding: 15px;
    }

    .download-card-text {
        margin: 0 !important;
    }

    .download-card-text h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .download-card-text h3 {
        font-size: 1.1rem;
    }
}

/* Policy for Determinin --------------------------------------- */

.body-head-text {
    text-align: left;
    font-size: 22px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}