/* css for page sook promotion */

.image-banner-static {
    height: calc(100vw/3.57);
}

[render="gallery"] {
    margin-top: 22px;
    margin-bottom: 35px;
}

[render="gallery"] .col-6 {
    margin-top: 13px;
    padding-right: 8px;
    padding-left: 8px;
}



.text-decoration-none {
    text-decoration: none !important;
}

.thaitrade-btn-primary {
    color: var(--white);
    background-color: var(--thaitrade-primary);
}

.thaitrade-img-feature {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.thaitrade-feature-label {
    color: #023F88;
    font-size: 17px;
}

.custom-bg-gray {
    background-color: rgb(112 112 112 / 0.07);
}

.custom-block-detail-transport {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}

.header-transport-service {
    color: #023F88;
    font-size: 25px;
    font-weight: bold;
}

.border-custom-img {
    border: 1px solid #E6E6E6;
}

.font-sub-detail-feature {
    font-size: 13px;
    color: #023F88;
    font-weight: bold;
}

.custom-border-block-service {
    border: 1px solid #E6E6E6;
    height: 90px;
}

@media (max-width: 1199.98px) {
    .custom-border-block-service {
        border: 1px solid #E6E6E6;
        height: auto;
    }

}

.btn-see-more-category {
    font-size: 14px;
    line-height: 34px;
    color: black;
    border: 0 !important;
    width: 161px;
    height: 37px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029 !important; */
    border-radius: 30px;
    border: 1px solid #c2c2c2 !important;
}

.btn-see-more-category:hover {
    color: #fff;
    /* background-color: rgb(108 117 125 / 40%); */
}

.btn-see-more-category {
    top: -13px;
    padding: 0;
    left: 50%;
    transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
}
.btn-see-more-category span {
    color: black;
}

@media (max-width: 767.98px) {
    .btn-see-more-category {
        font-size: 14px;
        line-height: 34px;
        width: 161px;
        height: 37px;
    }
}

@media (max-width: 575.98px) {
    .btn-see-more-category {
        font-size: 14px;
        line-height: 34px;
        width: 125px;
        height: 29px;
    }
}