/* common */
.center-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.self-response-width {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - calc(100% - 100rem));
}
.self-response-width-lg {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - calc(100% - 120rem));
}
.w980 {
    width: 100rem !important;
}
.marginTop16 {
    margin-top: 16px;
}
.marginTop48 {
    margin-top: 48px;
}

/* video button */
.video-wrap-button {
    position: relative;
}
.video-wrap-button::after {
    background-image: url("../images/video/play_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6.25rem 6.25rem;
    content: "";
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}
.video-wrap-button:hover::after {
    cursor: pointer;
    background-image: url("../images/video/play_btn_hover.png");
}
/* video button end*/
/* top banner */
.cancer-top-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 21.429rem;
}
.cancer-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* video collection */
.video-collection {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 32px;
}
.video-collection img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #2370A4;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
    }
}
.video-collection .video-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.cancer-title {
    width: 100%;
    margin: 48px 0 30px 0;
}
.cancer-title h1 {
    font-size: 2.571rem;
    font-weight: bold;
    color: #2370A4;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.cancer-title h1::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #1E2D4F;
    position: absolute;
    bottom: -5px;
    left: calc((100% - 80px) / 2);
}
/*treatment method */
.bg-gray-500 {
    background: #F5F5F5;
}
.treatment-method {
    box-sizing: border-box;
    padding: 0 32px;
    border-radius: 8px;
    width: 100%;
}
.method-intro {
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
}
.method-intro::before {
    height: 66px;
    background: #2370A4;
    border-radius: 8px 0 8px 0;
    position: absolute;
    left: -32px;
    top: 0;
    font-weight: bold;
    font-size: 1.375rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}
.method-first::before {
    content: "Brachytherapy tumor intrakranial";
}
.method-secondary::before {
    content: "Cryoablation argon-helium pada tumor intrakranial";
}
.method-third::before {
    content: "Pengobatan Tradisional Tiongkok sebagai terapi tambahan";
}
.method-intro p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}
.method-content {
    display: grid;
    grid-template-columns: 1fr 35.875rem;
    grid-column-gap: 32px;
}
.method-content-secondary {
    grid-template-columns: 35.875rem 1fr;
    box-sizing: border-box;
    padding-bottom: 48px;
    margin-top: 48px;
}
.method-content-third {
    box-sizing: border-box;
    padding-bottom: 2rem;
    grid-template-columns: 1fr 28.5rem;
}
.technical-advantages {
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
    margin-top: 32px;
}
.technical-advantages::before {
    content: "Keunggulan teknologi";
    width: 20rem;
    height: 32px;
    line-height: 32px;
    background: linear-gradient( 90deg, #2370A4 0%, rgba(19,191,177,0) 100%);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;

    box-sizing: border-box;
    padding-left: 1rem;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.indications {
    box-sizing: border-box;
    padding-top: 40px;
    margin-top: 32px;
    position: relative;
}
.indications::before {
    content: "Indikasi";
    width: 14rem;
    height: 32px;
    line-height: 32px;
    background: linear-gradient( 90deg, #2370A4 0%, rgba(19,191,177,0) 100%);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;

    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 1rem;
}
.method-text p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.method-image {
    position: relative;
}
.top30 {
    top: 30%;
}
.method-image .larger {
    width: 28.5rem;
    height: 21.375rem;
    object-fit: cover;
    border-radius: 8px;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.method-image .small {
    width: 13.25rem;
    height: 10rem;
    object-fit: cover;
    position: absolute;
    left: 21.125rem;
    top: 14.625rem;
    border-radius: 8px;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.method-image .normal {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    position: absolute;
    border-radius: 8px;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.method-content-third .method-text p {
    margin-bottom: 20px;
}

/*traditional healing*/
.traditional-healing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    margin-bottom: 32px;
}
.traditional-healing .item {
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    padding: 32px 24px;
}
.thumb img {
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    object-fit: cover;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.item .name {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin: 10px 0;
    background: #FFFFFF;
}
.item .intro {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    align-self: start;
    background: #FFFFFF;
}
/* vs */
.vs-box {
    width: 100%;
    margin-bottom: 32px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 8px 8px 8px 8px;
}
.vs-box .vs-box-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #2370A4;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 8px 0 0 8px;
    position: relative;
}
.vs-box .vs-box-top::after {
    content: "";
    width: 90px;
    height: 90px;
    background: url("../images/form/vs.png") no-repeat center center;
    position: absolute;
    bottom: -45px;
    left: calc((100% - 90px) / 2);
}
.vs-box-top .text {
    box-sizing: border-box;
    padding: 32px;
}
.vs-box-top .text h2 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}
.vs-box-top .text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
}
.vs-box-top .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    &:hover {
        cursor: pointer;
        transform: translate(0, -3%);
    }
}
.vs-box .vs-box-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
}
.vs-box-bottom .item {
    box-sizing: border-box;
    padding: 16px;
    position: relative;
}
.vs-box-bottom .item:not(:last-child)::before {
    content: "";
    width: 2px;
    height: 80%;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    bottom: 10%;
}
.vs-box-bottom .item dt {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.vs-box-bottom .item dd {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 8px;
}

/*doctor*/
.doctor-box {
    width: 100%;
    display: grid;
    grid-template-columns: 228px 228px 1fr;
    grid-template-rows: 132px auto;
    grid-row-gap: 24px;
    margin-top: -148px;
}
.doctor-box .doctor-head {
    grid-column: 1 / span 2;
    grid-row: 1 /  -1
}
.doctor-box .doctor-head img {
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.doctor-box .intro-background {
    grid-column: 2 / -1;
    grid-row: 2;
    border-radius: 8px;
    background: #2370A4;
    z-index: -1;
}
.doctor-box .intro {
    grid-column: 3;
    grid-row: 2;
    box-sizing: border-box;
    padding: 24px;
}
.doctor-box .intro .honor {
    border-bottom: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.honor dt {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.honor dd, .description p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}
.description p {
    margin-top: 16px;
}

/* patient story*/
.case-relative {
    position: relative;
}
.case-background::after {
    content: "";
    width: calc((100% - 156px));
    height: 240px;
    background: #2370A4;
    position: absolute;
    top: 260px;
    left: 0;
    z-index: -1;
}
.case-head {
    width: 100%;
}
.patient-case {
    display: grid;
    grid-template-columns: 456px 236px 220px 1fr;
    grid-template-rows: 296px auto;
    width: 100%;
}
.patient-case .patient-info {
    grid-column: 1 / span 2;
    grid-row: 1;
}
.patient-case .group-photo {
    grid-column: 3 / span 2;
    grid-row: 1;
}
.ct-photo-before {
    grid-column: 1;
    grid-row: 2;
}
.ct-photo-after {
    grid-column: 2 / span 2;
    grid-row: 2;
}
.patient-case img {
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
        z-index: -1;
    }
}
.patient-info dt {
    color: #333333;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 5px;
}
.patient-info dd {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}
.group-photo .photo-intro {
    color: #FFFFFF;
    line-height: 1.5;
    text-align: right;
    box-sizing: border-box;
    font-size: 15px;
    padding: 16px 32px 16px 16px;
}
.ct-photo-after {
    margin-left: 16px;
}
.ct-photo-before .title,
.ct-photo-after .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 8px 0;
}
.ct-photo-before .intro,
.ct-photo-after .intro {
    font-size: 16px;
    color: #333333;
    margin: 8px 0;
}
    /* cancer description */
.cancer-intro-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 468px;
    grid-template-rows: auto;
    grid-column-gap: 16px;
}
.cancer-intro-container .cancer-type-image {
    grid-column: 2;
    grid-row: 1;
}
.cancer-intro-container .cancer-type-image img {
    width: 100%;
    height: 435px;
    object-fit: cover;

    border-radius: 8px;
    transition: all 1s;
    &:hover {
        transform: translate(0, -3%);
        cursor: pointer;
    }
}
.cancer-intro-container .cancer-type-intro  {
    grid-column: 1;
    grid-row: 1;
}
.cancer-type-intro p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* title */
.compare-title {
    font-size: 24px;
    font-weight: bold;
    color: #3A3C42;
    line-height: 2;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    margin-bottom: 16px;
}

.compare-title::before {
    content: "";
    width: 4px;
    height: 24px;
    background: #2370A4;
    position: absolute;
    top: calc((100% - 24px) / 2);
    left: 0;
}

/* cancer symptom livability */
.symptom-background {
    width: 100%;
    position: relative;
}
.symptom-background::after {
    content: "";
    width: 50%;
    height: 64%;
    background-color: #2370A4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.cancer-symptom-livability {
    display: grid;
    grid-template-columns: 574px 1fr;
    grid-template-rows: auto;
}
.cancer-symptom-livability .symptom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-column: 1;
    grid-row: 1;
    transition: all 1s;
    &:hover {
        cursor: pointer;
        transform: translate(0, -3%);
    }
}
.cancer-symptom-livability .symptom-content {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.symptom-content p {
    font-size: 16px;
    color: #333333;
}
.symptom-content {
    background: #FFFFFF;
    box-sizing: border-box;
    padding-left: 16px;
}

/* form */
.form-background {
    background-image: url("../images/form/form-background@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
    margin-top: 32px;
}

.form-box {
    display: flex;
    width: 100%;
    margin-top: 36px;
}
.form-box form {
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-top: 1.875rem;
    box-sizing: border-box;
    transition: all 1s;
    &:hover {
        transform: translate(0, -1%);
    }
}
.form-box form img {
    width: 1.5rem;
    height: 1.75rem;
    object-fit: cover;
    margin-right: 1rem;
}
.form-box form .title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
}
.form-box .star {
    color: red;
}
.form-box form .box {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    box-sizing: border-box;
}
.form-box form .form-group {
    margin-top: 1rem;
    width: calc((100% - 3rem) / 2);
}
.form-box form .input-box,.form-box form .input-box .form-radio {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
}
.form-box form .radio-list .form-radio {
    width: 10.25rem;
    margin-bottom: 0.625rem;
    height: 1.5rem;
    /*font-size: 1.125rem;*/
    font-weight: 400;
    line-height: 2.4375rem;
    /*display: contents;*/
}
.form-box form .radio-list .radio {
    height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.4375rem;
}
.form-box form .input-box input {
    background: #F0F0F0;
    width: 39.375rem;
    height: 3rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.3125rem 0.625rem;
    box-sizing: border-box;
    border: none;
    transition: all .3s;
    &:hover {
        transform: scale(1.02);
    }
}
.form-box form .input-box .submit-button {
    color: #FFFFFF;
    height: 3rem;
    border-radius: 0.25rem;
    font-size: 16px;
}
.form-group .btn-active {
    cursor: pointer;
    background: linear-gradient(90deg, #2370A4 0%, #3b8eca 100%) !important;
}
.form-box form .box .radio-inline {
    display: inline-flex;
}
.form-box form .box .radio-inline .radio {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.4375rem;
}
.form-box form .box .radio-inline .radio-value {
    margin-right: 0.3125rem;
}
/*add End*/

/* mdt list start */
.mdt-container {
    width: 100%;
    /*margin: 30px 0 0 0;*/
    position: relative;
}
.mdt-wrap-item {
    height: 37rem;
    background: #FFFFFF;
    box-shadow: 0 0.1875rem 0.375rem 0.0625rem rgba(0,0,0,0.16);
    border-radius: 0.5rem;
    box-sizing: border-box;
    position: relative;
    margin: 16px 6px;
    &:hover {
        &:after {
            content: "";
            width: 8.75rem;
            height: 0.125rem;
            background: #2370a4;
            position: absolute;
            bottom: 0;
            left: calc((100% - 8.75rem) / 2);
        }
    }
}
.mdt-wrap-item dl dt.image {
    background: #FFFFFF;
    border-radius: .5rem;
    &:hover {
        cursor: pointer;
    }
}
.mdt-wrap-item dl dt.image img {
    /*width: 21.125rem;*/
    width: 100%;
    height: 15.875rem;
    object-fit: contain;
    box-shadow: 0 0.1875rem 1.5rem 0.0625rem rgba(0,0,0,0.16);
    border-radius: 0.5rem;
}
.mdt-wrap-item dl dd {
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
}
.mdt-wrap-item dl dd.doctor-name {
    font-size: 1.714rem;
    font-weight: bold;
    color: #333333;
}
.mdt-wrap-item dl dd.tag-list {
    padding: .5rem 1rem 0 1rem;
    box-sizing: border-box;
}
.mdt-wrap-item dl dd.tag-list span {
    font-size: 1rem;
    font-weight: 400;
    color: #2370a4;
    box-sizing: border-box;
    padding: 0.3125rem 0;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mdt-wrap-item dl dd.intro {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.mdt-wrap-item dl dd.link {
    background: #2370a4;
    border-radius: 0.25rem;
    text-align: center;
    height: 2.286rem;
    line-height: 2.286rem;
    padding: unset;
    position: absolute;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    left: 0;
    bottom: 1rem;
    margin: 0 1rem;
}
.mdt-wrap-item dl dd.link a {
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.143rem;
}
.mdt-pagination {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mdt-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("https://www.cancercenter.id/templets/new/v1/images/home/arrow/left@2x.png");
    width: 1.375rem;
    height: 4.125rem;
    background-size: 1.375rem 4.125rem;
    left: -40px;
}
.mdt-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 1.375rem;
    height: 4.125rem;
    background-size: 1.375rem 4.125rem;
    background-image: url("https://www.cancercenter.id/templets/new/v1/images/home/arrow/right@2x.png");
    right: -40px;
}
/* mdt list end */

/* Pagination Start */
/* bullet for pagination*/
.swiper-pagination span {
    margin: 0 0.3125rem;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    background: #000000 !important;
    height: 0.625rem;
    border-radius: 1.875rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #2370A4; !important;
    width: 1.5625rem;
}
/* Pagination End */