.mmt-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1500px) {
    .mmt-container {
        width: 1480px;
    }
}

/*-- _hightlight --*/
.procedures-highlight-section {
    background: linear-gradient(93.41deg, #0965A7 -5.63%, #194378 100.8%);
}
.highlight-section-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
}
.highlight-section-text {
    flex: 0 0 535px;
}
.highlight-section-headline-1 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}
.highlight-section-headline-2 {
    color: #FFF;
}
.highlight-section-box-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-right: 0;
    margin-left: auto;
    flex-wrap: wrap;
    flex: 0 0 800px;
}
.highlight-section-box {
    position: relative;
    flex: 0 0 250px;
    background-color: #FFF;
    border-radius: 4px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 19%);

}
.highlight-section-box-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.highlight-section-box-text {
    font-size: 13px;
    color: #333;
}
.highlight-section-box-price {
    font-size: 20px;
    font-weight: bold;
    color: #EE5253;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
}
.highlight-section-box-images {
    margin-top: -15px;
    margin-bottom: 15px;
}
@media (max-width: 1024px){
    .highlight-section-box-wrap {
        flex: 0 0 auto;
        justify-content: center;
    }
}
@media (max-width: 768px){
    .highlight-section-box-link {
        width: 100%;
        height: 100%;
    }
}


.hot-deal-section {
    margin-top:30px;
    margin-bottom:30px;
}

.margin-bottom-20 {
    margin-bottom: 30px;
}
.mordee-header-panel {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 15px;
}
.badge-panel {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #1892c7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-panel-image {
    filter: brightness(0) invert(1);
}
.title-panel {
    flex-grow: 1;
    padding-left: 10px;
}
.title-panel-topic {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0;
}
.view-more {
    font-family: 'Kanit', sans-serif;
    margin-left: auto;
    color: #007db3;
    font-size: 16px;
    flex: 0 200px;
    text-align: right;
}
.hospitals__row {
    width: fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}
.hospitals__item {
    flex: 0 0 265px;
    width: 265px;
    position: relative;
    background: #fff;
    /*box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 6%);*/
    margin-right: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
}
.hospitals__row .hospitals__item:last-child {
    margin-right: 0;
}
.hospitals__item__photo {
    overflow: hidden;
    height: 175px;
    border-radius: 8px 8px 0 0;
    background: #ddd;
    position: relative;
    margin-bottom: 5px;
}
.price-off-now {
    width: 150px;
    height: 122px;
    border-radius: 145px;
    background-color: #be202f;
    color: #fff;
    position: absolute;
    left: -70px;
    top: -70px;
    display: flex;
    flex-direction: column;
    padding: 70px 0 0 70px;
}
.off-value {
    font-size: 22px;
    line-height: 21px;
    margin-top: 12px;
    padding-left: 5px;
}
.off-text {
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.block-description {
    padding: 10px 10px 25px 10px;
    position: relative;
}
.recommended-onthis {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 20px;
    line-height: 20px;
    border-radius: 10px 0 10px 0px;
    color: #fff;
    background-color: #d12a0b;
    padding: 0 10px;
    font-size: 12px;
}
.name-of-hospital {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.top-name {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.askfor-price {
    font-size: 12px;
}
.old-price {
    color: #6e6e6e;
    text-decoration: line-through;
}
.reduce-price {
    color: #d12a0b;
    font-size: 18px;
    font-weight: bold;
}
.experience-rate-review {
    height: 18px;
    position: relative;
    margin: 0 0 10px 0;
    display: inline-flex;
    width: 90px;
    vertical-align: middle;
}
.experience-rate-review:before {
    background-image: url("/images/mordee/star-grey.svg");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
.rate-experience-star {
    display: block;
    text-indent: -10000px;
    width: 90px;
    height: 18px;
    position: absolute;
    overflow: hidden;
}
.rate-experience-star:before {
    background-image: url("/images/mordee/star-yellow.svg");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}
.rate-experience-value {
    font-size: 12px;
    font-weight: bold;
    background-color: #61bc6c;
    position: absolute;
    right: -34px;
    top: 0;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 0;
    min-width: 25px;
    min-height: 20px;
}
.hospital-location {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #212529;
}
.hospital-list-item {
    position: relative;
    font-family: 'Kanit', sans-serif;
}

.d-none {
    display: none !important;
}
.wrap__produ_main {
    background: url('/images/mmt/left-bg-produre-category.jpg') no-repeat;
    position: relative;
    background-size: cover;
    padding: 15px;
    margin: auto;
}
.produ_main-wrap-box {
    width: 850px;
    padding: 15px;
    border-radius: 4px;
    margin: 50px auto;
    background: rgb(26 69 121 / 73%) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.produ_main_title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 9%);
}
.produ_main_content {
    color: #fff;
    position: relative;
    margin-top: 10px;
    text-align: center;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 9%);
}
.hot-deal-section {
    margin-top:30px;
    margin-bottom:30px;
}

.margin-bottom-20 {
    margin-bottom: 30px;
}
.mordee-header-panel {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 15px;
}
.badge-panel {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #1892c7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-panel-image {
    filter: brightness(0) invert(1);
}
.title-panel {
    flex-grow: 1;
    padding-left: 10px;
}
.title-panel-topic {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0;
}
.view-more {
    font-family: 'Kanit', sans-serif;
    margin-left: auto;
    color: #007db3;
    font-size: 16px;
    flex: 0 200px;
    text-align: right;
}
.hospitals__row {
    width: fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}
.hospitals__item {
    flex: 0 0 265px;
    width: 265px;
    position: relative;
    background: #fff;
    /*box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 6%);*/
    margin-right: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
}
.hospitals__row .hospitals__item:last-child {
    margin-right: 0;
}
.hospitals__item__photo {
    overflow: hidden;
    height: 175px;
    border-radius: 8px 8px 0 0;
    background: #ddd;
    position: relative;
    margin-bottom: 5px;
}
.price-off-now {
    width: 150px;
    height: 122px;
    border-radius: 145px;
    background-color: #be202f;
    color: #fff;
    position: absolute;
    left: -70px;
    top: -70px;
    display: flex;
    flex-direction: column;
    padding: 70px 0 0 70px;
}
.off-value {
    font-size: 22px;
    line-height: 21px;
    margin-top: 12px;
    padding-left: 5px;
}
.off-text {
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.block-description {
    padding: 10px 10px 25px 10px;
    position: relative;
}
.recommended-onthis {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 20px;
    line-height: 20px;
    border-radius: 10px 0 10px 0px;
    color: #fff;
    background-color: #d12a0b;
    padding: 0 10px;
    font-size: 12px;
}
.name-of-hospital {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.top-name {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.askfor-price {
    font-size: 12px;
}
.old-price {
    color: #6e6e6e;
    text-decoration: line-through;
}
.reduce-price {
    color: #d12a0b;
    font-size: 18px;
    font-weight: bold;
}
.experience-rate-review {
    height: 18px;
    position: relative;
    margin: 0 0 10px 0;
    display: inline-flex;
    width: 90px;
    vertical-align: middle;
}
.experience-rate-review:before {
    background-image: url("/images/mordee/star-grey.svg");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
.rate-experience-star {
    display: block;
    text-indent: -10000px;
    width: 90px;
    height: 18px;
    position: absolute;
    overflow: hidden;
}
.rate-experience-star:before {
    background-image: url("/images/mordee/star-yellow.svg");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}
.rate-experience-value {
    font-size: 12px;
    font-weight: bold;
    background-color: #61bc6c;
    position: absolute;
    right: -34px;
    top: 0;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 0;
    min-width: 25px;
    min-height: 20px;
}
.hospital-location {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #212529;
}
.hospital-list-item {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.d-none {
    display: none !important;
}
.summaryProcedureLocation {
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.disclaimer-inside-wrap {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    background-image: url('/images/mmt/disclaimer-inside-wrap.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clear: both;
    min-height: 210px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 40px;
}
.disclaimer-inside-wrap .mmt-container {
    height: 210px;
}
.disclaimer-inside {
    padding: 15px;
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.disclaimer-inside p {
    color: #333;
}
.disclaimer-inside a {
    color: #cb0924;
    font-weight: 600;
    text-decoration: underline;
}
.disclaimer-inside a:hover {
    opacity: 0.8;
}
@media (max-width: 1930px) {
    .hospital-list-item:hover .item-next,
    .hospital-list-item:hover .item-prev {
        opacity: 1;
    }
}
@media (max-width: 900px) {
    .produ_main-wrap-box {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 45px 25px 25px;
    }
}
@media (min-width: 768px) {
    .hospitals__row {
        padding: 0;
    }
    .hospitals_content__row {
        padding: 0px;
    }
    .hospitals__item__img {
        transition: all 0.4s ease;
    }
}
@media (max-width: 768px) {
    .produ_main-wrap-box {
        margin: 0;
        border-radius: 0;
        padding: 45px 25px 25px;
    }
    .hospitals-scroll {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
    .hospitals__row {
        padding-left: 0;
    }
    .title-panel-topic {
        font-size: 18px;
        min-width: 155px;
    }
    .view-more {
        font-size: 14px !important;
    }
    .item-next, .item-prev {
        display: none;
    }
}

@media (max-width: 1930px) {
    .hospital-list-item:hover .item-next,
    .hospital-list-item:hover .item-prev {
        opacity: 1;
    }
}

@media (max-width: 1024px) {


}
@media (max-width: 900px) {
    .wrap-procedures-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 0 60px 0;
    }
    .wrap-procedures-title {
        min-height: 120px;
        width: 100%;
    }

}
@media (min-width: 768px) {
    .hospitals__row {
        padding: 0;
    }
    .hospitals_content__row {
        padding: 0px;
    }
    .hospitals__item__img {
        transition: all 0.4s ease;
    }
}
@media (max-width: 768px) {
    .hospitals-scroll {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
    .hospitals__row {
        padding-left: 0;
    }
    .title-panel-topic {
        font-size: 18px;
        min-width: 155px;
    }
    .view-more {
        font-size: 14px !important;
    }
    .item-next, .item-prev {
        display: none;
    }
    .wrap-procedures-row {
        padding: 25px 0 25px 0;
    }
    .banner-wrap-box {
        flex-direction: column !important;
        text-align: center;
        border: none !important;
    }
    .banner-wrap-box-title {
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: center;
    }
    .highlight-section-row {
        flex-direction: column;
    }
    .highlight-section-text {
        flex: 0 0 auto;
        padding: 15px 0;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 576px){
    .col-highlight-first {
        flex: 0 0 100%;
    }
    .col-highlight{
        flex: 0 0 50%;
    }
    .banner-wrap-box {
            flex: 0 0 auto;
    }
    .row-banner-wrap {
        flex-direction: column;
    }
}
@media (min-width: 576px) and (max-width: 992px){
    .col-highlight-first {
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .col-highlight-first {
        flex-grow: 2;
        flex-basis: 0;
    }
}


